Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

Best and easy way to no-ip server connect

Status
Not open for further replies.
Banned
Banned
Joined
Sep 10, 2007
Messages
383
Reaction score
50
this is the easy way and best for a noip server client connect:

The server login is like this:
first the launcher check to connect from Launcher.ini client side (for this is port 80):



PHP:
ServerInfo = http://your no-ip.com/serverinfo.xml
then the serverinfo.xml check the ip and port to connect to server( for this is port 4200)

PHP:
<?xml version="1.0" encoding="UTF-8" ?>
<root>
<item    name="light online"    worldid="100101"    borogh="EU"     boroughrank="0"    ip="your reall ip"    port="4200"    state="13"     recommend="1"    worldrank="51"    recorank="1"    greenflag="0"     />
</root>

If you got a dynamic ip ,then is no problems bcaz the players connect from client with the noip to serverinfo.xml and that serverinfo.xml is on server side where you can change wen u need the new ip without making any new updates for players to connect.

just remember to open ports :

80
4200


i hop this help you
 
Status
Not open for further replies.
Back
Top