Post: How to make a basic file uploading & hosting site!
10-21-2010, 12:53 PM #1
Securing_Bravo
~ The Graphics Room ~
(adsbygoogle = window.adsbygoogle || []).push({}); So I'm going to be teaching you how to make a basic file uploading and hosting site, here goes.


the upload.php will not work on your computer, you will need to register on a webhost which allows PHP;You must login or register to view this content.
Site preview;You must login or register to view this content.
You will not get the green template, unless you do a sharecash download for it;You must login or register to view this content.

[multipage=Codes and what they mean]
Below is the code for the background colour, change the #838B83 to another code from You must login or register to view this content. to change the colour of the background.
    <style>
body { background-color:#838B83; }
</style>



Is the upload image, replace the link with another one.
    <link rel="shortcut icon" href="https://www.crackster.eu/images/upload/up.png"/>


Is just a basic banner for the website, change the link to your banner link.
    <img src="https://imageupload.zxq.net/site/img/imageupload.png">


This is the action of what happens when you press upload; the action is it take you to /upload.php
    <form action="./upload.php" method="post" enctype="multipart/form-data">


This is the select a file box, gets the file name etc and sticks it in the box.
    
<label for="file">Select a file:</label> <input type="file" name="userfile" id="file"> <br />


this is just the upload image button.
    
<input type="image" src="https://www.crackster.eu/images/upload/up.png" class='uploadbtn' />


Get the full code, which you will need to make the site, here the tutorila is for the understanding of how it was made but click here for the code.

[multipage= Download;]

Well here is the download for the whole thing, upload the file to a webhost using filezilla.

Download for whole script; You must login or register to view this content.

Need anymore help, want another tut or any questions, ask away!

Don't forget to rep if it helped Winky Winky
(adsbygoogle = window.adsbygoogle || []).push({});

The following user thanked Securing_Bravo for this useful post:

rokkafella-3
10-22-2010, 04:27 AM #2
Did you just leech this from a nulled site...
10-22-2010, 11:07 AM #3
Securing_Bravo
~ The Graphics Room ~
Originally posted by AgentBearJewsHO View Post
Did you just leech this from a nulled site...


No, I created this with a bit of help.
10-22-2010, 04:05 PM #4
looks good, well done and well wrote
10-23-2010, 12:25 PM #5
Securing_Bravo
~ The Graphics Room ~
Originally posted by Republic View Post
looks good, well done and well wrote


Thanks for your input,
It's a shame this section doesn't have regular users etc. Probably because everyone is MW2 addicts waiting for Black Ops Outie
10-23-2010, 12:43 PM #6
Put the file types in a function. Use mysql to update allowed file types. Looks good.

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo