Utf8 convert

This commit is contained in:
2023-01-10 18:29:32 +02:00
parent 71b759232c
commit 90b9c8325e
3572 changed files with 35191 additions and 395614 deletions
+2 -2
View File
@@ -4,7 +4,7 @@ const GAME = true;
include_once('_incl_data/class/__db_connect.php');
if (!isset($_GET['for'])) {
die('Äîñòóï çàêðûò!');
die('Доступ закрыт!');
}
function array_to_sql($t, $m, $id_name, $id)
{
@@ -56,7 +56,7 @@ if ($_GET['step'] == 1) {
$sql .= array_to_sql('dungeon_obj', $pl, 'id', 'NULL') . '<hr>';
}
} elseif ($_GET['step'] == 3) {
$sm = 200; // ñìåùåíèå áîòîâ
$sm = 200; // смещение ботов
$botadd = [];
$sp = mysql_query(
'SELECT * FROM `dungeon_bots` WHERE `for_dn` = "' . mysql_real_escape_string($dng) . '" ORDER BY `id2` ASC'