This looks sexy, nicely done bro.
This looks sexy, nicely done bro.
very very nice
10/10.
Like how the bars fill, show the # of players and max players and it fills with each different server it has differ colour. ^.^
fields could be bigger so text would fit nicer o_O
nice though
imma give this a another try
Please read the above post's there is no set color for a server name.
It will change depending on the amount of players it calculates
the percentage of the users online based on the fields "CurrPlayer" and "MaxPlayer", From that percentage it selects one of the three colors.
Last edited by LegacyCode; 25-11-09 at 11:02 PM.
I've been having some problems with this so would appreciate some help,
$database['host'] = 'I presume this would be the server name / lan ip or would it be the ODBC soruce?';
$database['name'] = 'database in the SQL server or ODBC source?';
$database['user'] = 'sa';
$datanase['pass'] = 'pass ofc';
$database['driver'] = 'SQL Server';
I tried changing these things, tried making a system and user DSN, with native server and native client, but its too much to test without being 100% sure what the things above want :p
Thanks
I Fixed Mine making the config like this :
Just Config Like that and will workCode:<?php # ------------------------------------- # # ------ Server Status 4 Gunz --------- # # ------------------------------------- # # Made By : LegacyCode # # Fix By : Pauliinho # ------------------------------------- # # File : config.php # # Last Edited : 14/oct/09 # # ------------------------------------- # #-------------------------------------- # # --- ODBC Configuration (DataBase) --- # #-------------------------------------- # $database['host'] = 'PC\SQLEXPRESS'; $database['name'] = 'GunzDB'; $database['user'] = ''; $datanase['pass'] = ''; $database['driver'] = 'SQL Server'; #-------------------------------------- # ?>
There is nothing to fix about it.
its just some settings fille it differs
for everyone.
i left my settings there as example.
-------------------------
host : MSSQL server.
name : Name of the database.
user : MSSQL username if used.
pass : MSSQL password if used.
driver : Driver used "SQL Server" or "SQL Native Client"
--------------------------
the host often uses "your-pc-name\SQLEXPRESS" if the
MSSQL server is on the same machine.
Last edited by LegacyCode; 29-11-09 at 10:28 AM.
PLS put a tutorial on what we will edit on this php pages....
I just edit the config php...
id,pass,server and DB
THERE IS ERRORS>
Beast release.I like it. HOLY SHIT I JUST BUMPED AND OLD TOPIC. Please delete my post, I did not realise it.
Last edited by Dylanw/<3; 01-08-10 at 05:43 PM.