JDownloader Community - Appwork GmbH
 

Notices

Reply
 
Thread Tools Display Modes
  #1  
Old 01.10.2017, 20:45
rickardo
Guest
 
Posts: n/a
Default TD-W8970 v3

I have finally solve the problem related to the reconnection of TP-LINK model: TD-W8970 v3.
Firmware Version:
0.9.1 1.2 v0035.0 Build 150427 Rel.63930n

Hardware Version:
TD-W8970 v3 00000000

Instruction
1. Open JDownloader 2
2. Go to settings, then reconnection
3. Now open note and copy this code
Code:
set WshShell = WScript.CreateObject("WScript.Shell")
WshShell.Run "cmd",7
WScript.Sleep 200
WshShell.AppActivate "C:\Windows\System32\cmd.exe"
WScript.Sleep 200
WshShell.SendKeys "telnet 192.168.1.1{ENTER}"
WScript.Sleep 200
WshShell.SendKeys "admin{ENTER}" 'Username'
WScript.Sleep 200
WshShell.SendKeys "yourpassword{ENTER}" 'Password'
WScript.Sleep 200
WshShell.SendKeys "dev reboot{ENTER}" 'send command'
WScript.Sleep 200
WshShell.SendKeys "exit{ENTER}"
WScript.Sleep 200
WshShell.SendKeys "exit{ENTER}"
WScript.Sleep 2000
WshShell.SendKeys "logout{ENTER}"
WScript.Sleep 200
WshShell.SendKeys "EXIT{ENTER}"
WScript.Sleep 200
Replace yourpassword and admin if necessary. Then save as you want with .vbs extension (Ex. file.vbs). Is better if you use underscore instead of space.
4. Return to JDownloader and select from drop down menu "External tool reconnect" (with prompt icon).
5. From "Command (use absolute directory paths), click on Select button and find the previous file.
That's all! Now, for safety, click on test and check if it works properply.

Riccardo

P.S.: I'm so sorry for wretched english... Please if there are some language error, tell me and I will correct.
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 11:21.
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.