Have you waited a bit? it takes some time for Game Server to open a realm. From 30 secs to few minutes.Quote:
I dont expect anyone to set it up for me, just need some advice on where i might be going wrong, if you had the same error by any chance? I have been working on it for a few days straight now, each time i get something to work something else breaks or doesn't work. Im a programmer as well, more web based but i know quite a bit about everything in your tutorial, the problem is im not that good with linux and think thats where im going wrong.
Please can you try help me, or anyone. I have read through the entire forum like 3 times, people had the same problem as me but never replied on how they fixed it.
If i can help with any code web based or mysql i will be happy to, i just wont be bale to if i cant actually use the server to see what i am doing.
Windows Configs:
AUAGENT/RUN.BAT
AUAGENT.CONF
COMPACTAU.CONF
SERVER.INI
GATESERVER.INI
LOCALSAVESERVER.INI
MANAGERIP.INI
MANAGERSERVER.INI
ServerGuarder>Config.ini
ManagerConfig.ini > Actually its ManagerConfig.xml
windows > table.xml
[Only registered and activated users can see links. Click Here To Register...]PHP Code:<connection name="auth0" poolsize="8" url="jdbc:microsoft:sqlserver://192.168.2.2:1433;databasename=PassportBOI" username="sa" password=""/>
<driver name="com.microsoft.jdbc.sqlserver.SQLServerDriver" />
<cache name="account_by_id" type="reference" ip="226.1.1.1" port="4444" local_ip="localiplinux" size="262144" partition="0"/>
<cache name="account_by_name" type="reference" ip="226.1.1.1" port="4445" local_ip="localiplinux" size="262144" partition="0"/>
<cache name="function_by_id" type="direct" ip="226.1.1.2" port="4446" local_ip="localiplinux" size="262144" partition="0"/>
<cache name="forbid_by_id" type="direct" ip="226.1.1.3" port="4447" local_ip="localiplinux" size="262144" partition="0"/>
<cache name="matrix_by_uid" type="direct" ip="226.1.1.4" port="4448" local_ip="localiplinux" size="262144" partition="0"/>
<cache name="phoneuser_by_phone" type="direct" ip="226.1.1.5" port="4449" local_ip="localiplinux" size="262144" partition="0"/>
<cache name="userinfo_by_id" type="direct" ip="226.1.1.6" port="4450" local_ip="localiplinux" size="131072" partition="0"/>
[Only registered and activated users can see links. Click Here To Register...]