Page 1 of 1

API creat acc

Posted: Sun Jun 17, 2012 1:38 pm
by guilliano
Hi

If I wonna creat a new user with PHP I get Connection failed.

But evrything is correctly.

Thanks

Re: API creat acc

Posted: Sun Jun 17, 2012 1:47 pm
by Kent Briggs
guilliano wrote: If I wonna creat a new user with PHP I get Connection failed.
Then the computer running the PHP script is not connecting to the computer running the poker server. Either your URL is wrong or, more likely, there's a firewall issue. Some host providers that give you PHP support will have a block on all outgoing ports except 80. So check that also, especially if you are using the default 8087 port as your File Port setting.

Re: API creat acc

Posted: Sun Jun 17, 2012 3:55 pm
by guilliano
So can I set the port to 80? Or wat?

Re: API creat acc

Posted: Sun Jun 17, 2012 6:38 pm
by Kent Briggs
guilliano wrote:So can I set the port to 80? Or wat?
Yes you can as long as you aren't running another web server on that same machine since it will already be using 80.

Re: API creat acc

Posted: Mon Jun 18, 2012 4:20 am
by guilliano
Thank you! It works :)