The Un-Official Proxomitron Forum
Unable to see captcha at hotfile.com - Printable Version

+- The Un-Official Proxomitron Forum (https://www.prxbx.com/forums)
+-- Forum: Proxomitron Config Sets (/forumdisplay.php?fid=43)
+--- Forum: Sidki (/forumdisplay.php?fid=44)
+--- Thread: Unable to see captcha at hotfile.com (/showthread.php?tid=1523)



Unable to see captcha at hotfile.com - maxbaggi - Nov. 06, 2009 01:47 AM

Hi, I'm unable to download anything from hotfile.com because the captcha required to get the download link is being filtered by Proxomitron. I can see it just fine when I bypass proxomitron.
Test link


RE: Unable to see captcha at hotfile.com - whenever - Nov. 06, 2009 03:46 AM

Below code was removed by filter <script> Remove: Ad Scripts - Noscript:

Code:
<script type="text/javascript" src="http://api.recaptcha.net/challenge?k=6LfRJwkAAAAAAGmA3mAiAcAsRsWvfkBijaZWEvkD"></script>

    <noscript>
          <iframe src="http://api.recaptcha.net/noscript?k=6LfRJwkAAAAAAGmA3mAiAcAsRsWvfkBijaZWEvkD" height="300" width="500" frameborder="0"></iframe><br/>
          <textarea name="recaptcha_challenge_field" rows="3" cols="40"></textarea>
          <input type="hidden" name="recaptcha_response_field" value="manual_challenge"/>
    </noscript>

Add below entry to IncludeExclude-U.ptxt/Exceptions-U.ptxt for exception:

Code:
hotfile.com/dl/                    $SET(0=i_noscr:2.)



RE: Unable to see captcha at hotfile.com - maxbaggi - Nov. 06, 2009 11:37 AM

Thanks whenever, I can see the captcha after adding the exception. Thumbs Up


RE: Unable to see captcha at hotfile.com - sidki3003 - Nov. 15, 2009 08:29 PM

Added Smile!