Utf8 convert
This commit is contained in:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user