Файл: xteem.ru/sites/site.php
Строк: 30
<?php
require_once ('../system/function.php');
$id=intval(abs($_GET['id']));
$ar = mysql_fetch_assoc(mysql_query("SELECT * FROM `wap_site` WHERE `id` = '".$id."'"));
$dix = ''.$ar['kod'].'';
echo '<!DOCTYPE html PUBLIC "-//WAPFORUM//DTD XHTML Mobile 1.0//EN" "http://www.wapforum.org/DTD/xhtml-mobile10.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="ru">
<head>
<meta http-equiv="Content-Style-Type" content="text/css" />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="format-detection" content="telephone=no"/>
<link rel="shortcut icon" href="/design/style/favicon.png">';
echo '<link rel="stylesheet" href="css/'.$ar['name'].'.css" type="text/css" /> ';
echo '<html>';
echo ''.$dix.'';
echo '</html>';
echo '<center><a href="/">xteem.ru</a><center>';
?>