我把挑战键放在一边,一切似乎都很完美,但当人们点击“下载曲目”按钮时,他们会转到链接,而不会在CAPTCHA中写下安全短语。请帮助我,如果我还需要其他任何东西,请告诉我。谢谢!
以下是代码:
注意:不要担心,“your_challenge_key”我知道我必须更换它。
<form action="http://www54.zippyshare.com/v/49820786/file.html" method="post">
<input type="hidden" name="cmd" value="validatecaptcha">
<h1><img src="/images/icon-disc.png"> Download Validation</h1>
<p style="font-weight:bold; font-size:15px;">To help prevent access to the site from automated bots, we'll occasionally ask you to verify that you are human. Please complete the challenge below to access this download</p>
<p align="center"><script type="text/javascript" src="http://api.solvemedia.com/papi/challenge.script?k=your_challenge_key"></script>
<noscript>
<iframe src="http://api.solvemedia.com/papi/challenge.noscript?k=your_challenge_key" height="300" width="500" frameborder="0"></iframe><br/>
<textarea name="adcopy_challenge" rows="3" cols="40"></textarea>
<input type="hidden" name="adcopy_response" value="manual_challenge"/>
</noscript></p>
<div align="center"><button type="submit">Download Track</button></div>
</form>