PHP Comments Script - Comments page 14

The php comments script will allow your users to post comments on your web sites, comments related to your web site content (photos, videos, articles, products, etc).
The script doesn't require a database and it is easy to include in your pages.

Buy Now ($19.00)

Requirements:

- Server must support PHP scripts, this should not be a problem with most servers.
- No coding is needed except for few customizations like replacing the value of admin email and other preferences inside settings.php.
- No database is needed.

Features:

- 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 (<a href="http://site.com">site</a>) will not be posted in the text of a comment.
- New: You can now select between normal captcha and reCaptcha (service by Google) as antispam verification. Change it by editing $settings_antispam_method = "captcha" to $settings_antispam_method = "recaptcha".

old captcha option
captcha preview

new reCaptcha option:
Google reCaptcha preview

Usage Sample:

Using this script is very easy, you just need to upload the files you receive inside a directory then in any of the pages on site include the comments script:
<?php include('comments_script/comments.php'); ?>
Normally the system identifies the items to be commented by the URL of the page where comments appear but optionally you can also pass an id of the comments on that page, for example:
<?php $comment_id = 'product 1'; ?>
again this second step is optional.

So after including the script like explained above the comments and submit form will appear on that page and users can start posting comments.
In order to moderate the comments you can login to 'admin.php' and then you will see the 'edit' and 'delete' links on each comment.

Buy Now ($19.00)


PHP Comments Script Preview

In this sample latest comments are on top and we disabled the user email field:

Comments page 14 of 261
Click here to add a comment
Troy
Posted 6490 days ago
Hi Adrian, I was talking about changing the spacing in CAPTCHA, not turning it on or off. :) Thanks for the detials on updating the code via a programmer. Can the number of comments shown on a page be controlled? For example, this page is getting longer and longer, can I limit it to 10 comments? (Would would be really god for SEO is to have a setting: MIN # of Comments to Show [X] Max # of Comments to Show [X] and then you already have the option to determine if the latest is on top or the bottom.
Adrian
Posted 6490 days ago
No, you cannot post malicious html code it will not be interpreted. You can try, I will delete the comment later.
GAWIDAN
Posted 6490 days ago
what about html tags ? can any one put html tags ? can any hacker do something like that ?
Adrian
Posted 6491 days ago
Yes, word wraping ^ works :)
In settings.php you set a number that represents the maximum characters inside a word, so that a really loooong word like above doesn't get outside of layout. Now is set to around 70 characters.
LESTAT
Posted 6491 days ago
wordwrappppppppppppppppppppppppppppppppp pppppppppppppppppppppppppppppppppppppppp pppppppppppppppppppppppppppppppppppppppp pppppppppppppppppppppppppppppppppppppppp pppppppppppppppppppppppppppppppppppppppp pppppppppppppppppppppppppppppppppppppppp pppppppppppppppppppppppppppppppppppppppp ppp
Adrian
Posted 6491 days ago
@Troy: To disable image verification you just change something like this: "image_verification = 1" to "image_verification = 0". To display something like "10 comments" to show number of comments inside a text link you will probably need a php developer to modify it.
Troy
Posted 6491 days ago
Adrian, thanks for the reply. So, you are saying that I have access to the PHP (to adjust as needed)? That's cool. (I just saw that in the product dscription.) Would I need to have a programmer do it, or is there an option for the CAPTCHA image?
Also, I'd like to be able to display how many comments a post has, could that be accessed? An example is here: http://www.retroblast.com
 

Buy Now ($19.00)