Reply
File Upload Hosts
Old 10-16-2006, 08:41 AM
$5,000 - $9,999 Monthly

Posts: 19
if your any good at php (and tbh if your starting a file host you really should have one on your team.)

You can have a list of flag words, if one of these words is found in the uploaded filename it flags it so you can check it later (eg porn, warez, mission impossible 2 movie blah blah).

Also id recommend any file that you remove from the database for not compling with rules to md5() or sha1() the file. Store every sha1()/md5() in a table within your database, whenever someone uploads a file, sha1()/md5() it and check it against that table. if it matches it means someone has uploaded the same file again and you can safely remove it (md5 and sha1 are pretty **** difficult to match duplicate different files, and if you really dont want to match duplicate files do a md5($file).sha1($file) and store that instead.

Hope that helps
Edit: is there any sites that use xtrafile online?
bluesaga is offline
Reply With Quote
View Public Profile Visit bluesaga's homepage!
 
Old 10-16-2006, 04:10 PM
xtrafile's Avatar
$1,000 - $4,999 Monthly

Posts: 183
Tons of sites use XtraUpload; we have given away thousands of free licenses.
You just have to find them...

FasterUpload.com is the largest site so far using XtraFile's script.
xtrafile is offline
Reply With Quote
View Public Profile Visit xtrafile's homepage!
 
Old 10-16-2006, 05:05 PM
mituozo's Avatar
Junior Talker

Posts: 0
Our file hosting site has nearly 300,000 members. We just delete files when we get a DMCA complaint. We get 3500 ish new users a day, with more than 80GB of files uploaded daily, it'd be ridiculous to even try to keep up with so many uploads. We have a clear TOS though stating that all files uploaded are the user's responsibility and that we don't allow any form of illegal uploads.

During peak time we can also have upwards of 2000 people connected to MySQL and 200-300 visitors using the actual site at a time. (registering, uploading, etc..)
mituozo is offline
Reply With Quote
View Public Profile
 
Reply     « Reply to File Upload Hosts

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off




   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML

 


Page generated in 0.11355 seconds with 11 queries