Posted 24 March 2018 - 10:07 PM
So I made another one of these to make a internet on a server I play with my friends. Here are the features:
Downloads:
Server: pastebin get t4EXwwaZ server
Browser: pastebin get PZSPrKGC browser
If you want to set up a server, follow these steps:
WARNING: This is extremely unsave! Websites can do anything with your computer and clients can crash the server. This can also lead to server lag if many players use it at the same time.
- web servers with multiple sites (duh.)
- sites with images and scripts
- easy to write websites
- browser with search function (duh.)
Downloads:
Server: pastebin get t4EXwwaZ server
Browser: pastebin get PZSPrKGC browser
If you want to set up a server, follow these steps:
- type 'set serverIp <sitename>'
- create directory website
- create text document website/website
- edit website/website how you want
-- simple text
simpe text (Warning: has to have a space at the beginning)
-- a link, will display as Link to a website
link mc.website.sol/website,Link to a website
-- set cursor position
set 10,10
-- move cursor position
move 1,1
-- set color
color blue
-- image element
image mc.website.sol/image.nfp
-- script element
script mc.website.sol/script.lua
I don't expect you to use this, I just wanted to post this because I found it turned out pretty well.</sitename>WARNING: This is extremely unsave! Websites can do anything with your computer and clients can crash the server. This can also lead to server lag if many players use it at the same time.
Edited on 25 March 2018 - 06:26 AM