Google

NukeCoder


View next topic
View previous topic
Post new topic   Reply to topic
Author Message
phyrebird




Joined: Jul 14, 2007
Posts: 3

PostPosted: Sat Jul 14, 2007 9:14 pm
Reply with quote

Howdy,

Just getting into phpNuke and found your block, which looks awesome. I got it into the admin, told it to activate, but the site will no longer load. If I FTP in and rename the block, it's fine and comes back. I'm on a mid-to-high-end paid server, no restrictions on MySQL accessing, so I'm not sure what the problem is.

Any help would be greatly appreciated.

Thanks for the work. Smile
 
View user's profile Send private message
gotcha
Site Admin
Site Admin



Joined: Oct 25, 2004
Posts: 921

PostPosted: Sat Jul 14, 2007 9:22 pm
Reply with quote

What version of nuke are you using?
 
View user's profile Send private message Visit poster's website
phyrebird




Joined: Jul 14, 2007
Posts: 3

PostPosted: Sat Jul 14, 2007 10:05 pm
Reply with quote

gotcha wrote:
What version of nuke are you using?


7.0 the stats page says.
 
View user's profile Send private message
gotcha
Site Admin
Site Admin



Joined: Oct 25, 2004
Posts: 921

PostPosted: Tue Jul 24, 2007 5:26 pm
Reply with quote

Your nuke version is way outdated and I strongly recommend that you upgrade. The best version to go with right now is ravenNuke from http://ravenphpscripts.com . It is based on 7.6 and is the most secure and bug-free version out right now.

Needless to say, the block isn't compatible with your version. If you can't upgrade but still want to use the block you can try this.

Open up block-Info_Box.php and find...

php:
 if ( !defined('BLOCK_FILE') ) {
    
Header("Location: ../index.php");
    die();


Replace with....
php:
 if (stristr($_SERVER['SCRIPT_NAME'], "block-Info_Box.php")) {
   
Header("Location: ../index.php");
   die();
 
View user's profile Send private message Visit poster's website
phyrebird




Joined: Jul 14, 2007
Posts: 3

PostPosted: Tue Jul 24, 2007 9:13 pm
Reply with quote

gotcha wrote:
Your nuke version is way outdated and I strongly recommend that you upgrade. The best version to go with right now is ravenNuke from http://ravenphpscripts.com . It is based on 7.6 and is the most secure and bug-free version out right now.

Needless to say, the block isn't compatible with your version. If you can't upgrade but still want to use the block you can try this.

Open up block-Info_Box.php and find...

php:
 if ( !defined('BLOCK_FILE') ) {
    
Header("Location: ../index.php");
    die();


Replace with....
php:
 if (stristr($_SERVER['SCRIPT_NAME'], "block-Info_Box.php")) {
   
Header("Location: ../index.php");
   die();


Thanks, gotcha, I appreciate the reply. I realized I was way behind the times, and updated to the 7.6-based PNC because it included a bunch of clan tools.
 
View user's profile Send private message
Display posts from previous:       
Post new topic   Reply to topic

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 cannot attach files in this forum
You cannot download files in this forum


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