ob_start(); include('PHP.php'); mysql_connect('localhost', 'zstio_6c1t', '@dminof6cultures1tech153'); mysql_select_db('zstio_6c1t'); mysql_query("SET NAMES 'utf8'; SET CHARACTER SET 'utf8'; SET SESSION collation_connection = 'latin1_general_ci'"); cookie(); if(isset($_COOKIE['lang'])){include('LANG/'.$_COOKIE['lang'].'.php');}else{include('LANG/en.php');} header('Content-type: text/html; charset=utf-8'); ?>