<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel>
        <title>megaupload &amp;amp; hotfile problem..</title>
        <description> have a question to ask, megaupload does not support the breakpoint has been downloaded?
Hotfile plugin not working, No string between 'challenge:&quot;and&quot;,'was found</description>
        <link>https://wordrider.net/forum/10/4760/4760/_subject_#msg-4760</link>
        <lastBuildDate>Thu, 09 Apr 2026 10:53:34 +0000</lastBuildDate>
        <generator>Phorum 5.2.10</generator>
        <item>
            <guid>https://wordrider.net/forum/10/4760/4813/_subject_#msg-4813</guid>
            <title>Re: megaupload &amp; hotfile problem..</title>
            <link>https://wordrider.net/forum/10/4760/4813/_subject_#msg-4813</link>
            <description><![CDATA[ ohh, recaptcha is part of google now...<br />
<br />
i tried this url:<br />
[<a href="http://www.google.com/recaptcha/api/challenge?k=6LeMCLoSAAAAABifs_KU3iQzhxcIy26g6NDAzqTB" rel="nofollow" >www.google.com</a>]<br />
<br />
the server returned this:<br />
var RecaptchaState = {site:'6LeMCLoSAAAAABifs_KU3iQzhxcIy26g6NDAzqTB',challenge:'03AHJ_VusEdNpKrxZHTtt-5UZ5aJYR_xuScG51IoR1ds_s1ftFElMynKWBeVHhQvo1CHl4QKr0Q5SYfxcY05J-51wPEzAy89lK662Lrah1hoOFLiRGlbG0JpOFv0rXvRC8C_QrxcmzFeDKQH2PFSxFomY_KAmlTy9Xmg',is_incorrect:false,programming_error:'',error_message:'',server:'http://www.google.com/recaptcha/api/',timeout:18000}; document.write('\74script type\75\47text/javascript\47 src\75\047' + RecaptchaState.server + 'js/recaptcha.js\47\76\74/script\076');<br />
<br />
while in the code it reads the challenge in this way:<br />
<i>challenge=PlugUtils.getStringBetween(client.getContentAsString(), "challenge : '", "',");</i><br />
which is not correct.  Changing it to <br />
<i>challenge=PlugUtils.getStringBetween(client.getContentAsString(), "challenge:'", "',");</i><br />
could work, i suppose]]></description>
            <dc:creator>robert1111</dc:creator>
            <category>FreeRapid Downloader - Plugins</category>
            <pubDate>Fri, 07 May 2010 16:50:10 +0000</pubDate>
        </item>
        <item>
            <guid>https://wordrider.net/forum/10/4760/4805/_subject_#msg-4805</guid>
            <title>Re: megaupload &amp; hotfile problem..</title>
            <link>https://wordrider.net/forum/10/4760/4805/_subject_#msg-4805</link>
            <description><![CDATA[ Recaptcha should be integrated as another plugin and the other plugins should contain a dependency on it. But I suppose it requires additional coding into FRD.]]></description>
            <dc:creator>Vity</dc:creator>
            <category>FreeRapid Downloader - Plugins</category>
            <pubDate>Fri, 07 May 2010 05:47:08 +0000</pubDate>
        </item>
        <item>
            <guid>https://wordrider.net/forum/10/4760/4800/_subject_#msg-4800</guid>
            <title>Re: megaupload &amp; hotfile problem..</title>
            <link>https://wordrider.net/forum/10/4760/4800/_subject_#msg-4800</link>
            <description><![CDATA[ codeboy2k Wrote:<br />
-------------------------------------------------------<br />
&gt; ReCaptcha.java is also used in a few places too,<br />
&gt; and probably should be moved into the webclient<br />
&gt; package and subclassed where it's needed. <br />
<br />
Yup, I was thinking of something like this too.<br />
<br />
Vity, should it be added to the API?]]></description>
            <dc:creator>ntoskrnl</dc:creator>
            <category>FreeRapid Downloader - Plugins</category>
            <pubDate>Thu, 06 May 2010 15:57:50 +0000</pubDate>
        </item>
        <item>
            <guid>https://wordrider.net/forum/10/4760/4799/_subject_#msg-4799</guid>
            <title>Re: megaupload &amp; hotfile problem..</title>
            <link>https://wordrider.net/forum/10/4760/4799/_subject_#msg-4799</link>
            <description><![CDATA[ I spoke too soon.  I can see the ReCaptcha.java code hardcodes the google link in several places. ReCaptcha.java is also used in a few places too, and probably should be moved into the webclient package and subclassed where it's needed. There why all the sites that use recaptcha have to be fixed.]]></description>
            <dc:creator>codeboy2k</dc:creator>
            <category>FreeRapid Downloader - Plugins</category>
            <pubDate>Thu, 06 May 2010 15:49:55 +0000</pubDate>
        </item>
        <item>
            <guid>https://wordrider.net/forum/10/4760/4793/_subject_#msg-4793</guid>
            <title>Re: megaupload &amp; hotfile problem..</title>
            <link>https://wordrider.net/forum/10/4760/4793/_subject_#msg-4793</link>
            <description><![CDATA[ The plugin pulls the recaptcha URL out of  response from the file server. It's not hard coded in the plugin. So if the plugin is making a request to [<a href="http://www.google.com/recaptcha/api" rel="nofollow" >www.google.com</a>] then this is what was on the page content from the file server, and the bug is caused by the file server. <br />
<br />
Post the download link that has this problem, we can at least confirm it, but likely can't fix it.<br />
<br />
robert1111 Wrote:<br />
-------------------------------------------------------<br />
&gt; I have the same problem since 2 days' ago. It<br />
&gt; seems the problem is attributable to<br />
&gt; recaptcha...When posting requests to the following<br />
&gt; URL<br />
&gt; 'http://www.google.com/recaptcha/api/challenge?k=.<br />
&gt; ..', the response just could not be parsed.  I<br />
&gt; copied the URL to my browser, but only to get '404<br />
&gt; Not Found' error. As i recall, the URL should be<br />
&gt; something like<br />
&gt; 'http://api.recaptcha.net/challenge?k=...'<br />
&gt; <br />
&gt; Someone could fix this?]]></description>
            <dc:creator>codeboy2k</dc:creator>
            <category>FreeRapid Downloader - Plugins</category>
            <pubDate>Thu, 06 May 2010 13:56:22 +0000</pubDate>
        </item>
        <item>
            <guid>https://wordrider.net/forum/10/4760/4790/_subject_#msg-4790</guid>
            <title>Re: megaupload &amp; hotfile problem..</title>
            <link>https://wordrider.net/forum/10/4760/4790/_subject_#msg-4790</link>
            <description><![CDATA[ I will fix it as soon as I get the captcha.]]></description>
            <dc:creator>ntoskrnl</dc:creator>
            <category>FreeRapid Downloader - Plugins</category>
            <pubDate>Thu, 06 May 2010 13:16:09 +0000</pubDate>
        </item>
        <item>
            <guid>https://wordrider.net/forum/10/4760/4789/_subject_#msg-4789</guid>
            <title>Re: megaupload &amp; hotfile problem..</title>
            <link>https://wordrider.net/forum/10/4760/4789/_subject_#msg-4789</link>
            <description><![CDATA[ I have the same problem since 2 days' ago. It seems the problem is attributable to recaptcha...When posting requests to the following URL 'http://www.google.com/recaptcha/api/challenge?k=...', the response just could not be parsed.  I copied the URL to my browser, but only to get '404 Not Found' error. As i recall, the URL should be something like 'http://api.recaptcha.net/challenge?k=...'<br />
<br />
Someone could fix this?]]></description>
            <dc:creator>robert1111</dc:creator>
            <category>FreeRapid Downloader - Plugins</category>
            <pubDate>Thu, 06 May 2010 11:56:00 +0000</pubDate>
        </item>
        <item>
            <guid>https://wordrider.net/forum/10/4760/4788/_subject_#msg-4788</guid>
            <title>Re: megaupload &amp; hotfile problem..</title>
            <link>https://wordrider.net/forum/10/4760/4788/_subject_#msg-4788</link>
            <description><![CDATA[ I don't get captcha for hotfile either.  <br />
<br />
This hotfile error described by the OP is fixed with my fix posted in the thread "Sharing Matrix and Hotfile".<br />
<br />
Has the hotfile plugin been updated and pushed out ?]]></description>
            <dc:creator>codeboy2k</dc:creator>
            <category>FreeRapid Downloader - Plugins</category>
            <pubDate>Thu, 06 May 2010 07:21:40 +0000</pubDate>
        </item>
        <item>
            <guid>https://wordrider.net/forum/10/4760/4787/_subject_#msg-4787</guid>
            <title>Re: megaupload &amp; hotfile problem..</title>
            <link>https://wordrider.net/forum/10/4760/4787/_subject_#msg-4787</link>
            <description><![CDATA[ When does HotFile show the captcha? I tried yesterday but I didn't get it.]]></description>
            <dc:creator>ntoskrnl</dc:creator>
            <category>FreeRapid Downloader - Plugins</category>
            <pubDate>Thu, 06 May 2010 04:37:19 +0000</pubDate>
        </item>
        <item>
            <guid>https://wordrider.net/forum/10/4760/4786/_subject_#msg-4786</guid>
            <title>Re: megaupload &amp; hotfile problem..</title>
            <link>https://wordrider.net/forum/10/4760/4786/_subject_#msg-4786</link>
            <description><![CDATA[ same here :(]]></description>
            <dc:creator>d3vlabs</dc:creator>
            <category>FreeRapid Downloader - Plugins</category>
            <pubDate>Thu, 06 May 2010 03:45:24 +0000</pubDate>
        </item>
        <item>
            <guid>https://wordrider.net/forum/10/4760/4778/_subject_#msg-4778</guid>
            <title>Re: megaupload &amp; hotfile problem..</title>
            <link>https://wordrider.net/forum/10/4760/4778/_subject_#msg-4778</link>
            <description><![CDATA[ same thing here. hotfile was working perfectly until 12hours ago. i updated but still nothing]]></description>
            <dc:creator>Gene</dc:creator>
            <category>FreeRapid Downloader - Plugins</category>
            <pubDate>Tue, 04 May 2010 18:12:56 +0000</pubDate>
        </item>
        <item>
            <guid>https://wordrider.net/forum/10/4760/4762/_subject_#msg-4762</guid>
            <title>Re: megaupload &amp; hotfile problem..</title>
            <link>https://wordrider.net/forum/10/4760/4762/_subject_#msg-4762</link>
            <description><![CDATA[ Same problem:<br />
 - no string between 'challenge " and ",' was found<br />
<br />
hotfile.com plugin 0.6.14.]]></description>
            <dc:creator>mox</dc:creator>
            <category>FreeRapid Downloader - Plugins</category>
            <pubDate>Mon, 03 May 2010 12:00:08 +0000</pubDate>
        </item>
        <item>
            <guid>https://wordrider.net/forum/10/4760/4761/_subject_#msg-4761</guid>
            <title>Re: megaupload &amp; hotfile problem..</title>
            <link>https://wordrider.net/forum/10/4760/4761/_subject_#msg-4761</link>
            <description><![CDATA[ ad 1: No<br />
ad 2: check for new plugins]]></description>
            <dc:creator>Vity</dc:creator>
            <category>FreeRapid Downloader - Plugins</category>
            <pubDate>Mon, 03 May 2010 06:13:54 +0000</pubDate>
        </item>
        <item>
            <guid>https://wordrider.net/forum/10/4760/4760/_subject_#msg-4760</guid>
            <title>megaupload &amp; hotfile problem..</title>
            <link>https://wordrider.net/forum/10/4760/4760/_subject_#msg-4760</link>
            <description><![CDATA[ have a question to ask, megaupload does not support the breakpoint has been downloaded?<br />
Hotfile plugin not working, No string between 'challenge:"and",'was found]]></description>
            <dc:creator>weewangwang</dc:creator>
            <category>FreeRapid Downloader - Plugins</category>
            <pubDate>Mon, 03 May 2010 04:59:08 +0000</pubDate>
        </item>
    </channel>
</rss>
