Warning: Illegal string offset '_FILE_' in /srv/www/vhosts/fkn-systems/public_html/_fkn-game/index.php on line 355
$VER: FKN-minigame.php 0.0.1.12 (20160810) (20070613) FKN-Systems.de/Ng $

Usage: 	?&cmd={param}[&name={NAME}][&id={ID}]

	{param}:
		[VOID]|HELP == OUT: This help
		INIT == Init a new game, IN: {secret}, OUT: {INIT_OK}(without ID)
		STAT == Statistics, OUT: Winner and Looser NAMEs[IDs] since last INIT
		START == Start new game and gamer_id, IN: {NAME} OUT: {ID}, {INIT_OK}
		BET == IN: {ID}, OUT: {BET_OUT}

	{vars}:
		NAME: Is the Client Name and should content a version string, like: NAME_VER_DATE. eg: FKN-GAME-BOT_0.1.23_2016-08-08
		INIT_OK: ID, bet_max, target_from, target_to, max_bet_count, max_bet_time
		BET_OUT: ID, rnd(0,bet_max), bet_sum, bet_counter, rest_of_bet_time, (GOOD|LOSE)

	DEMO Links:
?&cmd=HELP == This help.
?&cmd=INIT == Init a new Game parameter set
?&cmd=START&name=FKN-TEST_0.0.1_2016-08-10 == Start new game with test_name
?&cmd=BET&id=FKN-TEST-ID == Bet with test id
?&cmd=STAT == Get statistics