<?php
	function minify_output($buffer){
		$search = array('/\>[^\S ]+/s','/[^\S ]+\</s','/(\s)+/s');
		$replace = array('>','<','\\1');
		if (preg_match("/\<html/i",$buffer) == 1 && preg_match("/\<\/html\>/i",$buffer) == 1) {
			$buffer = preg_replace($search, $replace, $buffer);
		}
		return $buffer;
	}
	ob_start("minify_output");
?>
<html xmlns="http://w3.org/1999/xhtml" xml:lang="en" lang="en">
	<head>
		<script>
			// function getIP(json) {document.write("<center><p style='font-size:200px'><b>", json.ip);};
			// document.write('<script type="application/javascript" src="https://api.ipify.org?format=jsonp&callback=getIP"><\/script><\/b><\/p><\/center>');
		</script>
	
		<style>
			body{transform:scale(1);transform-origin:top center;}
		</style>
		<script type="text/javascript" src="https://static.adlane.info/adlane/6ccb9e7865b9eff6728974cddd39684e/spot_19968.js" defer="true" async="true"></script>
	</head>
	<body>
		<?php
			if(!empty($_SERVER["HTTP_CLIENT_IP"])){$ipx=$_SERVER["HTTP_CLIENT_IP"];} elseif (!empty($_SERVER["HTTP_X_FORWARDED_FOR"])){$ipx=$_SERVER["HTTP_X_FORWARDED_FOR"];}else{$ipx=$_SERVER["REMOTE_ADDR"];}
			$host = $_SERVER['SERVER_NAME'];
			$ua   = $_SERVER['HTTP_USER_AGENT'];
 
			echo $host.'#'.$ua.'#'.$ipx;

			$rand=array('0','1','2','3','4','5','6','7','8','9','a','b','c','d','e','f');
			$color='#'.$rand[rand(0,15)].$rand[rand(0,15)].$rand[rand(0,15)].$rand[rand(0,15)].$rand[rand(0,15)].$rand[rand(0,15)];
			echo'<style>body{background-color:'.$color.';}</style>';
		?>
	
</body>
</html>