This is a read-only snapshot of the ComputerCraft forums, taken in April 2020.
xXLeNinjaXx's profile picture

Pastebin Installer

Started by xXLeNinjaXx, 12 January 2014 - 02:21 PM
xXLeNinjaXx #1
Posted 12 January 2014 - 03:21 PM
First Post:

first time i did this i deleted it

I Havent seen much of a "Pastebin topic" so i had some time and made a simple pastebin program

hope you use it and dont hate



V4: pastebin get vNd0Jyw8 Paste-menu
Why do i keep updateing this O_O?,
- Added Muli Upload

V3: pastebin get rbN0eZMa paste
- Added menu (Menu From SunShineX)
- Added Pastebin (get) (pastebin upload)
- Some Bug Fixes



V2: pastebin get sDFpsfkD Paste-menu



V1 pastebin get yAXXfVNd Paste-menu




Future Updates:
DONE:
- Menu
- Multi Upload
- User Friendly - Easy to use
TO DO:
- Add a "Back" Butten in "Multi" Upload
- Bug Fixes
- Spamming of pastebin

ShoutOuts:
- oeed - Multi Upload
Edited on 13 January 2014 - 08:35 AM
CometWolf #2
Posted 12 January 2014 - 03:48 PM
Yo dawg, i heard you like pastebin so you made a pastebin download for… downloading pastebins? Why would anyone use this over simply "pastebin get code name"?
Also, would this part even work?

shell.run("http/pastebin","get",URL,name)
xXLeNinjaXx #3
Posted 12 January 2014 - 04:02 PM
Yo dawg, i heard you like pastebin so you made a pastebin download for… downloading pastebins? Why would anyone use this over simply "pastebin get code name"?
Also, would this part even work?

shell.run("http/pastebin","get",URL,name)

LOL i relised i made a paste-bin of getting pastebins xDDDD but the


shell.run("http/pastebin","get",url,name
accualy works xD
CometWolf #4
Posted 12 January 2014 - 04:10 PM
oh wait, i know why that works… the pastebin program is in a folder called http lol. You don't need the http/ part though…
xXLeNinjaXx #5
Posted 12 January 2014 - 04:18 PM
oh wait, i know why that works… the pastebin program is in a folder called http lol. You don't need the http/ part though…



new update xD
Edited on 13 January 2014 - 08:07 AM
CometWolf #6
Posted 12 January 2014 - 05:49 PM
Do you even test your software? I know for a fact that neither of these will ever run.

if "http/pastebin" == true then
print("Downloaded it as: "..name)
os.reboot()
elseif "http/pastebin" == false then
print("Pastebin Failed!")
os.reboot()
end
xXLeNinjaXx #7
Posted 12 January 2014 - 06:52 PM
Do you even test your software? I know for a fact that neither of these will ever run.

if "http/pastebin" == true then
print("Downloaded it as: "..name)
os.reboot()
elseif "http/pastebin" == false then
print("Pastebin Failed!")
os.reboot()
end


Lol this isnt supposed to be a major cc-software ur supposed to use…

and yes i did test it it just dint accour to me to find whats working and whats not…
so like i said if people use it (probably not) i would continue to update it and make it better (and neatin up the code)
oeed #8
Posted 12 January 2014 - 07:17 PM
Maybe add support for multiple downloads, for example, you upload a Pastebin (or include a table in the program) and it downloads them all. Sort of like an installer. Because, as others have said, at the moment it's rather redundant.
xXLeNinjaXx #9
Posted 12 January 2014 - 08:14 PM
haha you beat me too it i was thinking something like that

EDIT: Fixed
Edited on 12 January 2014 - 08:17 PM
6677 #10
Posted 13 January 2014 - 02:28 PM
and yes i did test it it just dint accour to me to find whats working and whats not…
That is called testing…. So to claim that you tested it yet didnt find what is working and what isn't is entirely contradictory.