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 for Nov 15, 2023

Free Worldwide Satellite / Transponder List New list comes out at least once per month Thank you to all who have supported this project with your  donations . Please  donate  to keep this project alive. November 15, 2023 Sat / TP List Details Satellites: 244 Transponders: 6373 DVB-S2: 4800 DVB-S: 1573 Vertical Polarity: 2776 Horizontal Polarity: 2788 RH Polarity: 372 LH Polarity: 437 PDF Pages: 124 PDF Size: 1.8 MB EPUB Size: 51.4 kB Download List here If you find this list of use please  donate  if possible. 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 Want to know when new Satellite lists are released? Sig

November 1st, 2023 Satellite List Released

Free Worldwide Satellite / Transponder List New list comes out at least once per month Thank you to all who have supported this project with your  donations . Please  donate  to keep this project alive. November 1, 2023 Sat / TP List Details Satellites: 244 Transponders: 6365 DVB-S2: 4786 DVB-S: 1579 Vertical Polarity: 2789 Horizontal Polarity: 2769 RH Polarity: 371 LH Polarity: 436 PDF Pages: 124 PDF Size: 1.8 MB EPUB Size: 48.2 kB Download List here If you find this list of use please  donate  if possible. 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 Want to know when new Satellite lists are released? Sign

Android SECRET CODES updated

Secret codes, also known as USSD codes, are hidden codes that can be used to access hidden features and information on your Android phone. To use a secret code, simply enter it into the phone dialer and press the call button. Here are some of the most useful secret codes for Android phones: # #4636# #*: Displays information about your phone, battery, and various network statistics. #06#: Displays your phone's IMEI number. # #7780# #*: Runs a factory reset, erasing all data from your phone. # #7594# #*: Changes the power button behavior. #31#: Disables caller ID. *43#: Enables call waiting. # #34971539# #*: Displays information about the camera. # #4986 2650468# # : Checks firmware information. # #225# #*: Displays calendar information. # #426# #*: Performs a Google Play Services diagnostic. # #1472365# #*: Performs a GPS test. Please be careful when using secret codes, as some of them can make changes to your phone's settings or erase data. It is always a good idea to back up y