Update sertexID.lua

This commit is contained in:
Ale2610 2015-08-25 18:07:26 +02:00
parent d86be6097e
commit 05157887fc

View file

@ -20,3 +20,18 @@ local function header()
end
header()
if fs.exists("/.sPhone/config/.sIDpw") then
sPhone.winOk("Sertex ID", "Already Set!")
return
end
while true do
header()
term.setCursorPos(1,4)
print(" Set Sertex ID")
write(" Username: ")
local name = read()
local nExists = http.post("http://sertex.esy.es/exists.php", "user="..name).readAll()
--later
end