Ravens PHP Scripts: Forums
 

 

View next topic
View previous topic
This forum is locked: you cannot post, reply to, or edit topics.   This topic is locked: you cannot edit posts or make replies.    Ravens PHP Scripts And Web Hosting Forum Index -> Raven's RavenNuke(tm) v2.02.02 Distro
Author Message
kevinkap
Involved
Involved



Joined: Apr 22, 2006
Posts: 356

PostPosted: Sun Oct 15, 2006 7:00 pm Reply with quote

Well, I must once agian call upon your help. I now have a new issue that just arose a few hours ago. I can not access the site [ Only registered users can see links on this board! Get registered or login! ] I get the following error:

check_referrer() error)

I am not able to access the site or admin section.

I have been having a few issues due to the spam blocker module but do not know if this is related..

_________________
Kevin Kappes 
View user's profile Send private message
kguske
Site Admin



Joined: Jun 04, 2004
Posts: 6432

PostPosted: Sun Oct 15, 2006 7:41 pm Reply with quote

Even if you enter the domain in the browser's address box?

_________________
I search, therefore I exist...
nukeSEO - nukeFEED - nukePIE - nukeSPAM - nukeWYSIWYG
 
View user's profile Send private message
kevinkap







PostPosted: Sun Oct 15, 2006 8:38 pm Reply with quote

yes
did you try?
 
gregexp
The Mouse Is Extension Of Arm



Joined: Feb 21, 2006
Posts: 1497
Location: In front of a screen....HELP! lol

PostPosted: Sun Oct 15, 2006 9:13 pm Reply with quote

What version of nuke are you running?
I am trying to visit the site and I see the error, time to see where its being called.

_________________
For those who stand shall NEVER fall and those who fall shall RISE once more!! 
View user's profile Send private message Send e-mail Visit poster's website AIM Address Yahoo Messenger MSN Messenger ICQ Number
evaders99
Former Moderator in Good Standing



Joined: Apr 30, 2004
Posts: 3221

PostPosted: Sun Oct 15, 2006 9:20 pm Reply with quote

It does sound like a Spam Blocker issue, you may want to disable it

_________________
- Star Wars Rebellion Network -

Need help? Nuke Patched Core, Coding Services, Webmaster Services 
View user's profile Send private message Visit poster's website
kevinkap







PostPosted: Mon Oct 16, 2006 5:05 am Reply with quote

I am running Raven's RavenNuke76 v2.02.02 Distro. How can I disable it, I cannot access the admin section? I guess I can ftp and deleat it.
 
kevinkap







PostPosted: Mon Oct 16, 2006 5:16 am Reply with quote

ok, i commented it out in the mainpage file and the site is back up. Thanks code-author.
 
Guardian2003
Site Admin



Joined: Aug 28, 2003
Posts: 6799
Location: Ha Noi, Viet Nam

PostPosted: Tue Oct 17, 2006 2:43 am Reply with quote

Chech referer error should only happen if nukeroot/refer-karma.php is not 'included' correctly, the file is corrupt or it has been edited and an error introduced.
I think it is unlikely that the error would just happen on its own.

Make sure the mainfile edit (as per the readme) is
Code:


if(file_exists('referrer-karma.php')) {include_once ('referrer-karma.php'); }
if(function_exists('check_referrer')) { check_referrer(); }

I specifically did the edit like this to prevent problems if referer-karma.php was removed or damaged during a site update (the check referrer function is located inside this file).

From posts on my site, it appears you had an issue because your ISP is listed in third party balcklists which prevented you from accessing your own site - the Spam Stopper module works extremely well but this is certainly a bad side effect if you are unfortunate enough to have an ISP who has been blacklisted due to some of its other clients sending spam etc.

I would suggest you redo the mainfile edit and upload a fresh copy of referrer-karma.php
Due to the ISP issue you can remove the third party blacklist check by commenting out all the code from
Code:
////////////////////////////////////////////////////////////////

// Bad Words
//////////////////////////////////////////////////////////////

to the bottom of the file (with the exception of the very last line which is the closing php tag.

As soon as I get back from Germany I'll look at this for you.
 
View user's profile Send private message Send e-mail
kevinkap







PostPosted: Tue Oct 17, 2006 1:06 pm Reply with quote

This is at the bottom of my mainfile page.

Code:


if (defined('FORUM_ADMIN')) {

    include_once("../../../includes/nsngr_func.php");

} elseif (defined('INSIDE_MOD')) {

    include_once("../../includes/nsngr_func.php");

} else {

    include_once("includes/nsngr_func.php");

}

//if(file_exists('referrer-karma.php')) {include_once ('referrer-karma.php'); }
//if(function_exists('check_referrer')) { check_referrer(); }
?>


with the exception of having the last two lines commented out
 
Guardian2003







PostPosted: Tue Oct 17, 2006 3:04 pm Reply with quote

That looks correct, so there must be a problem with the referrer-karma file.
I'll PM you upon my return for ftp etc.
 
kevinkap







PostPosted: Tue Oct 17, 2006 3:09 pm Reply with quote

ok, no hurries, enjoy your trip.
 
Doulos
Life Cycles Becoming CPU Cycles



Joined: Jun 06, 2005
Posts: 732

PostPosted: Tue Oct 17, 2006 9:16 pm Reply with quote

Nice looking theme, kevinkap
 
View user's profile Send private message
kevinkap







PostPosted: Wed Oct 18, 2006 4:27 pm Reply with quote

thanks
 
kevinkap







PostPosted: Wed Oct 18, 2006 4:28 pm Reply with quote

I am about ready to pull my darn hair out. I have not made any changes to anything after commenting out the lines suggested by site guardian. The site was online fine earlier, now just a white page again in FF and page not available in IE.
 
Tao_Man
Involved
Involved



Joined: Jul 15, 2004
Posts: 252
Location: OKC, OK

PostPosted: Thu Oct 19, 2006 12:01 pm Reply with quote

Well it seems up again. Did you do anything kevinkap?

_________________
------------------------------------------
To strive, to seek, to find, but not to yield!
I don't know Kara-te but I do know cra-zy, and I WILL use it! 
View user's profile Send private message Visit poster's website
kevinkap







PostPosted: Thu Oct 19, 2006 1:17 pm Reply with quote

I rebooted and that did not fix it. It just came back up a couple hours later. Really starting to get to me.
 
Display posts from previous:       
This forum is locked: you cannot post, reply to, or edit topics.   This topic is locked: you cannot edit posts or make replies.    Ravens PHP Scripts And Web Hosting Forum Index -> Raven's RavenNuke(tm) v2.02.02 Distro

View next topic
View previous topic
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You can attach files in this forum
You can download files in this forum


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