First off, I know that there have been many other threads saying how to get a status checker on your site for your server but I think this is the easiest one...
All you need is a site that accepts embed...
the code is this:
<embed
src="http://l2.hopzone.net/hopzone_status.swf?serveru1=PUT_HERE_YOUR_SERVER'S_LOGIN_IP_OR_HOSTNAME&serveru2=PUT_HERE_YOUR_GAMESERVER'S_IP_OR_HOSTNAME&portu1=LOGIN_SERVER'S_PORT(DEFAULT_IS_2106)&portu2=GAMESERVER'S_PORT(DEFAULT_IS_7777)"
width="110" height="25" align="center" quality="high"
bgcolor="#638abd">
</embed>
To make it even more clear, see this example. I have a server with a login and game server hostname myserver.no-ip.info and ports 2106 and 7777 and I want a status checker on my site...I will edit my site's page as follows:
<embed
src="http://l2.hopzone.net/hopzone_status.swf?serveru1=myserver.no-ip.info&serveru2=myserver.no-ip.info&portu1=2106&portu2=7777"
width="110" height="25" align="center" quality="high"
bgcolor="#638abd">
That's all!
Also, the checker is the same as l2.hopzone.net's...