EQEmulator Forums

EQEmulator Forums (https://www.eqemulator.org/forums/index.php)
-   General::General Discussion (https://www.eqemulator.org/forums/forumdisplay.php?f=586)
-   -   Titanium vs. RoF? (https://www.eqemulator.org/forums/showthread.php?t=38195)

vsab 04-29-2014 09:09 AM

Subsystem should just be MySQL - the wiki editor threw a wobbly so I've fixed that.

Incidentally, peq is the database name "peqbeta.sql" is just a filename (remember you actually renamed it earlier). You could change the name of that file to anything you like really.

The other thing is that -uroot should be read as "username" = "root" - the -u means that the username will come afterwards.

192.168.1. refers to your network, I dunno why it uses that format, exactly. Most home networks are on 192.168.1.* but you can check by opening a command prompt and typing "ipconfig"

I'm just removing my MySQL installation completely and redoing the steps to see if I missed anything, so we'll see how that goes.

Uleat 04-29-2014 09:12 AM

Your db's don't match (didn't Noport just post this on another thread yesterday?)

Quote:

Code:

        <database>
                <host>127.0.0.1</host>
                <port>3306</port>
                <username>root</username>
                <password>XXXX</password>
                <db>peq</db>
        </database>

Code:

[database]
host = localhost
port = 3306
db = eqemu
user = user
password = password
subsystem = MySQL



vsab 04-29-2014 09:32 AM

OK I completely removed XAMPP and installed the peq database+ lod_login.sql from scratch and I can get loginserve.exer to start up with this login.ini (and yes, I did make my password "password" :P ):-

Code:

[database]
host = localhost
port = 3306
db = peq
user = root
password = password
subsystem = MySQL

[options]
unregistered_allowed = TRUE
reject_duplicate_servers = FALSE
trace = TRUE
world_trace = FALSE
dump_packets_in = FALSE
dump_packets_out = FALSE
listen_port = 5998
local_network = 192.168.1.

[security]
plugin = EQEmuAuthCrypto
mode = 5

[Titanium]
port = 5998
opcodes = login_opcodes.conf

[SoD]
port = 5999
opcodes = login_opcodes_sod.conf

[schema]
account_table = tblLoginServerAccounts
world_registration_table = tblWorldServerRegistration
world_admin_registration_table = tblServerAdminRegistration
world_server_type_table = tblServerListType


NickW 04-29-2014 10:33 AM

Quote:

Originally Posted by vsab (Post 230124)
OK I completely removed XAMPP and installed the peq database+ lod_login.sql from scratch and I can get loginserve.exer to start up with this login.ini (and yes, I did make my password "password" :P ):-

Code:

[database]
host = localhost
port = 3306
db = peq
user = root
password = password
subsystem = MySQL

[options]
unregistered_allowed = TRUE
reject_duplicate_servers = FALSE
trace = TRUE
world_trace = FALSE
dump_packets_in = FALSE
dump_packets_out = FALSE
listen_port = 5998
local_network = 192.168.1.

[security]
plugin = EQEmuAuthCrypto
mode = 5

[Titanium]
port = 5998
opcodes = login_opcodes.conf

[SoD]
port = 5999
opcodes = login_opcodes_sod.conf

[schema]
account_table = tblLoginServerAccounts
world_registration_table = tblWorldServerRegistration
world_admin_registration_table = tblServerAdminRegistration
world_server_type_table = tblServerListType


HALLELUJA! I FEEL LIKE SCREAMING THAT DAMN SONG! :D:D:D:D:D:D

Last thing I did before I went to sleep was try it one more time and nada. Same error. I wake up and you post the above login.ini. I replace both of the login.ini with what you just posted. The only thing I changed was my password. AND WALA! IT IS WORKING. VSAB I LOVE YOU. <3

I love everyone else as well for all the help. Except for that Sorvani guy. He was an ass. But, vsab has a special place in my heart from now on. If you ever want to make man babies hit me up.. Cause I would do that for you..

After 5 days of messing with this it is actually working!!!

vsab 04-29-2014 10:59 AM

rofl. Getting a thanks is enough, I have enough gnomes running around as it is ;)

Enjoy!


All times are GMT -4. The time now is 09:34 PM.

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