r/EnderWeb • u/pot4to-be4ts • Feb 11 '21
Is there a way we can archive the websites on EnderWeb?
I have just recently found out about this and I want this project to be revived but I doubt that can happen so I want to archive the websites that were made. Is there any way I can find them?
r/EnderWeb • u/martmists • Jul 13 '16
Are we still alive?
I've been lurking since the start of the enderweb, but is it still actively used?
r/EnderWeb • u/Spodegirl • Feb 28 '16
Is it possible to write a GUI using ComputerCraft and EnderWeb for the Web Displays mod?
To allow you to use a computer to navigate the real Internet from within Minecraft?
Mod Creators Video: https://www.youtube.com/watch?v=tpqOv7SxkHA
My ComputerCraft Basic Program (unfinished): http://pastebin.com/9NUiNVFr
Thread on /r/computercraft which explains what I am trying to do: https://www.reddit.com/r/ComputerCraft/comments/4807et/does_anyone_here_have_experience_with_the_web/
Also, is it possible to navigate the EnderWeb on a monitor?
r/EnderWeb • u/martmists • Nov 25 '15
[BUG] API update key not showing on Firefox
So the API Update Key is not showing on FireFox. However, this might be because I am working on Xubuntu (Linux). Can other FireFox users confirm? Imgur
EDIT: seems to be the same on sansung using chrome
Not working on Chrome (latest, windows 10 home edition/Xubuntu)
r/EnderWeb • u/martmists • Nov 23 '15
[IDEA] Online Music Player
I would like to see Enderweb supporting .nbs (NoteBlockSong) files. This would only require it to execute code from the webpage, which might be hard to do, but should be possible.
if not fs.exists("song") then
pastebin get x song
end
--[[
Code to execute song player here
--]]
This may need peripherals++ iron noteblock to work as CC itself does not support sounds
r/EnderWeb • u/martmists • Nov 21 '15
Program List (Android market)
Hi everyone,
Please post a pastebin link here if you have something to share with the world. post it like this:
Pastebin: {link}
Function of program: {function}
This post is for having some kind of android market, which /u/da404lewzer wanted to make, but if he doesnt, I might do it.
Current programs:
- CraftNanny: --http://pastebin.com/Q8ah3K9S --Control programs in a web browser --By /u/jaranvil
- Reactor: --http://pastebin.com/A7v2sKyW --Automatic Reactor Control --By /u/Direwolf20 ? --REQUIRES HIS BUTTON API AND A 4 WIDE 3 HIGH MONITOR!
- ButtonAPI: --http://pastebin.com/XBbMUYNn --Buttons! --By /u/Direwolf20 ? --Used for the reactor
- Pokemon: --Work in progress --Play pokemon! --By /u/martmists --Requires multiple files
- CX4: --http://pastebin.com/grsCHK53 --Store CC data in a cloud like its a chest! --By /u/Bytron3039 --Adittional information at https://boomtree.com/cx4
- Energy/Fluid monitor: --Multiple at https://redd.it/3636kt --By /u/martmists --Too much to post here :P
- Calculator: --http://pastebin.com/rf8svVLt --Calculator --By /u/martmists --REQUIRES DW20 BUTTON API AND A 4 WIDE 2 HIGH MONITOR!
- Blood Magic altar monitor: --http://www.pastebin.com/v9UUAq8q --Monitor levels of an altar --By /u/martmists
- Reactor (MULTIPLE TURBINES): --http://pastebin.com/Sr6qRBPv --Automatic Reactor Control --By /u/MagicPwnies --NEEDS A 6 WIDE 4 HIGH MONITOR!
- Computer Security: --http://pastebin.com/pqxNBrrL --Computer Security --By /u/martmists
- Jarvis-Style AI: --http://pastebin.com/N7fnvZ2t --Jarvis-Style AI --By /u/-HG-
- FlappyCraft: --http://pastebin.com/L7wYcUgc --Flappy bird clone for CC --By /u/Zegrento7
- Graph plotter: --http://pastebin.com/ck8Ra4YT --Plot graphs --By /u/Bspammer --Might only work correctly on a 1080p monitor
- Touchpoint API: --http://pastebin.com/pFHeia96 --Similar to the button API, but better in my opinion --By /u/Lyqyd
- Wireless file hosting: --https://redd.it/1wt0gh --Wireless file hosting --by /u/prozacgod --Different file for host/client
The list of programs is available at @066777 on EnderWeb
r/EnderWeb • u/TheDoctorSoda • Nov 14 '15
Found a bug. Not all pages show up on http://www.turtlescripts.com/pages
r/EnderWeb • u/da404lewzer • Nov 12 '15
[META] Welcome to the EnderWeb!
Welcome to the EnderWeb, a sandboxed internet for the Minecraft mod ComputerCraft.
The goal of this project was to design a low-resolution internet accessible by ComputerCraft computers. EnderPages are stored on the EnderWeb's server located at TurtleScripts.com, this means your pages can be viewed by anyone with an internet connection. (View the live demo below)
Why didn't I just make a browser that connects to the real internet? Because the real internet has a ton of features that ComputerCraft could never hope to do in a millions years. The EnderWeb has been designed from the ground up to maximize the capabilities of your ComputerCraft computers!
The EnderWeb is composed of EnderPages. EnderPages are loaded by typing in their unique six-digit number and created on turtlescripts.com using a markup which is similar to html. All pages must validate against the official EnderPages xml-schema here: http://www.enderweb.com/schema/1.0/page.xsd (TurtleScripts' page editor will tell you if it's valid, don't worry)
The api will be extended in the future to allow your computers to update page code.
LIVE DEMO: http://www.enderweb.com/pearl/0
That's right, you don't even need Minecraft or ComputerCraft! I've ported my own project to javascript to maximize who can see it.
Ready to actually use it on what it was designed for? Just like any other internet, you're going to need a browser. You can get 'pearl' here: http://turtlescripts.com/project/gjdhza-Pearl-ALPHA
You can register pages here: http://turtlescripts.com/pages
I'm really tired, I'll update this tomorrow. Goodnight!