View Single Post
  #20  
Old 05.08.2012, 19:40
Freeloader
Guest
 
Posts: n/a
Default

Set logging LEVEL TO ALL and send me log file after you have tested the script, you can also contact me through jd support chat, will be there for another few minutes.

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

[[[/REQUEST]]]
[[[PARSE]]]
num:"en...input.type..hidden..name..2..value=.(\d+)
[[[/PARSE]]]
[[[/STEP]]]

[[[STEP]]]
[[[REQUEST]]]
POST /?be=0&l0=-1&l1=-1 HTTP/1.1
Host: %%%routerip%%%
Authorization: Basic %%%basicauth%%%

0=13&1=Internet&2=%%%num%%%&5=1
[[[/REQUEST]]]
[[[/STEP]]]

[[[STEP]]]
[[[WAIT seconds="4"/]]]
[[[/STEP]]]

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

[[[/REQUEST]]]
[[[PARSE]]]
num:"en...input.type..hidden..name..2..value=.(\d+)
[[[/PARSE]]]
[[[/STEP]]]

[[[STEP]]]
[[[REQUEST]]]
POST /?be=0&l0=-1&l1=-1 HTTP/1.1
Host: %%%routerip%%%
Authorization: Basic %%%basicauth%%%

0=12&1=Internet&2=%%%num%%%&5=1
[[[/REQUEST]]]
[[[/STEP]]]

[[[/HSRC]]]

Last edited by Freeloader; 05.08.2012 at 19:42.
Reply With Quote