(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