Dylanaw
Godly Member
- Joined
- Feb 18, 2009
- Messages
- 473
- Reaction score
- 10
Hello people,
What i'm trying to do is make the online chart on my website working (Private-servlist.com chart)
This is the code.
My server id on the private-servlist.com = 529
How to make it working?
Rep++
Thanks in advance!
What i'm trying to do is make the online chart on my website working (Private-servlist.com chart)
This is the code.
PHP:
if($config['site']['private-servlist.com_server_id'] > 0)
{
$main_content.= '<TABLE BORDER=0 CELLPADDING=4 CELLSPACING=1 WIDTH=100%><TR BGCOLOR="'.$config['site']['vdarkborder'].'"><TD WIDTH=10% CLASS=white><center><B>Players Online Chart</B></TD></TR></TABLE><table align="center"><tr><td><img src="http://private-servlist.com/server-chart/' . $config['site']['private-servlist.com_server_id'] . '.png" width="500px" /></td></tr></table>';
}
My server id on the private-servlist.com = 529
How to make it working?
Rep++
Thanks in advance!