This guide will use Universal Share Downloader (w. captcha support) and a new n' improved router reset technique to hack the download limits of most online one-click file hosts.
This has been tested on a Airtel connection using the Beetel 220BX DSL router.
Step 1. Get Universal Share Downloader (USD) and the CAP OCR from WinCert.net Forums. USD with the captcha will automate downloading for you but cannot bypass the limits. Install both using the .INF files in the archives (right click, install).
Step 2. Get TTERMPRO from Tera Term Home Page. This app will automate the router rebooting. It enables you to use a script (macro) to send a reboot command to the router via telnet. Install the app.
Step 3. Look in the TTERMPRO folder for "login.ttl". This is a sample login file for the TTERMPRO terminal macro app. I modified it for use with the Beetel 220bx. Edit the file in notepad. Replace the bolded parts with your own specifics.
Step 4. Start up USD and in its prefs, look up Scheduler (in the list on the left). Add a new entry set to "run everyday", "after file has been dowloaded". Choose to execute the program and put in "C:\Progra~1\TTERMPRO\ttpmacro login.ttl".
Thats it.
If all goes well, everytime USD completes downloading a file, it will start up TTERM to reset the router via telnet. This will give you a new IP and Rapidshare will let you download. No more limits. Works like a charm.
This has been tested on a Airtel connection using the Beetel 220BX DSL router.
Step 1. Get Universal Share Downloader (USD) and the CAP OCR from WinCert.net Forums. USD with the captcha will automate downloading for you but cannot bypass the limits. Install both using the .INF files in the archives (right click, install).
Step 2. Get TTERMPRO from Tera Term Home Page. This app will automate the router rebooting. It enables you to use a script (macro) to send a reboot command to the router via telnet. Install the app.
Step 3. Look in the TTERMPRO folder for "login.ttl". This is a sample login file for the TTERMPRO terminal macro app. I modified it for use with the Beetel 220bx. Edit the file in notepad. Replace the bolded parts with your own specifics.
Code:
; Sample macro for Tera Term
; Telnet login
; open Tera Term
; command line = 'TERATERM myhost.mydomain' (telnet)
connect '[B]192.168.0.1[/B]'
; set username
UsernamePrompt = 'Login:'
Username = '[B]admin[/B]'
PasswordPrompt = 'Password:'
Password = '[B]password[/B]'
; login
wait UsernamePrompt
sendln Username
wait PasswordPrompt
sendln Password
; OK, auto login complete.
sendln 'sh'
sendln 'reboot'
Step 4. Start up USD and in its prefs, look up Scheduler (in the list on the left). Add a new entry set to "run everyday", "after file has been dowloaded". Choose to execute the program and put in "C:\Progra~1\TTERMPRO\ttpmacro login.ttl".
Thats it.
If all goes well, everytime USD completes downloading a file, it will start up TTERM to reset the router via telnet. This will give you a new IP and Rapidshare will let you download. No more limits. Works like a charm.