HTML Guestbook Will Not Work The guestbook on my website (www.fett1138.net) won't function.
#1
Posted 28 October 2009 - 08:03 PM
Every time I try to add a comment it says,
Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator, support@supportwebsite.com and inform them of the time the error occurred, and anything you might have done that may have caused the error.
More information about this error may be available in the server error log.
Apache/1.3.33 Server at www.fett1138.net Port 80
I have no idea what to try or do next, if anyone can help, please do.
#2
Posted 28 October 2009 - 09:00 PM
EDIT: After re-reading your post, did you actually add the perl script to your website and configure it? Since you state that you have no clue what to do with it, is it safe to assume that you have not done one of those two things?
EDIT2: And after reading our post again (sorry, I'm tired), did you put the perl script (guestbook.pl) in the proper location, and did you add a form element to your HTML?
#3
Posted 28 October 2009 - 09:49 PM
Also, I am considering a flash guestbook and would like "Simple Flash Guestbook", but it seems to have dropped off the face of the internet. If anyone knows where to actually find it please tell me.
#4
Posted 28 October 2009 - 10:39 PM
Here's one that i have used in the past, http://woork.blogspot.com/2009/05/how-to-i...l-facebook.html
There's no place like 127.0.0.1
There are 10 types of people in the world, those that can read binary, and those who can't.
#5
Posted 28 October 2009 - 10:55 PM
#6
Posted 29 October 2009 - 12:41 AM
#7
Posted 29 October 2009 - 04:46 PM
There's no place like 127.0.0.1
There are 10 types of people in the world, those that can read binary, and those who can't.
#8
Posted 29 October 2009 - 05:10 PM
#9
Posted 29 October 2009 - 06:18 PM
@Fett Unless you have some way of storing comments on the server, they will not be saved. That requires (again) some server side scripting, and then you are moving out of the realm of simple HTML pages and into PHP, ASP, and other languages that can dynamically add comments to the page.
#10
Posted 30 October 2009 - 05:43 PM
#11
Posted 30 October 2009 - 05:55 PM
It isn't really something that I can show you in three easy steps how to do because there are multiple parts to the procedure.
#12
Posted 30 October 2009 - 11:02 PM
But still you need a server side scripting language like PHP or ASP etc. These guestbooks are not so fast as SQL ones and when you add lots of entries they will surely slow down.
#13
Posted 31 October 2009 - 01:15 PM
Hopefully this will be the last time I have to bother all of you with my problems.
Oh yes, and the guestbook page is written in PHP.
This post has been edited by Fett 1138: 31 October 2009 - 01:17 PM
#14
Posted 31 October 2009 - 01:22 PM
The comments still need to be received by PHP on the server side, and the PHP will have to write the comments to the file. Then when the page is requested from the server, you will have to use PHP to read the text file, and insert the comments into the web page before it is delivered to the client. Of course, you can use any language of your choice as long as it is supported by your host, but you still have to do actual programming.
#15
Posted 31 October 2009 - 01:49 PM
My questions...
- Is MySQL relatively easy to use, nearly impossible to use, or somewhere in between?
- Does anyone have a link to a good guide to MySQL?
- How can I use a .txt file to store the comments? (tell me here or give me a link)
- Are there any good flash guestbooks?
If you need the page source for my guestbook, see here [ http://www.fett1138.net/guestbook.php ].
I don't mean to sound abrasive, but I'm beginning to get aggravated with the fact that nearly everyone seems to be able to set up a functional guestbook but me.
Thank you for any help you can give me, it is greatly appreciated.

Help



Back to top










