JDownloader Community - Appwork GmbH
 

Notices

Reply
 
Thread Tools Display Modes
  #1  
Old 30.04.2014, 21:29
phorris phorris is offline
Junior Loader
 
Join Date: Apr 2014
Posts: 12
Default Problem mit Netgear R6300vs Skript

Ich will ein Skript für den Netgear R6300v2 erstellen und habe da ein Problem.

Hier ist das Skript welches ich benutzen will. Ich habe es von hier kopiert und nur die länge vom Response Key geändert.

Spoiler:
[[[HSRC]]]
[[[STEP]]]
[[[REQUEST]]]
GET /RST_st_poe.htm HTTP/1.1
Host: %%%routerip%%%
Authorization: Basic %%%basicauth%%%
[[[/REQUEST]]]
[[[RESPONSE keys="cgi"]]]
.*action=\"(st_poe.cgi\?id=[0-9]{9})\".*
[[[/RESPONSE]]]
[[[/STEP]]]

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

Disconnect=Disconnect&ConMethod=Disconnect&pppoe2=disable
[[[/REQUEST]]]
[[[/STEP]]]

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

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

Connect=Connect&ConMethod=++Connect++&pppoe2=disable
[[[/REQUEST]]]
[[[/STEP]]]


[[[STEP]]]
[[[WAIT seconds="5"/]]]
[[[/STEP]]]
[[[/HSRC]]]


Es hat ein oder zweimal funktioniert, dann nicht mehr.
Folgendes fällt mir in der Log auf:

Spoiler:
92 30.04.14 20:01:25 - FINER [java_downloader] -> Headerproperties: {}
92 30.04.14 20:01:25 - FINER [java_downloader] -> Replace variable: null(cgi)

-->**External links are only visible to Support Staff****External links are only visible to Support Staff**
----------------Request------------------
POST /null HTTP/1.1

Disconnect=Disconnect&ConMethod=Disconnect&pppoe2=disable
----------------Response------------------
HTTP/1.0 404 Not Found



Vielleicht sieht hier jemand den Fehler oder hat ein funktionierendes Skript für den R6300v2.
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 10:12.
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.