tikiana, on 01 March 2013 - 11:56 AM, said:
- ComputerCraft | Programmable Computers for Minecraft
- → ChaddJackson12's Content
ChaddJackson12's Content
There have been 237 items by ChaddJackson12 (Search limited from 10-February 22)
#92456 IDLock (Floppy Disk Password System)
Posted by
ChaddJackson12
on 01 March 2013 - 03:16 PM
in
Programs
#80488 TekOS! V2.1.3 (Colors!)
Posted by
ChaddJackson12
on 26 January 2013 - 03:16 AM
in
Programs
CastleMan2000, on 25 January 2013 - 07:40 AM, said:
I know you can exit to CraftOS, but could you add a shell, just so I can add programs? As well, having an option of not having door open/jukebox/toggle lights programs present.
What I don't know about at the moment is making it so that if it happens to crash or something, making it so it shows the error on like a custom screen, not exit to CraftOS and crash.
Busi, on 24 January 2013 - 09:06 AM, said:
If anyone would like to add their own contributions to this OS or help out with it, that would be awesome.
#78213 TekOS! V2.1.3 (Colors!)
Posted by
ChaddJackson12
on 21 January 2013 - 11:51 AM
in
Programs
Kron, on 20 January 2013 - 07:55 PM, said:
Just note, that the current version is not really designed for people to add their own programs to the OS, but the next version should have that capability, meaning that you can add your own programs.
Also, be aware that there currently is no helpful API for you to design a program for it...but that will also be added in a future update.
#76794 Thunderhawk 3.0 - Finally
Posted by
ChaddJackson12
on 19 January 2013 - 05:55 AM
in
Programs
#76513 E-Mail Network V0.1
Posted by
ChaddJackson12
on 18 January 2013 - 05:07 PM
in
Programs
#73889 Thunderhawk 3.0 - Finally
Posted by
ChaddJackson12
on 13 January 2013 - 05:24 PM
in
Programs
#70462 TekOS! V2.1.3 (Colors!)
Posted by
ChaddJackson12
on 07 January 2013 - 02:08 PM
in
Programs
nateracecar5, on 07 January 2013 - 11:56 AM, said:
nateracecar5, on 08 October 2012 - 11:39 PM, said:
Okay so I have finished the WebStore. It is okay but could LOOK nicer. If you don't mind I used your installer methods to make this happen (Also to make it look like it was your work). You can download the WebStore by simply typing this into the computer:
pastebin get ffa9Apy6 WebStore
or just going here.
Hope it works for you guys! (It really isn't a "store" it is just a simple installer for programs that you find on the forums that have pastebin codes.
I also hope it gives you inspiration for your version of a webstore!
#70024 [lua] term.setBackgroundColor(color)
Posted by
ChaddJackson12
on 06 January 2013 - 05:17 PM
in
Ask a Pro
#68301 E-Mail Network V0.1
Posted by
ChaddJackson12
on 03 January 2013 - 05:20 PM
in
Programs
TheOriginalBIT (OnHoliday), on 03 January 2013 - 04:47 PM, said:
Search the APIs and look for SHA1 hashing, it is the easiest way to encrypt the users passwords, and if you salt the password first it will make it more secure.
#68262 E-Mail Network V0.1
Posted by
ChaddJackson12
on 03 January 2013 - 03:10 PM
in
Programs
x0pk1n, on 03 January 2013 - 04:50 AM, said:
ChaddJackson12, on 02 January 2013 - 07:28 PM, said:
x0pk1n, on 02 January 2013 - 07:35 AM, said:
I've written this:
http://pastebin.com/tAuLJSs1
It will get all the usernames and passwords from the server. Save it to a file from where it was ran.
Someone could have it on a floppy with a blank boot and rip all the usernames and passwords.
Well the point of me doing so wasn't to be mean. Sorry... It was so someone would do something about it, incase someone use there MC password or something else and someone gets there hands on it... If i just said you can most likely no one would have done anything. Now look you got someone try to make it more secure...
#67851 E-Mail Network V0.1
Posted by
ChaddJackson12
on 02 January 2013 - 07:28 PM
in
Programs
x0pk1n, on 02 January 2013 - 07:35 AM, said:
I've written this:
http://pastebin.com/tAuLJSs1
It will get all the usernames and passwords from the server. Save it to a file from where it was ran.
Someone could have it on a floppy with a blank boot and rip all the usernames and passwords.
#67444 E-Mail Network V0.1
Posted by
ChaddJackson12
on 02 January 2013 - 01:18 AM
in
Programs
E-Mail Network
Current Version: 0.1
I have made an E-Mail Network. It features user accounts, and a server to contain all the user account info. This includes their messages, which makes it so that the user does not have to access their account on the same computer. As of now this program is in an early stage, and should still be improved upon and made better. Feedback is always appreciated, enjoy.
Program Features:
Basic Features:
- E-Mail your friends while they are offline
- Easy to use menu interface
- Storage for messages (They don't have to have their computer on to receive the message)
- Unspecified modem side (Any side will work)
Advanced Features:
- User accounts
- Failed login reporting
- Message Subjects
Planned Features:
- Improved GUI
- Choose your own themes
- An improved word wrap for messages
- Relays (For extended range rather than being limited to 64 blocks)
- Controllable server
- Select a user from a user list to send a message to, rather than having to know the name.
How to enable HTTP:
1. Go to the root directory of the game, .minecraft/.techniclauncher
2. Make sure that you are in the folder that contains the Saves, Bin, ect...
3. In that folder, open the Config folder.
4. Find the file that is for computercraft. Mod_Computercraft
5. Open it and change enableAPI_http=0 to enableAPI_http=1
6. Save the file, and you're done! You may need to reboot the game though!
Screenshots:






Changelog:
V0.1
First release of program!
- Added User Accounts
- Added E-Mail
- Added Failed Login Reporting
- Added Storage for messages
- Added Message Subjects
#62784 Add a set number of times to loop
Posted by
ChaddJackson12
on 21 December 2012 - 07:32 PM
in
Ask a Pro
Repeat loop:
i = 8 repeat -- code i = i - 1 until i < 1
While loop:
i = 8 while not i == 0 do -- code i = i - 1 end
Both of those loops should work, and only loop 8 times. Hope I helped!
#62658 Record Importing & Custom Music ".ogg"
Posted by
ChaddJackson12
on 21 December 2012 - 01:28 PM
in
Suggestions
TheOriginalBIT, on 21 December 2012 - 01:02 PM, said:
http://www.computerc...ns-not-to-make/
Audio or anything to do with sound has been listed in the above topic.
#62634 Record Importing & Custom Music ".ogg"
Posted by
ChaddJackson12
on 21 December 2012 - 12:34 PM
in
Suggestions
I think that it would be VERY neat if there was a way implemented into computercraft that allowed someone to "import" or "burn" a disk.
To import a disk the person would simply insert a floppy disk/record, and be able to import it into the computer. This doesn't mean when they insert it, it does it right away, but perhaps there could be a program. The API for it would be in the disk API, and it would be "disk.import("side", "dest.") ". You wouldn't be able to edit the imported song, but when it would be ran it would play the song as if it were a record in the disk drive.
Also, I think you should be able to download custom music and put it onto a computer, like you can with one of the spoutcraft plugins. It would be something related with the "http,get()" thing, But could only be written, not edited. This would be useful for listening to your own music, but the extension would be .ogg. This means that you should also be able to put music onto a floppy disk. Or even an "iPod" or something like that.
To burn a disk you would do the same type of thing, but you would use "disk.write("filename", "side") ". However, you wouldn't be able to write to a record, only a floppy disk or something similar.
I don't know how you guys would feel about this, but I think that it would be really cool, and if it can't be added then there should be a peripheral made :3.
#58359 Computer Startup Lock
Posted by
ChaddJackson12
on 10 December 2012 - 06:49 PM
in
Programs
#58088 Computer Startup Lock
Posted by
ChaddJackson12
on 10 December 2012 - 04:37 AM
in
Programs
#58087 Computer Startup Lock
Posted by
ChaddJackson12
on 10 December 2012 - 04:35 AM
in
Programs
MemoryLeak21, on 09 December 2012 - 07:31 PM, said:
ChaddJackson12, on 09 December 2012 - 07:16 PM, said:
MemoryLeak21, on 09 December 2012 - 02:29 PM, said:
You can disable that with:
os.pullEvent = os.pullEventRaw
#58007 Computer Startup Lock
Posted by
ChaddJackson12
on 09 December 2012 - 07:16 PM
in
Programs
MemoryLeak21, on 09 December 2012 - 02:29 PM, said:
#57881 API's are a pain. But programs are easy. [PLEASE READ] [PLEASE SPREAD]
Posted by
ChaddJackson12
on 09 December 2012 - 09:23 AM
in
General
#57816 Computer Startup Lock
Posted by
ChaddJackson12
on 09 December 2012 - 06:38 AM
in
Programs
Mikk809h, on 09 December 2012 - 03:06 AM, said:
but if you Are that much sure that it works, then please tell me how to.
thanks
Also, it is impossible to lock anything in computercraft if you know what you're doing, but I made this because I was bored, not because it is 100% secure. Nothing on computercraft is.
#57637 [Lua] [Error] Error with passcode system
Posted by
ChaddJackson12
on 08 December 2012 - 12:18 PM
in
Ask a Pro
#57635 filehost/ftp server?
Posted by
ChaddJackson12
on 08 December 2012 - 12:16 PM
in
Ask a Pro
cheekycharlie101, on 07 December 2012 - 09:03 PM, said:
ChaddJackson12, on 07 December 2012 - 03:13 PM, said:
#57400 [Lua] [Question] Calling for loops
Posted by
ChaddJackson12
on 07 December 2012 - 03:16 PM
in
Ask a Pro
while UseLoop do -- What you want to be repeated while UseLoop is true... end
How you would use this loop?
UseLoop = true -- Enables loop -- And UseLoop = false -- Disables loop
#57398 filehost/ftp server?
Posted by
ChaddJackson12
on 07 December 2012 - 03:13 PM
in
Ask a Pro
- ComputerCraft | Programmable Computers for Minecraft
- → ChaddJackson12's Content


