Recommend this page to a friend! |
Download .zip |
Info | View files (7) | Download .zip | Reputation | Support forum (2) | Blog | Links |
Last Updated | Ratings | Unique User Downloads | Download Rankings | |||||
2008-06-27 (8 years ago) | 74% | Total: 2,157 This week: 1 | All time: 1,760 This week: 1,047 |
Version | License | PHP version | Categories | |||
antispam_feedback 1.0 | GNU Free Document... | 4.0 | Email, Validation |
Description | Author | ||||||||||||||||
This package can be used to validate the e-mail addresses of users of feedback forms before accepting and sending the feedback messages. Innovation Award
|
|
AntiSpam Feedback =================== Version 1.0 - January 2007 --------------------------- Copyright (C) 2007 Dmitry Sheiko Requirements: PHP version 4.1.x+ (http://www.php.net) Works with both UNIX and Windows SPAM has become the real problem of our time. Experts reckon 70% of all email messages in 2006 were SPAM . So, this library allows creating a feedback form which doesnӴ send a message immediately. It sends notification to the author of the message and delivers the message to the receiver only if the author confirms his authorship. Therefore, spamers will be unable to send messages through the feedback form because they never specify their real back email addresses. Besides, the form contains an AJAX-based interface and graphical confirmation code (CAPTCHA) generator. Files: feedback.html - sample asf_controller.php - controller asf_confirm.php - confirmator asf_gencode.php - graphical code generator asf_gencode.jpg - graphical background of code generator asf.js - JS library Installation: 1) Copy all of the AntiSPAM Feedback files to a folder on your server. 2) Set this folder's access permission to 777. 3) Copy this into your page's HTML: <script type="text/javascript" src="folder_address/asf.js"></script> <style> - section <form> - section 4) Change the feedback email address in asf_confirm.php: define("FEEDBACKEMAIL", "info@site.com"); 5) Change the confirmator script in asf_controller.php: URL define("ASF_CONFIRM_URL", "http://site.com/asf_confirm.php"); That's it! Yours sincerely, Dmitry Sheiko, http://www.cmsdevelopment.com, senior web developer at Red Graphic Systems (www.redgraphic.com) |
Files |
File | Role | Description |
---|---|---|
asf.js | Data | JS library |
asf_confirm.php | Example | authorship confirmation script |
asf_controller.php | Class | form controller |
asf_gencode.jpg | Icon | graphical code generator background |
asf_gencode.php | Aux. | graphical code generator |
feedback.html | Data | example |
readme.txt | Doc. | readme |
Version Control | Unique User Downloads | Download Rankings | |||||||||||||||
0% |
|
|
User Ratings | ||||||||||||||||||||||||||||||
|
Applications that use this package |
If you know an application of this package, send a message to the author to add a link here.
Pages that reference this package |
AntiSpam Feedback PHP Class This fairly new PHP class has an Ajax based interface and is used for AntiSpam Feedback forms... |