CHMOD
Posted: Thu Dec 29, 2005 6:35 pm
Script URL:
Version of script:
Version of PHP:
Hosting company:
Have you searched THIS FORUM for your problem:
(if not please do before posting)
If so, what terms did you try:
Write your message below:
To save you having to manually chmod files,as some have had dificulties, try this.
find inside gbook.php this code
Version of script:
Version of PHP:
Hosting company:
Have you searched THIS FORUM for your problem:
(if not please do before posting)
If so, what terms did you try:
Write your message below:
To save you having to manually chmod files,as some have had dificulties, try this.
find inside gbook.php this code
and place below it this code:require_once('settings.php')
chmod ($settings['logfile'], 0666);