JDownloader Community - Appwork GmbH
 

Notices

Reply
 
Thread Tools Display Modes
  #1  
Old 20.03.2009, 22:46
Freeloader
Guest
 
Posts: n/a
Default Reconnect works with all routers

PLEASE TRY jdownloaders integrated RECONNECT RECORDER before trying this method !

this is just a work around for people who are experiencing reconnect problems due to script errors etc :


First you have to download iMacros

After installing and starting iMacro you'll get a window like that ;



Then you choose "REC" and push the button "Record"



Now you have to paste your router into the adresslist and push the "GO" button.



This sample is a manual for a GIGASET SE 551 Wlan DSL/Cable Router. Because every router has a different interface your display may be different as in the following sample. But the procedure is always similar.


Now you have to enter your router login data if it's necessary.


Last edited by Freeloader; 30.03.2009 at 14:06.
Reply With Quote
  #2  
Old 20.03.2009, 22:49
Freeloader
Guest
 
Posts: n/a
Default

Now you have to look for a button with which you a able to disconnect your internet connection. It is possible that the button may be located in another menu.



After disconncting you may also be able to connct the connection again.


After connecting to the internet you stop the recording.


Push the "SAVE" button and save it as "reonnect"


Last edited by Freeloader; 20.03.2009 at 22:54.
Reply With Quote
  #3  
Old 20.03.2009, 22:52
Freeloader
Guest
 
Posts: n/a
Default

Now there a popup appears. There you type in "reconnect" and than press the ok button



Now you can test what you've done by pushing the "PLAY" button and accomplishing "reconnect" what should be in the left list.



If everything is correct copy this code and paste it to ; jdownloader ; configuration ; reconnect ; batch (white command box)

Code:
@echo off
"C:\program files\iMacros\imacros.exe" -macro reconnect -tray
tskill Imacros

Last edited by Freeloader; 26.03.2009 at 11:23.
Reply With Quote
  #4  
Old 24.03.2009, 04:16
gotya
Guest
 
Posts: n/a
Default

I input exactly
[@echo off
"C:\programm files\iMacros\imacros.exe" -macro reconnect -tray
tskill Imacros] and it did not work

jdownloader can't communicate with Imacros. It return "reconnect fail"
I test the recorded macro in ''Imacros'' and it works. But not Jdownloader batch script.

Did I do anything wrong?

GY
Reply With Quote
  #5  
Old 24.03.2009, 07:17
Freeloader
Guest
 
Posts: n/a
Default

1.create a xxx.bat file (edit the bat with note pad) and paste the code in there

2. go to the jds reconnect settings choose methode ; exteranal and select the .bat file.

It will work

ps ; whats ur operating system ?
Reply With Quote
  #6  
Old 26.03.2009, 06:39
gotya
Guest
 
Posts: n/a
Default

Quote:
Originally Posted by Freeloader View Post
1.create a xxx.bat file (edit the bat with note pad) and paste the code in there

2. go to the jds reconnect settings choose methode ; exteranal and select the .bat file.

It will work

ps ; whats ur operating system ?


Thanks Freeloader,

I'm running Vista 32 home edition. It works perfectly when I create a .bat file and run as external. But, please change your original batch script
[@echo off
"C:\programm files\iMacros\imacros.exe" -macro reconnect -tray
tskill Imacros]

to [@echo off
"C:\program files\iMacros\imacros.exe" -macro reconnect -tray
tskill Imacros]


Programm >>> program
It just a small error seems to be easy to miss. I tried the fixed script in "Batch" Method. Still having error "Reconnect fail".



Thanks again,
Reply With Quote
  #7  
Old 26.03.2009, 11:26
Freeloader
Guest
 
Posts: n/a
Default

ur welcome

yeah I missed that m in there , there are different codes and will add another one which u might want to try later with the batch method

see u around and Im glad it worked
Reply With Quote
  #8  
Old 27.03.2009, 21:12
devinepaul
Guest
 
Posts: n/a
Default

Does the macro disable user control of the keyboard and mouse when it is executed?
Reply With Quote
  #9  
