Follow along with the video below to see how to install our site as a web app on your home screen.
Примечание: This feature may not be available in some browsers.
<?php
$out_url = $_GET['out_url'];
function get_domain_name($url){
$result = "";
if ($url != ""){
$parts = parse_url($url);
$host = $parts['host'];
if (in_array("www", explode(".", $host)))
{
$just_domain = explode("www.", $host);
return $just_domain[1];
}
else
{
return $host;
}
} else {
return $result;
}
}
$our_domain = "nulled.ws";
$out_domain = get_domain_name($out_url);
if ($out_domain != $our_domain){
echo ("
<html>
<head>
<meta http-equiv='Refresh' CONTENT='5; URL=$out_url'>
<meta http-equiv='content-type' content='text/html; charset=utf-8'>
</head>
<body>
Вы покидаете nulled.ws. Вы будете перенаправлены на $out_url через 5 секунд
</body>
</html>");
}
else {
echo ("
<html>
<head>
<meta http-equiv='Refresh' CONTENT='0; URL=$out_url'>
<meta http-equiv='content-type' content='text/html; charset=utf-8'>
</head>
</html>");
}
?>
if(!empty($link) && !eregi("site.com", $link)){
редирект}
!preg_match("/site.com/", $link)
preg_match_all("/(http:\\/\\/)?([a-z_0-9-.]+\\.[a-z]{2,3}(([ \"'>\r\n\t])|(\\/([^ \"'>\r\n\t]*)?)))/", $contents, $matches);
for($i=0; $i<count($matches); $i++){
if(isset($matches[0][$i])){echo "<a href='link.php?go=".$matches[0][$i]."'>".$matches[0][$i]."</a>";}}
Футера нету.Далее в футере сделайте $content = ob_get_clean();
$out_url = $_GET['out_url'];
echo ("
<html>
<head>
<meta http-equiv='Refresh' CONTENT='5; URL=$out_url'>
<meta http-equiv='content-type' content='text/html; charset=utf-8'>
</head>
<body>
Вы покидаете nulled.ws. Вы будете перенаправлены на $out_url через 5 секунд
</body>
</html>");