- Easy to post comments without requiring user registration - Spam protection by image verification so that users cannot send messages automatically. - No database needed, data will be saved in the comments in a plain file on your server. - Style fully customizable by the CSS file. - Code can be edited freely if needed (no part of the php code is encrypted). - You can chose what form items to display (name, e-mail, image verification). - Admin can receive a detailed e-mail when a comment is posted (comment, url, name, etc). - The e-mail send to admin also contains a link that can instantly delete that message. - Next to each comments admin can click a small link in order to delete or edit any comment. - When someone posted a comment the form remembers it's name and other fields. - Admin can chose sorting mode for the comments (newest comments on top or at end). - No 'credits' links on your pages, the script is fully hosted on your site without links to us. - The code complies with W3 validation standards.. - Admin can chose maximum length of a word do that really long words are not getting out of your layout. -Comments script can also run in html pages (not only in .php pages) by adding 2 code lines inside the .htaccess file, these instructions will be included in the purchased file. - Pagination; You can now specify how many comments to show on one page. - Submit form is hidden by default to save layut space. Click 'add comment' to open the form. - Admin can choose if bad words are filtered, you can have a list of words to be replaced with '...' instead of showing a bad word. - New: Admin can block HTML tags, so that html code like a link (site) will not be posted in the text of a comment.
Mr Andersson
Posted 5782 days ago
Testing
sdfsdfgsdfsf
Posted 5784 days ago
awefawefawef
Kathy from OR
Posted 5785 days ago
testing
Kathy
Posted 5785 days ago
How long of a message can be typed?
Adrian
Posted 5788 days ago
Ok, is fixed now, if you want to make limit shorter than 45 chars (as it will be by default) then inside comments_html.php replace the 45 here:
substr($comment->authorName,0,45);
Adrian
Posted 5788 days ago
Let me do that now, I was unaware of that issue, check back in 2 minutes.
- Easy to post comments without requiring user registration
- Spam protection by image verification so that users cannot send messages automatically.
- No database needed, data will be saved in the comments in a plain file on your server.
- Style fully customizable by the CSS file.
- Code can be edited freely if needed (no part of the php code is encrypted).
- You can chose what form items to display (name, e-mail, image verification).
- Admin can receive a detailed e-mail when a comment is posted (comment, url, name, etc).
- The e-mail send to admin also contains a link that can instantly delete that message.
- Next to each comments admin can click a small link in order to delete or edit any comment.
- When someone posted a comment the form remembers it's name and other fields.
- Admin can chose sorting mode for the comments (newest comments on top or at end).
- No 'credits' links on your pages, the script is fully hosted on your site without links to us.
- The code complies with W3 validation standards..
- Admin can chose maximum length of a word do that really long words are not getting out of your layout.
-Comments script can also run in html pages (not only in .php pages) by adding 2 code lines inside the .htaccess file, these instructions will be included in the purchased file.
- Pagination; You can now specify how many comments to show on one page.
- Submit form is hidden by default to save layut space. Click 'add comment' to open the form.
- Admin can choose if bad words are filtered, you can have a list of words to be replaced with '...' instead of showing a bad word.
- New: Admin can block HTML tags, so that html code like a link (site) will not be posted in the text of a comment.
substr($comment->authorName,0,45);