View Single Post
  #9  
Old 19.03.2010, 21:40
shmizan
Guest
 
Posts: n/a
Default

I'll go ahead completely explain my setup and hope it will help you guys:
I have an ADSL modem that is connected to the router, the router is connected to my pc.
I setup the ADSL modem in my router and when I'm setup my router page to have no password but only user "admin".
in the jDownloader reconnection configuration screen I write only username without password and the address of the router.
I use this script:
Quote:
[[[HSRC]]]
[[[STEP]]]
[[[REQUEST]]]
GET / HTTP/1.1
Host: %%%routerip%%%
[[[/REQUEST]]]
[[[/STEP]]]

[[[STEP]]]
[[[REQUEST]]]
POST /login.cgi HTTP/1.1
Host: %%%routerip%%%
[[[/REQUEST]]]
[[[/STEP]]]

[[[STEP]]]
[[[REQUEST]]]
POST /pppoe_00_disconnect.cgi HTTP/1.1
Host: %%%routerip%%%
[[[/REQUEST]]]
[[[/STEP]]]

[[[/HSRC]]]
it works flawlessly.
reconnects automatically without even 1 error.
I just had a message in jdownloader that I had over 5 successful reconnection and that jdownloader wants to add my script.
Reply With Quote