Update sertexID.lua
This commit is contained in:
parent
d86be6097e
commit
05157887fc
1 changed files with 15 additions and 0 deletions
|
@ -20,3 +20,18 @@ local function header()
|
||||||
end
|
end
|
||||||
|
|
||||||
header()
|
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
|
||||||
|
|
Loading…
Reference in a new issue