14 posts
Posted 03 March 2012 - 04:10 PM
E-Safe
E-Safe is a little program I threw together that acts as a password protective device.Features:+ Multi-User Database+ User-Data is stored on a floppy disk near the computer. For portability.+ Floppy disk should contain a 'users' directory. To do this run mkdir disk/users on [indent=1]
the cmd line before activating the program.[/indent]
+ Output: Left of the computer.+ Password & Account CreationWhen first created, if no users present, it creates a user named 'admin' with password '1234'.The password can be changed once logged in. Enjoy playing with E-Safe![attachment=65:ESafe.txt]
99 posts
Posted 03 March 2012 - 04:38 PM
Oh noes. ENET from ROBLOX aren't ya?
Anyways, nice program you made!
14 posts
Posted 05 March 2012 - 01:01 AM
Yes it is I. Anyways, I updated this to a more graphical version but it requires my gui api which is a WIP and will be released fairly soon.
I will actually be making a separate post for that.
1 posts
Posted 08 May 2012 - 09:02 PM
when i'm starting it i get the error e-safe:24: attempt to index ? (a nil value) :)/>/>
fixed it, I didn't make the folder users.
Edited on 08 May 2012 - 07:03 PM
87 posts
Posted 08 May 2012 - 11:40 PM
U no u can have it make the file
21 posts
Posted 08 May 2012 - 11:53 PM
Oh noes. ENET from ROBLOX aren't ya?
Anyways, nice program you made!
Ah roblox, haven't played that since I got minecraft :)/>/>
718 posts
Location
Hawaii
Posted 09 May 2012 - 05:05 AM
Oh noes. ENET from ROBLOX aren't ya?
Anyways, nice program you made!
Ah roblox, haven't played that since I got minecraft :)/>/>
Off-TopicSame, I learned most of my Lua there. That game has changed so much :)/>/>
On-TopicYou know, instead of create a function called file_exists, you can just do
if fs.exists("filename") then
21 posts
Posted 09 May 2012 - 08:13 PM
Oh noes. ENET from ROBLOX aren't ya?
Anyways, nice program you made!
Ah roblox, haven't played that since I got minecraft :)/>/>
Off-TopicSame, I learned most of my Lua there. That game has changed so much :)/>/>
On-TopicYou know, instead of create a function called file_exists, you can just do
if fs.exists("filename") then
I made a binary encryption system there, wonder if I could bring it here. Not very useful here though.