What it does
It provides visitor verification by means of an ascii art random string to be typed before sending (CAPTCHA).
It allows for '+' in the user name part of email addresses, see “plussed” addresses allowed by sendmail.
Download
Content of the archive
README.txt this text
mailform.php replacement script
phpfiglet_class.php text → ascii art converter
standard.flf standard ascii art alphabet
Installation
unzip the archive,
rename the original mailform.php,
place mailform.php, phpfiglet_class.php and standard.flf in cmsimple3_2/cmsimple/,
insert the following 2 lines into cmsimple3_2/cmsimple/languages/en.php:
$tx['mailform']['verif'] = 'Type this string in the next box ';
$tx['error']['notverif'] = 'Strings do not match. Try again.';
Screenshot
cmb: In second languages the font can't be found. Solution: change line 43 to:
if ($__c->loadFont($pth['folder']['cmsimple'] . "standard.flf")) {
~~DISCUSSION~~