Re: [PUBLIC] Phoenix Licence Server
Quote:
Originally Posted by
Spruitje
Thank you very much this is a very great Tutorial/Release and it sure worked for me
So does this mean that we're able to use Phoenix again without any problems, because I'm pretty tired of using Butterstorm and what not and I'd rather use Phoenix.
That's right. Unless my licence server goes down (I'll make sure it doesn't), you can use Phoenix normally as long as your DNS is set correctly.
Re: [PUBLIC] Phoenix Licence Server
This is rather annoying. (My excuses if double posting and/or bumping)_
http://i.imgur.com/tCProwl.png
Re: [PUBLIC] Phoenix Licence Server
Quote:
Originally Posted by
Spruitje
This is rather annoying. (My excuses if double posting and/or bumping)_
That "key not found" error is caused because game.tcp.port is not defined in config.conf. Set it to a port you want Phoenix to listen on.
I mentioned this at the bottom of the first post.
Re: [PUBLIC] Phoenix Licence Server
Quote:
Originally Posted by
Bui
That "key not found" error is caused because game.tcp.port is not defined in config.conf. Set it to a port you want Phoenix to listen on.
I mentioned this at the bottom of the first post.
I don't really understand that, I'm not that ''Good'' when it comes to emulators and what not this is the current port I'm having the emulator run on (Obviously the right port)?!?
Code:
## MySQL pooling setup (controls amount of connections)
db.pool.minsize=5
db.pool.maxsize=30
## Game TCP/IP Configuration
game.tcp.conlimit=5000
## Client configuration
client.ping.enabled=1
client.ping.interval=30000
## MUS TCP/IP Configuration
mus.tcp.bindip=127.0.0.1
mus.tcp.allowedaddr=127.0.0.1
## Console Configuration
emu.messages.connections=1
emu.messages.roommgr=0
## MySQL pooling setup
db.pool.minsize=5
db.pool.maxsize=30
## Game TCP/IP Configuration
game.tcp.conlimit=5000
## Client co
Re: [PUBLIC] Phoenix Licence Server
Yeah, when I restart the Server it will be work. But I think is stupid that when your licence server down is, phoenix not work. How I can create phoniec licence server? :(
Re: [PUBLIC] Phoenix Licence Server
Quote:
Originally Posted by
Spruitje
I don't really understand that, I'm not that ''Good'' when it comes to emulators and what not this is the current port I'm having the emulator run on (Obviously the right port)?!?
Code:
## MySQL pooling setup (controls amount of connections)I don't really understand that, I'm not that ''Good'' when it comes to emulators and what not this is the current port I'm having the emulator run on (Obviously the right port)
db.pool.minsize=5
db.pool.maxsize=30
## Game TCP/IP Configuration
game.tcp.conlimit=5000
## Client configuration
client.ping.enabled=1
client.ping.interval=30000
## MUS TCP/IP Configuration
mus.tcp.bindip=127.0.0.1
mus.tcp.allowedaddr=127.0.0.1
## Console Configuration
emu.messages.connections=1
emu.messages.roommgr=0
There is no port there. Add this anywhere in your config.
Quote:
Originally Posted by
Flasho1
Yeah, when I restart the Server it will be work. But I think is stupid that when your licence server down is, phoenix not work. How I can create phoniec licence server? :(
My server hasn't gone down, don't be quick to judge :)
You can set up your own by setting up a BIND (or any other DNS daemon) server and hosting a local copy of licence.php.
Re: [PUBLIC] Phoenix Licence Server
Quote:
Originally Posted by
Bui
There is no port there. Add this anywhere in your config.
My server hasn't gone down, don't be quick to judge :)
You can set up your own by setting up a BIND (or any other DNS daemon) server and hosting a local copy of licence.php.
When I use your licence server, can your see details of my server?
Re: [PUBLIC] Phoenix Licence Server
Quote:
Originally Posted by
Flasho1
When I use your licence server, can your see details of my server?
The only details I get are the requests to licence.php and override.php -- basic, standard nginx logs. Nothing else.
For example, when you start Phoenix, all I get is this:
Code:
your.server.ip - - [27/Apr/2013:16:34:54 +0100] "GET /phx/override.php HTTP/1.1" 200 20 "-" "-"
your.server.ip - - [27/Apr/2013:16:34:55 +0100] "GET /phx/licence.php HTTP/1.1" 200 5 "-" "-"
Nothing else. I do not store BIND logs.
Re: [PUBLIC] Phoenix Licence Server
Quote:
Originally Posted by
Bui
The only details I get are the requests to licence.php and override.php -- basic, standard nginx logs. Nothing else.
For example, when you start Phoenix, all I get is this:
Code:
your.server.ip - - [27/Apr/2013:16:34:54 +0100] "GET /phx/override.php HTTP/1.1" 200 20 "-" "-"
your.server.ip - - [27/Apr/2013:16:34:55 +0100] "GET /phx/licence.php HTTP/1.1" 200 5 "-" "-"
Nothing else. I do
not store BIND logs.
Fine. Can you create tutorial with screenshots how I can create licenc server? I nothing understand.
Re: [PUBLIC] Phoenix Licence Server
Quote:
Originally Posted by
Flasho1
Fine. Can you create tutorial with screenshots how I can create licenc server? I nothing understand.
That is something I'll consider if there is enough demand for it, even though it's not hard to set up BIND yourself.
Re: [PUBLIC] Phoenix Licence Server
I'm wondering, where'd you get this from? :p
I have similar code I got from Shorty a while back.
Re: [PUBLIC] Phoenix Licence Server
Quote:
Originally Posted by
Bui
That is something I'll consider if there is enough demand for it, even though it's not hard to set up BIND yourself.
Okay. Im very happy when you create tutorial.
Re: [PUBLIC] Phoenix Licence Server
Quote:
Originally Posted by
Makarov
I'm wondering, where'd you get this from? :p
I have similar code I got from Shorty a while back.
I did it myself this morning. Took me a few hours to work out the AuthGen header.
Re: [PUBLIC] Phoenix Licence Server
Quote:
Originally Posted by
Flasho1
Fine. Can you create tutorial with screenshots how I can create licenc server? I nothing understand.
http://forum.ragezone.com/f353/worki...mpiled-921403/
Then CTRL+F find otaku.cm and change to domainwhatever.com or whatever you're hosting your license server at.
The make /phx/ directory with licence.php and override.php inside it
License is the pastie file, and override.php just contains 127.0.0.1
Re: [PUBLIC] Phoenix Licence Server
Please create a tutorial for setting up your own dns @ localhost since your dns is down and you can log our traffic if you want