JDownloader Community - Appwork GmbH
 

Go Back   JDownloader Community - Appwork GmbH > International Support > Reconnect
Reply
 
Thread Tools Display Modes
  #1  
Old 23.02.2013, 18:36
barbara-luise
Guest
 
Posts: n/a
Default Reconnect o2Box 6431

Hallo,

ich suche ein Reconnect Skript für die o2Box 6431.

Wer kann bitte helfen?

Vielen Dank!
Reply With Quote
  #2  
Old 19.07.2014, 09:37
CCarpo
Guest
 
Posts: n/a
Default

**External links are only visible to Support Staff**Hier gibt es eine Lösung. Leider ist boerse nur noch über VPN zugänglich, deswegen poste ich mal die zwei Möglichkeiten (von mir noch nicht getestet).

1.
Quote:
Hi, mit Linux ists kein prob :

#!/bin/sh
wget -q -O - "**External links are only visible to Support Staff** >> /dev/null
wget -q -O - "**External links are only visible to Support Staff** >> /dev/null
wget -q -O - "**External links are only visible to Support Staff** >> /dev/null
wget -q -O - "**External links are only visible to Support Staff** >> /dev/null

geht wunderbar aber du darfst nicht gleichzeitig auf der Weboberfläche eingelogged sein.

greetz
2.
Quote:
Also mir ist Reconnect Script im jdownloader gelungen und zwar so:
eintragen:
Feld Benutzer: meine Telefonnummer mit Vorwahl
Feld Passwort: sofern vergeben
Feld Router IP: o2.box

dann erstelle Reconnect Script drücken, Browserfenster öffnet, in der Box anmelden, auf System und rücksetzen gehen, neu starten drücken und geduldig warten bis im jdownloader das Script gespeichert werden kann. Der anschließende Reconnect Test hat bei mir nicht funktioniert (das tat er übrigens bei noch keinem Router von mir jemals) aber im Praxistest reconnectet er dann tadellos, wenn auch etwas langsam. Aber immer noch besser, als nachts aufstehen und händisch neustarten

Hier das fertige Script, keine Ahnung ob euch das was nützt (PW nicht vergessen einzutragen):

[[[HSRC]]]
[[[STEP]]]
[[[REQUEST]]]
GET / HTTP/1.1
Host: %%%routerip%%%
[[[/REQUEST]]]
[[[/STEP]]]

[[[STEP]]]
[[[REQUEST]]]
GET /js/prototype.js HTTP/1.1
Host: %%%routerip%%%
[[[/REQUEST]]]
[[[/STEP]]]

[[[STEP]]]
[[[REQUEST]]]
GET /js/msg.js HTTP/1.1
Host: %%%routerip%%%
[[[/REQUEST]]]
[[[/STEP]]]

[[[STEP]]]
[[[REQUEST]]]
GET /js/effects.js HTTP/1.1
Host: %%%routerip%%%
[[[/REQUEST]]]
[[[/STEP]]]

[[[STEP]]]
[[[REQUEST]]]
GET /js/tree.js HTTP/1.1
Host: %%%routerip%%%
[[[/REQUEST]]]
[[[/STEP]]]

[[[STEP]]]
[[[REQUEST]]]
GET /js/common.js HTTP/1.1
Host: %%%routerip%%%
[[[/REQUEST]]]
[[[/STEP]]]

[[[STEP]]]
[[[REQUEST]]]
GET /js/language.js HTTP/1.1
Host: %%%routerip%%%
[[[/REQUEST]]]
[[[/STEP]]]

[[[STEP]]]
[[[REQUEST]]]
GET /js/help.js HTTP/1.1
Host: %%%routerip%%%
[[[/REQUEST]]]
[[[/STEP]]]

[[[STEP]]]
[[[REQUEST]]]
POST /cgi-bin/Hn_login.cgi HTTP/1.1
Host: %%%routerip%%%

controller=Overview&action=Login&id=0&idTextPasswo rd=DEIN PASSWORT EINTRAGEN
[[[/REQUEST]]]
[[[/STEP]]]

[[[STEP]]]
[[[REQUEST]]]
GET /index.htm HTTP/1.1
Host: %%%routerip%%%
[[[/REQUEST]]]
[[[/STEP]]]

[[[STEP]]]
[[[REQUEST]]]
GET /diagnostic.htm HTTP/1.1
Host: %%%routerip%%%
[[[/REQUEST]]]
[[[/STEP]]]

