Hey everyone, I am making a new site, so I thought that i would try to make all the additional little features by hand (counter and feedback etc) But when I started making the feed back i get this error
Quote:
[Wed Apr 20 14:56:10 2005] [error] [client 218.167.48.218] Premature end of script headers: /home2/jttesne/public_html/cgi-bin/count.pl
And i also get
Quote:
[Wed Apr 20 15:01:03 2005] [error] [client 218.167.48.218] script not found or unable to stat: /home2/jttesne/public_html/cgi-bin/count.pl
JTW, I think your problem has to do with pring JOKE $count; - you don't have an open file handle called JOKE. Did you mean COUNT? If so, then you're going to have to open that file so that you can append to it. In addition, you should check for failure on opening the file:
Code:
open( FILE, "count.txt") || &errorDie;
Where errorDie is a function that prints content type, the error message and then exits the script.
And it will print out fatal errors to your browser (just like it would in a DOS window). Useful for catching stuff easily without having to check your error log. _________________ Current Site (2008) http://www.cuvou.com/
Funny how Mojave was the only one to notice the glaring error he had there. For all the know it all attitudes, you guys sure don't pay attention. _________________ Check out Botworld! A dev resource for things bot.
Downloads, articles, news, fourm and more.
http://botworld.marzopolis.com
Funny how Mojave was the only one to notice the glaring error he had there. For all the know it all attitudes, you guys sure don't pay attention. [right][snapback]47929[/snapback][/right]
Mojave was the second one to reply. So the only one who didn't pay attention would be Mat007. So if Mat007 is also a know-it-all, then your statement is only true for the one person. If he's not a know-it-all, your statement's not true for anybody. Not in this post anyway. There was only one example of ignorance before Mojave saw that error. _________________ Current Site (2008) http://www.cuvou.com/
hahahahah Like YOU dont act like one too. _________________ Check out Botworld! A dev resource for things bot.
Downloads, articles, news, fourm and more.
http://botworld.marzopolis.com
hahahahah Like YOU dont act like one too. [right][snapback]47936[/snapback][/right]
My reply didn't say anything about me claiming I don't think I'm a know-it-all. It's just that your post wasn't necessary, you should wait for the topic where 10 people reply with dumb answers and then you'd be fully justified in yelling at us. Why are you such a jerk lately? _________________ Current Site (2008) http://www.cuvou.com/