Comments Demo page

This page shows how comment script works.

Comments page 139 of 267
Click here to add a comment
Me
Posted 6562 days ago
Wondering why there are double spaces between comment words when viewing source
char
Posted 6562 days ago
great
Jason
Posted 6565 days ago
Thanks for your reply but I went back to somewhere around page 127 and found another user with the same issue and saw your response there. The solution worked for me.

Thanks so much! This is a great comment script! I highly recommend it!
Adrian
Posted 6565 days ago
Jason, contact me by contact form please, I seen this issue before on some servers. You have to remove a certain line in comments.php
Jason
Posted 6565 days ago
Any idea why apostrophe's are showing up as " ' " on my test site after installing this script?
Jason
Posted 6565 days ago
I'm testing apostrophe's. We'll see if it works!
Adrian
Posted 6566 days ago
It doesn't have an option to ban users, when captcha is enabled is somehow useless to spam and enter verification code all the times when admin can delete the message with one click.
Anyway... if you like to ban an ip putside of the comments script then create a file .htaccess and type this:

###################
order allow,deny

deny from 190.137.10.32
deny from 76.241.142.101

allow from all
###################

In the middle there are banned IP addresses.