theoriginalbit, on 09 May 2013 - 07:27 AM, said:
You know that this is a forum for ComputerCraft, which is Lua, right?
Yes.. but this IS computercraft related.. i want to use it in my program..
But.. now i've seen that this: doesnt work properly.. i want it to delete everything from the table from the website, and only store the 128 bit string..
as i said.. this doesnt work:
x = http.get("http://advlock.webuda.com/index.php")
red = tostring(x.readAll())
print(red)
for k,v in string.gmatch(red, "(%w+)<header>(%w+)") do
print(k,v)
sleep(1)
end
EDIT: ehm, btw.. the random hexadecimal generator.. would that at anytime be equal to an existing hexadecimal?
like would the generator at some point generate the same password, two times?