Old 27.03.2009, 21:42
Apicio Apicio is offline
Ultra Loader
 
Join Date: Mar 2009
Location: Naples, Italy
Posts: 46
Default

Quote:
Originally Posted by devinepaul View Post
Does the macro disable user control of the keyboard and mouse when it is executed?
No, but if you move the mouse, you will interfere with the macro and it will wrong the movements.

The Macro is supposed to be used when your are not near the PC.
Reply With Quote
  #10  
Old 27.03.2009, 22:53
Freeloader
Guest
 
Posts: n/a
Default

Quote:
Originally Posted by Apicio View Post
No, but if you move the mouse, you will interfere with the macro and it will wrong the movements.

The Macro is supposed to be used when your are not near the PC.
no this is a browser macro it wont interfere with anything u can use it any time;) ..
Reply With Quote
  #11  
Old 27.03.2009, 23:30
Apicio Apicio is offline
Ultra Loader
 
Join Date: Mar 2009
Location: Naples, Italy
Posts: 46
Default

oh well, I'm sorry.
I didn't understand what "browser Macro" means. :S
Reply With Quote
  #12  
Old 30.03.2009, 10:31
buggsy buggsy is offline
BugMeNot Account
 
Join Date: Mar 2009
Location: everywhere/nowhere
Posts: 1,120
Default Imacro extension for Firefox

Hi, i tried to make a script with Imacros (a Firefox extension).

With this browser it work perfectly, but i can't make jdowloader work with this macro...

I tried to rename the .iim file in a .bat file...but JD doesn't work...or paste/copy the macro in JDs windows..but nothing....

Is there a way to make JD works with this Java script???

Thanks
Reply With Quote
  #13  
Old 30.03.2009, 11:59
Jiaz's Avatar
Jiaz Jiaz is offline
JD Manager
 
Join Date: Mar 2009
Location: Germany
Posts: 79,290
Default

Why not use The ReconnectRecorder? Its integrated into JD, free, works better
__________________
JD-Dev & Server-Admin
Reply With Quote
  #14  
Old 30.03.2009, 13:09
buggsy buggsy is offline
BugMeNot Account
 
Join Date: Mar 2009
Location: everywhere/nowhere
Posts: 1,120
Default

Why i don't use the reconnect recorder?

:outch::outch::whistling:

'cause i used only the advanced configuration where is not present the option "Reconnect recorder"!!

Sorry, i never used the simple view, now i'll test...

Thanks a lot!!

Last edited by buggsy; 30.03.2009 at 14:46.
Reply With Quote
  #15  
Old 30.03.2009, 13:14
Freeloader
Guest
 
Posts: n/a
Default

Quote:
Originally Posted by buggsy View Post
Hi, i tried to make a script with Imacros (a Firefox extension).

With this browser it work perfectly, but i can't make jdowloader work with this macro...

I tried to rename the .iim file in a .bat file...but JD doesn't work...or paste/copy the macro in JDs windows..but nothing....

Is there a way to make JD works with this Java script???

Thanks
yes try the reconnect recorder first and use this if only u have problems with the reconnect recorder. Plus u need the full version of imacros in order to make imacros work NOT THE add on for firefox.
Reply With Quote
  #16  
Old 30.03.2009, 17:03
buggsy buggsy is offline
BugMeNot Account
 
Join Date: Mar 2009
Location: everywhere/nowhere
Posts: 1,120
Default

Hi, i have a new question now.

The only way to disconnect/reconnect my router (in browser window) is a button, a "Save & Reboot" button.

It SAVE the current settings of router, then REBOOT, and then reconnect to web because the router is on.

But this operation (a Save & REboot), instead of a simply disconnect/reconnect, could cause problems to router, doing it several times a day??

Do you think i cuold "burn" my router, or a flash memory doing many reboot??

Thanks for aswers.

Last edited by buggsy; 30.03.2009 at 17:06.
Reply With Quote
  #17  
Old 30.03.2009, 18:09
Freeloader
Guest
 
Posts: n/a
Default

