Thread: [Reconnect working] Netgear Router N300 DGN2200v3
View Single Post
  #7  
Old 03.08.2012, 16:03
Freeloader
Guest
 
Posts: n/a
Default

No not possible, yes Ive just noticed now, the script only has "connect" cant see disconnect in it. I added disconnect in one of the lines manually, it could work, just try it please. Is it possible for you to contact me through JDownloader support chat? If I can look at this with teamviewer, perhaps I can figure it out.

try this first
Code:
[[[HSRC]]]
[[[STEP]]]
[[[REQUEST]]]
GET / HTTP/1.1
Host: %%%routerip%%%
Authorization: Basic %%%basicauth%%%
[[[/REQUEST]]]
[[[/STEP]]]

[[[STEP]]]
[[[REQUEST]]]
GET /RST_st_poe.htm HTTP/1.1
Host: %%%routerip%%%
Authorization: Basic %%%basicauth%%%

[[[/REQUEST]]]
[[[PARSE]]]
num:setup.cgi.id=([A-Z-a-z0-9]+)
[[[/PARSE]]]
[[[/STEP]]]

[[[STEP]]]
[[[REQUEST]]]
POST /setup.cgi?id=%%%num%%% HTTP/1.1
Host: %%%routerip%%%
Authorization: Basic %%%basicauth%%%

todo=disconnect&this_file=RST_st_poe.htm&next_file=RST_st_poe.htm&SID=
[[[/REQUEST]]]
[[[/STEP]]]

[[[STEP]]]
[[[REQUEST]]]
GET /RST_st_poe.htm HTTP/1.1
Host: %%%routerip%%%
Authorization: Basic %%%basicauth%%%

[[[/REQUEST]]]
[[[PARSE]]]
num:setup.cgi.id=([A-Z-a-z0-9]+)
[[[/PARSE]]]
[[[/STEP]]]

[[[STEP]]]
[[[REQUEST]]]
POST /setup.cgi?id=%%%num%%% HTTP/1.1
Host: %%%routerip%%%
Authorization: Basic %%%basicauth%%%

todo=connect&this_file=RST_st_poe.htm&next_file=RST_st_poe.htm&SID=
[[[/REQUEST]]]
[[[/STEP]]]

[[[/HSRC]]]

Last edited by Freeloader; 03.08.2012 at 16:15.
Reply With Quote