Edit tvone.php dan replace / timpakan kode di bawah ini :
<?php
// Checking members are loged in. This part can be removed if you want public access
session_start();
if (!array_key_exists('uid', $_SESSION)) {
header('Location: index.php');
}
else {
//end check
}
class tvone {
function index() {
section_content('<div>
<span style="font-weight: bold;">NONTON TV ONLINE TV ONE</span><br>
<embed allowfullscreen="true" allowscriptaccess="always" bgcolor="#000000" flashvars="&file=tvone&type=video&streamer=rtmp://202.129.216.34/live/&stretching=exactfit&autostart=false" src="http://www.tvone.co.id/embed/player.swf" height="400" width="520"><br>
<br>
<span style="font-weight: bold;">NONTON TV ONLINE ANTV</span><br>
<embed allowfullscreen="true" allowscriptaccess="always" bgcolor="#000000" flashvars="file=antv&type=video&streamer=rtmp://202.129.216.34/live/&autostart=false" src="http://www.tvone.co.id/embed/player.swf" height="400" width="520"><br>
<br>
<span style="font-weight: bold;">NONTON TV ONLINE INDOSIAR</span><br>
<embed allowfullscreen="true" allowscriptaccess="always" flashvars="file=mindosiarx01&type=video&streamer=rtmp://broadcast.indoweb.tv/live&logo=&autostart=false&stretching=exactfit" src="http://www.indoweb.tv/tools/player/player.swf" height="400" width="520"><br>
<br>
</div>');
section_close('NONTON TV ONLINE');
}
function play() {
section_content('<div>
<span style="font-weight: bold;">NONTON TV ONLINE TV ONE</span><br>
<embed allowfullscreen="true" allowscriptaccess="always" bgcolor="#000000" flashvars="&file=tvone&type=video&streamer=rtmp://202.129.216.34/live/&stretching=exactfit&autostart=false" src="http://www.tvone.co.id/embed/player.swf" height="400" width="520"><br>
<br>
<span style="font-weight: bold;">NONTON TV ONLINE ANTV</span><br>
<embed allowfullscreen="true" allowscriptaccess="always" bgcolor="#000000" flashvars="file=antv&type=video&streamer=rtmp://202.129.216.34/live/&autostart=false" src="http://www.tvone.co.id/embed/player.swf" height="400" width="520"><br>
<br>
<span style="font-weight: bold;">NONTON TV ONLINE INDOSIAR</span><br>
<embed allowfullscreen="true" allowscriptaccess="always" flashvars="file=mindosiarx01&type=video&streamer=rtmp://broadcast.indoweb.tv/live&logo=&autostart=false&stretching=exactfit" src="http://www.indoweb.tv/tools/player/player.swf" height="400" width="520"><br>
<br>
</div>');
section_close('TV ONLINE INDONESIA');
}
}
?>
0 komentar:
Posting Komentar