while ($to = "domain1@email.com, domain2@email.com, domain3@email.com, domain4@email.com, domain5@email.com";)
{
mail($to, "Membership Status", $msg, 'From: '.$from);
}
Type: Posts; User: Ron_Hickey; Keyword(s):
while ($to = "domain1@email.com, domain2@email.com, domain3@email.com, domain4@email.com, domain5@email.com";)
{
mail($to, "Membership Status", $msg, 'From: '.$from);
}
The Javascript is used to locate X coords onclick only, the spambot would have to be configured to decode, strip string and do calculations to know what coord to click
All The Best,
Ron
Yes, good idea, I will keep in mind for next version.
I changed the dashed line color, should be easy to see for most.
All The Best,
Ron
I made the form to demo Captcha and values are pre set.
I changed code to make it easier to see
numbers.
All The Best,
Ron
Thank you everyone for your input.
The point of a click captcha vs. one that you type.
Many use auto form fill and it is much faster to click once
vs. type 5 to 10 or more hard to see...
1) CODE TITLE: Click Captcha
2) AUTHOR NAME/NOTES:
3) DESCRIPTION: Requirements - php 4.3 or greater with GD support.
Click Captcha is a randomly generated gif file that is dynamically...