Ravens PHP Scripts: Forums
 

 

View next topic
View previous topic
Post new topic   Reply to topic    Ravens PHP Scripts And Web Hosting Forum Index -> NukeSentinel(tm)
Author Message
artti
New Member
New Member



Joined: May 12, 2005
Posts: 1
Location: Estonian

PostPosted: Thu May 12, 2005 6:19 am Reply with quote

When my mainfile.php starts with

Code:
<?php


if (defined('FORUM_ADMIN')) {
  @include_once("../../../includes/nukesentinel.php");
} elseif (defined('INSIDE_MOD')) {
  @include_once("../../includes/nukesentinel.php");
} else {
  @include_once("includes/nukesentinel.php");
}


then my NukeSentinel works, but i can't go to forums administration.
But when my mainfile.php starts with
Code:
<?php


if ($forum_admin == 1) {
   include("../../../includes/sentinel.php");
} elseif ($inside_mod == 1) {
   include("../../includes/sentinel.php");
} else {
   include("includes/sentinel.php");
}


Then i go forums administration, but i can't go to NukeSentinel.

I need help!
 
View user's profile Send private message Send e-mail Visit poster's website MSN Messenger
Raven
Site Admin/Owner



Joined: Aug 27, 2002
Posts: 17088

PostPosted: Thu May 12, 2005 6:32 am Reply with quote

Please read the posts in NukeSentinel(TM). This has all been addressed several times Smile. Basically, you haven't made all the changes necessary to use the latest release. Carefully read the changes you need to make depending on your patch level.
 
View user's profile Send private message
Display posts from previous:       
Post new topic   Reply to topic    Ravens PHP Scripts And Web Hosting Forum Index -> NukeSentinel(tm)

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 ©