JDownloader Community - Appwork GmbH
 

Reply
 
Thread Tools Display Modes
  #1  
Old 31.05.2009, 03:35
AcidDemon
Guest
 
Posts: n/a
Default Netgear FVS114 - Liveheader/Curl Skript

I just took a look at the skripts that come with the JD Package and none of them worked for me, so I changed one, to do, what it is intended to do:

Here is the original (771. Netgear : FVS114 v.1.1 Release 01):
Quote:
[[[HSRC]]]
[[[STEP]]]
[[[REQUEST]]]
AUTH /? HTTP/1.1
Host: %%%routerip%%%
Authorization: Basic %%%basicauth%%%
[[[/REQUEST]]]
[[[/STEP]]]
[[[STEP]]]
[[[REQUEST]]]
POST /st_pptp.cgi HTTP/1.1
Host: %%%routerip%%%

disconnect=Disconnect [[[/REQUEST]]]
[[[/STEP]]]
[[[STEP]]]
[[[REQUEST]]]
POST /st_poe.cgi HTTP/1.1
Host: %%%routerip%%%

connect= Connect [[[/REQUEST]]]
[[[/STEP]]]
[[[/HSRC]]]
I need to point out that Im using Firmware Version 1.1_15, which might have led to the changes (but I cant imagine that). After a quick look at the htmlcode of **External links are only visible to Support Staff****External links are only visible to Support Staff**, I came to the conclusion that the method used for the disconnect must be wrong. It has to be the same as for the connect, just with a different argument passed.

Here it is, just one line changed, and works without any roblems:
Code:
[[[HSRC]]]
    [[[STEP]]]
        [[[REQUEST]]]
            AUTH /? HTTP/1.1
            Host: %%%routerip%%%
            Authorization: Basic %%%basicauth%%%
        [[[/REQUEST]]]
    [[[/STEP]]]
    [[[STEP]]]
        [[[REQUEST]]]
            POST /st_poe.cgi HTTP/1.1
            Host: %%%routerip%%%

disconnect=Disconnect        [[[/REQUEST]]]
    [[[/STEP]]]
    [[[STEP]]]
        [[[REQUEST]]]
            POST /st_poe.cgi HTTP/1.1
            Host: %%%routerip%%%

connect=  Connect          [[[/REQUEST]]]
    [[[/STEP]]]
[[[/HSRC]]]
Havent spent the time on adding some waits or such. Just changed the necassary thing.

Greets,
Acid
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

All times are GMT +2. The time now is 00:11.
Provided By AppWork GmbH | Privacy | Imprint
Parts of the Design are used from Kirsch designed by Andrew & Austin
Powered by vBulletin® Version 3.8.10 Beta 1
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.