I'm using dotcomments for a number of things on my site without blogger, and I was wondering if it had to be a number that you replace $blogitemnumber$ with?...
... Line 24 - $commentID = ereg_replace('[^0-9]', '', getenv('QUERY_STRING')); says "replace everything in the query string that isn't a digit with nothing"....
It is safe. Your e-mail is not displayed anywhere within the HTML of comments.php when viewd from a browser. This happens because the PHP script is interpreted...
I made the changes listed here and I get a publish error. I was wondering if the two are related and I maybe missed another update to what this message states...
I recieved the same error message with "unknown host" the last time I tried to publish something also. I replaced my ftp address with my ip address and it...
I've just been playing around with dotcomments a little, just to make sure everything works fine before putting it on my (non-blog) site. Anyway, I can get the...
I've gone through and implemented (and double-checked) all the instructions in the readme.txt to install dotcomments on my blog, but when I'd finished and went...
Does the URL: http://www.mydomain.com/comments.php exists? (you have to change www.mydomain.com to your site URL, of course) This URL is the URL of your site...
I wasn't receiving by e-mail the comments as I usually did. I thought it was a problem with the new blogger, but I realised that it is not with the blog, but...
I've checked and double-checked the URL path on the javascript, PHP function and the comments.php page itself - they are all correctly set to my site. The site...
Figured out what the problem is - my server has a corrupted installation of PHP on, and file commands like fopen and fread don't work - that's why the...
Hi, I did put dotcomments on my blog (blogger), everything is working fine except the counter which remains on 0. I tried lots of things but nothing works....
Hi! I've found that function "fread" is a bit unpredictable when used with PHP 4.3.X I've changed line 5 of the script with the following: $thisFile =...
Thx for the tip but it is still not working (i use php 4.2.2). Here is th error message i get: Warning: php_hostconnect: connect failed in blogger.php on line...
If someone is going to contact me via email, my address is spam@... Onwards to my problem. As you can see in http://www.klimis.net/problem.php only half...
Hi It seems that comments are now working on your blog. Would you tell me how you did it cause my comment count is still on 0 no matter how many comments are...
I had him add the ' ' to the javascript as per Phil's directions. I don't know what he did after that. *g* Cyn chalanset alexandre <alexcha@...> wrote: Hi...
... Despite /code.php having a </a> after the PHP to insert the comment count, it's not making it into the page source, so the entire rest of the page ends up...
I had that problem as well, and so did a friend. The way I solved it (for the friend) was to delete the comment file from the offending post, posting a test...
Here is my comments page when there is no comment..=( There are a lot of "01/01/70 09:00am" instead of "No comments found" But when I submit comments, it is...
in the file area, there is a file called errorpage.txt that tells you how to fix that problem. good luck! Cyn thepatina <thepatina@...> wrote: Here is my...
... replace ... it ... the ... with ... ... I changed it to [^0-9a-zA-Z] which lets through alphanumerics. ... is ... I found there were no other problems...