Skip to main content

FORM SPAM 2 - Get help dealing with it

FORM SPAM 2 - Get help dealing with it
If you missed FORM SPAM 1 you can still get it.
FORM SPAM 1
In this article you will learn which FORM PROCESSOR we use and which CAPTCHA we use, as well as others.
Use a good form processor. We use Tectite Form Processor. If you are able to modify HTML and PHP you can use their processor free of charge. If you don't want to configure it yourself, they will do it for you for a fee.
The Tectite processor is already set up to use Googles reCaptcha and they have good instructions. If you want to use Googles reCaptcha just follow their instructions. Keep in mind that reCaptcha is badly compromised.
For better protection against form spam we use hCaptcha. Each form requires solving the captcha before it is submitted.
The following assumes you have created a hCaptcha account and have read their instructions.
Using the Tectite processor and hCaptcha requires using the HOOK feature of the processor to redirect to a hCaptcha script.
/* Help: http://www.tectite.com/fmdoc/hook_dir.php */
$HOOK_DIR = "/dir/hCaptcha.php";
Now you need to have this code in your 'hCaptcha.php' file.
$data = array(
'secret' => "your code goes here",
'response' => $_POST['h-captcha-response']
);
$ch = curl_init();
curl_setopt($ch, CURLOPT_URL, "https://hcaptcha.com/siteverify");
curl_setopt($ch, CURLOPT_POST, true);
curl_setopt($ch, CURLOPT_POSTFIELDS, http_build_query($data));
curl_setopt($ch, CURLOPT_RETURNTRANSFER, true);
$response = curl_exec($ch);
$responseData = json_decode($response);
if($responseData->success) {
// proceed the form
} else {
echo 'Robot verification failed, please try again.';
}
}
?>
OR you can download it here.
If you want to see how it looks and works, send us a message and tell if our FORM SPAM information has helped you.
CAPTCHA SHORT LIST
There are a lot of 'FREE' captcha services. Make sure to research each one before you decide to implement the service.
hCaptcha This is the one we are using.
Captchas.net
Friendly Captcha
Securimage
JCaptcha
Buster Firefox Extension
Buster Chrome Extension
Death by Captcha
SVB-Captcha
I hope this information helps you stop FORM SPAM on your website.

 

Popular posts from this blog

Download our Free Satellite List, August 1, 2024

Ivy Stone Place Home of the FREE Worldwide Satellite List Free Satellite Lists Download the list now SMART MINI UPS Power Outage What do you do when the power goes out? Your internet drops out and you're left without access to the outside world. This is where our Uninterruptible Power Supply (UPS) comes in providing you with power.   More information Distributorships Available Contact us Want some free stuff? Check out our FREE STUFF page! FREE HARDWARE AND SOFTWARE Check it out Feel free to download our Satellite / Transponder list, now in EPUB as well as PDF. EPUB greatly reduces the size of the file. This is a reference list (not to be loaded into any meter), download to your PC, laptop, smartphone, etc and carry this reference list with you. This list contains: C-band Ku-band Ka-band -  as a reminder, most meters, receivers, and LNBs in use will not do Ka band. Active and inactive transponders   Sat / TP List Details August 1, 2024 Satellites:  236 Transponders:...

International Travellers save on phone charges

International smartphone data on the cheap! Recently I went on a dream trip that took me to several countries and cities over a 30 day period. Starting in Dublin Ireland and going to Northern Ireland (Ballymena & Belfast), Scotland (Glasgow, Stirling & Perth), England (Liverpool, Merseyside, Salisbury & London), Greece, Turkey, Italy, and finally Barcelona, Spain (and of course several small cities and villages in between). I wanted to be able to stay in touch with my family and friends back home, and I also wanted to be able to post pictures and videos of my trip to Facebook and Instagram. However, I didn't want to pay for a international data plan on my phone (which would run $10 or more per day). So I started researching eSIMs. I found a few options, but I decided to go with Nomad eSIM mostly because of the reviews that said their support was great. I also liked that I could install the eSIM at a later date and activate it at a later date. With the Nomad eSIM install...

Revive your old PC for free

MX Linux 23.4 is the ultimate Microsoft Windows 11 replacement MX Linux 23.4 is a Linux distribution that offers a user-friendly and stable alternative to Windows 11. Here's why it's considered a great replacement: 1. Familiar Interface: MX Linux uses the Xfce desktop environment, which is known for its resemblance to Windows' look and feel. This makes it easy for Windows users to navigate and find their way around. 2. Lightweight and Fast: MX Linux is a lightweight distribution, meaning it requires fewer system resources to run compared to Windows 11. This translates to faster boot times, better performance, and longer battery life on laptops. 3. Stable and Reliable: MX Linux is based on the stable Debian Linux distribution, ensuring a high level of reliability and security. It's less prone to crashes and freezes than Windows 11, providing a smoother overall experience. 4. Free and Open-Source: MX Linux is completely free to download and use. It's also open-source,...