Jump to content




Weby -- the first multi-universe web browser

computer networking

19 replies to this topic

#1 syfygirl

  • Members
  • 94 posts
  • LocationSomewhere in my mind, to which only makes sense to me.

Posted 29 April 2014 - 08:28 PM

hi i am new to the computercraft forums :D . I built this program, Weby, so that anyone from any server (running computercraft with internet) can access a website.

to get program type: pastebin get pxa5wdRW


to access a website you would type 'website name.ma'

currently I only have weby.ma as the website

--------------------------------------------------------------------
how to make a website
--------------------------------------------------------------------

to make a website just make a lua coded file and name it name.ma and send it to me at [email protected]

#2 CometWolf

  • Members
  • 1,283 posts

Posted 29 April 2014 - 09:18 PM

I don't get it... This appears to be a glorified shell.run?

#3 syfygirl

  • Members
  • 94 posts
  • LocationSomewhere in my mind, to which only makes sense to me.

Posted 29 April 2014 - 09:21 PM

sorta, you can run a website from any server

#4 Saldor010

  • Members
  • 467 posts
  • LocationThe United States

Posted 29 April 2014 - 10:50 PM

test:42:attempt to index ? (a nil value)

This is what it errored with when I tried running the installer. Also, the buttons confused me at first. I thought you were supposed to click them, and after 10 seconds of trying to figure them out, I realized you used the arrow keys. A good button system should be intuitive. I can't really say much else on the subject, considering your installer broke before it had a chance to install.

#5 syfygirl

  • Members
  • 94 posts
  • LocationSomewhere in my mind, to which only makes sense to me.

Posted 29 April 2014 - 11:57 PM

Do you have http api enabled?

#6 Saldor010

  • Members
  • 467 posts
  • LocationThe United States

Posted 30 April 2014 - 12:41 AM

View Postsyfyguy13, on 29 April 2014 - 11:57 PM, said:

Do you have http api enabled?

Yes, otherwise I couldn't have downloaded the installer. :rolleyes:

#7 syfygirl

  • Members
  • 94 posts
  • LocationSomewhere in my mind, to which only makes sense to me.

Posted 30 April 2014 - 12:50 AM

If you would be be so kind to try the installer again :) there is so much that can go wrong in a download

#8 Saldor010

  • Members
  • 467 posts
  • LocationThe United States

Posted 30 April 2014 - 01:05 AM

View Postsyfyguy13, on 30 April 2014 - 12:50 AM, said:

If you would be be so kind to try the installer again :) there is so much that can go wrong in a download

I tried it about 3 times. Unless you're wanting me to re-download the installer?

#9 syfygirl

  • Members
  • 94 posts
  • LocationSomewhere in my mind, to which only makes sense to me.

Posted 30 April 2014 - 02:29 AM

i have updated the installer i am terribly sorry i cannot post more often i am having thunderstorms

#10 Saldor010

  • Members
  • 467 posts
  • LocationThe United States

Posted 30 April 2014 - 01:30 PM

Okay, I've done a little debugging on your installer. The content does indeed have content in it, so that's not the problem. I also tried changing it to f.write("hi!"), but it still errored, so I don't know. Also, I'm running this on Computercraft 1.5 (Tekkit Lite).

#11 syfygirl

  • Members
  • 94 posts
  • LocationSomewhere in my mind, to which only makes sense to me.

Posted 30 April 2014 - 02:19 PM

Ok thanks that means that its not opening the file properly, probably

#12 syfygirl

  • Members
  • 94 posts
  • LocationSomewhere in my mind, to which only makes sense to me.

Posted 30 April 2014 - 02:55 PM

do you use windows? If so you need to check some thingS:


in computercraft type
Lua


Then
Fs.makeDir("/weby")
Exit()

Edited by syfyguy13, 30 April 2014 - 02:56 PM.


#13 Saldor010

  • Members
  • 467 posts
  • LocationThe United States

Posted 30 April 2014 - 04:01 PM

View Postsyfyguy13, on 30 April 2014 - 02:55 PM, said:

do you use windows? If so you need to check some thingS:


in computercraft type
Lua


Then
Fs.makeDir("/weby")
Exit()

Lua is case sensitive, so obviously none of those worked. They did work however when I removed the first letter capitalization.

#14 syfygirl

  • Members
  • 94 posts
  • LocationSomewhere in my mind, to which only makes sense to me.

Posted 30 April 2014 - 05:08 PM

I just relised that android capitolizes every new sentance sorry :D

Edited by syfyguy13, 30 April 2014 - 05:10 PM.


#15 Agoldfish

  • Members
  • 451 posts
  • LocationSome Fish Bowl in Ohio.

Posted 30 April 2014 - 06:20 PM

Yep. Another glorified shell.run().

#16 syfygirl

  • Members
  • 94 posts
  • LocationSomewhere in my mind, to which only makes sense to me.

Posted 30 April 2014 - 07:23 PM

Do to errors and complaints saying its just a shell.run program i'm abandoning the project :(

#17 Agoldfish

  • Members
  • 451 posts
  • LocationSome Fish Bowl in Ohio.

Posted 30 April 2014 - 08:25 PM

View Postsyfyguy13, on 30 April 2014 - 07:23 PM, said:

Do to errors and complaints saying its just a shell.run program i'm abandoning the project :(

View Postsyfyguy13, on 30 April 2014 - 07:23 PM, said:

Do to errors and complaints saying its just a shell.run program i'm abandoning the project :(
You don't have to quit! It's just a start, wasn't Windows just a keyboard and a black screen when it first started?

#18 syfygirl

  • Members
  • 94 posts
  • LocationSomewhere in my mind, to which only makes sense to me.

Posted 30 April 2014 - 08:59 PM

alright, well technically windows started with a kernel and file system, not a black screen. although i do often get blue screens :D

Edited by syfyguy13, 30 April 2014 - 09:00 PM.


#19 Agoldfish

  • Members
  • 451 posts
  • LocationSome Fish Bowl in Ohio.

Posted 30 April 2014 - 11:13 PM

View Postsyfyguy13, on 30 April 2014 - 08:59 PM, said:

alright, well technically windows started with a kernel and file system, not a black screen. although i do often get blue screens :D
I'm being encouraging, don't make me stop. :P

#20 CoLDarkness

  • Members
  • 53 posts
  • LocationVoid

Posted 01 May 2014 - 12:07 PM

A little basic but if you can make some stuff with PHP and automatic website creating, would be great.





1 user(s) are reading this topic

0 members, 1 guests, 0 anonymous users