This is a read-only snapshot of the ComputerCraft forums, taken in April 2020.
rhysjack7's profile picture

Minemail

Started by rhysjack7, 24 March 2013 - 05:59 AM
rhysjack7 #1
Posted 24 March 2013 - 06:59 AM
Type pastebin get a5jZpXyQ minemail to get
Minemail 1.0 Update
First Update
To Downlod The Minemail Program With The E-Mail Type pastebin get 05rs5gRZ
K-dence #2
Posted 24 March 2013 - 07:33 AM
No pics no clicks
Kingdaro #3
Posted 24 March 2013 - 01:52 PM
Welp, let's go through the code, shall we?


--Minemail Launcher
print("Minemail 1.0")
print("Loading Minemail Database...")
sleep(30)
NOPE NOPE NOPE NOPE NOPE NOPE NOPE NOPE NOPE NOPE NOPE

Fake loading screens don't make your program more professional or "real". They're annoying and get in the way of the actualprogram.


function Login To Minemail()
-- ...
id=rhysjackson7@minemail.rdnt
-- ... 
pass=computercraft turtles
-- ...
shell.run minemail()
-- ...
function Check E-Mails()
-- ...

The above are few of the syntax errors I've found. Did you even test the code?


function exit()
 term.clear()
 exit()

Nice missing end you don't have here. I'm convinced that you didn't really test this before posting here.

I don't mean to sound like a dick, but please, post tested code only. Even then, the syntax errors are obvious enough for you to fix them before testing.
martin509 #4
Posted 24 March 2013 - 02:12 PM
This guy seems to have a lot of ambition but is not the best coder.
No offense rhysjack7, but making an OS is a little over your head. Try modding code first, such as graphical replacement or bolting new functionality onto existing programs. Games especially, since they are easy to work with and generally don't have any small nuanced bugs that totally break your Turtle Army Coordination Empire Mining Company - Diamond Edition.
Still, I'm not really an advanced coder and can't really offer any help more than that.
Azhf #5
Posted 27 March 2013 - 01:55 PM
GravityScore beat you to the punch dude. Thunderbird is fully released.
GravityScore #6
Posted 27 March 2013 - 08:56 PM
GravityScore beat you to the punch dude. Thunderbird is fully released.

I can't actually tell if he intended it to use HTTP or Rednet to communicate, cause neither library is used at all in the program…
Cranium #7
Posted 28 March 2013 - 04:22 AM
Locked until you can post some real, working code. PM me if you have such code, or want this moved to the Ask A Pro section because you might need some help learing how to fix these blatant errors.