RavenPHPScripts - Home of RavenNuke76™

Trouble Shooting

[Q] I installed everything but when I try to access my site I get this message: You are using an Invalid IP to access this site!
[A] This normally happens when running the system on your desktop (localhost/127.0.0.1). It is a safety feature to keep people from trying to access your site w/o a valid IP.Until we build a switch or whatever mechanism we decide on to bypass this, you have no choice but to just comment out one line of code in includes/nukesentinel.php. On or about lines 140 & 141 you should see
// Invalid ip check
if($nsnst_const['remote_ip']=="none") { die(_AB_INVALIDIP); }

Comment out line 141.

[Q] I banned myself through NukeSentinel™ How do I unban myself?
[A] Use phpMyAdmin and edit the nsnst_blocked_ips table and delete the IP from the table. If you also write to .htaccess, you will need to delete it from .htaccess. If you do not have access to phpMyAdmin, you can download my NukeToolBox and use it.

[Q] Whenever I change the permissions in the forums configuration and there Select a forum - > Forum Permissions Control mode -> after I click submit I get a page full with hieroglyph e.g.:<X$f.°~Ùxû²šeû;–ù˜ˆäŒäeDþIRiQ,§°¼(:¶=ñ®´ª|#ñ±À3…H^ á)c³öäš2ެ2ç#sÐÂL&¬¡17xæÄf}\Q;
The same problem is also with the User Admin permissions after I select a user. Any ideas why this happens and how to fix this ?

[A] Comment out global $do_gzip_compress; in file modules/Forums/admin/page_footer_admin.php

[Q] For questions such as these, which are nuke generic in nature, please consult the FAQ



In Progress ...



<<< Configure NukeSentinel™ Obtaining Support >>>