Exetools  

Go Back   Exetools > General > General Discussion

Notices

Reply
 
Thread Tools Display Modes
  #1  
Old 03-16-2005, 18:34
Shub-Nigurrath's Avatar
Shub-Nigurrath Shub-Nigurrath is offline
VIP
 
Join Date: Mar 2004
Location: Obscure Kadath
Posts: 919
Rept. Given: 60
Rept. Rcvd 419 Times in 94 Posts
Thanks Given: 68
Thanks Rcvd at 330 Times in 100 Posts
Shub-Nigurrath Reputation: 400-499 Shub-Nigurrath Reputation: 400-499 Shub-Nigurrath Reputation: 400-499 Shub-Nigurrath Reputation: 400-499 Shub-Nigurrath Reputation: 400-499
avoid rapishare.de waiting

found elsewhere and tested

In rapishare.de there's a fixed 70 seconds or more delay to wait before being able to download the file..this trick is about how to avoid this waiting..

Quote:
Dont wait for 70 seconds for links to show up

The trick is simple. once pressed on the "Free" button, take the source of the Rapidshare page. Search for "fcount". Most probably in the 5 th javascript, there will be the function named fcounti() or fcountf() , or fcounte() or fcountx with x equal to a letter...

Copy and paste the right function name and insert the below name in the address bar (where there's the URL)

javascript: for(i=1;i<30;i++){functionname(); }

where functionname can be one of fcounti() or fcountf() , or c() ....

the counter should go off and the link should appear immediately.

It's not that handy indeed, except for long waiting times, but might be the base for a tool.

Tested on firefox 1.0.1

credits to those who found this trick, don't remember the name, might be Mohan ..
__________________
Ŝħůb-Ňìĝùŕřaŧħ ₪)
There are only 10 types of people in the world: Those who understand binary, and those who don't
http://www.accessroot.com
Reply With Quote
  #2  
Old 03-17-2005, 06:52
h8er h8er is offline
Friend
 
Join Date: Jan 2002
Posts: 43
Rept. Given: 45
Rept. Rcvd 7 Times in 6 Posts
Thanks Given: 140
Thanks Rcvd at 13 Times in 6 Posts
h8er Reputation: 7
i can confirm this trick works with opera too.. thanks Shub-Nigurrath and Mohan
Reply With Quote
  #3  
Old 03-18-2005, 23:50
aldente aldente is offline
VIP
 
Join Date: Jul 2003
Posts: 266
Rept. Given: 27
Rept. Rcvd 7 Times in 5 Posts
Thanks Given: 35
Thanks Rcvd at 10 Times in 9 Posts
aldente Reputation: 7
The Url is also in the source code (Url-encoded), i think
it's probably easier to implement decoding and parsing that, instead of
the JavaScript-Way, as you just need to download that
page, and do not need to interpret it (neither HTML nor
JavaScript). Here is my little Delphi-function:

Code:
function DecUrlEncStr(const InpStr: String): String;
var
  i: Integer;
begin
  SetLength(Result, Length(InpStr) div 3);

  for i := (Length(InpStr) div 3) downto 1 do
    Result[i] := Chr(StrToInt(LowerCase('$' + InpStr[i*3-1] + InpStr[i*3])));
end;

Last edited by aldente; 03-19-2005 at 03:28.
Reply With Quote
  #4  
Old 03-19-2005, 08:02
aldente aldente is offline
VIP
 
Join Date: Jul 2003
Posts: 266
Rept. Given: 27
Rept. Rcvd 7 Times in 5 Posts
Thanks Given: 35
Thanks Rcvd at 10 Times in 9 Posts
aldente Reputation: 7
Just finished writing a tool which generates it's own html-site with the link immediately, without any clicking by yourself, and of course without ads and without waiting, test it:

http://home.scarlet.be/~jp040888/rapidshare.rar

The tool uses the way I described before, to extract the real link, no html or javascript interpretation needed at all.

With that tool, you can easily download files from links in the following format:

rapidshare://655915/Europa_fuehrerschein_by_FxPGoD3.rar
(This is NOT my file, just one which i found in another board!)

As you can all read (I guess), installation should be no problem, there are known issues, but maybe you find other ones. Don't hesitate to give your feedback!
Reply With Quote
  #5  
Old 03-19-2005, 09:37
D-Jester's Avatar
D-Jester D-Jester is offline
VIP
 
Join Date: Nov 2003
Location: Ohio, USA
Posts: 269
Rept. Given: 39
Rept. Rcvd 61 Times in 41 Posts
Thanks Given: 0
Thanks Rcvd at 4 Times in 4 Posts
D-Jester Reputation: 61
Smile Great thinking outside the box!

