Forum Moderators: open
It sounds like your database setting was changed, and the new setting doesn't allow it to show publicly.
NOTE: WS_FTP is an "FTP Client". Internet Explorer is a "Web Browsing Client" There is a free Light version available for download, it's called ws_ftp le.
If you are using ws_ftp,
1>Log in to your ftp (usually ftp.mysite.com, check your email confirmation from when you first signed up).
2>Navigate to where your guestbook lives, probably inside your cgi-bin.
3>Find your .db file.
4>To the far right of the file name you should see your r(read) w(write) and x (execute) values.
These values tell the browser what privileges it has, (read only, write only, execute etc.). It sets up who gets to do what on your web site.
5>Right click the .db file and you should see a contextual menu pop up. Choose Chmod. Reset the .db file to: rw-rw-rw. That is the usual set up for the .db. It allows people to read it, and to write to it.
I would suggest to you that you purchase a book like "Web Design: The Complete Reference." This can give you the background of who what where that you may be lacking. The learning curve isn't as steep as you would think. And don't be intimidated by the size of the book.
Also, you may want to find the installation files for your particular guestbook and look up the correct chmod settings for all of the guestbook files.
Also take care about uploading in the proper mode: You have to use ascii and not binary. If you use binary, then your script may not function.
The chmod setting gives your browser permission to do certain things (like to display something), and restricts access to other things (like change something).
The chmod settings are one of the most basic things to bug out on a guestbook.
This happened to one of my clients. The host upgraded the version of Perl running on the server, and everybody's guestbook stopped displaying.
The problem? The chmod setting had reset. When I corrected the setting, the guestbook came back.
Short answer to your question: If you download your .db file and take a look at it in notepad, you will probably see your guestbook entries.