HEX
Server: LiteSpeed
System: Linux Angkanet 5.15.0-94-generic #104-Ubuntu SMP Tue Jan 9 15:25:40 UTC 2024 x86_64
User: webpa4002 (1011)
PHP: 8.2.15
Disabled: NONE
Upload Files
File: /home/web.paitoan.com/public_html/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(); } ?>