Jump to content

Changing your IP when you're using an dynamic IP + modem!


DreaM

Recommended Posts

In order to change your IP you just have to restart your modem. Your IP will be changed and that way you can vote for the server you play on. HF hope i helped ^.^

Link to comment
Share on other sites

  • 3 weeks later...

I am using USD for downloading from rapidshare..and i have programmed it to run a "programme" when a download finish.First u need to make some changes

 

And make these changes

 

Go to:

Properties and disable this

Ask for name and password......(it will say something like this,2nd line)

 

Now go to:

Properties again and at

Time between...... make it from 1 sec to 5-10 secs,click ok

 

Now open notepad and add these lines

 

@echo off
cls
echo Disconnecting...
start /wait rasphone -h "Add your connection's name here"
cls
echo Waiting...
ping -n 1 194.63.247.208 > nul
cls
start /wait rasphone -d "Add your connection's name here"
FOR /F "tokens=1" %%i in ('printip') DO set ipstatusnew="%%i"
IF %ipstatusnew % of ==' <ERROR'> goto action
IF %ipstatus % == %ipstatusnew % goto action

:log
@echo IP changed in the %date % around %time %>> IP-History_Refresh.txt
@echo old IP was: %ipstatus %>> IP-History_Refresh.txt
@echo new IP was: %ipstatusnew %>> IP-History_Refresh.txt
exit

 

save it to .bat

 

Open it and u will see that ur modem will disconnect and reconnect automatically!

I am downloading 2 moves every night just using this (from RS)

 

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...