File: /home/web.paitoan.com/.trash/data/livehk.php
<?php
add_shortcode( 'livehk', 'livehk' );
function livehk(){ob_start();
$url = 'https://w21.angkanet.pics/assets/datalive/datalivehk.php';
$htmlContent = @file_get_contents($url);
?>
<style type="text/css">
#live th, #live td {
border: 1px solid #AAA;
font-size: unset!important;
height:30px;
}
#live table {
text-align: center;
font-size: 18px;
font-weight: bold;
}
#live table tr:nth-child(1), #live table tr:nth-child(5), #live table tr:nth-child(8) {
background: linear-gradient(to bottom, rgba(224,0,0,1) 0%, rgba(140,0,0,1) 100%);
color:white;
font-size:15px!important;
}
.prize {
background: linear-gradient(to bottom, rgba(224,0,0,1) 0%, rgba(140,0,0,1) 100%);
color:white;
width:50%;
}
</style>
<div class="text-center" id="live"><?=$htmlContent;?></div>
<!--<script>
$(document).ready(function() {
$("#live").load("//w21.angkanet.pics/assets/datalive/datalivehk.php");
var refreshId = setInterval(function() {
$("#live").load('//w21.angkanet.pics/assets/datalive/datalivehk.php?randval='+ Math.random());
}, 5000);
$.ajaxSetup({ cache: false });
});
</script>-->
<?php return ob_get_clean(); } ?>