Файл: chats/inc/connect.php
Строк: 44
<?php
/****************************/
/*Олег Наумов /
/*Обновил чат Кот /
/*wap-http://sim-sim.h2m.ru /
/*web-www.waufon.ru /
/*Аська-378036650 /
/*Мыло-olegarhi75@mail.ru /
/****************************/
//header( "Expires: ".gmdate( "D, d M Y H:i:s" )." GMT" );
//header( "Last-Modified: ".gmdate( "D, d M Y H:i:s" )." GMT" );
//header( "Cache-Control: no-store, no-cache, must-revalidate" );
//header( "Cache-Control: post-check=0, pre-check=0", false );
//header( "Pragma: no-cache" );
//header( "Content-type:text/html; charset=utf-8" );
echo "<?xml version="1.0" encoding="utf-8"?>rn<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">rn<html>rn<head>rn<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">n";
if ( !( $link = mysql_connect( $DB_HOST, $DB_USER, $DB_PASS ) ) )
{
exit( "rn<title>Error!</title></head><body bgcolor="#000000" text="yellow">rn<p align="center">Ошибка! Возможно ваш хост атакуют досс атакой Иль всё дело в настройке<br/>Настрой MySQL...и созывай народ в чат.<br/>***<br/>rn<a href="http://waufon.ru/kat_chat"><font color="#FF0033">Найти чатик из партнёрки каталога ©</font></a><br/>rn</p></body></html>" );
}
if ( !mysql_select_db( $DB_NAME ) )
{
exit( "rn<title>Error!</title></head><body bgcolor="#000000" text="yellow">rn<p align="center">Ошибка! ЧатеГ ненаходит MySQL<br/>Создай MySQL...и созывай народ в чат.<br/>***<br/>rn<a href="http://waufon.ru/kat_chat"><font color="#FF0033">Найти чатик из партнёрки каталога ©</font></a><br/>rn</p></body></html>" );
}
?>