include_once("lib/a.php");
header('Content-Type: text/html; charset=utf-8');
define("APP_DATA_FILE","./application.data");
$domain=$_REQUEST["u"];
if(!isset($domain)){
$domain="http://www.sifavi.com";
}
if(strpos($domain,"://")===false && substr($domain,0,1)!="/") $domain = "http://".$domain;
$domain=strtolower($domain);
$domain=parse_url($domain,PHP_URL_HOST);
$IP=$domain;
$adsense_show=true;
if(stristr($IP, 'sex') !=""
|| stristr($IP, 'escort') !=""
|| stristr($IP, 'penis') !=""
|| stristr($IP, 'pussy') !=""
|| stristr($IP, 'porn') !=""
|| stristr($IP, 'adult') !=""
|| stristr($IP, 'fetish') !=""
|| stristr($IP, 'drug') !=""
|| stristr($IP, 'alcohol') !=""
|| stristr($IP, 'smoke') !=""
|| stristr($IP, 'tobacco') !=""
|| stristr($IP, 'shit') !=""
|| stristr($IP, 'hentai') !=""
|| stristr($IP, 'horny') !=""
|| stristr($IP, 'youjizz') !=""
|| stristr($IP, 'rorita') !=""
|| stristr($IP, 'wwwxnxx') !=""
|| stristr($IP, 'nymph') !=""
) {
$adsense_show=false;
}
$filename = $domain."-%%.html";
$cachefile = "/tmp2/cache/seo/".$filename;
//cache süresi ilerde azaltılıp artırılabilir SEO için
$cachetime = 60 * 60 * 24 * 3;// * Cache Süresi
if (file_exists($cachefile))
{
if(time() - $cachetime < filemtime($cachefile))
{
readfile($cachefile);
exit;
}
else
{
unlink($cachefile);
}
}
application_start();
?>
Free Domain Analysis Tool - sifavi.com
}else{?>
}?>
|
 |
Welcome to seo.sifavi.com,
to be able to find out most of the information you need regarding a
website just use our domain name analyst tool below. |
|
|
Copyright © 2008
sifavi.com
Powered by seo |
|
}?>
Checked Domains
if(strpos($_APP['domainler'],$domain)===false && gethostbyname($domain)!=$domain)
$_APP['domainler']=$domain.",".$_APP['domainler'];
$a=explode(",",$_APP['domainler'],40);
$eskiler="";
$eski_domains="";
foreach ($a as $s) {
if(!strpos($s,',') && $s!="" ){
$eskiler .= "".htmlspecialchars($s)." ";
$eski_domains .= ",".$s;
}
}
$_APP['domainler']=$eski_domains;
echo $eskiler;
?> |
/*?>
*/?>
/**/application_end();?>
$fp = fopen($cachefile, 'w+');
fwrite($fp, ob_get_contents());
fclose($fp);
ob_end_flush();
?>