How can I login to Rapidshare via the URL?

Status
Not open for further replies.

Greeny

Active Member
218
2008
4
0
Well, a while ago I made a Rapidshare account checker in VB6, now I want to make another tool that requires logging into RS accounts, but since they changed their login system, the old method:
Code:
https://ssl.rapidshare.com/cgi-bin/premiumzone.cgi?login=username&password=password
no longer works, does anyone know if you can still login via the URL? Or do I have to look at auto-filling the form via a WebBrowser control?

Cheers,
Greeny
 
6 comments
Thanks Mr Happy, I did see
Code:
[URL="http://api.rapidshare.com/cgi-bin/rsapi.cgi?sub=subroutine"]http://api.rapidshare.com/cgi-bin/rsapi.cgi[/URL]
in the source of the doc, but the old login=whatever&password=whatever didn't work, I'll give the document a thorough looking at later since maybe the post names changed. I'll let you know how I got on.

Thanks again,
Greeny

EDIT: I took a look at it and yes, I'll be able to code my app with this. :D
 
Status
Not open for further replies.
Back
Top