Changeset 2628942
- Timestamp:
- 11/13/2021 01:04:17 AM (4 years ago)
- Location:
- add-spam-filters/trunk
- Files:
-
- 2 edited
-
add-spam-filters.php (modified) (1 diff)
-
readme.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
add-spam-filters/trunk/add-spam-filters.php
r2336794 r2628942 3 3 * Plugin Name: Add Spam Filters 4 4 * Plugin URI: https://www.addspamfilters.com/ 5 * Description: Stop Spam User Registrations by Adding StopForumSpam.com, theChecker.co, and Email Domain Extension Filters.6 * Version: 1. 17 * Author: Adapt Sites8 * Author URI: https://www. adaptsites.com/5 * Description: Stop Spam User Registrations by Adding StopForumSpam.com, emailable.com, and Email Domain Extension Filters. 6 * Version: 1.0 7 * Author: Kegan Quimby 8 * Author URI: https://www.keganquimby.com/ 9 9 * Text Domain: adaptsites_addspamfilters 10 10 **/ -
add-spam-filters/trunk/readme.txt
r2336794 r2628942 1 1 === Add Spam Filters === 2 Contributors: adaptsites 3 Tags: stopforumspam, thechecker, add spam filter, add spam filters, validate, email, spam, filter 4 Donate link: https://www.paypal.me/adaptsites 2 Contributors: adaptsites, keganquimby 3 Tags: stopforumspam, emailable, validate, email, spam, filter, 5 4 Requires at least: 5.0 6 Tested up to: 5. 4.25 Tested up to: 5.8.2 7 6 Requires PHP: 5.6 8 7 License: GPLv2 or later … … 10 9 Stable tag: trunk 11 10 12 Stop Spam User Registrations by Adding StopForumSpam.com, theChecker.co, and Email Domain Extension Filters.11 Stop Spam User Registrations by Adding StopForumSpam.com, Emailable.com, and Email Domain Extension Filters. 13 12 14 13 == Description == 15 This plugin adds filters to the WordPress user registration process. It lets you check user signups against StopForumSpam.com and/or theChecker.co14 This plugin adds filters to the WordPress user registration process. It lets you check user signups against StopForumSpam.com and/or Emailable.com 16 15 17 When a user registers, you can configure this plugin to use the submitted email address and IP address to first check against StopForumSpam.com to see if there is a match to the IP address and/or the email address in their FREE database. Then you can check if the ending of the email address is .ru or another country extension you want to block to cut down on spam registrations. Finally, if it passes these checks, you can check the email address against thechecker.coto see if the email is valid.16 When a user registers, you can configure this plugin to use the submitted email address and IP address to first check against StopForumSpam.com to see if there is a match to the IP address and/or the email address in their FREE database. Then you can check if the ending of the email address is .ru or another country extension you want to block to cut down on spam registrations. Finally, if it passes these checks, you can check the email address against Emailable.com to see if the email is valid. 18 17 19 [ TheChecker.co](https://app.thechecker.co/signup?coupon=F7EC3F)20 Validate user registration emails using TheChecker.coto see if an email is: deliverable, risky, unknown, or undeliverable.18 [Emailable.com](https://emailable.com) 19 Validate user registration emails using Emailable.com to see if an email is: deliverable, risky, unknown, or undeliverable. 21 20 22 23 Receive an extra 30% FREE CREDITS in your first purchase:24 Use F7EC3F coupon code in signup form or [this link](https://app.thechecker.co/signup?coupon=F7EC3F). Using this coupon code also helps support the development of this plugin.25 21 26 22 == Installation == … … 32 28 June 30, 2020 33 29 * Initial release. 30 31 November 12, 2021 32 * Updated plugin to use Emailable.com
Note: See TracChangeset
for help on using the changeset viewer.