Update sPhone.lua
This commit is contained in:
parent
df37b6deac
commit
49e66769ff
1 changed files with 27 additions and 27 deletions
|
@ -446,9 +446,9 @@ end
|
|||
term.setCursorPos(1,3)
|
||||
term.setBackgroundColor(colors.white)
|
||||
term.setTextColor(colors.black)
|
||||
sertextext.center(3, " "..title)
|
||||
visum.align("center", " "..title, false, 3)
|
||||
if desc then
|
||||
sertextext.center(6, " "..desc)
|
||||
visum.align("center", " "..desc,false,6)
|
||||
end
|
||||
paintutils.drawFilledBox(3, 16, 9, 18, colors.green)
|
||||
paintutils.drawFilledBox(18, 16, 24, 18, colors.red)
|
||||
|
@ -556,7 +556,7 @@ end
|
|||
paintutils.drawLine(1,1,w,1,colors.blue)
|
||||
term.setCursorBlink(false)
|
||||
term.setTextColor(colors.white)
|
||||
sertextext.center(1," Chat")
|
||||
visum.align("center," Chat",6)
|
||||
term.setBackgroundColor(colors.white)
|
||||
term.setTextColor(colors.black)
|
||||
term.setCursorPos(2, 5)
|
||||
|
@ -598,7 +598,7 @@ end
|
|||
local w, h = term.getSize()
|
||||
paintutils.drawLine(1,1,w,1, colors.blue)
|
||||
term.setTextColor(colors.white)
|
||||
sertextext.right(1,"vvv")
|
||||
visum.align("right","vvv ",false,1)
|
||||
term.setCursorPos(1,1)
|
||||
if not sPhone.newUpdate then
|
||||
write(" "..sPhone.user)
|
||||
|
@ -622,8 +622,8 @@ end
|
|||
graphics.box(1,2,w,4,colors.blue)
|
||||
term.setTextColor(colors.white)
|
||||
term.setBackgroundColor(colors.blue)
|
||||
sertextext.right(1,"^^^")
|
||||
sertextext.right(3, "Reboot")
|
||||
visum.align("right","^^^ ",false,1)
|
||||
visum.align("right", "Reboot ",false,3)
|
||||
term.setCursorPos(11,3)
|
||||
write("Settings")
|
||||
term.setCursorPos(2,3)
|
||||
|
@ -708,11 +708,11 @@ end
|
|||
if sPhone.wrongPassword then
|
||||
term.setTextColor(colors.red)
|
||||
term.setBackgroundColor(colors.white)
|
||||
sertextext.center(13," Wrong Password")
|
||||
visum.align("center"," Wrong Password",false,13)
|
||||
end
|
||||
term.setTextColor(colors.black)
|
||||
term.setBackgroundColor(colors.white)
|
||||
sertextext.center(7," Insert Password")
|
||||
visum.align("center"," Insert Password",false,7)
|
||||
local loginTerm = window.create(term.native(), 8,10,12,1, true)
|
||||
term.redirect(loginTerm)
|
||||
term.setBackgroundColor(colors.white)
|
||||
|
@ -740,12 +740,12 @@ end
|
|||
paintutils.drawImage(paintutils.loadImage("/.sPhone/interfaces/login"),1,1)
|
||||
if sPhone.wrongPassword then
|
||||
term.setTextColor(colors.red)
|
||||
sertextext.center(13," Wrong Password")
|
||||
visum.align("center"," Wrong Password",false,13)
|
||||
end
|
||||
term.setTextColor(colors.black)
|
||||
term.setBackgroundColor(colors.white)
|
||||
sertextext.center(3," Setup")
|
||||
sertextext.center(7," Insert Password")
|
||||
visum.align("center"," Setup",false,3)
|
||||
visum.align("center"," Insert Password",false,5)
|
||||
local loginTerm = window.create(term.native(), 8,10,12,1, true)
|
||||
term.redirect(loginTerm)
|
||||
term.setBackgroundColor(colors.white)
|
||||
|
@ -759,8 +759,8 @@ end
|
|||
paintutils.drawImage(paintutils.loadImage("/.sPhone/interfaces/login"),1,1)
|
||||
term.setTextColor(colors.black)
|
||||
term.setBackgroundColor(colors.white)
|
||||
sertextext.center(3," Setup")
|
||||
sertextext.center(7," Repeat")
|
||||
visum.align("center"," Setup",false,3)
|
||||
visum.align("center"," Repeat",false,7)
|
||||
local loginTerm = window.create(term.native(), 8,10,12,1, true)
|
||||
term.redirect(loginTerm)
|
||||
term.setBackgroundColor(colors.white)
|
||||
|
@ -774,7 +774,7 @@ end
|
|||
f.write(sha256.sha256(password1))
|
||||
f.close()
|
||||
term.setTextColor(colors.lime)
|
||||
sertextext.center(13," Password set!")
|
||||
visum.align("center"," Password set!",false,13)
|
||||
sleep(2)
|
||||
break
|
||||
else
|
||||
|
@ -789,11 +789,11 @@ end
|
|||
paintutils.drawLine(1,1,w,1,colors.blue)
|
||||
term.setTextColor(colors.black)
|
||||
term.setBackgroundColor(colors.white)
|
||||
sertextext.center(3," Setup Sertex ID")
|
||||
visum.align("center"," Setup Sertex ID",false,3)
|
||||
local isDown = http.get("http://sertex.x10.bz/status.php").readAll()
|
||||
if isDown ~= "true" then
|
||||
sertextext.center(5, " The server is down")
|
||||
sertextext.center(6, " Run sID on the home")
|
||||
visum.align("center", " The server is down",false,5)
|
||||
visum.align("center", " Run sID on the home",false,6)
|
||||
name = "Run sID"
|
||||
sleep(2)
|
||||
else
|
||||
|
@ -807,16 +807,16 @@ end
|
|||
paintutils.drawLine(1,1,w,1,colors.blue)
|
||||
term.setTextColor(colors.black)
|
||||
term.setBackgroundColor(colors.white)
|
||||
sertextext.center(3," Setup Sertex ID")
|
||||
sertextext.center(7," Your Username")
|
||||
visum.align("center"," Setup Sertex ID",false,3)
|
||||
visum.align("center"," Your Username",false,5)
|
||||
term.setCursorPos(3,8)
|
||||
name = read()
|
||||
while true do
|
||||
sertextext.center(9, " Your Password")
|
||||
visum.align("center", " Your Password",false,9)
|
||||
term.setCursorPos(3,10)
|
||||
term.clearLine()
|
||||
pw = read("*")
|
||||
sertextext.center(11, " Repeat")
|
||||
visum.align("center", " Repeat",false,11)
|
||||
term.setCursorPos(3,12)
|
||||
term.clearLine()
|
||||
pwr = read("*")
|
||||
|
@ -848,15 +848,15 @@ end
|
|||
paintutils.drawLine(1,1,w,1,colors.blue)
|
||||
term.setTextColor(colors.black)
|
||||
term.setBackgroundColor(colors.white)
|
||||
sertextext.center(3," Setup Sertex ID")
|
||||
sertextext.center(7," Your Username")
|
||||
visum.align("center"," Setup Sertex ID",false,3)
|
||||
visum.align("center"," Your Username",false,7)
|
||||
term.setCursorPos(3,8)
|
||||
name = read()
|
||||
sertextext.center(9, " Your Password")
|
||||
visum.align("center", " Your Password",false,9)
|
||||
term.setCursorPos(3,10)
|
||||
term.clearLine()
|
||||
pw = read("*")
|
||||
sertextext.center(11, " Checking...")
|
||||
visum.align("center", " Checking...",false,11)
|
||||
rServer = http.post("http://sertex.x10.bz/login.php", "user="..name.."&password="..pw).readAll()
|
||||
if rServer ~= "true" then
|
||||
print(" Wrong Username/Password")
|
||||
|
@ -876,10 +876,10 @@ end
|
|||
os.setComputerLabel(sPhone.user.."'s sPhone")
|
||||
term.setCursorPos(1,13)
|
||||
term.clearLine()
|
||||
sertextext.center(13," All Set!")
|
||||
visum.align("center"," All Set!",false,13)
|
||||
term.setCursorPos(1,14)
|
||||
term.clearLine()
|
||||
sertextext.center(14," Have fun with sPhone")
|
||||
visum.align("center"," Have fun with sPhone",false,14)
|
||||
sleep(2)
|
||||
sPhone.locked = false
|
||||
return
|
||||
|
|
Loading…
Reference in a new issue