addEventHandler(\"loginolas\", getRootElement(), function (felhasznalo, jelszo) local felhnev, banned, banned_by, banned_reason, admin, result, uid = nil local qh = dbQuery(sql, \"SELECT * FROM accounts WHERE username = ? AND password = ?\",felhasznalo, md5(jelszo)) result = dbPoll ( qh, -1 ) dbFree( qh ) -- ide kéne valami fetch-es mysql cucc! end);
addEventHandler(\"loginolas\", getRootElement(), function(felhasznalo, jelszo)dbQuery(function(handler, client, jelszo) local result, rows, err = dbPoll(qh, 0) if rows > 0 then local data = result[1] local pw = data.password if pw ~= jelszo then outputChatBox(\"Hibás jelszó.\", client) return end outputChatBox(\"Minden oké, be lehet tölteni a dolgokat.\", client) outputChatBox(\"Felhasználó ID: \".. data.uid, client) outputChatBox(\"Serial: \".. data.serial, client) outputChatBox(\"Utolsó IP címed: \".. data.utolsoip, client) else outputChatBox(\"Nincs ilyen felhasználó.\", client) endend, {client, jelszo}, sql, \"SELECT * FROM accounts WHERE username = ?\", felhasznalo)end)
local result, rows, err = dbPoll(qh, 0) if rows > 0 then local data = result[1]
end, {client, jelszo}, sql, \"SELECT * FROM accounts WHERE username = ?\", felhasznalo)