Ravens PHP Scripts: Forums
 

 

Search found 281 matches
Author Message
 Topic: RNYA and nukeSPAM enhancements
neralex

Replies: 17
Views: 39777

PostForum: RavenNuke(tm) v2.5x   Posted: Mon Jul 23, 2018 8:01 am   Subject: RNYA and nukeSPAM enhancements
Which module database tables are filled with data? Normally stories, users and forum tables... Maybe weblinks and downloads, too?
 Topic: [Solved]Spammers using web links modify
neralex

Replies: 3
Views: 8106

PostForum: RavenNuke(tm) v2.5x   Posted: Sat Dec 26, 2015 8:20 am   Subject: [Solved]Spammers using web links modify
TAd, this module is very old and these file based settings are an small rest of the old PHP Nuke code. For sure with a view of the current time where many spam-bots are exist it would make sense to se ...
 Topic: RavenNuke 3
neo722712

Replies: 167
Views: 329637

PostForum: RavenNuke / Raven CMS CMS Wiki   Posted: Tue Sep 15, 2015 3:51 pm   Subject: RavenNuke 3
neo722712, Spasticdonkey is saying that by setting up an RSS feed, you can automatically post new stories to Facebook and Twitter (well, only to Twitter using Feedburner, but I noted other options to ...
 Topic: Automatically post to Facebook and Twitter
kguske

Replies: 6
Views: 19606

PostForum: RavenNuke / Raven CMS CMS Wiki   Posted: Tue Sep 15, 2015 3:49 pm   Subject: Automatically post to Facebook and Twitter
neo722712, Spasticdonkey is saying that by setting up an RSS feed, you can automatically post new stories to Facebook and Twitter (well, only to Twitter using Feedburner, but I noted other options to ...
 Topic: RavenNuke 3
Guardian2003

Replies: 167
Views: 329637

PostForum: RavenNuke / Raven CMS CMS Wiki   Posted: Sun Aug 16, 2015 3:27 am   Subject: Re: RavenNuke 3
I finally got around to doing the short write-up I promised. Sorry for the delay but it was hard to find the time to type when I could have used that time to write code - plus the wife insisted on dra ...
 Topic: Honeypot V2.1 AntiBot Module
kguske

Replies: 80
Views: 226181

PostForum: Security - PHP Nuke   Posted: Sun May 11, 2014 6:13 am   Subject: Honeypot V2.1 AntiBot Module
corpse, it's nice to see the non-bot functionality (stopforumspam ip and email address check) added to Nuke Honeypot in V2. Curious why you didn't integrate the nukeSPAM approach for using multiple I ...
 Topic: Someone interested in an admin module that creates modules?
wHiTeHaT

Replies: 36
Views: 35601

PostForum: Other - Discussion   Posted: Tue Jun 11, 2013 4:44 pm   Subject: re: Someone interested in an admin module that creates modul
a overlook of the current admin module maker's code:


<?php
if ( !defined('ADMIN_FILE') )
{
die ("Access Denied");
}
global $prefix, $db, $admi ...
 Topic: ShortLinks Not Working
ricktido

Replies: 25
Views: 154851

PostForum: RavenNuke(tm) v2.5x   Posted: Fri Apr 19, 2013 2:48 pm   Subject: Re: ShortLinks Not Working
Its only needed to put the code from the shortlinks.htaccess inside your .htaccess file. In the .htaccess file you can find some comments to activate it.

# If you use TegoNuke(tm) ShortLink ...
 Topic: Minor Vulnerability
derek765

Replies: 16
Views: 93864

PostForum: RavenNuke(tm) v2.5x   Posted: Wed Dec 19, 2012 6:40 pm   Subject: re: Minor Vulnerability
Well, I like how the ErrorDocs is handled with a module in RavenNuke, and would like to keep it that way.

Allows users to see the error problem and still see site features.
I tried moving the Erro ...
 Topic: Missing Shoft Links
derek765

Replies: 2
Views: 59240

PostForum: ShortLinks/TegoNuke   Posted: Fri Dec 07, 2012 12:28 am   Subject: Missing Shoft Links
My Short Links in my .htaccess
Does anyone happen to have the rewriterule for nukeNAV and Resend_Email module?

<IfModule mod_rewrite.c>
# TegoNuke(tm) ShortLinks - ShortLinks.htacc ...
 Topic: Problems with theme.
nuken

Replies: 4
Views: 11435

PostForum: Themes   Posted: Thu Nov 29, 2012 3:28 pm   Subject: re: Problems with theme.
This is a really old theme using the old banners, old db abstraction layer and old out dated code. This theme will need some more work if you want it to validate. That's up to you. See if this works. ...
 Topic: Problems with theme.
derek765

Replies: 4
Views: 11435

PostForum: Themes   Posted: Thu Nov 29, 2012 2:39 pm   Subject: re: Problems with theme.
Here is the whole theme.php

<?php
/************************************************************************/
/* PHP-NUKE: WD-Core theme for nuke 5.x-7.x */
/* ...
 Topic: closed: RN Web Links Mod
kguske

Replies: 12
Views: 14753

PostForum: RavenNuke(tm) v2.5x   Posted: Tue Aug 21, 2012 8:22 am   Subject: re: RN Web Links Mod
That might work for you, you devil Smile, but might not for everyone. The ability to search and display by category might be important to sites that have many downloads / weblinks. Yes, you could accom ...
 Topic: closed: RN Web Links Mod
neralex

Replies: 12
Views: 14753

PostForum: RavenNuke(tm) v2.5x   Posted: Mon Aug 20, 2012 8:18 am   Subject: closed: RN Web Links Mod
fkelly, my father is realy happy with the ckeditor and if i now explain my father he can not use the editor for simply adding links in an existing module, i believe he can not understand it, because t ...
 Topic: closed: RN Web Links Mod
fkelly

Replies: 12
Views: 14753

PostForum: RavenNuke(tm) v2.5x   Posted: Sun Aug 19, 2012 9:08 pm   Subject: closed: RN Web Links Mod
Playing devils advocate. Why even have a weblinks module and support thousands of lines of code?

Why not just type what you want to find into the Google search box and have it find it? I know the ...
 Topic: closed: RN Web Links Mod
neralex

Replies: 12
Views: 14753

PostForum: RavenNuke(tm) v2.5x   Posted: Sat Aug 18, 2012 2:23 pm   Subject: closed: RN Web Links Mod
No problem, i have missed the editor a long time inside this module and the backend had some old codelines. Its a little fresh up for this old weblinks module. Smile
 Topic: site navigation methode?
wHiTeHaT

Replies: 3
Views: 6575

PostForum: Other - Discussion   Posted: Wed Nov 02, 2011 5:51 pm   Subject: site navigation methode?
As you might all know , i'm not a guru php coder @all.

But sometimes when i try to get asleep , stuff walks by my mind and then i wonder:

When i have a cms , why arent my "category based modules ...
 Topic: what does this mean? error_log
doffer83

Replies: 19
Views: 16085

PostForum: Bug Fixes   Posted: Fri May 27, 2011 4:07 am   Subject: re: what does this mean? error_log
I also do not understand "today I have delete the file... after few day I will find it again"... that, to me, sounds like someone has hacked your site. How else is that file being placed out there ag ...
 Topic: Sub-Forums for RavenNuke 2.4
Palbin

Replies: 41
Views: 58896

PostForum: v2.4 RN Issues   Posted: Wed Mar 30, 2011 5:34 pm   Subject: re: Sub-Forums for RavenNuke 2.4
header.php

<?php
if (realpath(__FILE__) == realpath($_SERVER['SCRIPT_FILENAME'])) {
exit('Access Denied');
}

global $ThemeInfo, $theme ...
 Topic: Weblinks mod submissions by Anonymous-Chinese lang error
TAd

Replies: 1
Views: 5048

PostForum: Security - PHP Nuke   Posted: Wed Mar 23, 2011 7:17 pm   Subject: Weblinks mod submissions by Anonymous-Chinese lang error
Hello,

Recently my site has been getting an individual/s who seems to want to change 1 or 2 links with gibberish. I have tracked down this persons actions and have found that they also try to chan ...
 Topic: Firefox 3.6 caching fix
hicuxunicorniobestbuildpc

Replies: 22
Views: 83366

PostForum: Other - Discussion   Posted: Sat Jan 08, 2011 1:42 pm   Subject: re: Firefox 3.6 caching fix
This is my .htaccess

#####################################################
# READ THIS COMPLETELY IF YOU CHOOSE TO USE THIS FILE
# THESE INSTRUCTIONS APPLY TO ALL Options DIRECTIVES
#
# The l ...
 Topic: .htaccess Errors When Running A PHP->HTML Script
transit

Replies: 9
Views: 57907

PostForum: Converting/Creating Other   Posted: Mon Nov 22, 2010 5:56 pm   Subject: .htaccess Errors When Running A PHP->HTML Script
So I am getting errors on my site when running a simple script .php that takes another .php file and creates a .html file.

It has to be in the .htaccess probably for the ob_start function I am usin ...
 Topic: Not sure if I should be concerned
spasticdonkey

Replies: 14
Views: 22663

PostForum: NukeSentinel(tm) v2.6.x   Posted: Mon Nov 01, 2010 4:27 pm   Subject: re: Not sure if I should be concerned
Not sure how you noticed someone was messing around but if you got some sort of message from Sentinel your probably ok. If you want extra security, I added these to my htaccess some time ago, seems to ...
 Topic: Modules not loading
Susann

Replies: 39
Views: 54681

PostForum: Modules   Posted: Fri Oct 01, 2010 11:56 am   Subject: Modules not loading
The weblinks are back but you will need to check you complete site and it´s possible in a few days it will start again. So be prepared to have always a backup. The best thing would be to find the sec ...
 Topic: Modules not loading
joe67

Replies: 39
Views: 54681

PostForum: Modules   Posted: Fri Oct 01, 2010 11:51 am   Subject: Modules not loading
Ok mate i done what you said with weblinks and it works now
 

 Jump to:   

Powered by phpBB © 2001-2007 phpBB Group
All times are GMT - 6 Hours
 
Forums ©