EQEmulator Forums

EQEmulator Forums (https://www.eqemulator.org/forums/index.php)
-   Archive::General Support (https://www.eqemulator.org/forums/forumdisplay.php?f=616)
-   -   How do i change MySql Username/Pass for my Server? (https://www.eqemulator.org/forums/showthread.php?t=12985)

Monrezz 04-10-2004 11:50 AM

Quote:

start zone . 68.104.241.117 7995 68.104.241.117
start zone . 68.104.241.117 7996 68.104.241.117
start zone . 68.104.241.117 7997 68.104.241.117
start zone . 68.104.241.117 7998 68.104.241.117
start zone . 68.104.241.117 7999 68.104.241.117
should be

Code:

start zone . 68.104.241.117 7995 <internal ip>
start zone . 68.104.241.117 7996 <internal ip>
start zone . 68.104.241.117 7997 <internal ip>
start zone . 68.104.241.117 7998 <internal ip>
start zone . 68.104.241.117 7999 <internal ip>

Replace <internal ip> with your internal ip, found via Start => Run => cmd => ipconfig.

Derision 04-10-2004 11:56 AM

Earlier in the thread he stated his internal and external IP were the the same (checked via ipconfig and whatsmyip.org), so he doesn't have a router (apparently).

Quote:

Originally Posted by infernal
the 2 of them are the same....
True?


Monrezz 04-10-2004 12:03 PM

I don't have a router, my internal and external are different. He probably read the wrong IP, I know that my ipconfig gives three different addresses. There is more then likely a 192.168.*.* address, use that.

infernal 04-10-2004 12:33 PM

when i do run/cmd/ipconfig i get the following addresses:
IP Address
Subnet Mask
Default Gateway
Anyone of these is probably it?
IP Address Appears the same as my External IP Address.
Any ideas?
I guess i could do a guess and check on all 3 of them... should i try that?

infernal 04-10-2004 03:24 PM

Im guessing nobody has had this error before?
Iv tryed changin all in localhost.ini to localhost but still gives me the same error... not sure where the problem is :?:

Monrezz 04-11-2004 12:29 AM

Replace internal ip with 127.0.0.1.

samandhi 04-11-2004 08:13 AM

Try running
Code:

ipconfig -all
This should tell you all that you need to know... :)

Though, I would follow Monrezz's advice and simply put 127.0.0.1 or localhost for the second part of your boot5zones.bat
Code:

start zone . <IP> 7995 localhost              (or)
start zone . <IP> 7995 127.0.0.1

Also, if you are using Windows XP make sure that ICS (internet connection sharing) is off, and that you dont have the built in firewall running.. If you are running another firewall program, disable it long enough to make sure that it is NOT the problem...

Are you running DSL or dial-up (sorry if you stated that I might have missed it)? If you are running DSL, do you JUST have a DSL modem, or are you sure it is NOT a combo modem/router? (just a couple of questions to get you thinking hehe)....

mikenune 04-11-2004 09:21 AM

Quote:

Originally Posted by Infernal
LoginServer.ini

[LoginServer]
loginserver=eqlogin1.eqemulator.net
loginserver2=eqlogin2.eqemulator.net
loginserver3=eqlogin3.eqemulator.net
loginport=5997
loginport=5997
loginport=5997
worldname=Infernal Test [Dev]
worldaddress=68.104.241.117
locked=false

[WorldServer]
Defaultstatus=0
Unavailzone=

[LoginConfig]
ServerMode=Standalone
ServerPort=5999
UplinkAddress=
UplinkPort=
UplinkAccount=
UplinkPassword=

[ChatChannelServer]
ChatChannelServer=68.104.241.117

Before trying to connect your server to eqemulator's login servers, I'd try just running one on Localhost with MiniLogin.exe. To do that, change the following section of your LoginServer.ini file from

Quote:

[LoginServer]
loginserver=eqlogin1.eqemulator.net
loginserver2=eqlogin2.eqemulator.net
loginserver3=eqlogin3.eqemulator.net
loginport=5997
loginport=5997
loginport=5997
to
Quote:

[LoginServer]
loginserver=localhost
loginport=5997
Then, after you've done that, change the following section of your Boot5zones.bat from

Quote:

start zone . 68.104.241.117 7995 68.104.241.117
start zone . 68.104.241.117 7996 68.104.241.117
start zone . 68.104.241.117 7997 68.104.241.117
start zone . 68.104.241.117 7998 68.104.241.117
start zone . 68.104.241.117 7999 68.104.241.117
to

Quote:

start zone . localhost 7995 localhost
start zone . localhost 7996 localhost
start zone . localhost 7997 localhost
start zone . localhost 7998 localhost
start zone . localhost 7999 localhost
Of course, if you don't want to do that (if you're pretty sure your ISP will let you run a server from home), I'd just take a look at your EQEMu folder for any stray files. I noticed in your World.exe output that it says

Quote:

Connected to LoginServer: eqlogin3.eqqmulator.net:5997
What it should say is

Quote:

Connected to LoginServer: eqlogin3.eqemulator.net:5997
The only way this could happen is if there's a typo in your LoginServer.ini that's not showing up. Because Windows XP doesn't like to let you manage file extensions, it's entirely possible that the file you're showing us is actually "LoginServer.ini.txt" instead of "LoginServer.ini."

The best way to verify you have the right file is by opening Windows Explorer, browsing to your EQEMu folder (typically C:\eqemu), and looking at the description of your LoginServer.ini file. If it says "Configuration Settings" then you've got the right one (might be called just "LoginServer"). If you have one called "LoginServer" that has the description of "Configuration Settings" and a file called "LoginServer.ini" that has a description something like "Text File" or "Notepad Document" then you're probably editing the wrong file.

Delete the once that DOES NOT have the description of "Configuration Settings" and edit the one that DOES.

cofruben 04-11-2004 11:59 AM

LoginServer.ini

[LoginServer]
loginserver=eqlogin1.eqemulator.net
loginserver2=eqlogin2.eqemulator.net
loginserver3=eqlogin3.eqemulator.net
loginport=5997
worldname=Infernal Test
worldaddress=68.104.241.117
locked=false

[WorldServer]
Defaultstatus=0
Unavailzone=

[LoginConfig]
ServerMode=Standalone
ServerPort=5999
UplinkAddress=
UplinkPort=
UplinkAccount=
UplinkPassword=


boot5zones.bat

start zone . 68.104.241.117 7995 127.0.0.1
start zone . 68.104.241.117 7996 127.0.0.1
start zone . 68.104.241.117 7997 127.0.0.1
start zone . 68.104.241.117 7998 127.0.0.1
start zone . 68.104.241.117 7999 127.0.0.1


try this

infernal 04-12-2004 01:42 AM

Thank you for your Help everyone. I have the server running!
I was not running World.exe properly for the server to be up.
Thanks again!
:P
KeepHopeAlive aka Infernal


All times are GMT -4. The time now is 03:02 AM.

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