function show_bot_list(){
$result = mysql_query("SELECT * FROM `bot_list`");
$r = "";
while ($line = mysql_fetch_assoc($result, MYSQL_ASSOC)){
echo json_encode($line);}}
'{"hwid":"1","user_name":"1","bot_id":"1"}{"hwid":"2","user_name":"2","bot_id":"2"}'
'{"hwid":"1","user_name":"1","bot_id":"1"};{"hwid":"2","user_name":"2","bot_id":"2"}'