Quote:
Originally Posted by kaxoj775
Hi, i dowloaded yusufsahinhamza files. And it is working great in m localhost.
So i decided rent a vds and run it on it.
When i change 127.0.0.1's and localhost's to my vds ip, the game start and i can play it correctly but chat is not working. Just waiting for reconnet. For make sure, i allow all port and protocols allow for testing is it about my firewall rules but it is not about it.
Can you help me?
|
htdocs\gamechat\as3\cfg\base_563.xml
<?xml version="1.0" encoding="UTF-8"?>
<xml>
<vars>
<variable key="host" value="127.0.0.1"/>
<variable key="port" value="9338"/>
</vars>
</xml>
When you type the ip address without 'https://' instead of 127.0.0.1, your problem is solved or you can write the domain address.
For example;
<variable key="host" value="185.xx.***.***"/>
<variable key="host" value="domainlink.com"/>