File size: 685B
<?php
## your settings are here. you can edit only this! ##
$pubkey="5069w6u4lv";
$adult="true";
$banner="true";
## please dont edit below this line without permission | Its agains our copyrights. ##
## If u edit this code we will get automatically informed and u will be put in blacklist !! ##
function advt_req($pubkey,$adult,$banner){
$ip=rawurlencode($_SERVER['REMOTE_ADDR']);
$ua=rawurlencode($_SERVER['HTTP_USER_AGENT']);
$xti = "http://lol.mighost.asia/request.php?key=$pubkey&ip=$ip&ua=$ua&banner=$banner&adult=$adult";
$content=@file_get_contents($xti) ;
print $content;
}
?>
<?php
## Add below code wherever you want your ad. shown ##
advt_req($pubkey,$adult,$banner)
?>