Im using this captcha service, I'm wondering if its possible to send BadCaptchas automaticly from template. They offer API:
<form action="http://captchatypers.com/Forms/SetBadImage.ashx" method="post">
<input type="text" name="action" value="SETBADIMAGE" />
<input type="text" name="username" value="my_username" />
<input type="text" name="password" value="my_password" />
<input type="text" name="imageid" value="imageid" />
<input type="submit" value="Submit" />
</form>
How can I get imageid? It is in panel, but question is if ZP recive it when he send image to recognize?
<form action="http://captchatypers.com/Forms/SetBadImage.ashx" method="post">
<input type="text" name="action" value="SETBADIMAGE" />
<input type="text" name="username" value="my_username" />
<input type="text" name="password" value="my_password" />
<input type="text" name="imageid" value="imageid" />
<input type="submit" value="Submit" />
</form>
How can I get imageid? It is in panel, but question is if ZP recive it when he send image to recognize?