05.01.2018, 18:05
Hello Folks,
im going to release this decent but - maybe - usefuel php script.
For any further questions, just send me a pm.
Live preview of this script
I worked about 30 minutes and used stuff like flatui colors and an easy to change config file.
Please note that this was originally a little project to get back into variable coding for css and json decode. This means that it is a bit "mixed code" but still working fast without any problems.
Installation:
Put all the files into a folder of your webpage and change the variables inside the "dist/config/config.inc.php".
Download files
Info: please do not remove the "created by" link.
Credits: westie for samp api
im going to release this decent but - maybe - usefuel php script.
For any further questions, just send me a pm.
Live preview of this script
I worked about 30 minutes and used stuff like flatui colors and an easy to change config file.
Please note that this was originally a little project to get back into variable coding for css and json decode. This means that it is a bit "mixed code" but still working fast without any problems.
Installation:
Put all the files into a folder of your webpage and change the variables inside the "dist/config/config.inc.php".
PHP Code:
//////////////////////////////////////////////////////////////////
// Standard Config Variables
$CONFIG_SERVER_NAME = "Your Server Name";
$CONFIG_SERVER_SLOG = "Your Server Slogan";
$CONFIG_SERVER_WURL = "Your Website link";
// Gameserver Config Variables
$GAMESERVER_CONF_GSIP = "Gameserver IP";
$GAMESERVER_CONF_PORT = "Gameserver Port";
$TEAMSPEAK_CONF_TSIP = "Teamspeak IP";
$TEAMSPEAK_CONF_PORT = "Teamspeak Port";
//////////////////////////////////////////////////////////////////
Info: please do not remove the "created by" link.
Credits: westie for samp api