Thread: [Script request] script for ZXHN F660 don't work
View Single Post
  #1  
Old 08.07.2017, 02:38
murla470 murla470 is offline
Modem User
 
Join Date: Jul 2017
Posts: 3
Default script for ZXHN F660 don't work

Hello
i have Windows 10 64bit
and i use jdownloader 2 64bit
my router is ZTE model ZXHN F660

and i make a reconection script in jdwonloader 2 and dont have problema for make
but when i'll go try script it made error, dont work

this is the script generated

Code:
[[[HSRC]]]
    [[[STEP]]]
        [[[REQUEST raw="true"]]]
        GET / HTTP/1.1
        accept: text/html, application/xhtml+xml, image/jxr, */*
        accept-language: es-UY,es;q=0.5
        user-agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.116 Safari/537.36 Edge/15.15063
        accept-encoding: gzip, deflate
        Host: %%%routerip%%%
        dnt: 1
        connection: Keep-Alive
        [[[/REQUEST]]]
    [[[/STEP]]]

    [[[STEP]]]
        [[[REQUEST raw="true"]]]
        POST / HTTP/1.1
        accept: text/html, application/xhtml+xml, image/jxr, */*
        accept-language: es-UY,es;q=0.5
        user-agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.116 Safari/537.36 Edge/15.15063
        content-type: application/x-www-form-urlencoded
        accept-encoding: gzip, deflate
        Host: %%%routerip%%%
        content-length: 67
        dnt: 1
        connection: Keep-Alive
        cache-control: no-cache
        cookie: _TESTCOOKIESUPPORT=1

frashnum=&action=login&Frm_Logintoken=0&Username=user&Password=user
        [[[/REQUEST]]]
    [[[/STEP]]]

    [[[STEP]]]
        [[[REQUEST raw="true"]]]
        GET /start.ghtml HTTP/1.1
        accept: text/html, application/xhtml+xml, image/jxr, */*
        accept-language: es-UY,es;q=0.5
        user-agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.116 Safari/537.36 Edge/15.15063
        accept-encoding: gzip, deflate
        Host: %%%routerip%%%
        dnt: 1
        connection: Keep-Alive
        cookie: _TESTCOOKIESUPPORT=1; SID=f95ba8f59e585f42d848606c7005c8a5
        [[[/REQUEST]]]
    [[[/STEP]]]

    [[[STEP]]]
        [[[REQUEST raw="true"]]]
        GET /top.gch HTTP/1.1
        accept: text/html, application/xhtml+xml, image/jxr, */*
        accept-language: es-UY,es;q=0.5
        user-agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.116 Safari/537.36 Edge/15.15063
        accept-encoding: gzip, deflate
        Host: %%%routerip%%%
        dnt: 1
        connection: Keep-Alive
        cookie: _TESTCOOKIESUPPORT=1; SID=f95ba8f59e585f42d848606c7005c8a5
        [[[/REQUEST]]]
    [[[/STEP]]]

    [[[STEP]]]
        [[[REQUEST raw="true"]]]
        GET /template.gch HTTP/1.1
        accept: text/html, application/xhtml+xml, image/jxr, */*
        accept-language: es-UY,es;q=0.5
        user-agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.116 Safari/537.36 Edge/15.15063
        accept-encoding: gzip, deflate
        Host: %%%routerip%%%
        dnt: 1
        connection: Keep-Alive
        cookie: _TESTCOOKIESUPPORT=1; SID=f95ba8f59e585f42d848606c7005c8a5
        [[[/REQUEST]]]
    [[[/STEP]]]

    [[[STEP]]]
        [[[REQUEST raw="true"]]]
        GET /getpage.gch?pid=1002&nextpage=manager_dev_conf_t.gch HTTP/1.1
        accept: text/html, application/xhtml+xml, image/jxr, */*
        accept-language: es-UY,es;q=0.5
        user-agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.116 Safari/537.36 Edge/15.15063
        accept-encoding: gzip, deflate
        Host: %%%routerip%%%
        dnt: 1
        connection: Keep-Alive
        cookie: _TESTCOOKIESUPPORT=1; SID=f95ba8f59e585f42d848606c7005c8a5
        [[[/REQUEST]]]
    [[[/STEP]]]

    [[[STEP]]]
        [[[REQUEST raw="true"]]]
        POST /getpage.gch?pid=1002&nextpage=manager_dev_conf_t.gch HTTP/1.1
        accept: text/html, application/xhtml+xml, image/jxr, */*
        accept-language: es-UY,es;q=0.5
        user-agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.116 Safari/537.36 Edge/15.15063
        content-type: application/x-www-form-urlencoded
        accept-encoding: gzip, deflate
        Host: %%%routerip%%%
        content-length: 111
        dnt: 1
        connection: Keep-Alive
        cache-control: no-cache
        cookie: _TESTCOOKIESUPPORT=1; SID=f95ba8f59e585f42d848606c7005c8a5

IF_ACTION=devrestart&IF_ERRORSTR=SUCC&IF_ERRORPARAM=SUCC&IF_ERRORTYPE=-1&flag=1&_SESSION_TOKEN=5433830701268206
        [[[/REQUEST]]]
    [[[/STEP]]]

[[[/HSRC]]]
what can i do?

thanks
Reply With Quote