I can't seem to find the post that says this, though I know it exists around here somewhere... I just installed the script and everything works find except I...
I have dotcomments installed on IIS 5 on Win 2K (http://www.meehawl.com/Blogfiles). Permissions are all okay and people can leave comments. But comments.php is...
So I had to go *far* more into PHP and ISAPI than I ever wanted to. comments.php needs some changes to work under ISAPI as getenv() and setenv() aren't...
I've been using the exact same script that I was before, and suddenly all my comments went *poof*! The comments are in the .comments file, but they aren't...
I <3 this comments script! I have noticed one problem/glitch however, it may be that I'm just dumb... When using an iframe on my site, and having my blog load...
Hi, All I've been having problems with just getting dotcomments to parse correctly on my server. Since it wasn't working on my blog, I decided to try a test...
<!-- (for those reading html email) Since your test file isn't passing through Blogger, <$BlogItemNumber$> isn't being converted to an actual number, so the...
thanks a lot, Phil. Clicking through and posting comments works now. Now the comment count is farked up. It is either displaying 35 comments or 0 comments on...
Almost always, comment count problems like that are the result of your server returning a custom 404 page rather than a 404 header for posts that have no...
Brief update to that last post. Right now, comments are functional and comment count is accurate. What's still buggy is that when I create a new entry and call...
Today after several months of perfectly functional dotcomments, I am getting the following message when I click on my comments: Fatal error: Call to undefined...
I was wondering whether geocities does support PHP? I'm trying to set up a comment system on my homepage but it's not working. I unable to set my comments...
No they don't, and the place where I used to host comments at is getting rid of free accounts. Digitalrice has free hosting but they are taking names and who...
a few months back I did a search on google for free hosting and I found a few places that provided free php hosting, but you have to look hard. Most only give...
exactly what happens? You should be able to click on the folder to select it, and then right click it to find something like CHMD or FTP commands and then ...
I've managed to get a free PHP site to support Blog comments but when I try to test it out, I get the error below. Don't know what else to do .. : Anybody can...
... /comments/comments.php looks like you've got comments.php in the wrong place, unless you also created /comments/comments/: there needs to be a subdirectory...
Hi I've always receive my comments by e-mail... but now I don't .... WHy is that ? Anyone knows !? My site is hostes in barrysworld... Thanks :) Pedro...
Looks like barrysworld has disabled the mail() function. Not too surprising, since a free PHP account with mail() enabled is a spammer's dream come true. Phil...
Hi again ... How can I send mail from my scripts? Post Comment (0) ... We offer email support from your websites using PHP's inbuilt functions. To make use of...
Hi, my page is at http://www.student.kun.nl/g.lasterie/ . I installed dotcomments the way it is explained in the readme. My problem is that when I click the...
Since you are setting base target="_blank", you have to include target="_self" in the comment link, so that javascript:viewComments() opens in the same window,...