I made a warez site for frihost. You can see it on http://www.rvec.frih.net .
It was in my sig for a while and I got a lot of cool pms from users (loved those). As you might've guessed or found out the site doesn't really provide warez. It did log the ips of all users trying to down- or upload a file on the site. With my moderator access I was able to connect users on the forums to the ips and put those users on this page.
I now want to make a new site. So I decided to sell this one for frih
.
I think 300 frih$ should be enough, but if more users are interested you may outbid each other
.
to show you how easy it will be to modify the script this is the config.php file:
This site can easily be used as a joke on any other free hosting. Most hosts don't allow warez on their hosting so the comments on it can be quite funny
.
I have to add I am not the best coder and the HTML is not by the rules. It does work IE and FF, but it doesn't have a CSS file and the code isn't well written. The code is very simple though so for a beginning php coder it's understandable.
It was in my sig for a while and I got a lot of cool pms from users (loved those). As you might've guessed or found out the site doesn't really provide warez. It did log the ips of all users trying to down- or upload a file on the site. With my moderator access I was able to connect users on the forums to the ips and put those users on this page.
I now want to make a new site. So I decided to sell this one for frih
I think 300 frih$ should be enough, but if more users are interested you may outbid each other
to show you how easy it will be to modify the script this is the config.php file:
| Code: |
| <?
//database settings $host = localhost; $user = rvec_user; $passwd = pass; $database = rvec_db; //file settings $downloadfile = "hec.zip"; //file to download $uploadpic = "uploading.gif"; //picture to show while "uploading" $uploaded = "index.php"; //page to go to after "uploading" $banner = "banner.jpg"; //image to display in header on every page $partner = "http://www.frihost.com"; //link where all partner links should point at // other settings $searchnum = 50; //maximum number of links to display after a search $lastsearch = 20; //number of last searched items to display on search page if no search is done $lastadd = 20; //number of "lastadded" items to display on index page $indexsearch = 5; //number of last searched items to display on index page $wait = 15; //number of seconds "uploading" should take ?> |
This site can easily be used as a joke on any other free hosting. Most hosts don't allow warez on their hosting so the comments on it can be quite funny
I have to add I am not the best coder and the HTML is not by the rules. It does work IE and FF, but it doesn't have a CSS file and the code isn't well written. The code is very simple though so for a beginning php coder it's understandable.
