select_db($Config['Mangos']['DatabaseRealmd']); if(array_key_exists('jmeno', $_POST)) { $name = $_POST['jmeno']; $str = $db->query('select * from `account` inner join `account_banned` on `account`.`id` = `account_banned`.`id` where `username` = "'.$name.'"'); $str_end = $str->fetch_assoc(); if($str_end['id'] == '') { echo('