Exetools  

Go Back   Exetools > General > General Discussion

Notices

Reply
 
Thread Tools Display Modes
  #1  
Old 03-27-2005, 19:02
visu
 
Posts: n/a
Thanks but its not really complicated. I already have script based on taos's post. It automatically displays the RapidShare link without any delay or any user action.

Just install http://greasemonkey.mozdev.org/ in order to use attached script.

Instruction: drag following script on firefox, click Tools->Install User Script.

Thats it. Now whenever you visit RapidShare Free link, it will immidiately displays the URL (which you would otherwise see after delay). Very simple ( I prefer open source )

Visu

==== I appear to have problem uploading script hence I am copying it here, save following script in filename rapidshare.user.js and then drag it to firefox====


// ==UserScript==
// @name RapidShare QuickLink
// @namespace http://rapidshare.de
// @description This script will allow you to download from Rapidshare with no delay
// @include http://rapidshare.de/*
// ==/UserScript==

var counta=0;var countb=0;var countc=0;var countd=0;var counte=0;var countf=0;var countg=0;var counth=0;var counti=0;var countj=0;var countk=0;var countl=0;var countm=0;var countn=0;var counto=0;var countp=0;var countq=0;var countr=0;var counts=0;var countt=0;var countu=0;var countv=0;var countw=0;var countx=0;var county=0;var countz=0;

Last edited by visu; 03-27-2005 at 19:32.
Reply With Quote
  #2  
Old 03-28-2005, 01:48
visu
 
Posts: n/a
Hi,

I am not going into positive and negative of each approach. Thats personal preference. For me, its too inconvinient to copy URL and then use some external application to download. I prefer browser integration like most others.

Secondly, I do not think those are big pages. I only get text ads by google on that page and a rapidshare image, which is well handled by browser cache

Visu
Reply With Quote
  #3  
Old 03-29-2005, 03:13
aldente aldente is offline
VIP
 
Join Date: Jul 2003
Posts: 266
Rept. Given: 27
Rept. Rcvd 7 Times in 5 Posts
Thanks Given: 36
Thanks Rcvd at 10 Times in 9 Posts
aldente Reputation: 7
Do not use my tool anymore, if you've still got copies, delete them, thanks!

RapidShare somehow does not like it
Reply With Quote
  #4  
Old 03-29-2005, 05:11
bukkake's Avatar
bukkake bukkake is offline
VIP
 
Join Date: Aug 2004
Location: /usr/home
Posts: 127
Rept. Given: 2
Rept. Rcvd 14 Times in 3 Posts
Thanks Given: 0
Thanks Rcvd at 3 Times in 2 Posts
bukkake Reputation: 14
I think we all saw that coming, they will block that one day or another. Too bad, it was working real good
Nice job Big_or_what
Reply With Quote
  #5  
Old 03-29-2005, 05:34
aldente aldente is offline
VIP
 
Join Date: Jul 2003
Posts: 266
Rept. Given: 27
Rept. Rcvd 7 Times in 5 Posts
Thanks Given: 36
Thanks Rcvd at 10 Times in 9 Posts
aldente Reputation: 7
It's no real problem to adapt it to their changes, I just don't want to risk anything.

Now, the message "service abuses will be prosecuted" and the IP-Adress are being transmitted with the submit-button click, and that's the point, which shows me, that I better stop now.

There are other tools almost finished, e.g. one which decrypts Anti-Leech-Packages, maybe you'll see them for public-download soon, but support for this tool has definately ended.
Reply With Quote
  #6  
Old 03-29-2005, 11:22
Crk
 
Posts: n/a
i like your tool, very easy, fast and small.... and specially because it WORKS. THANKS!

Regards
Reply With Quote
  #7  
Old 03-30-2005, 06:55
TGD
 
Posts: n/a
What a pitty.... such a great tool. A big thanks to Big_o_what for
his great effort....
Reply With Quote
  #8  
Old 03-30-2005, 07:57
aldente aldente is offline
VIP
 
Join Date: Jul 2003
Posts: 266
Rept. Given: 27
Rept. Rcvd 7 Times in 5 Posts
Thanks Given: 36
Thanks Rcvd at 10 Times in 9 Posts
aldente Reputation: 7
Hmm, I changed my mind a bit.

If there's an interested Delphi-developer, who promises not to publish the sources, I'll provide him with them. They are adapted to the newest changes, and commented in German language.

They are very interesting for education. They show (on a very simple way), how to implement the HTTP-protocol yourself: generate request-headers, receive the answers, and readout information (very basical HTML-interpreting), and finally to output the results to the user.

So if someone is willing to use this tool and to learn from it, he'll get the source code-only-version (no binary), as long as he does not want to abuse any service (as this tool was never meant to do so), and as long as he does not publish the source code or parts of it.
Reply With Quote
  #9  
Old 03-30-2005, 14:44
thomasantony
 
Posts: n/a
Link to file rapidshare.rar is broken

Thomas Antony
Reply With Quote
  #10  
Old 03-30-2005, 14:47
visu
 
Posts: n/a
What going to be rapidshare's next move? To make the actual file on server available after delay to stop people from using various client side tricks ??

or probably looks like it is already started
Reply With Quote
  #11  
Old 03-30-2005, 15:06
taos's Avatar
taos taos is offline
The Art Of Silence
 
Join Date: Aug 2004
Location: In front of my screen
Posts: 580
Rept. Given: 65
Rept. Rcvd 54 Times in 19 Posts
Thanks Given: 69
Thanks Rcvd at 137 Times in 36 Posts
taos Reputation: 54
maybe then we must use another "file" server:
hxxp://www.mytempdir.com/

to thomasantony:
Link is up!
Reply With Quote
  #12  
Old 03-30-2005, 18:26
aldente aldente is offline
VIP
 
Join Date: Jul 2003
Posts: 266
Rept. Given: 27
Rept. Rcvd 7 Times in 5 Posts
Thanks Given: 36
Thanks Rcvd at 10 Times in 9 Posts
aldente Reputation: 7
you give up to early.

those lazy bastards developing the system, who blamed me for being "a service-abuser", did just implement a very, very lazy lock.

you have to wait for the regular time when downloading the FIRST file, you can download all other files immediately. I don't know, for how long this "lock" is, maybe it needs to be refreshed every hour, so all you need to do is to go to the download page every hour by some tool running in the background...

Last edited by aldente; 03-30-2005 at 18:45.
Reply With Quote
  #13  
Old 04-02-2005, 11:08
Crk
 
Posts: n/a
isn't working anymore.. they caught your tool...i tested yerterday with couple of links and the output site says always File Not found
Reply With Quote
  #14  
Old 04-02-2005, 19:53
aldente aldente is offline
VIP
 
Join Date: Jul 2003
Posts: 266
Rept. Given: 27
Rept. Rcvd 7 Times in 5 Posts
Thanks Given: 36
Thanks Rcvd at 10 Times in 9 Posts
aldente Reputation: 7
I know, I'm talking about my internal version, which works like a charm! But making it public would make them have to change their "great system" again.
Reply With Quote
  #15  
Old 04-02-2005, 21:20
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
i better wouldn't get caught by them. i simply use a web-filter.
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 21:33.


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