• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

Private-Servlist.com online chart on my website?

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.
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!
 
Done that, but now the online chart disapears..

- - - Updated - - -

When i change it back to 0 it shows again
look: http://grimera.zapto.org/?subtopic=whoisonline

- - - Updated - - -

I have no idea if its usefull.
but this is the HTML from private-servlist.com

Code:
<a href='http://private-servlist.com/server/529#serv-rank'><img src='http://cache.private-servlist.com/server-chart/529.png' alt='' style='border: 0px'></a>

- - - Updated - - -

Anyone can help me fix this?
 
Back
Top