Nice program, however installation instructions should be included.

The *.reg which adds the protocol to HKCR must reflect the path to the file.

Once you set that up import into the registry and your set

Nice work!

Regards
__________________
Even as darkness envelops and consumes us, wrapping around our personal worlds like the hand that grips around our necks and suffocates us, we must realize that life really is beautiful and the shadows of despair will scurry away like the fleeting roaches before the light.
Reply With Quote
  #6  
Old 03-19-2005, 20:02
aldente aldente is offline
VIP
 
Join Date: Jul 2003
Posts: 266
Rept. Given: 27
Rept. Rcvd 7 Times in 5 Posts
Thanks Given: 35
Thanks Rcvd at 10 Times in 9 Posts
aldente Reputation: 7
Yeah, i've written a readme-file and forgot to include it

Here it is:

Quote:
RapidShare - the way YOU like it!

no waiting times!
no ads!
lower traffic!



installation:

1. change path of 'HKEY_CLASSES_ROOT\rapidshare\shell\open\command' in 'install.reg'
(according to where you want this program to run from) and import it into your
registry afterwards. of course, you only have to do this before the first run,
of after changing the program's location.
2. be happy when downloading files via the following type of urls:
'rapidshare://123456/filename.zip'
(these urls are clickable within your browser and will start my program,
which will then open a new browser window and display you the direct link - within
seconds!)


known issues:

-program should not be started by clicking it directly
-temp file is always written to 'c:\temp.html'
-new browser windows is always MSIE (some of you might to want other browsers)
-no comfortable installation
//I am planning to write a new version, there are several ideas and i want you opinion, which one would be best:

-a version like this (special urls), without the known issues
-a version which sniffers whole tcp-ip-traffic, and popups that window when opening a rapidshare-url (so you need no special links any more)
-a version, which acts like a proxy, so rapidshare.de is being redirected to 127.0.0.1 in Windows-HOSTS-file
-a version, which installs plugins to monitor the browsers, like most Download-Managers do

Last edited by aldente; 03-19-2005 at 20:10.
Reply With Quote
  #7  
Old 03-19-2005, 20:49
MaRKuS-DJM's Avatar
MaRKuS-DJM MaRKuS-DJM is offline
Cracker + Unpacker
 
Join Date: Aug 2003
Location: Virtual World / Network
Posts: 553
Rept. Given: 7
Rept. Rcvd 6 Times in 4 Posts
Thanks Given: 3
Thanks Rcvd at 16 Times in 10 Posts
MaRKuS-DJM Reputation: 6
even with proxomitron web filter you can disable all this shit with some simple lines
Reply With Quote
  #8  
Old 03-19-2005, 20:58
D-Jester's Avatar
D-Jester D-Jester is offline
VIP
 
Join Date: Nov 2003
Location: Ohio, USA
Posts: 269
Rept. Given: 39
Rept. Rcvd 61 Times in 41 Posts
Thanks Given: 0
Thanks Rcvd at 4 Times in 4 Posts
D-Jester Reputation: 61
Quote:
Originally Posted by Big_or_what
-a version, which installs plugins to monitor the browsers, like most Download-Managers do
I would recommend this type...

Is resume supported?
__________________
Even as darkness envelops and consumes us, wrapping around our personal worlds like the hand that grips around our necks and suffocates us, we must realize that life really is beautiful and the shadows of despair will scurry away like the fleeting roaches before the light.
Reply With Quote
  #9  
Old 03-19-2005, 21:11
visu
 
Posts: n/a
Quote:
Originally Posted by Big_or_what
The Url is also in the source code (Url-encoded), i think
it's probably easier to implement decoding and parsing that, instead of
the JavaScript-Way
Right, those who still prefers manual way, just copy string from unescape function and paste it in adderss bar, you will get your URL, much faster

Visu
Reply With Quote
  #10  
Old 03-19-2005, 22:06
aldente aldente is offline
VIP
 
Join Date: Jul 2003
Posts: 266
Rept. Given: 27
Rept. Rcvd 7 Times in 5 Posts
Thanks Given: 35
Thanks Rcvd at 10 Times in 9 Posts
aldente Reputation: 7
@D-Jester:

My tool would just monitor the browser to catch RapidShare-Links, the downloading still has to be done by the browser/downloadmanager.
The problem is just to get the link into the decoder.


//Edit: New version!

http://home.scarlet.be/~jp040888/rapidshare.rar

