Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Login to rs collectors account
#3
with Connect should not be used protocol.

Macro Macro1275
Code:
Copy      Help
str domain="ssl.rapidshare.com"
;https://ssl.rapidshare.com/cgi-bin/collectorszone.cgi
ARRAY(POSTFIELD) a.create(2); int i
a[i].name="username"; a[i].value="USERNAME"; a[i].isfile=0; i+1
a[i].name="password"; a[i].value="PASSWORD"; a[i].isfile=0; i+1
Http h.Connect(domain "" "" 443); str r
if(!h.PostFormData("/cgi-bin/collectorszone.cgi" a r)) end "failed"
out r
r.setfile("c:\test.htm")
run "c:\test.htm"

Not tested.


Messages In This Thread

Forum Jump:


Users browsing this thread: 2 Guest(s)