[HELP] Server Capacity on website ??

12/21/2012 20:11 GroundRave#1
Guys i got a PHP code for Capacity , but i tried using it and my page didn't show any results , with extern webspace , can anyone tell me how can i install it??

here is the code

12/21/2012 20:45 Zodiao#2
$sql_host = ".\SQLEXPRESS";//Ur instance name, E.G: 7\SQLEXPRESS.
$sql_user = "sa";//Your username of SQL, default : sa.
$sql_pass = ""; // Password of SA.
$sql_db = "SRO_VT_ACCOUNT";//Your DB name of ACC, Default:SRO_VT_ACCOUNT
Note : Dont change the whole syntax. , just change the text between " and "
E.G :
"SRO_VT_ACCOUNT"
"sa"
"test"
"7\SQLEXPRESS"
---
Hope i helped.