index page add top uploader

This commit is contained in:
xiaomlove
2022-04-25 01:22:07 +08:00
parent c3969aeee9
commit a47b33a983
18 changed files with 156 additions and 60 deletions

View File

@@ -269,18 +269,18 @@ $lang_settings = array
'row_allow_giving_bonus_gift' => "Allow giving bonus gift",
'text_giving_bonus_gift_note' => "Allow users to give bonus gift to each other. Default 'yes'.",
'head_account_settings' => "Account Settings",
'row_never_delete' => "Never delete",
'text_delete_inactive_accounts' => "Delete Inactive User Accounts",
'text_never_delete' => " or above would never be deleted. Default ",
'row_never_delete_if_packed' => "Never delete if packed",
'text_never_delete_if_packed' => " or above would never be deleted if packed. Default ",
'row_delete_packed' => "Delete packed accounts",
'text_delete_packed_note_one' => "Packed accounts would be deleted if users have not logged in for more than ",
'row_never_delete' => "Never disable",
'text_delete_inactive_accounts' => "Disable Inactive User Accounts",
'text_never_delete' => " or above would never be disable. Default ",
'row_never_delete_if_packed' => "Never disable if packed",
'text_never_delete_if_packed' => " or above would never be disabled if packed. Default ",
'row_delete_packed' => "Disable packed accounts",
'text_delete_packed_note_one' => "Packed accounts would be disabled if users have not logged in for more than ",
'text_delete_packed_note_two' => " days in a row. Default '400', set it to '0' to disable the rule.",
'row_delete_unpacked' => "Delete unpacked accounts",
'text_delete_unpacked_note_one' => "Unpacked accounts would be deleted if users have not logged in for more than ",
'row_delete_unpacked' => "Disable unpacked accounts",
'text_delete_unpacked_note_one' => "Unpacked accounts would be disabled if users have not logged in for more than ",
'text_delete_unpacked_note_two' => " days in a row. Default '150', set it to '0' to disable the rule.",
'row_delete_no_transfer' => "Delete accounts with no transfer data",
'row_delete_no_transfer' => "Disable accounts with no transfer data",
'text_delete_transfer_note_one' => "Accounts with both uploaded and downloaded amount being 0 would be deleted if users have not logged in for more than ",
'text_delete_transfer_note_two' => " days in a row, or users have been registered for more than ",
'text_delete_transfer_note_three' => " days. Default '60', '0'. <br />NOTE: Two rules work seperately. Setting one of them to '0' <b>ONLY</b> disables one rule.",