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

November Satellite List

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 Get unlimited data, talk, text, and hotspot for as little as $25/mo. Taxes and fees included. Visible by Verizon We get a small commission when you sign up. New Stuff on our Blog Microsoft Windows 11 Replacement How to Turn on Developer Options on Your Android Smartphone International smartphone data on the cheap! 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 contain...

Veterans Day 2024 free meals and discounts

Veteran Free Meals and Discounts To find the latest information on Veterans Day free meals and discounts, I recommend checking the following reliable sources: Military.com: This website provides a comprehensive list of Veterans Day restaurant deals and discounts, updated regularly. You can find it here:  https://www.military.com/veterans-day/restaurants-veterans-day-military-discounts.html Military Money: This website offers a Top 100 list of Veterans Day military deals and discounts for 2024, including free meals at various restaurants. You can find it here:  https://www.militarymoney.com/discounts/veterans-day-deals/ Veteran.com: This website has a dedicated page for Veterans Day discounts, sales, deals, and free meals. You can find it here:  https://veteran.com/veterans-day-discounts-sales-deals-free-meals/ The Military Wallet: This website provides a list of verified Veterans Day free meals and discounts in 2024, including details on specific restaurants and offers. Y...

December Satellite List

Ivy Stone Place Home of the FREE Worldwide Satellite List Free Satellite Lists Download the list now 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 December 1, 2024 Satellites:  240 Transponders:  6030 DVB-S2:  4734 DVB-S:  1296 Vertical Polarity:  2592 Horizontal Polarity:  2655 RH Polarity:  379 LH Polarity:  404 PDF Pages:  118 PDF Size:  340.4 kB EPUB Size:  46.5 kB Download the list Want to know when new Satellite lists are released? Sign up for one or more of our Newsletters. Ivy Stone Place   DMS International ...