[[[STEP]]]
[[[REQUEST]]]
GET /password.htm HTTP/1.1
Host: %%%routerip%%%
[[[/REQUEST]]]
[[[/STEP]]]

[[[STEP]]]
[[[REQUEST]]]
GET /restore.htm HTTP/1.1
Host: %%%routerip%%%
[[[/REQUEST]]]
[[[/STEP]]]

[[[STEP]]]
[[[REQUEST]]]
POST /cgi-bin/Hn_restart.cgi HTTP/1.1
Host: %%%routerip%%%

controller=System&action=DoSystemRestart&id=0
[[[/REQUEST]]]
[[[/STEP]]]

[[[STEP]]]
[[[REQUEST]]]
GET /restart_wait.htm HTTP/1.1
Host: %%%routerip%%%
[[[/REQUEST]]]
[[[/STEP]]]

[[[/HSRC]]]
Reply With Quote
  #3  
Old 26.09.2014, 12:15
docsys
Guest
 
Posts: n/a
Default o2Box 6431 reconnect

Quote:
Originally Posted by barbara-luise View Post
Hallo,

ich suche ein Reconnect Skript für die o2Box 6431.

Wer kann bitte helfen?

Vielen Dank!
Ich auch!
Wäre sehr dankbar wenn jemand eine Methode kennen und mitteilen würde.
Reply With Quote
  #4  
Old 18.10.2014, 06:55
busfahrer23
Guest
 
Posts: n/a
Wink Für Win7 :

:thumbup:Folgendes funzt bei mir, dauert ca. 60 Sekunden;)

Spoiler:


[[[HSRC]]]
[[[STEP]]]
[[[REQUEST raw="true"]]]
GET / HTTP/1.1
Host: %%%routerip%%%
user-agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:32.0) Gecko/20100101 Firefox/32.0
accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
accept-language: de,en-US;q=0.7,en;q=0.3
accept-encoding: gzip, deflate
connection: keep-alive
[[[/REQUEST]]]
[[[/STEP]]]

[[[STEP]]]
[[[REQUEST raw="true"]]]
GET /js/prototype.js HTTP/1.1
Host: %%%routerip%%%
user-agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:32.0) Gecko/20100101 Firefox/32.0
accept: */*
accept-language: de,en-US;q=0.7,en;q=0.3
accept-encoding: gzip, deflate
connection: keep-alive
[[[/REQUEST]]]
[[[/STEP]]]

[[[STEP]]]
[[[REQUEST raw="true"]]]
GET /js/tree.js HTTP/1.1
Host: %%%routerip%%%
user-agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:32.0) Gecko/20100101 Firefox/32.0
accept: */*
accept-language: de,en-US;q=0.7,en;q=0.3
accept-encoding: gzip, deflate
connection: keep-alive
[[[/REQUEST]]]
[[[/STEP]]]

[[[STEP]]]
[[[REQUEST raw="true"]]]
GET /js/effects.js HTTP/1.1
Host: %%%routerip%%%
user-agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:32.0) Gecko/20100101 Firefox/32.0
accept: */*
accept-language: de,en-US;q=0.7,en;q=0.3
accept-encoding: gzip, deflate
connection: keep-alive
[[[/REQUEST]]]
[[[/STEP]]]

[[[STEP]]]
[[[REQUEST raw="true"]]]
GET /js/msg.js HTTP/1.1
Host: %%%routerip%%%
user-agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:32.0) Gecko/20100101 Firefox/32.0
accept: */*
accept-language: de,en-US;q=0.7,en;q=0.3
accept-encoding: gzip, deflate
connection: keep-alive
[[[/REQUEST]]]
[[[/STEP]]]

[[[STEP]]]
[[[REQUEST raw="true"]]]
GET /js/common.js HTTP/1.1
Host: %%%routerip%%%
user-agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:32.0) Gecko/20100101 Firefox/32.0
accept: */*
accept-language: de,en-US;q=0.7,en;q=0.3
accept-encoding: gzip, deflate
connection: keep-alive
[[[/REQUEST]]]
[[[/STEP]]]

[[[STEP]]]
[[[REQUEST raw="true"]]]
GET /js/language.js HTTP/1.1
Host: %%%routerip%%%
user-agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:32.0) Gecko/20100101 Firefox/32.0
accept: */*
accept-language: de,en-US;q=0.7,en;q=0.3
accept-encoding: gzip, deflate
connection: keep-alive
[[[/REQUEST]]]
[[[/STEP]]]

