<?
// 04.09.2015
// 10.07.2016
# VK AUTHOR http://vk.com/id318386047
session_start();
error_reporting(1);
if(mysql_connect('localhost','db1467387472','12345')) {
if(mysql_select_db('db1467387472')) {
mysql_query('SET NAMES UTF8');
}
else
{
}
}
else
{
}
?>