WordRider Home
Welcome! Log In Create A New Profile

Advanced

Rapidshare - Premium Not working

Posted by Netranger801 
Rapidshare - Premium Not working
June 18, 2009 04:39AM
Is there a fix for the "Rapidshare - Premium" plugin in the works and any idea when it will be available?
Just a note, the same thing happened to "Rapget" program so there was a change in Rapidshare system.
PLEASE HELP....

Will donate when fix is posted and working....

Thanks.

Jim
Re: Rapidshare - Premium Not working
June 19, 2009 05:25AM
Removed...My reply follows this one.



Edited 1 time(s). Last edit at 06/19/2009 05:50AM by natalic.
Re: Rapidshare - Premium Not working
June 19, 2009 05:28AM
Cookie is no longer as it was, they have now changed it to the following structure:

Cookie: enc=9709BDH7380A0F21DBB3416CE42E3GEB68FrD5E51FD3BEC6E35483751B2C5467F3FB4C7E20931E46E2D6482E82BD0274

Not sure exactly what cypher this is yet...Might just be basic hex representations...Going to do more debugging.


UPDATE:
This should be pretty easy to fix in the plugin...I don't know Java that well but I will try to fix it...

Update 2
Writing the mods to the plugin now...

Update 3
Found a great way to get the encrypted password using HTTP (means it faster).

POST /cgi-bin/premium.cgi HTTP/1.1
Accept: */*
Referer: [rs440.rapidshare.com]
Accept-Language: en-us
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0; Trident/4.0; SLCC1; .NET CLR 2.0.50727; Media Center PC 5.0; InfoPath.2; .NET CLR 3.5.30729; .NET CLR 3.0.30729)
Content-Type: application/x-www-form-urlencoded
Accept-Encoding: gzip, deflate
Host: rs440.rapidshare.com
Content-Length: 109
Connection: Keep-Alive
Cache-Control: no-cache

premiumlogin=1&fileid=FILE ID&filename=FILE&serverid=440&accountid=user or nickhere&password=password


I'm pretty user fileid and filename can be faked to work...then we just pass the user + password...I need to test that theory...

RS returns:
HTTP/1.1 200 OK
P3P: CP="ALL DSP COR CURa ADMa DEVa TAIa PSAa PSDa IVAa IVDa CONa TELa OUR STP UNI NAV STA PRE"
Date: Fri, 19 Jun 2009 05:43:56 GMT
Connection: close
Accept-Ranges: bytes
Content-Type: text/html; charset=ISO-8859-1
Cache-Control: no-cache
Set-Cookie: enc=ENCODEDHERE; domain=.rapidshare.com; path=/; expires=Wed, 13-Nov-2024 15:00:00 GMT
Content-Encoding: gzip
Content-Length: 1568


Then we can just parse the needed out!!! WOOT!

Update 4
Wrote the standard Java code for the connections...Just don't know how to make a plugin...Will e-mail the maker instead.

If I don't come out with this first, please atleast include me in the thanks haha.



Edited 6 time(s). Last edit at 06/19/2009 08:29AM by natalic.
Re: Rapidshare - Premium Not working
June 19, 2009 09:53AM
Please be patient. I haven´t got PA. So I can´t fix this problem. The author of the plugin was imformed.
Re: Rapidshare - Premium Not working
June 20, 2009 05:18AM
Just bought PA 5 mins ago knowing the plugin is not working......sad smiley
Re: Rapidshare - Premium Not working
June 20, 2009 07:03AM
There is a fix for it coming soon...I have beta tested it and it works...PM for it but it is only a testing version but it does indeed work.
Sorry, only registered users may post in this forum.

Click here to login