No longer can connect to server, I can log in, and select the server, but the instant it starts loading, i get "error 1400"
I was messing around with the Ip settings trying to get my client to work over the internet instead of just local. It then stopped working. So i've been trying to get it to connect local again, but it fails still.
PSMserver_config.ini
Quote:
[Main]
<ip_session> = 127.0.0.1
<ip_userlog> = 127.0.0.1
<db_user> = 127.0.0.1, PS_UserData, sa, password
[Login_001]
<sv_maxuser> = 5000
<ip_login> = 127.0.0.1
[GameGroup_001]
<sv_maxuser> = 3000
<sv_gameversion> = 0x09072200
<sv_gamename> = Illiathor
<sv_publicip> = 127.0.0.1
<ip_game> = 127.0.0.1
<ip_dbagent> = 127.0.0.1
<ip_gamelog> = 127.0.0.1
<db_game> = 127.0.0.1, PS_GameData, sa, password
<db_gamedef> = 127.0.0.1, PS_GameDefs, sa, password
<db_gamelog> = 127.0.0.1, PS_GameLog, sa, password
<db_chatlog> = 127.0.0.1, PS_ChatLog, sa, password
|
ps_dbagent.ini
Quote:
[SERVER]
ServerName=DBAgent01
ServerPort=
MaxConnection=
[DB]
GameData=127.0.0.1, PS_GameData, sa, password[LOGFILE]
Replace=0
Append=1
[MONITOR]
Enable=0
Port=50000
|
ps_gamelog.ini
Quote:
[SERVER]
ServerName=GameLog01
ServerPort=
MaxConnection=
[DB]
DBCount=1
DBGame01=127.0.0.1, PS_GameLog, sa, password
DBChat01=127.0.0.1, PS_ChatLog, sa, password
[LOGFILE]
Replace=0
Append=1
[MONITOR]
Enable=0
Port=50001
|
ps_session.ini
Quote:
[SERVER]
ServerName=Session
ServerPort=
MaxConnection=
[CONNECTION]
UserLog=127.0.0.1
[GAMESERVERS]
GameServerCount=1
Game01=Illiathor
Game02=
[LOGFILE]
Replace=0
Append=1
[MONITOR]
Enable=0
Port=50000
|
ps_game.ini
Quote:
[SERVER]
ServerName=Game01
ServerPort=
MaxConnection=3000
[CONNECTION]
Session=127.0.0.1
UserLog=127.0.0.1
DBAgent=127.0.0.1
GameLog=127.0.0.1
[DB]
GameDef=127.0.0.1, PS_GameDefs, sa, password
GameData=127.0.0.1, PS_GameData, sa, password
[GAMEINFO]
GameName=Illiathor
GamePublicIP=127.0.0.1
GameVersion=0x09072200
GameLogDBID=1
[LOGFILE]
Replace=0
Append=1
[MONITOR]
Enable=0
Port=50000
|
ps_login.ini
Quote:
[SERVER]
ServerName=Login01
ServerPort=
MaxConnection=5000
[CONNECTION]
Session=127.0.0.1
UserLog=127.0.0.1
[DB]
UserData=127.0.0.1, PS_UserData, sa, password
[LOGFILE]
Replace=0
Append=1
[MONITOR]
Enable=0
Port=50000
|
ps_userlog.ini
Quote:
[SERVER]
ServerName=UserLog
ServerPort=
MaxConnection=
[DB]
UserLog=127.0.0.1, PS_UserData, sa, password
[LOGFILE]
Replace=0
Append=1
[MONITOR]
Enable=0
Port=50001
|
--------
note, I changed all the passwords to "password" just for the wep
--------