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/livesd.php
<?php
add_shortcode( 'livesd', 'livesd' );
function livesd(){ob_start();	
	$url = 'https://w21.angkanet.pics/assets/datalive/sydney.php';
	$htmlContent = @file_get_contents($url);	
	?>
	<style type="text/css">
		#live table {
			font-size:18px;
			font-weight:700!important;
			border:1px solid #d61100;
			text-align: center;
			background-color: #ddd;
			color: #000;
		}
		.prize {background: #f71919;color: #fff;}
		.tanggal{padding: 8px 14px;color: #fff;text-align: center;font-size: 16px;font-family: 'Roboto Condensed', Sans-serif;text-transform: uppercase;background: linear-gradient(to bottom, rgba(246,131,31,1) 0%, rgba(138,72,15,1) 100%);border:1px solid #d61100;;margin:0 auto;z-index: 100;box-shadow: 0 5px 7px -5px #222;}
		.othernum{
			border:1px solid #d61100;
			margin:0 auto;
			z-index: 100;color: #000 !important;font-size:16px;
			box-shadow: 0 5px 7px -5px #222;width:50%}
			.prizenum {font-size:20px!important;box-shadow: 0 5px 7px -5px #222;border:1px solid #d61100;font-weight:700!important;}
			table tr:nth-child(1){padding: 8px 14px;
				color: #fff;text-align: center;
				font-size: 16px;
				font-family: 'Roboto Condensed', Sans-serif;
				text-transform: uppercase;
				background: #d61100;
				border-bottom:2px solid #fff;
				margin:0 auto;
				z-index: 100;
				box-shadow: 0 5px 7px -5px #222;}
				.nameprize{background: linear-gradient(to bottom, rgba(246,131,31,1) 0%, rgba(138,72,15,1) 100%);
					border:1px solid #fff;text-align:left;
					margin:0 auto;font-family: 'Roboto Condensed', Sans-serif;
					z-index: 100;color: #fff!important;font-size: 18px;
					box-shadow: 0 5px 7px -5px #222;width:50%}
					.numprize {font-size:20px!important;box-shadow: 0 5px 7px -5px #222;border:1px solid #fff;}
				</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(); } ?>