WordRider Home
Welcome! Log In Create A New Profile

Advanced

depfile.com doesn't work

Posted by babcca 
depfile.com doesn't work
June 21, 2017 03:07PM
Hi,
it's look like they updated their waiting page.

PLUGIN part:
[svn.wordrider.net]
This
Language: Java
url = URLDecoder.decode(PlugUtils.getStringBetween(getContentAsString(), "document.getElementById(\"wait_input\").value= unescape('", "');"), "UTF-8");
should be

Language: Java
url = URLDecoder.decode(BASE64DECODE(PlugUtils.getStringBetween(getContentAsString(), "var ds=DFcc.dc('", "');")), "UTF-8");




HTML part:
Language: HTML
<!--script type="text/javascript"--> var DFcc= <base64 decoder code> function wait_sec(){ if(sec>0){ document.getElementById("wait_input").style.color='#FF1215'; document.getElementById("wait_input").value='Please wait: '+sec; sec=sec-1; setTimeout("wait_sec()", 1000); } else{ var ds=DFcc.dc('<base64 url>'); // <-- NEW URL SOURCE document.getElementById("wait_input").style.color='#000000'; document.getElementById("wait_input").value=ds; document.getElementById("wait_url").innerHTML=parseHTML('<a href="'+ds+'">'+ds+'</a>'); } } var sec=60; wait_sec(); <!--/script-->
Re: depfile.com doesn't work
June 24, 2017 09:35PM
plugin updated smiling smiley
Re: depfile.com doesn't work
June 26, 2017 02:03PM
Re: depfile.com doesn't work
July 14, 2017 12:42AM
The URL has changed or it can not be used
Re: depfile.com doesn't work
July 14, 2017 12:24PM
Works fine for me. Please post example link.
Re: depfile.com doesn't work
August 01, 2017 11:03AM
Hi,
depfile.com starts use another domains. I know about this:
depfile.us
dipfile.com

Can you add this domains to the whitelist? FRD doesn't allow to download from this domains.

Or FRD plugins are not ready to handle multiple domains?
Re: depfile.com doesn't work
August 06, 2017 11:38PM
depfile.com plugin now recognises depfile.us & dipfile.com domains. smiling smiley
no sample links provided to see if plugin actually works with these domains confused smiley
Re: depfile.com doesn't work
August 08, 2017 11:04AM
I tested with depfile.us and it works. Thank you thumbs up

I cannot provide my sample links because they break the forum rules tongue sticking out smiley ;).

You can test with with any depfile.com link with changed domain (I hope).
Re: depfile.com doesn't work
September 21, 2017 10:06PM
Hi,
it's look like they updated their captcha form

Language: HTML
<form method="post" action="/XGgUN96S28d"> <h3>Don't have <a href="/premium">Premium account</a>?</h3> <p>Enter CAPTCHA:</p> <p><img class="vvc_iamge" width="200" height="40" alt="Click to refresh." src="/includes/vvc.php?vvcid=1177223"></p> <input type="hidden" name="vvcid" value="1177223"> <input type="text" class="text_field" autocomplete="off" style="width: 198px;" name="verifycode" maxlength="10"> <p></p> <input type="submit" name="FREE" value="Low Speed Download" class="greybutton"> </form>

I'm not sure but they maybe added this hidden input

Language: HTML
<input type="hidden" name="vvcid" value="1177223">

but is not used in the
Language: Java
final MethodBuilder methodBuilder = getMethodBuilder() .setBaseURL(getBaseURL()) .setActionFromFormWhereTagContains("verifycode", true) .setParameter("verifycode", stepCaptcha());
Re: depfile.com doesn't work
September 23, 2017 08:06PM
depfile.us links worked fine !!
depfile.com links caused a problem for the plugin loading the captcha image

not a captcha problem !
domains with '.com' redirects to '.us'

plugin fixed smiling smiley


P.S.
> .setActionFromFormWhereTagContains("verifycode", true)
true gets all 'input' parameters from the form containing "verifycode"
Sorry, only registered users may post in this forum.

Click here to login