可以关注的一个比赛:
We at superfastfile.com have decided to launch a competition. The rules are simple: use your referral link to refer new users to the site. The user with the most referrals by the end of march will receive 5 dollars for each referral made.
SuperFastFile
一 注册:
SuperFastFile 的注册比较简单,其实网盘注册都比较简单,要求低,注册就能成功。填写注册信息点击注册后会有封你的用户名和密码的邮件到你邮箱。

二 操作界面:
SuperFastFile支持两种上传方式:Web上传或者remote上传,web上传速度一般50k左右。 向来觉得remote上传是非常方便的,你可以先把你的文件用ftp放入你的免费虚拟主机里面,然后用一个脚本列出文件列表,然后直接把文件列表拷贝到remote上传界面里面批量上传。 如果你的虚拟主机是美国的话,速度可以达到3M/s,非常快就传完了。
这是web上传和remote上传界面:


这是虚拟主机列出当前目录文件的php脚本:
<?php
if ($handle = opendir('./'.$type1.'/'.$type2)) {
$i = 0;
while (false !== ($file = readdir($handle))) {
if ($file != "." && $file != ".." && $file != "index.php") {
echo "http://www.yourdomian.com".substr(getcwd(), 46).;
echo "/$file<br/>";
$i++;
if ($i == 10)
{
echo "<br/>";
$i = 0;
}
}
}
closedir($handle);
}
?>
这是文件管理界面:

三 下载:
相对来说superfastfile的下载限制还是比较少的,只要等待40秒(第二次下载只要等待4秒)。有些网盘下载要等待3分钟。不足的就是匿名下载有限制,经常出现网络拥堵限制匿名用户下载。







