WordRider Home
Welcome! Log In Create A New Profile

Advanced

oron stopped working

Posted by slickrcbd 
Re: oron stopped working
September 19, 2011 06:20PM
GZIP is automatically detected and decompressed during HTTP requests...
Re: oron stopped working
September 23, 2011 12:05AM
Oron supported!!! Plz commit this to the main repository

Index: cz/vity/freerapid/plugins/services/oron/OronFileRunner.java
===================================================================
--- cz/vity/freerapid/plugins/services/oron/OronFileRunner.java (revision 3172)
+++ cz/vity/freerapid/plugins/services/oron/OronFileRunner.java (working copy)
@@ -64,7 +64,7 @@
.setReferer(fileURL)
.setActionFromFormWhereTagContains("method_free", true)
.setAction(fileURL)
- .setParameter("method_free", " Free Download ")
+ .setParameter("method_free", " Regular Download ")
.toPostMethod();

if (!makeRedirectedRequest(method))
@@ -134,9 +134,9 @@
.setReferer(fileURL)
.setActionFromFormByName("F1", true)
.setAction(fileURL)
- .setParameter("method_free", " Free Download ");
+ .setParameter("method_free", " Regular Download ");

- Matcher m = getMatcherAgainstContent("api.recaptcha.net/noscript\\?k=([^\"]+)\"");
+ Matcher m = getMatcherAgainstContent("/recaptcha/api/challenge\\?k=([^\"]+)\"");
if (!m.find()) throw new PluginImplementationException("ReCaptcha key not found");

ReCaptcha r = new ReCaptcha(m.group(1), client);
Attachments:
open | download - oron.frp (5.8 KB)
Re: oron stopped working
September 23, 2011 08:42AM
Thanks for providing a fix! Plugin v1.0.12 should work again.
Re: oron stopped working
September 23, 2011 02:48PM
Thank you himitsudesu, you are the best. smileys with beer
Re: oron stopped working
September 26, 2011 12:14AM
Sorry, Oron still not working. I'm using 1.0.12 and it goes repeatedly through the wait cycle...
Sorry, only registered users may post in this forum.

Click here to login