Update downloads.php

This commit is contained in:
tarantonio 2014-05-08 14:46:40 +02:00
parent c275afa1cc
commit c23395838d

View File

@ -10,7 +10,7 @@
<h2>How to connect and play:</h2> <h2>How to connect and play:</h2>
<ol> <ol>
<li> <li>
<a href="<?php echo $config['client_download']; ?>">Download</a>, install and start the tibia client if you havent already. <a href="<?php echo $config['client_download']; ?>">Download</a> and install the tibia client if you havent already.
</li> </li>
<li> <li>
<a href="http://static0.otland.net/ipchanger.exe">Download</a> and run the IP changer. <a href="http://static0.otland.net/ipchanger.exe">Download</a> and run the IP changer.
@ -19,10 +19,16 @@
In the IP changer, write this in the IP field: <?php echo $_SERVER['SERVER_NAME']; ?> In the IP changer, write this in the IP field: <?php echo $_SERVER['SERVER_NAME']; ?>
</li> </li>
<li> <li>
In the IP changer, write this in the Port field: <?php echo $config['port']; ?> In the IP changer, click on <strong>Settings</strong> and then <strong>Add new Tibia client.</strong>
</li> </li>
<li> <li>
Now you can successfully login on the tibia client and play. <br> In the IP changer, in the Version field, write your desired version.
</li>
<li>
In the IP changer, click on <strong>Browse</strong>, navigate to your desired Tibia version folder, select Tibia.exe and click <strong>Add</strong>. Then click <strong>Close</strong>
</li>
<li>
Now you can successfully login on the tibia client and play clicking on <strong>Apply</strong> every time you want.<br>
If you do not have an account to login with, you need to register an account <a href="register.php">HERE</a>. If you do not have an account to login with, you need to register an account <a href="register.php">HERE</a>.
</li> </li>
</ol> </ol>