fixed issues:
-program should not be started by clicking it directly
-new browser windows is always MSIE (some of you might to want other browsers)
-no comfortable installation
-readme-file is now included

Last edited by aldente; 03-19-2005 at 22:40.
Reply With Quote
  #11  
Old 03-20-2005, 06:39
D-Jester's Avatar
D-Jester D-Jester is offline
VIP
 
Join Date: Nov 2003
Location: Ohio, USA
Posts: 269
Rept. Given: 39
Rept. Rcvd 61 Times in 41 Posts
Thanks Given: 0
Thanks Rcvd at 4 Times in 4 Posts
D-Jester Reputation: 61
Quote:
Originally Posted by Big_or_what
My tool would just monitor the browser to catch RapidShare-Links, the downloading still has to be done by the browser/downloadmanager.
The problem is just to get the link into the decoder.
lol, ...no, I understand that I meant since your app decodes the link, I assume that this is still the "free link", so therefore it doesn't support download managers and resume?

sorry for the confusion

Regards,
__________________
Even as darkness envelops and consumes us, wrapping around our personal worlds like the hand that grips around our necks and suffocates us, we must realize that life really is beautiful and the shadows of despair will scurry away like the fleeting roaches before the light.
Reply With Quote
  #12  
Old 03-20-2005, 19:54
aldente aldente is offline
VIP
 
Join Date: Jul 2003
Posts: 266
Rept. Given: 27
Rept. Rcvd 7 Times in 5 Posts
Thanks Given: 35
Thanks Rcvd at 10 Times in 9 Posts
aldente Reputation: 7
Sorry, that I misunderstood you. And yes: It is the free link, and the web-server does not allow the following part of the HTTP-header:

"Range: bytes=xxxxx-"

And therefore, it does not allow resuming.

I've also written a PHP-version of that script, so theoretically you could use that to download the file by your webserver and store it on that, so can download it resumable from your webserver, but I think it's not worth all that: The files have a maximum size of 30MB!
Reply With Quote
  #13  
Old 03-20-2005, 23:09
aldente aldente is offline
VIP
 
Join Date: Jul 2003
Posts: 266
Rept. Given: 27
Rept. Rcvd 7 Times in 5 Posts
Thanks Given: 35
Thanks Rcvd at 10 Times in 9 Posts
aldente Reputation: 7
new version:

http://home.scarlet.be/~jp040888/rapidshare.rar

you can now enter normal urls directly (or, of course, start the program by using the rapidshare-protocol), and the integer-conversion (from the code snippet above) is now checked, as some people encoutered errors.

Quote:
fixed issues:
-program allows direct input of normal urls, when started without any arguments
-integer conversion is now checked, as some people reported errors (i could not reproduce them)
-program should not be started by clicking it directly
-new browser windows is always MSIE (some of you might to want other browsers)
-no comfortable installation
-readme-file is now included
Reply With Quote
  #14  
Old 03-22-2005, 00:19
aldente aldente is offline
VIP
 
Join Date: Jul 2003
Posts: 266
Rept. Given: 27
Rept. Rcvd 7 Times in 5 Posts
Thanks Given: 35
Thanks Rcvd at 10 Times in 9 Posts
aldente Reputation: 7
new version:

just right click on a rapidshare-link and download immediately (within MSIE)!!!

http://home.scarlet.be/~jp040888/rapidshare.rar

more news: see readme.txt!
Reply With Quote
  #15  
Old 03-22-2005, 07:30
D-Jester's Avatar
D-Jester D-Jester is offline
VIP
 
Join Date: Nov 2003
Location: Ohio, USA
Posts: 269
Rept. Given: 39
Rept. Rcvd 61 Times in 41 Posts
Thanks Given: 0
Thanks Rcvd at 4 Times in 4 Posts
D-Jester Reputation: 61
Thumbs up GET - R - DONE

You're really on the ball with updates, I like that.

I would offer my help but I don't code in Delphi...
__________________
Even as darkness envelops and consumes us, wrapping around our personal worlds like the hand that grips around our necks and suffocates us, we must realize that life really is beautiful and the shadows of despair will scurry away like the fleeting roaches before the light.
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Programs kills itself - how to avoid that? aldente General Discussion 10 09-22-2005 11:15
How to avoid RAR corruption? Rhodium General Discussion 3 10-27-2003 03:20


All times are GMT +8. The time now is 12:26.


Always Your Best Friend: Aaron, JMI, ahmadmansoor, ZeNiX, chessgod101
( 1998 - 2024 )