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);