View file wapirate/xhtml/tvlive.php

File size: 279B
<?php
include("head.php");
addonline(getuid_sid($sid),"Tv Room!","");
echo "<meta http-equiv=\"refresh\" content=\"20; tvlive.php\">";
$un = getunreadpm(getuid_sid($sid));
if($un>0){
echo "<br/><br/> <font color=\"red\"><b>Inbox [$un]</b></font>"; 
}
?>
</body>
</html>