Version: 1.0.6, by solvemedia
Developer Last Online: Sep 2013
Category: Anti-Spam Options -
Version: 4.x.x
Rating:
Released: 01-13-2011
Last Update: 07-24-2012
Installs: 142
DB Changes Uses Plugins
Additional Files
No support by the author.
Please remember to click Mark as Installed if you use this modification.
Description
Secure and monetize your vBulletin forum with Solve Media's free CAPTCHA replacement. Use Solve Media's free CAPTCHA solution and earn money from CAPTCHA. Solve Media has created a patent-pending technology that turns CAPTCHA into a branded TYPE-INs?. Every time a visitor to your site enters a CAPTCHA brand message, we share the revenue with you. Users are easily frustrated by traditional CAPTCHA. Solve Media CAPTCHA TYPE-IN? ads are easy to read, easy to complete and reinforce messages that are easy to remember. For visually impaired users, the Solve Media CAPTCHA widget offers an audio CAPTCHA puzzle.
Whenever I go to the Registration page now, I get the 'email is already in use' warning, and I have some strange email and username already filled in. No image for verification. Went back to reCaptcha, and all is fine again.
Please submit a trouble ticket and we will look into the issue.
Doesn't this fall under the fact the spammers already broke CAPTCHA code? Because I was using CAPTCHA and had tons of spammer BOTS!
There are different CAPTCHA implementations. Breaking one type of CAPTCHA does not necessarily mean that you can break other CAPTCHAs.
Our CAPTCHA is only the first layer of security. We have other security mechanisms in place that will detect and deter spammers.
Quote:
And can we chose what ads we want because I do not want to advertise Toyota?
While you cannot opt-out of specific advertisements, the categories you choose when classifying your website will determine whether certain advertisers target your site.
I installed this a few hours ago and it worked fine. Even my solve media control panel showed me that I received 30 type ins (made $0 though..). However, it suddenly stopped working for no reason and now my users are unable to sign up. I had to disable this because of that.
Any idea why this would happen ? I do have HTTP-X-FORWARDED-IP set through my reverse proxy so I doubt that's the issue.. Any ideas ?
Alright, I've managed to fix it, here's what I did:
Replace in class_humanverify_solvemedia.php (Line 30):
$_SERVER['REMOTE_ADDR']
with:
$_SERVER['HTTP_X_REAL_IP']
Maybe you should include a check for $_SERVER['HTTP_X_REAL_IP'] or $_SERVER['HTTP_X_FORWARDED_FOR'] in your script.. ?
I am glad to see you worked this out. This is another issue we have seen before, and it is documented here.
Unfortunately, we have seen the issue on a variety of different reverse proxy, CDN, and load balancing setups. They all reported the true user IP in a different manner. It would be difficult, if not impossible, to account for all the different ways a server may present the true user IP.