API creat acc

Report bugs found in Poker Mavens
Post Reply
guilliano
Posts: 9
Joined: Sun Jun 17, 2012 11:53 am

API creat acc

Post by guilliano »

Hi

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

But evrything is correctly.

Thanks
Kent Briggs
Site Admin
Posts: 5878
Joined: Wed Mar 19, 2008 8:47 pm

Re: API creat acc

Post 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.
guilliano
Posts: 9
Joined: Sun Jun 17, 2012 11:53 am

Re: API creat acc

Post by guilliano »

So can I set the port to 80? Or wat?
Kent Briggs
Site Admin
Posts: 5878
Joined: Wed Mar 19, 2008 8:47 pm

Re: API creat acc

Post 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.
guilliano
Posts: 9
Joined: Sun Jun 17, 2012 11:53 am

Re: API creat acc

Post by guilliano »

Thank you! It works :)
Post Reply