hi, i have poker mavens gold ،I have a problem.
My site is not connected to the server . no possible create new user or login.
An error message that : Error: Connection timed out after 10000 milliseconds
After going to the game server address i see poker mavens runing. but i dont know why my website not possible create user or login user. plz help me
no . Good game server site opens but website http://tehranpk.com cannot possible create user or login website. my server is ok, but my website not connected my server. u can create new user ?or login this address http://tehranpk.com
amin64 wrote:no . Good game server site opens but website http://tehranpk.com cannot possible create user or login website. my server is ok, but my website not connected my server. u can create new user ?or login this address http://tehranpk.com
No, when I try to create an account I get the same timeout error you were seeing. But that's something wrong with your web site, not the poker server. Are you making API calls from the web site back to the poker server to create the account? Most likely your web site has a firewall on your PHP code that is preventing the outbound call. Typically they only allow calls to port 80 and block everything else by default. So you either have to get them to open that outbound port or change your File Port on your poker server to 80 (which means you can't run a web server on the same machine as the poker server).