Comments Script
This is my comments script which I have spent the last month developing. I have tried to add as many functions as possible without it getting too complicated and I am now ready to release Version 1.0 of my comments scripts!
The features included with this script are as follows:
- Admin Section with Cookie [Remember Me] support.
- Ability to delete an individual record.
- Ability to delete all records at once.
- Webmail & Email check. To display a URL or a mailto: link.
- Empty field check. If a field is left empty it will replace it from an empty record to something else of your choice;
o In index.php you will find:
o if ($name =="") $name = `Anon`;
o if ($comment =="") $comment = `This person was too lazy to write a comment!`;
o If the name field is left empty it will write `Anon` into the database
o If the comment field was left empty it will write `This person was too lazy to write a comment!` into the database.
o Both can be changed to anything you want.
- Storage of each users IP address when posting a comment.
- Paginator. In config.php you will find `$per_page = 10;` Change this number to the amount of records you wish to be seen on your page before the script creates a new page.
- First, Previous, Next and Last page jumps. Easy links to different pages of comments.
- rel="nofollow" to stop spammers from getting credits in search engine rankings.
Script Info:
Comments Script from Guestbooks Scripts.http://www.joe2torials.com/view_tutorial.php?view=63
|
||||||||
|
« Back to Guestbooks
