|
|
|
เรื่องโค๊ต PHP ทำไงให้ มันรีหน้าเว็ป ทุกๆๆ 20 วิครับ |
|
|
|
|
|
|
|
โห เว็บอะไรอะบอกผมที ผมจะได้ไม่เข้าไป อิอิ กลัวแรมพัง อิอิ
ต้องใช้ cookie อะครับ กำหนดเวลาว่ากี่นาทีประมาณนี้มั้ง
|
|
|
|
|
Date :
2010-04-25 20:59:02 |
By :
Manussawin |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<META HTTP-EQUIV=\"REFRESH\" CONTENT=\"20; URL=#\">
|
|
|
|
|
Date :
2010-04-25 21:00:31 |
By :
deathzap |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<META HTTP-EQUIV=\"REFRESH\" CONTENT=\"20; URL=#\">
ให้ ใส่ตรงไหนครับ
แบบนี้ไม่ได้อะ - งง
Quote:<META HTTP-EQUIV=\"REFRESH\" CONTENT=\"20; URL=#\">
<CENTER>
<?php
$radiohost1 ="127.0.0.1"; // IP ของ server
$port1 ="8000" ; // Port
?>
<CENTER><FONT COLOR=#FF0000>วิทยุออนออนไลน์ VAST-RO</FONT></CENTER>
<BR><BR>
<CENTER><embed
src="player-viral.swf"
width="250"
height="20"
bgcolor=""
allowscriptaccess="always"
allowfullscreen="true"
flashvars="file=http://<?=$radiohost1?>:<?=$port1?>/;stream.nsv&type=sound&volume=80&stretch=yes&autostart=true&displayclick=none&frontcolor=#6600CC"
/></CENTER>
<?php
$radiohost ="127.0.0.1"; // IP ของ server
$port ="8000" ; // Port
include_once('ShoutcastInfo.class.php');
$scs = &new ShoutcastInfo("$radiohost","$port");
if( !$scs->connect() )
{
$scs->error();
$error = TRUE;
}
if( $error != TRUE )
{
$scs->send();
if( !$scs->get_stat() )
{
}
else //If server is online..
{
}
$scs->close();
}
$radioport= $port ;
$radioofflinemsg='<FONT SIZE=2 ><CENTER><FONT COLOR=#FF0000>ขณะนี้ไม่ได้ออนไลน์</FONT></CENTER></FONT>'; // ข้อความแสดงเมื่อไม่มีดีเจจัดเพลง
$radiopassword=$password ;
$fp = @fsockopen($radiohost,$port);
fputs($fp, "GET /7.html HTTP/1.0\r\nUser-Agent: Mozilla\r\n\r\n");
while(!feof($fp)){
$info = fgets($fp);
}
fclose($fp);
$info = str_replace('<HTML><meta http-equiv="Pragma" content="no-cache"></head><body>', "", $info);
$info = str_replace('</body></html>', "", $info);
$stats = explode(',', $info, 7);
$bitrate = (int) $stats[5];
$config = @file_get_contents($configpath);
$config = preg_replace('/\r\n|\r/', "\n", $config);
$configline = explode("\n", $config);
for($i=0; $i<count($configline); $i++){
if(strpos($configline[$i], "AdminPassword=") !== false){
global $pass;
$pass = substr($configline[$i], strpos($configline[$i], "=")+1);
}
}
?>
<BR><BR>
<CENTER><FONT COLOR=#FF0000>สถานะ</FONT></CENTER>
<CENTER>
<FONT COLOR=#FF0000>กำลังเปิดเพลง :<?=$scs->get_track()?></FONT> <BR>
<FONT COLOR=#FF0000>จำนวนคนฟัง :<?=$scs->get_listener()?>คน </FONT><BR>
<FONT COLOR=#FF0000>Bitrate : <?=$bitrate?> kbps<BR></FONT>
<FONT COLOR=#FF0000>DJ : <?=$scs->get_title()?></FONT>
</CENTER>
<body bgcolor="#555">
|
|
|
|
|
Date :
2010-04-25 23:51:32 |
By :
267509 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ใส่ในระหว่าง <head></head> ครับ แล้วเอา \ ออกด้วยครับ
|
|
|
|
|
Date :
2010-04-26 00:32:32 |
By :
deawx |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ขอบคุณครับ
ผมใส่แล้วมันไม่ยอมรีอะ *-*
ทำตัวอย่างให้ผมหน่อยครับ แหะๆ
|
|
|
|
|
Date :
2010-04-26 09:23:19 |
By :
267509 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Load balance : Server 05
|