The server called "TestServer" was turned off and it showed
the text "offline" and because it doesn't contain any players
there is no need for the bar to be filled with a color.
Printable View
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.
real cool dude ! 100/10
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.
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.