[Tool/Web/Other] Easy status page for samp, teamspeak and forums - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (
https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Filterscripts (
https://sampforum.blast.hk/forumdisplay.php?fid=17)
+---- Forum: Tools and Files (
https://sampforum.blast.hk/forumdisplay.php?fid=82)
+---- Thread: [Tool/Web/Other] Easy status page for samp, teamspeak and forums (
/showthread.php?tid=647474)
Easy status page for samp, teamspeak and forums -
GangstaSunny. - 05.01.2018
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".
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";
//////////////////////////////////////////////////////////////////
Download files
Info: please do not remove the "created by" link.
Credits: westie for samp api
Re: Easy status page for samp, teamspeak and forums -
RogueDrifter - 05.01.2018
Interesting +rep could be useful.
Re: Easy status page for samp, teamspeak and forums -
Marllun - 06.01.2018
Very good, I'll use it