File eqtime.cfg should look like this:
1000
1
9
0
1
3100
1141490814
Save put in server directory
File mime.types should look like this:
# example mime.types file.
# see the NCSA X Mosaic documentation at
#
http://www.ncsa.uiuc.edu/SDG/Softwar...nsion-map.html
# for more details
application/postscript ai eps ps
application/rtf rtf
application/x-tex tex
application/x-texinfo texinfo texi
application/x-troff t tr roff
audio/basic au snd
audio/x-aiff aif aiff aifc
audio/x-wav wav
image/gif gif
image/ief ief
image/jpeg jpeg jpg jpe
image/tiff tiff tif
image/x-xwindowdump xwd
text/html html
text/plain txt c cc h
video/mpeg mpeg mpg mpe
video/quicktime qt mov
video/x-msvideo avi
video/x-sgi-movie movie
text/css css
image/png png
Save put in server dirctory
log.ini should be Blank file in server directory
<---LoginServer.ini-->
[LoginServer]
loginserver=127.0.0.1
loginserver2=127.0.0.1
loginport=5998
loginport2=5998
worldname=Romulus
worldaddress=192.168.1.151
locked=false
account=
password=
[WorldServer]
Defaultstatus=
Unavailzone=
[ChatChannelServer]
worldshortname=Rome
chataddress=
chatport=
[LoginConfig]
ServerMode=Standalone <-- needs change too Minilogin depends on your server setup!
ServerPort=5998
<---login.ini--->
[database]
host = localhost
port = 3306
db = PEQloginDB
user = nimzo
password = bozo
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
<---eqemulogin.ini--->
Port=5998
DumpPacketsIn=true
DumpPacketsOut=true
Trace=true
DatabaseServerName=localhost
DatabaseCatalogName=PEQLoginDB
DatabaseUserName=nimzo
DatabaseUserPassword=bozo
OPCodePathAndFileName=login_opcodes.conf <--Note use if running Titanium if running Sod replace with
OpCodePathAndFileName=login_opcodes_SoD.conf
<--config.ini-->
[Database]
host=localhost
user=nimzo
password=bozo
database=peq
compression=off
[General]
quests=C:\EQEmu\quests\
wordwrap=1
<---eqemu_config.xml--->
<?xml version="1.0"?>
<server>
<world>
<shortname>Rome</shortname>
<longname>Romulus</longname>
<!-- address has to be specified for minilogin to work -->
<address>192.168.1.151</address>
<localaddress>192.168.1.151</localaddress>
<!-- Loginserver information. -->
<loginserver>
<host>localhost</host>
<port>5998</port>
<account></account>
<password></password>
</loginserver>
<!-- Sets the shared key used by zone/launcher to connect to world -->
<key>make up some random string of characters here</key>
<!-- Enable and set the port for the HTTP service -->
<http port="9080" enable="true" mimefile="mime.types"/>
</world>
<!-- Database configuration, replaces db.ini -->
<database>
<host>localhost</host>
<port>3306</port>
<username>root</username>
<password>bozo</password> <-- I noticed you had another password here?
<db>peq</db>
</database>
</server>