Most of ppl thats have Dynamic ip and they cant get it static for many of reasons this guide will help you to run ur server without the effected with the changing of ip in sure it will not be as static but will be good for Dynamic users
1st you have to download the following :
[Only registered and activated users can see links. Click Here To Register...]
[Only registered and activated users can see links. Click Here To Register...]
[Only registered and activated users can see links. Click Here To Register...]
2nd step :
1-Download this tools above dont forget to see the threads for how to run them (exept the dynamic update tool its easy to run ! )
2-Go to [Only registered and activated users can see links. Click Here To Register...] Creat account (after you create ur account it will requerd to add ahost for ur ip see the attachments )
3-Add ur host for examble (TestEO.serveblog.com) or w/e you have alot of choises
4-Run The DynDns tool as you see in the Hio's thread !
(As you see in the Hio's thread you have to put the host thats u creat in the NO-IP in the play.ini to handle to changing of the ip )
5-Run The Autopatch just like you see in the forcer's thread
(The port that u will put it in the autopatch must be same like the one in the Play.ini so it will update the ip in the players cilent so u dont need to release patches every day or w/e ! )
6-Run the No-IP Windows Dynamic Update Client v3.0.4 after you open it , it will request ur account and password thats u creat in the [Only registered and activated users can see links. Click Here To Register...] after you put ur acc and pass it will show you ur hosts thats you creat there check it and leave it runing ! if you dont see ur hosts right click and press refresh ! )
You are done all what you have to do just to run the tools with ur server so you can be safe without changing ip proplem or releasing patches even down time each time when ur ip changed
Also about site side you can hold the change in ip by using the NO-IP tool as u dont need to change the ip each time in ur config.php you can use ur NO-IP host so if you use the no-ip tool make like this method
I hope it help you :)
1st you have to download the following :
[Only registered and activated users can see links. Click Here To Register...]
[Only registered and activated users can see links. Click Here To Register...]
[Only registered and activated users can see links. Click Here To Register...]
2nd step :
1-Download this tools above dont forget to see the threads for how to run them (exept the dynamic update tool its easy to run ! )
2-Go to [Only registered and activated users can see links. Click Here To Register...] Creat account (after you create ur account it will requerd to add ahost for ur ip see the attachments )
3-Add ur host for examble (TestEO.serveblog.com) or w/e you have alot of choises
4-Run The DynDns tool as you see in the Hio's thread !
(As you see in the Hio's thread you have to put the host thats u creat in the NO-IP in the play.ini to handle to changing of the ip )
5-Run The Autopatch just like you see in the forcer's thread
(The port that u will put it in the autopatch must be same like the one in the Play.ini so it will update the ip in the players cilent so u dont need to release patches every day or w/e ! )
6-Run the No-IP Windows Dynamic Update Client v3.0.4 after you open it , it will request ur account and password thats u creat in the [Only registered and activated users can see links. Click Here To Register...] after you put ur acc and pass it will show you ur hosts thats you creat there check it and leave it runing ! if you dont see ur hosts right click and press refresh ! )
You are done all what you have to do just to run the tools with ur server so you can be safe without changing ip proplem or releasing patches even down time each time when ur ip changed
Also about site side you can hold the change in ip by using the NO-IP tool as u dont need to change the ip each time in ur config.php you can use ur NO-IP host so if you use the no-ip tool make like this method
Code:
<?php
// generated june 24, 2010 19:25:31
// mysql server details
define('host', 'localhost'); // Your database host
define('user', '(Your database username)'); // Your database username
define('pass', '(Your database password)'); // Your database password
define('mydbdata', 'my'); // Your database name my
define('mydbacc', 'account'); // Your database name account
define('serveraddress', '192.168.1.1 (Use ur real ip!!!'); // Your Server address
define('serverport', '5816'); // Your serverport
define('mydb', 'my'); // Your my database
define('servername', 'TEST'); // Your Server Name
define('imgdir', 'http://test.serveblog.com (Ur NO-IP HOST HERE!!'); // Your Image dir
// conect to database
@mysql_connect(host, user, pass) or die('<h1>Unable to connect to database server.</h1>');
@mysql_select_db(mydbdata) or die('<h1>Unable to connect to database server.</h1>');
?>