24 posts
Posted 09 September 2012 - 02:49 PM
Hello there.
I'm wondering if it's possible somehow to open a file from your own computer to a smp server?
Or do I have to write/paste it all in manually, because the admins haven't got time to mess with it.
Thanks.
55 posts
Location
Everywhere.
Posted 09 September 2012 - 04:08 PM
I just copy paste it. Is a good reason to use lots of loops, or you end up copying the same 2 lines for hours……
24 posts
Posted 09 September 2012 - 04:13 PM
I just think it would be really smart if you could paste whole lines, or drag 'n' drop it into the computer.
55 posts
Location
Everywhere.
Posted 09 September 2012 - 04:19 PM
You can paste whole lines, just not whole programs.
24 posts
Posted 09 September 2012 - 05:09 PM
I know, it's a bit of a pain in a certain place :I
12 posts
Posted 09 September 2012 - 06:53 PM
If the server has http enabled you could use pastebin.
"pastebin put foo" will upload the file "foo" to pastebin.com, and print the URL.
Do this from your ssp game with your files
Or just copy paste them to pastebin
"pastebin get xq5gc7LB foo" will download the file from the URL
http://pastebin.com/xq5gc7LB, and save it as "foo".
Do this on your SMP computer.
24 posts
Posted 16 September 2012 - 01:52 PM
How do I find out if it's enabled?
8543 posts
Posted 16 September 2012 - 08:32 PM
How do I find out if it's enabled?
The quickest way is to get on a computer on the server, open up the lua prompt and type 'http'. If it says nil, the http API is disabled, if it says table: (eight hex digits), it's enabled.