Changeset 1339859
- Timestamp:
- 01/31/2016 02:09:18 AM (10 years ago)
- Location:
- skt-nurcaptcha
- Files:
-
- 27 added
- 2 edited
-
tags/3.4.8 (added)
-
tags/3.4.8/gpl.txt (added)
-
tags/3.4.8/img (added)
-
tags/3.4.8/img/blackglass.png (added)
-
tags/3.4.8/img/bs_logo_msmall.gif (added)
-
tags/3.4.8/img/clean.png (added)
-
tags/3.4.8/img/dark.png (added)
-
tags/3.4.8/img/icon.svg (added)
-
tags/3.4.8/img/light.png (added)
-
tags/3.4.8/img/red.png (added)
-
tags/3.4.8/img/sfs_banner.jpg (added)
-
tags/3.4.8/img/white.png (added)
-
tags/3.4.8/js (added)
-
tags/3.4.8/js/skt-nurc-functions.js (added)
-
tags/3.4.8/js/skt-nurc-login.js (added)
-
tags/3.4.8/languages (added)
-
tags/3.4.8/languages/skt-nurcaptcha-fr_FR.mo (added)
-
tags/3.4.8/languages/skt-nurcaptcha-fr_FR.po (added)
-
tags/3.4.8/languages/skt-nurcaptcha-nl_NL.mo (added)
-
tags/3.4.8/languages/skt-nurcaptcha-nl_NL.po (added)
-
tags/3.4.8/languages/skt-nurcaptcha.pot (added)
-
tags/3.4.8/readme.txt (added)
-
tags/3.4.8/skt-nurc-admin.php (added)
-
tags/3.4.8/skt-nurc-login-style.css (added)
-
tags/3.4.8/skt-nurc-recaptcha-locales.php (added)
-
tags/3.4.8/skt-nurcaptcha.php (added)
-
tags/3.4.8/uninstall.php (added)
-
trunk/readme.txt (modified) (3 diffs)
-
trunk/skt-nurcaptcha.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
skt-nurcaptcha/trunk/readme.txt
r1323591 r1339859 2 2 Contributors: Sanskritforum 3 3 Donate link: http://skt-nurcaptcha.sanskritstore.com/donate/ 4 Tags: security, login form, new user, user, captcha, spambots, reCAPTCHA, register form, buddypress, wpmu, multisites, bots, spam, form, protection, response, safe, register, anti-spam, defence4 Tags: security, login form, new user, captcha, spambots, reCAPTCHA, register form, bots, spam, register, anti-spam 5 5 Requires at least: 3.1 6 Tested up to: 4.4. 17 Stable tag: 3.4. 76 Tested up to: 4.4.2 7 Stable tag: 3.4.8 8 8 9 9 NURCaptcha inserts a reCAPTCHA on the Register Form of your site to protect it against spambots. … … 83 83 == Changelog == 84 84 85 = 3.4.8 = 86 * Fixed: bug affecting user registration in some sites 85 87 = 3.4.7 = 86 88 * Fixed: small issue affecting access to language files … … 157 159 == Upgrade Notice == 158 160 161 = 3.4.8 = 162 * Fixed: bug affecting user registration in some sites 159 163 = 3.4.7 = 160 164 * Fixed: small issue affecting access to language files -
skt-nurcaptcha/trunk/skt-nurcaptcha.php
r1323591 r1339859 4 4 Plugin URI: http://skt-nurcaptcha.sanskritstore.com/ 5 5 Description: If your Blog allows new subscribers to register via the registration option at the Login page, this plugin may be useful to you. It includes a reCaptcha block to the register form, so you get rid of spambots. To use it you have to sign up for (free) public and private keys at <a href="https://www.google.com/recaptcha/admin#createsite" target="_blank">reCAPTCHA API Signup Page</a>. Version 3 added extra security by querying antispam databases for known ip and email of spammers, so you get rid of them even if they break the reCaptcha challenge by solving it as real persons. 6 Version: 3.4. 76 Version: 3.4.8 7 7 Author: Carlos E. G. Barbosa 8 8 Author URI: http://www.yogaforum.org … … 344 344 345 345 $result = new nurc_ReCaptchaResponse(); // sets $result as a class variable 346 $result->is_valid = true; 346 347 $user_login = ''; 347 348 $user_email = ''; 349 $errors = NULL; 348 350 if ( $http_post ) { // if we have a response, let's check it 349 351 $user_login = $_POST['user_login'];
Note: See TracChangeset
for help on using the changeset viewer.