Author |
Message |
kevinkap
Involved
![Involved Involved](modules/Forums/images/ranks/4stars.gif)
![](modules/Forums/images/avatars/gallery/blank.gif)
Joined: Apr 22, 2006
Posts: 356
|
Posted:
Sun Oct 15, 2006 7:00 pm |
|
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 www.maysvillesports.com. 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 |
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
kguske
Site Admin
![](modules/Forums/images/avatars/41f0b40a419280935f3a0.gif)
Joined: Jun 04, 2004
Posts: 6437
|
Posted:
Sun Oct 15, 2006 7:41 pm |
|
Even if you enter the domain in the browser's address box? |
_________________ I search, therefore I exist...
Only registered users can see links on this board! Get registered or login! |
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
kevinkap
![](modules/Forums/images/avatars/gallery/blank.gif)
|
Posted:
Sun Oct 15, 2006 8:38 pm |
|
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
gregexp
The Mouse Is Extension Of Arm
![](modules/Forums/images/avatars/458c161744a70db912a6e.jpg)
Joined: Feb 21, 2006
Posts: 1497
Location: In front of a screen....HELP! lol
|
Posted:
Sun Oct 15, 2006 9:13 pm |
|
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!! |
|
![ICQ Number ICQ Number](themes/RavenIce/forums/images/lang_english/icon_icq_add.gif) |
![](themes/RavenIce/forums/images/spacer.gif) |
evaders99
Former Moderator in Good Standing
![](modules/Forums/images/avatars/803d73f6452557b947721.jpg)
Joined: Apr 30, 2004
Posts: 3221
|
Posted:
Sun Oct 15, 2006 9:20 pm |
|
It does sound like a Spam Blocker issue, you may want to disable it |
_________________ - Only registered users can see links on this board! Get registered or login! -
Need help? Only registered users can see links on this board! Get registered or login! |
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
kevinkap
![](modules/Forums/images/avatars/gallery/blank.gif)
|
Posted:
Mon Oct 16, 2006 5:05 am |
|
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. |
|
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
kevinkap
![](modules/Forums/images/avatars/gallery/blank.gif)
|
Posted:
Mon Oct 16, 2006 5:16 am |
|
ok, i commented it out in the mainpage file and the site is back up. Thanks code-author. |
|
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
Guardian2003
Site Admin
![](modules/Forums/images/avatars/125904890252d880f79f312.png)
Joined: Aug 28, 2003
Posts: 6799
Location: Ha Noi, Viet Nam
|
Posted:
Tue Oct 17, 2006 2:43 am |
|
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. |
|
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
kevinkap
![](modules/Forums/images/avatars/gallery/blank.gif)
|
Posted:
Tue Oct 17, 2006 1:06 pm |
|
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 |
|
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
Guardian2003
![](modules/Forums/images/avatars/gallery/blank.gif)
|
Posted:
Tue Oct 17, 2006 3:04 pm |
|
That looks correct, so there must be a problem with the referrer-karma file.
I'll PM you upon my return for ftp etc. |
|
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
kevinkap
![](modules/Forums/images/avatars/gallery/blank.gif)
|
Posted:
Tue Oct 17, 2006 3:09 pm |
|
ok, no hurries, enjoy your trip. |
|
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
Doulos
Life Cycles Becoming CPU Cycles
![](modules/Forums/images/avatars/181553f049aa2a5924cda.jpg)
Joined: Jun 06, 2005
Posts: 732
|
Posted:
Tue Oct 17, 2006 9:16 pm |
|
Nice looking theme, kevinkap |
|
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
kevinkap
![](modules/Forums/images/avatars/gallery/blank.gif)
|
Posted:
Wed Oct 18, 2006 4:27 pm |
|
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
kevinkap
![](modules/Forums/images/avatars/gallery/blank.gif)
|
Posted:
Wed Oct 18, 2006 4:28 pm |
|
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. |
|
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
Tao_Man
Involved
![Involved Involved](modules/Forums/images/ranks/4stars.gif)
![](modules/Forums/images/avatars/0c1fca04410ac30d09c51.gif)
Joined: Jul 15, 2004
Posts: 252
Location: OKC, OK
|
Posted:
Thu Oct 19, 2006 12:01 pm |
|
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! |
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
kevinkap
![](modules/Forums/images/avatars/gallery/blank.gif)
|
Posted:
Thu Oct 19, 2006 1:17 pm |
|
I rebooted and that did not fix it. It just came back up a couple hours later. Really starting to get to me. |
|
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
|