diff --git a/battle.php b/battle.php deleted file mode 100644 index 2a2fed1..0000000 --- a/battle.php +++ /dev/null @@ -1,270 +0,0 @@ - - -Бойцовский Клуб - - - - - \ No newline at end of file diff --git a/buttons.php b/buttons.php index cd1c951..0fa8bcc 100644 --- a/buttons.php +++ b/buttons.php @@ -289,21 +289,6 @@ if ($header) { return {x: x, y: y}; } - function translate() { - var strarr; - strarr = document.F1.text.value.split(' '); - for (var k = 0; k < strarr.length; k++) { - if (strarr[k].indexOf("http://") < 0 && strarr[k].indexOf('@') < 0 && strarr[k].indexOf("www.") < 0 && !(strarr[k].charAt(0) == ":" && strarr[k].charAt(strarr[k].length - 1) == ":")) { - if ((k < strarr.length - 1) && (strarr[k] == "to" || strarr[k] == "private") && (strarr[k + 1].charAt(0) == "[")) { - while ((k < strarr.length - 1) && (strarr[k].charAt(strarr[k].length - 1) != "]")) k++; - } else { - strarr[k] = convert(strarr[k]) - } - } - } - document.F1.text.value = strarr.join(' '); - } - function trns() { var strarr; strarr = document.F1.text.value.split(' '); @@ -336,9 +321,6 @@ if ($header) { function subm() { t = top.frames['chat'].currenttab; $('input[name="chtype"]:hidden').val(t); - if (top.ChatTranslit) { - translate(); - } } var b___filter_on = new Image; diff --git a/fight.php b/fight.php index c40c6d0..e495025 100644 --- a/fight.php +++ b/fight.php @@ -141,16 +141,15 @@ include("config.php"); } else { document.write( '' + - '' + - '' + - '' + - '' + - '' + - '' + - '' + - '' + - '' + - '' + + '' + + '' + + '' + + '' + + '' + + '' + + '' + + '' + + '' + ''); } diff --git a/hell.php b/hell.php index 7c76589..8b396c8 100644 --- a/hell.php +++ b/hell.php @@ -5,7 +5,7 @@ $user = mysql_fetch_array(mysql_query("SELECT * FROM `users` WHERE `id` = '{$_SESSION['uid']}' LIMIT 1;")); include "functions.php"; if ($user['room'] != 401) { header("Location: main.php"); die(); } - if ($user['battle'] > 0) { header('Location: battle.php'); die(); } + if ($user['battle'] > 0) { header('Location: fbattle.php'); die(); } class hellround { diff --git a/refreshed.html b/refreshed.html deleted file mode 100644 index 9049ef0..0000000 --- a/refreshed.html +++ /dev/null @@ -1,41 +0,0 @@ - - - - - - -
-
- - - - - -
- - -
- Добавить текст в чат - Очистить строку ввода - (выключено) Показывать в чате только сообщения адресованные мне - (выключено) Показывать в чате системные сообщения - (выключено) Медленное обновление чата (раз в минуту) - (выключено) Преобразовывать транслит в русский текст (правила перевода см. в энциклопедии) - Смайлики - - Настройки/Инвентарь - Форум - Выход из игры -
-
-
- - \ No newline at end of file