Re: How to make ReCaptcha readable (for Nitroflare, DataFile, etc) November 12, 2016 02:27PM |
Registered: 15 years ago Posts: 204 |
Re: How to make ReCaptcha readable (for Nitroflare, DataFile, etc) November 30, 2016 11:11AM |
Admin Registered: 12 years ago Posts: 1,174 |
Re: How to make ReCaptcha readable (for Nitroflare, DataFile, etc) December 06, 2016 03:15AM |
Registered: 14 years ago Posts: 314 |
Quote
Update recaptcha plugin to at least version 1.1.0 (Help -> Check for new plugins)
Re: How to make ReCaptcha readable (for Nitroflare, DataFile, etc) December 06, 2016 10:55AM |
Admin Registered: 12 years ago Posts: 1,174 |
Language: XML<?xml version="1.0" encoding="UTF-8" standalone="no"?> <!DOCTYPE plugin PUBLIC "-//JPF//Java Plug-in Manifest 1.0" "http://jpf.sourceforge.net/plugin_1_0.dtd"> <plugin class="cz.vity.freerapid.plugins.LibraryPlugin" id="recaptcha.com" vendor="Whole team" version="1.2.3"> <attributes> <attribute id="libraryPlugin" value="true"/> <attribute id="minver" value="0.855"/> <attribute id="maxver" value="0.899"/> <attribute id="services" value="recaptcha.com"/> </attributes> <runtime> <library id="recaptcha.com" path="/" type="code"> <export prefix="*"/> </library> </runtime> </plugin>
Re: How to make ReCaptcha readable (for Nitroflare, DataFile, etc) December 08, 2016 06:04AM |
Registered: 14 years ago Posts: 314 |
Quote
I can't reproduce this. I can download from uptobox just fine (with registered account) with FRD. Also when I opened it in browser, it's stated that it's "Happy Hour", that's probably why the captcha didn't show up?
Quote
You're lucky winking smiley, in this case, your ISP blocks the site on http level (by using "Host" field in http header as criteria) not on dns level (UDP port 53, for example). HTTPS encrypts http header, that's why the https version of the site works fine.
Re: How to make ReCaptcha readable (for Nitroflare, DataFile, etc) December 08, 2016 11:33AM |
Admin Registered: 12 years ago Posts: 1,174 |
Re: How to make ReCaptcha readable (for Nitroflare, DataFile, etc) December 10, 2016 04:09PM |
Registered: 14 years ago Posts: 314 |
Re: How to make ReCaptcha readable (for Nitroflare, DataFile, etc) December 31, 2016 09:21AM |
Registered: 7 years ago Posts: 1 |
Re: How to make ReCaptcha readable (for Nitroflare, DataFile, etc) January 01, 2017 10:10AM |
Admin Registered: 12 years ago Posts: 1,174 |
Re: How to make ReCaptcha readable (for Nitroflare, DataFile, etc) February 13, 2017 05:41AM |
Registered: 13 years ago Posts: 13 |