EQEmulator Forums

EQEmulator Forums (https://www.eqemulator.org/forums/index.php)
-   Support::Windows Servers (https://www.eqemulator.org/forums/forumdisplay.php?f=587)
-   -   MiniLogin Issue (https://www.eqemulator.org/forums/showthread.php?t=26566)

Sutuk 10-19-2008 07:54 AM

MiniLogin Issue
 

Everying Loads Fine But Then It Says

[Debug] [WORLD_LS_ERR] **** For Minilogin To Work, you Need To Set The <Adress> element in the <world> section

So whats my Issue here???

<?xml version="1.0">
<server>
<world>
<shortname>SH TEST</shortname>
<longname>SH TEST</longname>

<!-- Only specify these two if you really think you need to. -->
<!--<address>Serving Machine</address>-->
<!--<localaddress>127.0.0.1</localaddress>-->

<!-- Loginserver information. -->
<loginserver>
<host>eqemulator.net</host>
<port>5998</port>
<account></account>
<password></password>
</loginserver>

<!-- Sets the shared key used by zone/launcher to connect to world -->
<key>some long random string</key>

<!-- Enable and set the port for the HTTP service. -->
<http port="9080" enabled="true" mimefile="mime.types" />
</world>

<!-- Database configuration, replaces db.ini. -->
<database>
<host>localhost</host>
<port>3306</port>
<username>root</username>
<password>****</password>
<db>ax_classic</db>
</database>
</server>

leslamarch 10-19-2008 08:11 AM

Quote:

Originally Posted by Sutuk (Post 158621)

<!-- Loginserver information. -->
<loginserver>
<host>eqemulator.net</host>
<port>5998</port>
<account></account>
<password></password>
</loginserver>

Well if your using minilogin this is not correct. you probably should do something like this
Code:

  <!-- Loginserver information.  -->
        <loginserver>
        <host>127.0.0.1</host>
        <port>5999</port>
        <account></account>
        <password></password>
        </loginserver>

Hope this helps

Sutuk 10-19-2008 08:24 AM

Trying To Put Server On Eqemu for people to join it

can someone help do this? ive tried but cant find a activation code anywere
+ i dont know the configs or anything

leslamarch 10-19-2008 08:34 AM

Quote:

Originally Posted by Sutuk (Post 158623)
Trying To Put Server On Eqemu for people to join it

can someone help do this? ive tried but cant find a activation code anywere
+ i dont know the configs or anything

Try a better description of what you are trying to accomplish, this will make it much easier for someone to help you. By reading this post I assumed you wanted to set up a minilogin server, so please more descriptions.

First place I would suggest you look is in the DB under variables table then LoginType - yours probably has miinlogin and it should be Changed to Public


All times are GMT -4. The time now is 08:21 AM.

Powered by vBulletin®, Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.