Jump to content


emerald's Content

There have been 11 items by emerald (Search limited from 10-February 22)


By content type

See this member's

Sort by                Order  

#270235 Axiom - The easy to use UI/OS

Posted by emerald on 11 September 2017 - 06:38 PM in Operating Systems

I made a virus with ease, so you might want to update your security features =P
What it does is delete the startup file, open the startup file, then add custom code, rendering the computer useless if you add the right code (shutdown on start, delete anything, maybe even keep the OS but give the virus admin access etc.) Here it is:
pastebin get f9LN6P9R whatever



#266095 PackPocket - ComputerCraft apt-like package installer!

Posted by emerald on 04 April 2017 - 08:33 PM in APIs and Utilities

-=RESERVED BY OP=-



#263218 pkg | Packager with rotate encryption!

Posted by emerald on 30 December 2016 - 03:10 PM in APIs and Utilities

Hey, can I use this and package an edited version of this by default with my OS? Because my OS will come with a tool to package software and basing it off of this would be the quickest way to do it.



#263182 EMRLD Shell ver 1.0 ALPHA

Posted by emerald on 29 December 2016 - 05:32 PM in Operating Systems

View PostWeareverylucky, on 29 December 2016 - 01:51 AM, said:

Speaking of FTP, If you are going to add that in EMRLD, make sure you make a option to have a SFTP Protocol with a custom port so if you do decide to add FTP, add those :)

EDIT: Also here is a few main things you need to worry about on your OS,

1. Have an GUI-Interface for the users to experience better with your OS. They may NOT know that you have to type in a exact program name order for them to use a program such as 'paint'.
2. Under the program 'crun', When I typed it in your shell, it came with a empty input field that the cursor was simultaneously blinking. Then when I would type in a program name such as 'paint' it would give me this error,

Posted Image

3. Don't Create files that you have nothing written into them.
4. Some Programs do not install such as TacoIDE, FIle Browser, and etc.

5: If you would like more tips or understanding anything, email me at [email protected]<script data-cfhash='f9e31' type="text/javascript">/* */</script>
And 6. If you would like to see my OS, click the link in my signature and you can see what I am working on.

BTW, besides all the stuff you need to fix, good job! :D
Thanks for the feedback! I will look into adding SFTP protocol and also, as for the GUI, the whole idea of this project was for it to be a better CraftOS so, for the GUI, that will not be part of the standard EMRLD shell. However, I am working on a framework (Nicknamed "Ruby") which will directly run on-top of EMRLD and will also allow for GUIs to work very smoothly with EMRLD and it's functions.

And, for working with you on your OS, I won't use E-mail because Gmail seems to hate me and i'm to lazy to make a new email account, but we could talk through PMS and I could help make the basis for the OS with you. Again, thanks for the feedback!



#263150 EMRLD Shell ver 1.0 ALPHA

Posted by emerald on 28 December 2016 - 09:06 PM in Operating Systems

Hey, sorry for not responding fast, i was caught up in a tekkit server =P. Anyway, yes. If you could help with ANYTHING i would be very grateful! Everything you listed that you could do for this project would be extremely useful. Having FTP would be really useful built into the shell. Also, about GUIs, the shell itself will not have a GUI however I may make an API for the shell that will be used to interface with it and then make a program to run over the shell (from what I found Eni-OS is the only good CC OS that works well with EMRLD). Anyway, if you see this, pm me if you are still interested in helping me!



#261535 A computercraft forum API

Posted by emerald on 06 November 2016 - 11:11 PM in Suggestions

View PostH4X0RZ, on 03 November 2016 - 10:25 PM, said:

Quote

To be able to download code snippets. So, say you found a forum post and it had some code snippets but you wanted to download them onto your cc computer and there was no Pastebin link(Before you say just copy it into notepad ++ and put into a folder, remember some people play on servers). When making a code-snippet, you should maybe add a "name" for the snippet and then maybe do
Just create a new paste on pastebin containing that code snippet. Problem solved.

Quote

Edit forum posts you created. So, say you wanted to make a program that automagicly updates the Pastebin/market download code, you could. So, basicaly it will replace a line of your will.
  • There are many ways to intercept the connection between the computer and the server. I won't ever use this because it's way too easy to steal your data.



  • You just have to edit the paste instead of creating a new one every time. Same goes for the "market code", although I'm not sure which "market" you are refering to.

Quote

Use forum posts to host data! If they also added a forum.read(...) then you could update a forum post to host data(Maybe an online store?) I will give no example on how you may do this cause I have no idea
Why should dan give away storage for free (which, if exploited correctly, might even turn out to be "endless"). Way too much for the devs to sandbox, and the gain is almost non-existant for them. If you need more space, abuse disk labels.
Thanks for explaining. I recently started learning HTML, JS, CSS, HTTP, PHP and MySQL(Because I own a game cheats website and I want to code it instead of using a website maker) so I may be able to do what I needed with CC on my own webserver.



#261393 A computercraft forum API

