gopi_vbboy
Cyborg Agent
This tut is about automating rapidshare ,megaupload,etc major filesharing sites using a Software Jdownloader with reconnection for BSNL-Datone-pppoe Users(dialup)
Step1.
Download Jdownloader according to OS
*jdownloader.org/download/index
Have latest Java installed
Step2
Start JDownloader
Note:
=======
For Linux
java -jar /[...path...]/JDownloader.jar
========
Step3: Settings
Goto-->Reconnections-->Batch
*i49.tinypic.com/10mmszl.png
For Windows
if suppose your pppoe-connection name is BSNL
Let abcd be username
12345 be password for datone (change accrodingly to urs in the lines following)
then enter in the batch script window:
For Linux
Goto shell:
su
[password]
First configure your pppoe if not configured using
pppoe-conf
Give details...Then after it says your connection name like dsl-provider as in my case
so
pon dsl-provider to on ur internet
poff dsl-provider to off
Finally in the batch tab...
create a shell script using gedit like cip.sh
then chmod 777 cip.sh
(give appropriate path)
open cip.sh in gedit/nano paste
NOw save and close
then go to External tab and select the batch file like:
*i50.tinypic.com/2eozh9k.png
Step5:
Click Change ip
You should get Reconnection successful
Note:
You should have the refresh icon with tick mark be check as shown means reconnection is enabled for downloads
*i48.tinypic.com/34q1kpd.png
Step6:
If all goes well you have the downloading machine ready to rip off rapidshare
Adjust the Number of downloads to 3
I think now you can download multiple files after reconnection(changing ip)
Enjoy!
For doubts about reconnection post here
Step1.
Download Jdownloader according to OS
*jdownloader.org/download/index
Have latest Java installed
Step2
Start JDownloader
Note:
=======
For Linux
java -jar /[...path...]/JDownloader.jar
========
Step3: Settings
Goto-->Reconnections-->Batch
*i49.tinypic.com/10mmszl.png
For Windows
if suppose your pppoe-connection name is BSNL
Let abcd be username
12345 be password for datone (change accrodingly to urs in the lines following)
then enter in the batch script window:
Code:
rasdial BSNL /disconnect
rasdial BSNL abcd 12345
Goto shell:
su
[password]
First configure your pppoe if not configured using
pppoe-conf
Give details...Then after it says your connection name like dsl-provider as in my case
so
pon dsl-provider to on ur internet
poff dsl-provider to off
Finally in the batch tab...
create a shell script using gedit like cip.sh
then chmod 777 cip.sh
(give appropriate path)
open cip.sh in gedit/nano paste
Code:
#!/bin/bash
ifconfig ppp0 down
ifconfig ppp1 down
ifconfig ppp2 down
ifconfig ppp3 down
poff dsl-provider
pon dsl-provider
NOw save and close
then go to External tab and select the batch file like:
*i50.tinypic.com/2eozh9k.png
Step5:
Click Change ip
You should get Reconnection successful
Note:
You should have the refresh icon with tick mark be check as shown means reconnection is enabled for downloads
*i48.tinypic.com/34q1kpd.png
Step6:
If all goes well you have the downloading machine ready to rip off rapidshare
Adjust the Number of downloads to 3
I think now you can download multiple files after reconnection(changing ip)
Enjoy!
For doubts about reconnection post here
Last edited: