You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$result = $dblink->query("SELECT clients.guid, clients.id, clients.name, clients.ip, clients.connections, clients.time_add, clients.time_edit, groups.name as level, xlr_playerstats.kills, xlr_playerstats.deaths, xlr_playerstats.teamdeaths, xlr_playerstats.teamkills, xlr_playerstats.suicides, xlr_playerstats.ratio, xlr_playerstats.skill, xlr_playerstats.assists, xlr_playerstats.rounds, current_clients.DBID FROM clients LEFT JOIN groups ON clients.group_bits = groups.id LEFT JOIN xlr_playerstats ON clients.id = xlr_playerstats.id LEFT JOIN current_clients ON clients.id=current_clients.DBID where clients.guid='$id'");
28
+
//$result = $dblink->query("SELECT * FROM clients where guid='$id'");
0 commit comments