guest log not collecting

Dr. GBooky is here to help you with your guestbook problems ...
Post Reply
phpBginner
Posts: 7
Joined: Wed Feb 04, 2009 2:52 pm

guest log not collecting

Post by phpBginner »

Script URL:www.cavanh.com/guestbk/gbook.php
Version of script: v.1.6
Hosting company: GoDaddy - free hosting
URL of phpinfo.php:
URL of session_test.php: cavanh.com/guestbk/gd_test.php
What terms did you try when SEARCHING for a solution: CHMOD

guestlog.txt does not collect.
guestbook.php site looks good.
tested signing the guest book. No error message pop up.
only 'The bad words file can't be found! Please check the name of the file. On most servers names are CaSe SeNsiTiVe! on the following screen.
tried downloading Filezilla FTP, couldn't connect, id/password passed. Godaddy not allow FTP?
edit permmission in godaddy filemanagement, no place to put 666, only box to check R and W and Execute.

Looking for require_once('settings.php') mentioned on sticky so i can add chmod ($settings['logfile'], 0666); but couldn't find it, only saw require('settings.php')

double check guestlog.txt name to match with setting, yes.

Need help with next suggestion.
Henrie
Posts: 1095
Joined: Sun Aug 14, 2005 8:57 pm

Post by Henrie »

Hello phpBginner,

If you can not use ftp . How did you upload your GBook?

Is the folder badwords present in the guestbk folder. And is the file en.php in it?
Without this being available. You can not post messages.

Greetings,
Henrie
I do not monitor the Gbook forums regularly anymore since I do not use the Gbook script myself anymore for a long time. But it helped me a lot in learning to understand php.
phpBginner
Posts: 7
Joined: Wed Feb 04, 2009 2:52 pm

Post by phpBginner »

Well Thanks Henrie, that was it. The badwords folder was somehow uploaded empty.

The way I upload my files are via godaddy control manager, via webpage.
Henrie
Posts: 1095
Joined: Sun Aug 14, 2005 8:57 pm

Post by Henrie »

Glad it works for you now.
Have fun with it.

Greetings,
Henrie
I do not monitor the Gbook forums regularly anymore since I do not use the Gbook script myself anymore for a long time. But it helped me a lot in learning to understand php.
Post Reply