Option 1 : (For Dynamic IP Users)
The easy and best solution is, disconnect or restart your modem. This may change your IP address and you can continue to download the next file in rapidshare.
Option 2 :
Many peoples have lots of problem in downloading from Rapidshare. this post is specially for my broadband user friends.
- Click Start
- Click run
- In the run box type "cmd" (without quotes) and click OK
- When the command prompt opens type the following and hit enter after every new line.
ipconfig /release
ipconfig /renew
exit
Explanation :
As all Broadband users has dynamic ip they can simply change their ip address. by the commands mentioned above.
If you are bore of typing this much Command then simply make a batch file.
Creating a Batch file.
- Open a notepad. type following in it.
ipconfig /flushdns
ipconfig /release
ipconfig /renew
@echo on
- Save this file with name you like and the extension as bat.
- now simply execute this file.