[[[STEP]]]
[[[REQUEST raw="true"]]]
GET /js/help.js HTTP/1.1
Host: %%%routerip%%%
user-agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:32.0) Gecko/20100101 Firefox/32.0
accept: */*
accept-language: de,en-US;q=0.7,en;q=0.3
accept-encoding: gzip, deflate
connection: keep-alive
[[[/REQUEST]]]
[[[/STEP]]]

[[[STEP]]]
[[[REQUEST raw="true"]]]
POST /cgi-bin/Hn_login.cgi HTTP/1.1
Host: %%%routerip%%%
user-agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:32.0) Gecko/20100101 Firefox/32.0
accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
accept-language: de,en-US;q=0.7,en;q=0.3
accept-encoding: gzip, deflate
connection: keep-alive
content-type: application/x-www-form-urlencoded
content-length: 65

controller=Overview&action=Login&id=0&idTextPassword=PASSWORT EINTRAGEN
[[[/REQUEST]]]
[[[/STEP]]]

[[[STEP]]]
[[[REQUEST raw="true"]]]
GET /index.htm HTTP/1.1
Host: %%%routerip%%%
user-agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:32.0) Gecko/20100101 Firefox/32.0
accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
accept-language: de,en-US;q=0.7,en;q=0.3
accept-encoding: gzip, deflate
connection: keep-alive
[[[/REQUEST]]]
[[[/STEP]]]

[[[STEP]]]
[[[REQUEST raw="true"]]]
GET /diagnostic.htm HTTP/1.1
Host: %%%routerip%%%
user-agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:32.0) Gecko/20100101 Firefox/32.0
accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
accept-language: de,en-US;q=0.7,en;q=0.3
accept-encoding: gzip, deflate
connection: keep-alive
[[[/REQUEST]]]
[[[/STEP]]]

[[[STEP]]]
[[[REQUEST raw="true"]]]
GET /password.htm HTTP/1.1
Host: %%%routerip%%%
user-agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:32.0) Gecko/20100101 Firefox/32.0
accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
accept-language: de,en-US;q=0.7,en;q=0.3
accept-encoding: gzip, deflate
connection: keep-alive
[[[/REQUEST]]]
[[[/STEP]]]

[[[STEP]]]
[[[REQUEST raw="true"]]]
GET /restore.htm HTTP/1.1
Host: %%%routerip%%%
user-agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:32.0) Gecko/20100101 Firefox/32.0
accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
accept-language: de,en-US;q=0.7,en;q=0.3
accept-encoding: gzip, deflate
connection: keep-alive
[[[/REQUEST]]]
[[[/STEP]]]

[[[STEP]]]
[[[REQUEST raw="true"]]]
POST /cgi-bin/Hn_restart.cgi HTTP/1.1
Host: %%%routerip%%%
user-agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:32.0) Gecko/20100101 Firefox/32.0
accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
accept-language: de,en-US;q=0.7,en;q=0.3
accept-encoding: gzip, deflate
connection: keep-alive
content-type: application/x-www-form-urlencoded
content-length: 45

controller=System&action=DoSystemRestart&id=0
[[[/REQUEST]]]
[[[/STEP]]]

[[[STEP]]]
[[[REQUEST raw="true"]]]
GET /restart_wait.htm HTTP/1.1
Host: %%%routerip%%%
user-agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:32.0) Gecko/20100101 Firefox/32.0
accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
accept-language: de,en-US;q=0.7,en;q=0.3
accept-encoding: gzip, deflate
connection: keep-alive
[[[/REQUEST]]]
[[[/STEP]]]

[[[/HSRC]]]

Last edited by busfahrer23; 10.01.2015 at 16:46. Reason: PASSWORT EINTRAGEN hinzugefügt
Reply With Quote
  #5  
Old 30.10.2014, 10:24
ahanonym ahanonym is offline
Modem User
 
Join Date: Nov 2012
Posts: 2
Default

Hallo!
Quote:
Originally Posted by CCarpo View Post
**External links are only visible to Support Staff**... gibt es eine Lösung. Leider ist boerse nur noch über VPN zugänglich, deswegen poste ich mal die zwei Möglichkeiten (von mir noch nicht getestet).

1.


2.
Vielen Dank für Nr. 2!
Firmware 1.01.25b

Gruß AH
Reply With Quote
Reply


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 05:16.
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.