| Server IP : 208.122.213.31 / Your IP : 216.73.216.185 Web Server : Apache System : Linux msd6191.mjhst.com 4.18.0-553.137.1.el8_10.x86_64 #1 SMP Wed Jun 24 11:40:24 UTC 2026 x86_64 User : WHMCS_MIA_382 ( 1001) PHP Version : 7.4.33 Disable Function : NONE MySQL : ON | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /home/httpd/html/tits-bigtits.com/ |
Upload File : |
<?php
/**
* Mobile affiliate redirection script. Does not detect iPad traffic.
*
* INSTRUCTIONS:
*
* To enable this redirections, you need to do one of the following options:
*
* - include this file at the begining of your index.php file before any other code
* - copy this code at the begning of your index.php file before any other code
*/
if(!isset($_COOKIE['is_really_pc']))
{
$fragment = array( 'iphone', 'ipod', 'blackberry' , 'htc' , 'palm' , 'Samsung' , 'Nokia' , 'SGH' , 'SCH' , 'LG' , 'Android' , 'MOT' , 'Motorolla' , 'SonyEricsson' , 'Sony' , 'PSP' , 'Kyocera' , 'ASUS' ,
'PANTECH' , 'Audiovox' , 'BenQ' , 'Fly' , 'i-mobile' , 'LENOVO' , 'Haier' , 'i-mate' , 'Hyundai' , 'Nintendo DSi' , 'O2 Xda' , 'Sagem' , ' SIE ' , 'Vario' , 'winwap' , 'DoCoMo' , 'NetFront' ,
'Vodafone' , 'UP.Browser' , 'konka' , 'tianyu' , 'ktouch' , 'series60' , 'kddi' , 'sagem' , 'MIDP' , 'CLDC' , 'SoftBank' , 'TelecaBrowser' , 'Teleca' , 'Symbian' , 'Treo' , 'WAP' , 'pocket' , 'kindle' ,
'mobile' , 'Opera Mini' , 'Obigo' , 'Windows Mobile' , 'Windows CE' , 'OPWV' , 'T-Mobile' , 'webOS');
if(preg_match('/('.implode('|', $fragment).')/i', strtolower($_SERVER['HTTP_USER_AGENT'])))
{
header("HTTP/1.1 301 Moved Permanently");
header("Location: http://m.tits-bigtits.com.brazzersmobile.com/");
exit;
}
else
setcookie('is_really_pc', 1, time() + 86400);
}
?>