I dont think so Ive been reconnecting over a year now , and have my pc running 24 hours a day thats of course when I aint away from home for too long.
Reply With Quote
  #18  
Old 01.04.2009, 14:00
Gweilo's Avatar
Gweilo Gweilo is offline
JD Legend
 
Join Date: Mar 2009
Posts: 725
Default

Quote:
Originally Posted by buggsy View Post
Hi, i have a new question now.

The only way to disconnect/reconnect my router (in browser window) is a button, a "Save & Reboot" button.

What model router?
Reply With Quote
  #19  
Old 02.04.2009, 10:52
buggsy buggsy is offline
BugMeNot Account
 
Join Date: Mar 2009
Location: everywhere/nowhere
Posts: 1,120
Default

It's a Digicom Combo Modem/Router ADSL2+, no other names.

This model:
**External links are only visible to Support Staff**
It is not present in the JD list of Digicom's modem...
Reply With Quote
  #20  
Old 02.04.2009, 19:45
Gweilo's Avatar
Gweilo Gweilo is offline
JD Legend
 
Join Date: Mar 2009
Posts: 725
Default

Quote:
Originally Posted by buggsy View Post
It's a Digicom Combo Modem/Router ADSL2+, no other names.

This model:
**External links are only visible to Support Staff**
It is not present in the JD list of Digicom's modem...
There are two other Digicom models in the list though.
Give them a try, often the interface is similar enough to work, or at least give you a hint if you see what pages the script is loading.
Reply With Quote
  #21  
Old 16.09.2009, 23:46
karshnirajgupta
Guest
 
Posts: n/a
Unhappy i need help

i am now tired of searching plss help...its now 5 hrs. iam trying for reconnect. But Its not happening. I am now confused. Pls tell me any process. My router is XAVI x7721r+ . I am using Tata indicom 512 kbps unlimited. In the software in router section there is xavi x8821r+ but i cant found my modem. So i tries all your suggestion. I tried that reconnection recorder but when ever i press start whether its in raw or not a page open with

Connection Settings
Advanced Settings
System Settings
Modem Status
Maintenance

my settings page. And then in Jdownloader the recording status shows saving Reconect and stays like this. Nothing's happening later on. Just like that. As a result its not connecting. Pls sir help me. Tell me How can I do this. Give me a detailed reply. The downloading is happning with 15 minutes wait time. Iam downloading 1.5 gb rapidshare file with 6 mb separated. So after each 6 mb its taking 15 min. Please help me. I am frustrated now. please help me.
Reply With Quote
  #22  
Old 17.09.2009, 08:08
Gweilo's Avatar
Gweilo Gweilo is offline
JD Legend
 
Join Date: Mar 2009
Posts: 725
Default

Quote:
Originally Posted by karshnirajgupta View Post
i am now tired of searching plss help...its now 5 hrs. iam trying for reconnect. But Its not happening. I am now confused. Pls tell me any process. My router is XAVI x7721r+ . I am using Tata indicom 512 kbps unlimited. In the software in router section there is xavi x8821r+ but i cant found my modem.
Try the existing Xavi script.

Often routers from the same manufacturer will work for many models, or at least it gives you a start to modify it.

If not, start a new thread in the Reconect forum: http://board.jdownloader.org/forumdisplay.php?f=2
Reply With Quote
  #23  
Old 18.09.2009, 07:52
hammoda4ever
Guest
 
Posts: n/a
Default external reconnect batch

Quote:
Originally Posted by Freeloader View Post
1.create a xxx.bat file (edit the bat with note pad) and paste the code in there

2. go to the jds reconnect settings choose methode ; exteranal and select the .bat file.

It will work

ps ; whats ur operating system ?


hello,
why is it that the external reconnect batch that you mentioned how to do worked with me for couple of days and now all of a sudden it doesn't work anymore...
it was great for couple of days i didn't have to wait for 15min. between files but now i do :(

what can we do to fix this?


p.s: i got windows xp operating system and also i didn't install imacro...can the external batch work without installing imacro?

Last edited by hammoda4ever; 18.09.2009 at 08:31.
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 12:47.
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.