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

Help coding a PHP file hosting website

Started by snoble2022, 04 January 2013 - 07:16 AM
snoble2022 #1
Posted 04 January 2013 - 08:16 AM
Hello, I have a webpage (with 000webhost.com, it's free), but I don't know how to code in PHP or html (Or anyother web-based languages) and my website only supports PHP. If someone wants to code the page/s for me they will be given full access to the webpage for their files. Thanks! This will really be a help. BTW, It doesn't have to have graphics (besides the main page, that just needs to say This site doesn't do much), but it will have to have a second page with a login for posting files (The login is only for one person/account, so I don't think it needs a Database for the login), But the rest of the website can just be RAW formatted files (Kinda like pastebin raw). Thanks to anyone willing to help!

EDIT: I only have a gig-and-a-half so the person who makes this will have half of that (plenty for cc programs)
EDIT2: The above is not counting the webpage files! So It may be about a gig-and-quarter or so (i'm not sure), but will be plenty for cc programs
D3matt #2
Posted 04 January 2013 - 08:21 AM
lol. Nobody is going to code a secure website for you. If you only need it for yourself, just use FTP and put the raw CC files in the web directory.
snoble2022 #3
Posted 04 January 2013 - 08:26 AM
I can do that? But I want to have a visual "drag-drop" file uploading system
Dlcruz129 #4
Posted 04 January 2013 - 08:32 AM
I can do that? But I want to have a visual "drag-drop" file uploading system

Get FileZilla, it has a GUI. Plus 000webhost has their own FTP browser that's pretty easy to use.
D3matt #5
Posted 04 January 2013 - 08:50 AM
Why should we help you just because you want your own personal file uploader that nobody else will ever see, be fancy? For a piddly 0.75GB of storage space? Maybe sombody would give you a super basic script, but you're not going to get an authentication script and fancy GUI custom-made for you for free. First off, there aree a few dozen thousand file uploader scripts out there, use google. Second, yes most decent FTP clients will allow drag-and-drop uploading.
PixelToast #6
Posted 04 January 2013 - 08:52 AM
ask NDF how he is doing his new system
last time he got hacked pretty hard so make sure you dont make the same mistake as him
Exerro #7
Posted 04 January 2013 - 11:01 AM
O.o i could do with something like this for my multiplayer game…does anyone want to help me?
D3matt #8
Posted 04 January 2013 - 11:03 AM
O.o i could do with something like this for my multiplayer game…does anyone want to help me?
*facedesk*
Exerro #9
Posted 04 January 2013 - 11:07 AM
O.o i could do with something like this for my multiplayer game…does anyone want to help me?
*facedesk*
XD…is php very hard to learn
PixelToast #10
Posted 04 January 2013 - 02:21 PM
O.o i could do with something like this for my multiplayer game…does anyone want to help me?
*facedesk*
XD…is php very hard to learn
really?
the first php script i wrote took the persons ip and logged it
it took under 10 mins .-.
Dlcruz129 #11
Posted 04 January 2013 - 02:35 PM
Why not just upload your files and give no one the URL? You don't really need security for something personal.
snoble2022 #12
Posted 04 January 2013 - 02:48 PM
Well, for what I want, cc would need the URL to get the files! Admin please lock this thread or remove it, me and GravityScore are working on a website
AfterLifeLochie #13
Posted 04 January 2013 - 04:42 PM
ask NDF how he is doing his new system
last time he got hacked pretty hard so make sure you dont make the same mistake as him

NDFJay didn't know PHP or SQL inside out - and from the digging I did on his behalf, the exploits were simply there because he didn't understand the language and how his code was exploitable.

Quite simply, do not deploy PHP code to a live, public site if you do not understand PHP well enough to know the implications, security considerations and precautions you should take. There are people and even bots out there that will burn you if you're not careful.

Locked per request.