Mod Name:Download Quota
http://custom.simplemachines.org/mods/index.php?mod=1897Type:Permissions
ไฟล์ที่ต้องแก้ไขเพิ่มเติม สำหรับ smf 2.0.11
./Sources/Display.php(Find):
list ($id_folder, $real_filename, $file_hash, $file_ext, $id_attach, $attachment_type, $mime_type, $is_approved, $id_member) = $smcFunc['db_fetch_row']($request);
(Replace):
$temp_row = $smcFunc['db_fetch_row']($request);
if(!isset($temp_row[8]))
$temp_row[8] = 0;
list ($id_folder, $real_filename, $file_hash, $file_ext, $id_attach, $attachment_type, $mime_type, $is_approved, $id_member, $file_size) = $temp_row;
หลังติดตั้งเข้าไปตั้งค่าโควต้าที่Membergroup
Mod DefaultsAdministrators = No quota
Global Moderators = No quota
Moderators = 10 MB
Other Groups = 0 MB
In other words, most user groups will have to have to values modified