Posted by emerald on 03 November 2016 - 08:57 PM in Suggestions

View PostEveryOSforPresident, on 03 November 2016 - 01:08 PM, said:

Know what, you can probably already use the http API to do this! Isn't that great!?
Yes, but for people like me who don't understand HTTP and find it hard learning, this would be good.



#261325 [OpenCCSensors] How to display where players are?

Posted by emerald on 02 November 2016 - 05:52 PM in Ask a Pro

View PostLupus590, on 01 November 2016 - 10:14 PM, said:

if per room accuracy is enough then place short-range sensors at doors and log entrance/exit

you may be able to get the player's location out of their table (as returned by the sensor), print out all of the keys of the table:
--# print all the keys/indexes of a table
for k in pairs(myTable) do
  print(k)
end

if it isn't provided then you could use several sensors and reverse a gps
Thanks!



#261276 [OpenCCSensors] How to display where players are?

Posted by emerald on 01 November 2016 - 05:20 PM in Ask a Pro

Hey, so I play tekkit legends allot and I play in a team. I want to be able to list what players are in what rooms. So, for example, I would have a map of the base on a monitor and have a pixel where people are, with their username enclosed in [ ]. It will also add what player was in what room along with the time into a text file. I can do all of this bar the sensing players and where they are. Any help? Or example code I can study?
And just to have the dankest memes:
Such doge, much wow, many programs.



#261213 A computercraft forum API

Posted by emerald on 30 October 2016 - 02:44 PM in Suggestions

So, I had this idea of being able to post/get posts off of the computercraft forums in-game. I mean, I know it is probably possible already using the HTTP API but for many of us we do not understand HTTP, PHP or MySQL. I mean, I am going to learn it but it would just be soo easy to see an official API to post and "download" posts from the forums. My ideas were:
  • To be able to download code snippets. So, say you found a forum post and it had some code snippets but you wanted to download them onto your cc computer and there was no Pastebin link(Before you say just copy it into notepad ++ and put into a folder, remember some people play on servers). When making a code-snippet, you should maybe add a "name" for the snippet and then maybe do
    dat = forum.getCodeSNippet("forum link", "snippet name")
    
    To get save it to a variable.
  • Edit forum posts you created. So, say you wanted to make a program that automagicly updates the Pastebin/market download code, you could. So, basicaly it will replace a line of your will. maybe:
    forum.edit("page link", "usr name", "password", "replaced text here")
    
  • Use forum posts to host data! If they also added a forum.read(...) then you could update a forum post to host data(Maybe an online store?) I will give no example on how you may do this cause I have no idea :P
Thanks for reading my suggestion. I know at least 1 mod will see this cause this is only my second post.



#261077 EMRLD Shell ver 1.0 ALPHA

Posted by emerald on 25 October 2016 - 08:45 PM in Operating Systems

Hey, my old post for EMRLD shell was removed the day I made my first working release. So ima restart now i have a working build.

Hello guys, i am very new to this forum to excuse my bad presentation. The whole point of making EMRLD shell was because on my favorite tekkit legends server I had made a large "server room". I made this because I was going to set up an intranet around my base so we could controll thing wirelessly and people in our small town(As that was the plan for it) could make websites on it in Lua. Then i found out how hard it would be to control all of these using craftOS. I mean, i had to have multiple programs running but I also needed them to all to communicate with each other(The programs and the computers). So i thought "If i just made a startup task that was like a mid-way for the programs this could work!" So I began developing EMRLD shell. It includes(The brackets next to it are it's program names in the package):

a graphical file browser(browser)
nPaint by nitrogen fingers.(paint)
EnderWeb by turtle scripts(web)
TACO editor(taco)
math(add/sub/multi/div/mod )
a run command by me{due to the way i coded the shell you must use this to run programs inside
Another directory without the use of shell}(crun path)
a shell shortcut(craftOS)
turtlemarket(market)
email and email server hosting(email and emailHost)
app store(app)
CCBash(cc )

and as far as i can see this is all i got.
Now, this OS comes in an installer(as all the functions are separate programs) so idk if this is considered an OS opener(As they aren't allowed) but this includes the OS i made and some more programs for ease-of-use. All credit needed was given in the program list.
pastebin get w1RtfqFd market
market get gjdig1 install spktrl y

once you have downloaded and ran the the installer it will install all the programs in the package and make the directories.
If you wish to add moe programs do

Quote

cd os/.programs/
and then add any programs you wish. only programs here will be able to be directly ran through the shell. If you want me to release a bare-bones shell with only my programs then just ask. if i get enough people wanting it i will. Ik this post is allready suuuuper long but i just wana tell you how to use ccbash

# hashtag, double / or double - is used for comments
# ccbash basically just runs programs in a set order. but unlike
# using shell.run("asdaf") this is faster as you only type in the pure
# paths or how it is executed from the / directory.
#lists contents of current directory
ls
#changes directory
cd os
#changes back to / directory
cd /
# Basically, anything you could type into a shell type here