<? include_once('ShoutcastInfo.class.php'); ?> <html> <head> <title>Status Shoutcast</title> <meta http-equiv='refresh' content='30' /> <meta http-equiv="Content-Type" content="text/html; charset=tis-620" /> </head> <body style="background:#000000;color:gray;font-family:Verdana;font-size=10"> <table width="350" align="center" style="border:0px solid blue;border-collapse:collapse;background:black;color:blue;"> <?php $scs = &new ShoutcastInfo("192.168.1.2","80"); //วิธีเรียกใช้งาน shout_stat.php //$scs = &new ShoutcastInfo($_GET["IP"],$_GET["Port"]); //วิธีเรียกใช้งาน shout_stat.php?ip=192.168.1.2 if( !$scs->connect() ) { $scs->error(); print 'ติดต่อ Server ไม่ได้</td></tr>'; $error = TRUE; } if( $error != TRUE ) { $scs->send(); if( !$scs->get_stat() ) { print '<tr><td colspan="2">ดีเจไม่อยู่ครับ</td></tr>'; } else //If server is online. { print '<tr><td width="30%" align="right" valign="top"><b><font size="2">PJ OnAir <font color="red">:</font</b></td>'; print '<td width="70%"><font size="2" color="white">'.$scs->get_title().'</font></td></tr>'; print '<tr><td align="right" valign="top"><b><font size="2" >Music <font color="red">:</font></b></td>'; print '<td><font size="2" color="white">'.substr($scs->get_track(),0,27).'</font></td></tr>'; print '<tr><td align="right" valign="top"><b><font size="2" >listener <font color="red">: </font></b></td>'; $listeners = $scs->get_listener(); print '<td><font size="2" color="white">'.$listeners.'</font></td></tr>'; } $scs->close(); } ?> </table> </body> </html>
เพื่อความปลอดภัยของเว็บบอร์ด ไม่อนุญาติให้แทรก แท็ก [img]....[/img] โดยการอัพโหลดไฟล์รูปจากที่อื่น เช่นเว็บไซต์ ฟรีอัพโหลดต่าง ๆ อัพโหลดแทรกรูปภาพ ให้ใช้บริการอัพโหลดไฟล์ของไทยครีเอท และตัดรูปภาพให้พอดีกับสกรีน เพื่อความโหลดเร็วและไฟล์ไม่ถูกลบทิ้ง