Вам запрещается пользоваться данным магазином до ' . date(
+ 'd.m.y H:i', $u->info['allLock']
+ ) . '
';
+ } elseif ($u->info['align'] == 2 || $u->info['haos'] > time()) {
+ $re = 'Не удалось сдать предмет его цена может быть мин: ' . $itemkt['min'] . 'кр. макс: ' . $itemkt['max'] . 'кр. кол-во: ' . $itemcount['total'] . '
';
+ }
+ } else {
+ $u->commisonRent(mysql_real_escape_string($_POST['PresTR']), (int)$_POST['iid'], (int)$_POST['summTR']);
+ }
+
+ }
+
+ if ($re != '') {
+ echo 'Вам запрещается пользоваться данным магазином до '.date('d.m.y H:i',$u->info['allLock']).'
';
- }elseif($u->info['align'] == 2 || $u->info['haos'] > time()) {
- $re = 'Не удалось сдать предмет его цена может быть мин: '.$itemkt['min'].'кр. макс: '.$itemkt['max'].'кр. кол-во: '.$itemcount['total'].'
';
- }
- }
- else
- {
- $u->commisonRent(mysql_real_escape_string($_POST['PresTR']),(int)$_POST['iid'],(int)$_POST['summTR']);
- }
-
- }
-
- if($re!=''){ echo '
if(isset($_POST['save']) && isset($u->info['id'])) {
- $_POST['lib_title'] = htmlspecialchars($_POST['lib_title'],NULL,'cp1251');
+ $_POST['lib_title'] = htmlspecialchars($_POST['lib_title'],NULL);
$mbpage_last = mysql_fetch_array(mysql_query('SELECT `time` FROM `library_content` WHERE `uid` = "'.$u->info['id'].'" ORDER BY `id` DESC LIMIT 1'));
if( $u->info['molch1'] > time() ) {
@@ -268,7 +268,7 @@ if( !isset($url[2]) || $url[2] == '' ) {
$red500 = false;
if( isset($_POST['lib_urlname']) && $_POST['lib_urlname'] != '' && $_POST['lib_urlname'] != $mbpage['url_name'] ) {
mysql_query('UPDATE `library_content` SET `delete` = "'.time().'" WHERE `url_name` = "'.$mbpage['url_name'].'" AND `id` != "'.$mbpage['id'].'"');
- $mbpage['url_name'] = htmlspecialchars($_POST['lib_urlname'],NULL,'cp1251');
+ $mbpage['url_name'] = htmlspecialchars($_POST['lib_urlname'],NULL);
mysql_query('UPDATE `library_content` SET `url_name` = "'.mysql_real_escape_string($mbpage['url_name']).'" WHERE `id` = "'.$mbpage['id'].'" LIMIT 1');
$red500 = true;
}
@@ -291,7 +291,7 @@ if( !isset($url[2]) || $url[2] == '' ) {
$mbpage['title'] = $_POST['lib_title'];
$mbpage['text'] = $_POST['con_text'];
$mbpage['time'] = time();
- mysql_query('UPDATE `library_content` SET `time` = "'.time().'",`title` = "'.mysql_real_escape_string(htmlspecialchars($mbpage['title'],NULL,'cp1251')).'",`text` = "'.mysql_real_escape_string($mbpage['text']).'" WHERE `id` = "'.$mbpage['id'].'" LIMIT 1');
+ mysql_query('UPDATE `library_content` SET `time` = "'.time().'",`title` = "'.mysql_real_escape_string(htmlspecialchars($mbpage['title'],NULL)).'",`text` = "'.mysql_real_escape_string($mbpage['text']).'" WHERE `id` = "'.$mbpage['id'].'" LIMIT 1');
}
}
}
diff --git a/rating_script/index.php b/rating_script/index.php
index 5b047b2e..8fce9bd5 100644
--- a/rating_script/index.php
+++ b/rating_script/index.php
@@ -40,7 +40,6 @@ function microLogin($id,$t,$nnz = 1) {
Бойцовский клуб
-
diff --git a/register.php b/register.php
index 56eebe5c..af0406d9 100644
--- a/register.php
+++ b/register.php
@@ -90,6 +90,9 @@ if ($_SESSION['step'] === 8) { // Всех их соберём, вместе с
//Создаем персонажа
$uid = $newUser->new(
+ $_SESSION['login'],
+ $_SESSION['password'],
+ $_SESSION['email'],
$_SESSION['ref'],
$_SESSION['birthday'],
$_SESSION['sex'],
@@ -135,7 +138,7 @@ $errorMessage = $newUser->getError() ? "
{$newUser->getError()}
" : '';
-
+
= Config::get('name') ?>: Регистрация - создай персонажа в игре.
diff --git a/repass.php b/repass.php
index b4f09e5d..be043766 100644
--- a/repass.php
+++ b/repass.php
@@ -16,13 +16,13 @@ if (isset($_GET['login'])) {
}
if (isset($_POST['relogin'])) {
- $_POST['relogin'] = htmlspecialchars($_POST['relogin'], null, 'cp1251');
+ $_POST['relogin'] = htmlspecialchars($_POST['relogin'], null);
$u = User::start();
$usr = Db::getRow('select * from users where login =?', [$_POST['relogin']]);
if (!isset($usr['id'])) {
- $error = 'Логин "' . htmlspecialchars($_POST['relogin'], null, 'cp1251') . '" не найден в базе.';
+ $error = 'Логин "' . htmlspecialchars($_POST['relogin'], null) . '" не найден в базе.';
} else {
if ($usr['admin'] != 0 || $usr['banned'] != 0) {
$error = 'Персонаж "' . $_POST['relogin'] . '" заблокирован!';
diff --git a/reting_clans.php b/reting_clans.php
index 4af0109d..12556cf8 100644
--- a/reting_clans.php
+++ b/reting_clans.php
@@ -15,7 +15,7 @@ $url = explode('/', $url[0]);
-
+
Рейтинг кланов браузерной онлайн игры Новый «Бойцовский клуб»
diff --git a/reting_pers.php b/reting_pers.php
index b670949b..db7c3dd9 100644
--- a/reting_pers.php
+++ b/reting_pers.php
@@ -16,7 +16,7 @@ $url = explode('/', $url[0]);
-
+
Рейтинг персонажей браузерной онлайн игры Новый «Бойцовский клуб»
diff --git a/ruin_characteristics.php b/ruin_characteristics.php
index 9020ab46..0dd63afd 100644
--- a/ruin_characteristics.php
+++ b/ruin_characteristics.php
@@ -120,7 +120,7 @@ if (isset($_POST['set_name'])) {
-
+
Старый Бойцовский Клуб - Профили характеристик
diff --git a/ruins.php b/ruins.php
index 45538bcb..249cb92d 100644
--- a/ruins.php
+++ b/ruins.php
@@ -12,7 +12,7 @@ $ru = mysql_fetch_array(mysql_query('SELECT * FROM `ruine_now` WHERE `id` = "'.m
-
+
diff --git a/settings.php b/settings.php
index 9a8b4215..66dbd785 100644
--- a/settings.php
+++ b/settings.php
@@ -50,7 +50,7 @@ if (isset($_POST['name'], $_POST['hobby'], $_POST['ChatColor'], $_POST['saveanke
-
+
Бойцовский Клуб - Настройки
diff --git a/spam.php b/spam.php
index 2f85fc61..3973c120 100644
--- a/spam.php
+++ b/spam.php
@@ -29,7 +29,7 @@ if (!$u->info['admin']) {
Редактирование фильтра от спама
-
+
@@ -49,7 +49,7 @@ if (isset($_GET['del'])) {
Db::sql('replace into spam_word set id = 1, data = ?', [$spam]);
$spam = explode('|', $spam);
} elseif (isset($_POST['add'])) {
- $_POST['add'] = htmlspecialchars($_POST['add'], null, 'cp1251');
+ $_POST['add'] = htmlspecialchars($_POST['add'], null);
echo '
Слово "' . $_POST['add'] . '" добавлено.
';
$spam = implode('|', $spam);
$spam .= '|' . $_POST['add'];
diff --git a/stats_bonus.php b/stats_bonus.php
index ecd40071..268ede40 100644
--- a/stats_bonus.php
+++ b/stats_bonus.php
@@ -1,7 +1,7 @@
-
+
Таблица Бонусов - Браузерная игра Новый Бойцовский Клуб
diff --git a/styles/register.css b/styles/register.css
index ab8c2d46..c4225283 100644
--- a/styles/register.css
+++ b/styles/register.css
@@ -1,4 +1,3 @@
-@charset "windows-1251";
/* CSS Document */
html, body {
diff --git a/telegraf.php b/telegraf.php
index d252ab38..6a0a7d7a 100644
--- a/telegraf.php
+++ b/telegraf.php
@@ -1,5 +1,5 @@
', '[s4;]', $v);
$v = str_replace(' ', ' ', $v);
- $v = htmlspecialchars($v, null, 'cp1251');
+ $v = htmlspecialchars($v, null);
return $v;
}
@@ -82,9 +82,6 @@ if (isset($_POST['see_msg'])) {
$html = '
Персонажи с молчанкой не могут пользоваться телеграфом.';
} else {
if (isset($_POST['to'])) {
- $_POST['to'] = go_text(iconv('UTF-8', 'windows-1251', $_POST['to']));
- $_POST['text'] = go_text(iconv('UTF-8', 'windows-1251', $_POST['text']));
- $_POST['tema'] = go_text(iconv('UTF-8', 'windows-1251', $_POST['tema']));
if (test_line($_POST['to']) == false) {
$error = 'Пустое поле "Кому".';
diff --git a/towerlog.php b/towerlog.php
index aaaaa9b8..0ab066d7 100644
--- a/towerlog.php
+++ b/towerlog.php
@@ -41,7 +41,7 @@ if (!isset($log['id'])) {
-
+
Архив: Турнир в Башне Смерти
diff --git a/transfer.php b/transfer.php
index d4cfa904..e018d3af 100644
--- a/transfer.php
+++ b/transfer.php
@@ -4,7 +4,7 @@ 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=windows-1251');
+
if ($_SERVER['HTTP_X_REQUESTED_WITH'] == 'XMLHttpRequest') {
define('GAME', true);
include('_incl_data/__config.php');