Adamantio.net :: Leggi il Topic - you cant access this file directly....
Precedente :: Successivo
Autore
Messaggio
guynuked Novizio Registrato: Sep 21, 2005 Messaggi: 1
Inviato: Mer Set 21, 2005 1:30 am Oggetto: you cant access this file directly....
What should I look first to solve this error:
you cant access this file directly....
Thanks
Torna in cima
tombo Moderatore Registrato: Aug 31, 2003 Messaggi: 350 Località: Roma
Inviato: Mer Set 21, 2005 6:19 am Oggetto: You can't access...
Which version of nuke are you using?
Googlemaps module start with this code:
Codice:
if ( !defined('MODULE_FILE') )
{
die("You can't access this file directly...");
}
which is used in Chatserv's phpnuke patched series...
If you have an unpatched version change this code with
Codice:
if (!eregi("modules.php", $_SERVER['PHP_SELF'])) {
die ("You can't access this file directly...");
}
Byez _________________ The right information at the right place
Torna in cima
Non puoi inserire nuovi Topic in questo forumNon puoi rispondere ai Topic in questo forumNon puoi modificare i tuoi messaggi in questo forumNon puoi cancellare i tuoi messaggi in questo forumNon puoi votare nei sondaggi in questo forum
Powered by phpBB © 2001, 2002 phpBB Group
The Alliance Theme by: Lorkan Themes