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
frogx3
New Member
New Member



Joined: Dec 22, 2004
Posts: 2
Location: Merida, Yucatan Mexico

PostPosted: Wed Dec 22, 2004 10:37 pm Reply with quote

hi well i have problems i install nukesentinel 2.1.2b in my PHPNuke 7.6 and this work fine in local everything is perfect but when make the same in the server start the problems....

when i access to the administration this work fine.

if i try to enter to the administration of Downloads Module ....i cant just show
ACCESS DENIED

modules/any_module/admin

but when i try to access to Administration of Newsletter Module this work fine...

the point is...

when the files of some administration module is located in the folder /admin/

the adminitration of this module work perfect...
but if the files are located in the folder of your own module

/modules/Downloads/admin/

this not work .....

what happen i need help sorry i know my english sucks....
 
View user's profile Send private message Visit poster's website MSN Messenger
hitwalker
Sells PC To Pay For Divorce



Joined:
Posts: 5661

PostPosted: Thu Dec 23, 2004 7:42 am Reply with quote

hello frogx3,

there are a few things changed with the new nuke...
check if your index of the downloads look like this....
(this is an example how my group downloads look like..

Code:


/********************************************************/
/* NSN GR Downloads                                     */
/* By: NukeScripts Network (webmaster@nukescripts.net)  */
/* http://www.nukescripts.net                           */
/* Copyright © 2000-2005 by NukeScripts Network         */
/********************************************************/
/* Based on Journey Links Hack                          */
/* Copyright (c) 2000 by James Knickelbein              */
/* Journey Milwaukee (http://www.journeymilwaukee.com)  */
/********************************************************/

$module_name = basename(dirname(__FILE__));
if (!stristr($_SERVER['PHP_SELF'], "modules.php") AND !stristr($_SERVER['SCRIPT_NAME'], "modules.php")) {
    Header("Location: ../../modules.php?name=$module_name");
}


So your top should have...

Code:


$module_name = basename(dirname(__FILE__));
if (!stristr($_SERVER['PHP_SELF'], "modules.php") AND !stristr($_SERVER['SCRIPT_NAME'], "modules.php")) {
    Header("Location: ../../modules.php?name=$module_name");
}
 
View user's profile Send private message
frogx3







PostPosted: Thu Dec 23, 2004 4:31 pm Reply with quote

hi guys a fixed my problem...

the problem was that i put a corrupt file into admin/case/ folder ...

but i delete this and everything back to work perfectly....

adios gracias Wink
 
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 ©