Просмотр файла gb/h.php

Размер файла: 1.13Kb
<?php
########################################################
#--               Powered by blud                    --#
#--            http://saratov-x.ru                   --#
########################################################
/*
ВЫ НЕ ИМЕЕТЕ ПРАВО ВНОСИТЬ ИЗМЕНЕНИЯ В КОД СКРИПТА!
по всем вопросам обращаться к автору скрипта
с уважением blud
*/
$sq=mysql_query("SELECT style,js FROM main LIMIT 1;");
$rov=mysql_fetch_array($sq);
$style = abs(intval($rov['style']));
echo '<?xml version="1.0" encoding="UTF-8"?><!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"><head><title>'.$title.'</title><link rel="stylesheet" href="http://'.$_SERVER['HTTP_HOST'].'/gb/css/'.$style.'.css" type="text/css" /></head>';
echo '<body>';
 $main_js=trim(abs(intval($rov['js'])));
 if($main_js=='1')
 {
 include_once 'js/mes_cursor.php';
 }
//-----------
$class_1 = '<div class="d0">';
$class_2 = '<div class="d1">';
$class_buton = '<div class="d2">';
$class_form = '<div class="p">';
$class_div = '</div>';
$end = '</body></html>';

?>