↧
Re: What plugins people want
↧
Parallel downloads/changing the "Max DL" value
There is a plugin for serienjunkies.org , which (the site) does not have a limit on parallel downloads since it only provides links, not files. So I usually have to select the links and Force Download them to just burn through the captchas all at once, instead of having it popping up every minute for half an hour. Unfortunetly I cannot change the value for "Max DL" in the plugin settings because the area is grayed out.
This screenshot should be self-explanatory:
How do I change the value such that I don't have to make Force Download? Is there a text file I could edit? What value would make the DL number unlimited?
This screenshot should be self-explanatory:

How do I change the value such that I don't have to make Force Download? Is there a text file I could edit? What value would make the DL number unlimited?
↧
↧
Re: Filejoker problem
OK, in that case I'm recieving through your plugin strange captcha. On Filejoker website it is mostly "number", but through FRD it is always some two words. Hardly to read and never accepted.
Are you experiencing the same, or somebody else?
Max
Are you experiencing the same, or somebody else?
Max
↧
Unreadable ReCaptcha
I've been playing with SlimerJS to solve the unreadable ReCaptcha problem. I've managed to get readable image for ReCaptcha. I haven't committed the code, because I'm not sure how to distribute SlimerJS smoothly within FRD. So for now I just attach recaptcha plugin and the source code, and describe the steps to make it works:
- SlimerJS uses XulRunner, so if you have installed Firefox, you can download SlimerJS here. The nightly version is used because the current SlimerJS stable version (v0.9.6) only supports Firefox from 17.0 to 38.0. If you don't have Firefox installed, you can download it here, it depends on OS and arch, for example for Windows: [download.slimerjs.org].
- Copy slimerjs-0.9.6-win32.zip (for Windows standalone stable version) or slimerjs-0.10.0pre.zip (for lightweight nightly version) to "tools" folder inside your FRD installation folder.
- Extract slimerjs-0.9.6-win32.zip or slimerjs-0.10.0pre.zip. You'll get slimerjs-0.9.6-win32 or slimerjs-0.10.0pre folder, rename it to slimerjs.
- Copy recaptcha.frp (attached to this post) to FRD plugin folder.
Tested with filejoker, nitroflare plugins.
ReCaptcha plugin source code (recaptcha.zip) also attached to this post.
Note to devs: In order to make it works inside IDE, you'll have to copy the slimerjs folder to the "lib/tools" folder inside plugin's source code main folder.
- SlimerJS uses XulRunner, so if you have installed Firefox, you can download SlimerJS here. The nightly version is used because the current SlimerJS stable version (v0.9.6) only supports Firefox from 17.0 to 38.0. If you don't have Firefox installed, you can download it here, it depends on OS and arch, for example for Windows: [download.slimerjs.org].
- Copy slimerjs-0.9.6-win32.zip (for Windows standalone stable version) or slimerjs-0.10.0pre.zip (for lightweight nightly version) to "tools" folder inside your FRD installation folder.
- Extract slimerjs-0.9.6-win32.zip or slimerjs-0.10.0pre.zip. You'll get slimerjs-0.9.6-win32 or slimerjs-0.10.0pre folder, rename it to slimerjs.
- Copy recaptcha.frp (attached to this post) to FRD plugin folder.
Tested with filejoker, nitroflare plugins.
ReCaptcha plugin source code (recaptcha.zip) also attached to this post.
Note to devs: In order to make it works inside IDE, you'll have to copy the slimerjs folder to the "lib/tools" folder inside plugin's source code main folder.
↧
Re: Parallel downloads/changing the "Max DL" value
serienjunkies plugin 1.1.3 allows you to increase "Max DL"
↧
↧
Re: Unreadable ReCaptcha
tong2shot wrote:
-------------------------------------------------------
> I've been playing with SlimerJS to solve the
> unreadable ReCaptcha problem.
> I've managed to get readable image for ReCaptcha.
> (snip)
> Tested with filejoker, nitroflare plugins.
Nice job tong2shot >:D<!
If I understood this correctly, SlimerJS is a Gecko browser
simulation approach for FRD, so that when it connects to
various filehosters in free mode, its recaptcha plugin gets
served easy to figure out recaptchas (I almost exclusively
got the "street number" type), as if the FRD user was using
a standard web browser!
OS: WinVista SP2 x86 en-US
Installed Firefox: 24.8.1 ESR
(I know it's deprecated, but it's the last non-Australis ESR;
98% of websites work fine, plus I do not use it for sensitive
data - I have much newer Fx versions in portable PAF mode
that I use when safety is a concern...)
JRE 7u40 (x86)
FRD 0.9u4
recaptcha.frp 1.0.5
I followed to the letter your instructions, opting for the
"slim" slimerjs-0.10.0pre.zip file!
I then backed up recaptcha.frp v1.0.5 (the latest version installed)
and installed your attached v1.0.6.
I googled for filejocker links, this got me to:
[www.akiba-online.com]
(a Japanese file-sharing site of all things!)
All three of the provided links worked a treat in FRD (tu)
A small window, induced by SlimerJS, briefly pops up,
then it autoexits and the FRD recaptcha dialog window shows up
with an easy number-type query...
So, all's well at my setup (:D
The only small caveat is that as recaptcha.frp is a "system"
plugin, it doesn't show up in the list of installed plugins,
so its update can't be turned off by the user; hence, in an auto/
manual check for plugin updates, v1.0.5 always shows up
and has to be deselected...
Congrats!
-------------------------------------------------------
> I've been playing with SlimerJS to solve the
> unreadable ReCaptcha problem.
> I've managed to get readable image for ReCaptcha.
> (snip)
> Tested with filejoker, nitroflare plugins.
Nice job tong2shot >:D<!
If I understood this correctly, SlimerJS is a Gecko browser
simulation approach for FRD, so that when it connects to
various filehosters in free mode, its recaptcha plugin gets
served easy to figure out recaptchas (I almost exclusively
got the "street number" type), as if the FRD user was using
a standard web browser!
OS: WinVista SP2 x86 en-US
Installed Firefox: 24.8.1 ESR
(I know it's deprecated, but it's the last non-Australis ESR;
98% of websites work fine, plus I do not use it for sensitive
data - I have much newer Fx versions in portable PAF mode
that I use when safety is a concern...)
JRE 7u40 (x86)
FRD 0.9u4
recaptcha.frp 1.0.5
I followed to the letter your instructions, opting for the
"slim" slimerjs-0.10.0pre.zip file!
I then backed up recaptcha.frp v1.0.5 (the latest version installed)
and installed your attached v1.0.6.
I googled for filejocker links, this got me to:
[www.akiba-online.com]
(a Japanese file-sharing site of all things!)
All three of the provided links worked a treat in FRD (tu)
A small window, induced by SlimerJS, briefly pops up,
then it autoexits and the FRD recaptcha dialog window shows up
with an easy number-type query...
So, all's well at my setup (:D
The only small caveat is that as recaptcha.frp is a "system"
plugin, it doesn't show up in the list of installed plugins,
so its update can't be turned off by the user; hence, in an auto/
manual check for plugin updates, v1.0.5 always shows up
and has to be deselected...
Congrats!
↧
Re: Filejoker problem
DMax wrote:
-------------------------------------------------------
> ... I'm recieving through your plugin strange captcha.
> On Filejoker website it is mostly "number",
> but through FRD it is always some two words.
> Hard to read and never accepted.
Please read
Unreadable ReCaptcha
as a possible interim solution; worked for me!
Regards
-------------------------------------------------------
> ... I'm recieving through your plugin strange captcha.
> On Filejoker website it is mostly "number",
> but through FRD it is always some two words.
> Hard to read and never accepted.
Please read
Unreadable ReCaptcha
as a possible interim solution; worked for me!
Regards
↧
Re: Filejoker problem
Thanks TVjunkie. It appears that without any update the captcha has changed and is working now (is readable)
↧
Re: Unreadable ReCaptcha
Updated the attachments, nothing critical: forgot to remove temporary java script files, check SlimerJS existence.
TVjunkie Wrote:
-------------------------------------------------------
> The only small caveat is that as recaptcha.frp is
> a "system"
> plugin, it doesn't show up in the list of
> installed plugins,
> so its update can't be turned off by the user;
> hence, in an auto/
> manual check for plugin updates, v1.0.5 always
> shows up
> and has to be deselected...
Thanks for the feedback :-)
I think it's pretty safe to upload the plugin to the official plugin repository. The old recaptcha implementation is used as fallback if the plugin doesn't detect SlimJS existence or if there is error in SlimJS recaptcha execution. But let's just wait for few days to get some feedbacks, better ideas/approach.
TVjunkie Wrote:
-------------------------------------------------------
> The only small caveat is that as recaptcha.frp is
> a "system"
> plugin, it doesn't show up in the list of
> installed plugins,
> so its update can't be turned off by the user;
> hence, in an auto/
> manual check for plugin updates, v1.0.5 always
> shows up
> and has to be deselected...
Thanks for the feedback :-)
I think it's pretty safe to upload the plugin to the official plugin repository. The old recaptcha implementation is used as fallback if the plugin doesn't detect SlimJS existence or if there is error in SlimJS recaptcha execution. But let's just wait for few days to get some feedbacks, better ideas/approach.
↧
↧
Re: Unreadable ReCaptcha
This is very nice. :-)
I just had a crazy idea, and I have no idea if it would work, but JavaFX has a feature called WebView, which is basically supposed to be a fully fledged WebKit browser. I have no idea how ReCaptcha detects bots, but WebView/JavaFX has the advantage that it's included in Java 7 and later, so no need for any extra programs or libraries.
I just had a crazy idea, and I have no idea if it would work, but JavaFX has a feature called WebView, which is basically supposed to be a fully fledged WebKit browser. I have no idea how ReCaptcha detects bots, but WebView/JavaFX has the advantage that it's included in Java 7 and later, so no need for any extra programs or libraries.
↧
Re: Unreadable ReCaptcha
hi all, I'm new to the forum, I read this post, the plugin folder can not find it in the folder of FDR, where I post the files recaptcha.frp? I have to create a new one?
↧
Re: Unreadable ReCaptcha
I tried JavaFX/WebView but I can't make it works with local content. Interestingly if I load page (remote content) that uses ReCaptcha (for example: [www.nitroflare.com]), it's not detected as bot. I'm not sure what's wrong. I gave up on writing WebView recaptcha implementation.
↧
Re: Unreadable ReCaptcha
@sam2tko:
- Put slimerjs folder inside 'tools' folder.
- Help -> Browser to log file, then go to parent folder twice, you'll see 'plugins' folder.
- Put slimerjs folder inside 'tools' folder.
- Help -> Browser to log file, then go to parent folder twice, you'll see 'plugins' folder.
↧
↧
captcha unreadable, solution?
hi, guys help me please, a plugin that automatically solves or read this type of captcha, which automatically read?
↧
Re: Unreadable ReCaptcha
tong2shot Wrote:
-------------------------------------------------------
> @sam2tko:
> - Put slimerjs folder inside 'tools' folder.
> - Help -> Browser to log file, then go to parent
> folder twice, you'll see 'plugins' folder.
"Help -> Browser to log file, then go to parent
> folder twice, you'll see 'plugins' folder."
you can attach a image of example?
Browser of Firefox folder?
-------------------------------------------------------
> @sam2tko:
> - Put slimerjs folder inside 'tools' folder.
> - Help -> Browser to log file, then go to parent
> folder twice, you'll see 'plugins' folder.
"Help -> Browser to log file, then go to parent
> folder twice, you'll see 'plugins' folder."
you can attach a image of example?
Browser of Firefox folder?
↧
Re: Unreadable ReCaptcha
Start FRD, click "Help" menu, then choose "Browse to log file". You'll be presented a new Windows Explorer window, in that window go to parent folder twice, you'll see 'plugins' folder.
I'm not using Windows at this moment, I'm using different file manager (not Windows Explorer).
I'm not using Windows at this moment, I'm using different file manager (not Windows Explorer).
↧
Re: Unreadable ReCaptcha
tong2shot Wrote:
-------------------------------------------------------
> Start FRD, click "Help" menu, then choose "Browse
> to log file". You'll be presented a new Windows
> Explorer window, in that window go to parent
> folder twice, you'll see 'plugins' folder.
>
> I'm not using Windows at this moment, I'm using
> different file manager (not Windows Explorer).
Understand, close topic
-------------------------------------------------------
> Start FRD, click "Help" menu, then choose "Browse
> to log file". You'll be presented a new Windows
> Explorer window, in that window go to parent
> folder twice, you'll see 'plugins' folder.
>
> I'm not using Windows at this moment, I'm using
> different file manager (not Windows Explorer).
Understand, close topic
↧
↧
Re: Unreadable ReCaptcha
No. Take a look at address bar (the one with Utenti > Sami > AppData...) in your image, click on FRD, then you'll see 'plugins' folder.
↧
Re: Unreadable ReCaptcha
tong2shot said:
> Copy recaptcha.frp (attached to this post) to FRD plugin folder.
sam2tko said:
> the plugin folder can not find it in the folder of FDR
Well, I'm not trying to confuse ordinary FRD users,
but since I am running FRD with the "-p"
argument/switch (semi-portable mode), my "plugins"
folder is indeed inside FRD's main (installation) folder.
Without the "-p" switch, FRD's "settings" directory
called "Vitysoft" resides on Windows in %APPDATA%;
"FRD" is a subdirectory of "Vitysoft", "plugins"
a subdirectory of "FRD".
So, for WinVista and higher (except Win8 that lack it) ,
Start Button -> "Start Search" input field, type:
On WinXP, you can type the provided path
once you launch the "Run" window (WIN+R)
Hope I've helped...
> Copy recaptcha.frp (attached to this post) to FRD plugin folder.
sam2tko said:
> the plugin folder can not find it in the folder of FDR
Well, I'm not trying to confuse ordinary FRD users,
but since I am running FRD with the "-p"
argument/switch (semi-portable mode), my "plugins"
folder is indeed inside FRD's main (installation) folder.
Without the "-p" switch, FRD's "settings" directory
called "Vitysoft" resides on Windows in %APPDATA%;
"FRD" is a subdirectory of "Vitysoft", "plugins"
a subdirectory of "FRD".
So, for WinVista and higher (except Win8 that lack it) ,
Start Button -> "Start Search" input field, type:
%APPDATA%\Vitysoft\FRDhit enter and you'll be there without launching FRD.
On WinXP, you can type the provided path
once you launch the "Run" window (WIN+R)
Hope I've helped...
↧
Re: Unreadable ReCaptcha
You can also simply paste %APPDATA%\Vitysoft\FRD into the address bar in Explorer. :-)
↧