Re: Help cant get into admin section and im locked out of directories [message #13516 is a reply to message #13482] |
Tue, 14 October 2003 18:07 |
zagroseckt
Messages: 8 Registered: October 2003
Karma:
|
Junior Member |
|
|
Ok i can now get into the include directory but i cant run or access any files inside it.
even after using the script to change globals.php it remains undownloadable and un runibal.
if i put the script a made into the include directory i get access forbidion error.
You don't have permission to access /playground/FUDforum/include/adfix.php on this server.
adfix.php is the small script ive been using to change file premisions.
Contents of file
<?php
umask(0);
chmod("GLOBALS.php", 0777);
?>
i can however remove rename move edit and assort to the file just cant run in inside the include directory
|
|
|