assorted: add/update activity info to config

This commit is contained in:
Garfield69 2024-02-29 14:55:22 +13:00
parent 2bc6d2834c
commit a6d074cb63
29 changed files with 56 additions and 20 deletions

View File

@ -75,7 +75,7 @@ settings:
- name: info_activity
type: info
label: Account Inactivity
default: "Account retention rules:<ul><li>Veteran User and above: users will be retained forever</li><li>Elite User and above: users will not have their accounts deleted after parking their accounts (in the control panel)</li><li>Users who have parked their accounts will be deleted if they do not log in for 400 consecutive days.</li><li>Users whose accounts have not been parked will have their accounts deleted if they do not log in for 150 consecutive days</li><li>Users with no traffic (ie, upload/download data are both 0) will have their accounts deleted if they do not log in for 100 consecutive days.</li></ul>"
default: "Account retention rules:<ol><li>Veteran User and above will be retained forever</li><li>Elite User and above will not have their accounts deleted after parking their accounts (in the control panel)</li><li>Users who have parked their accounts will be deleted if they do not log in for 400 consecutive days</li><li>Users whose accounts have not been parked will have their accounts deleted if they do not log in for 150 consecutive days</li><li>Users with no traffic (ie, upload/download data are both 0) will have their accounts deleted if they do not log in for 100 consecutive days.</li></ol>"
login:
path: login.php

View File

@ -62,7 +62,7 @@ settings:
- name: info_activity
type: info
label: Account Inactivity
default: "Account retention rules:<ul><li>Veteran User (junior college) and above: users will be retained forever</li><li>Elite User (junior high school) and above: users will not be deleted by the system after parking their account (in the control panel)</li><li>Users who have parked their accounts and do not log in for 400 consecutive days will have their accounts deleted by the system</li><li>Users who have not parked their accounts and do not log in for 150 consecutive days will have their accounts deleted by the system</li><li>Users with no traffic (that is, upload/download data are both 0) will be deleted by the system if they do not log in for 15 consecutive days, or if the registration time reaches 60 days.</li></ul>"
default: "Account retention rules:<ol><li>Veteran User (junior college) and above will be retained forever</li><li>Elite User (junior high school) and above will not be deleted by the system after parking their account (in the control panel)</li><li>Users who have parked their accounts and do not log in for 400 consecutive days will have their accounts deleted by the system</li><li>Users who have not parked their accounts and do not log in for 150 consecutive days will have their accounts deleted by the system</li><li>Users with no traffic (that is, upload/download data are both 0) will be deleted by the system if they do not log in for 15 consecutive days, or if the registration time reaches 60 days.</li></ol>"
login:
path: login.php

View File

@ -101,7 +101,7 @@ settings:
- name: info_activity
type: info
label: Account Inactivity
default: "Account retention rules:<ul><li>Any account that has unread PMs older than 14 days or has not logged in for 30 days will be suspended.</li><li>Any account that has not been logged into for 90 days is deemed inactive and will thus be purged.</li><li>Any account that has not been logged into for 30 days is deemed inactive and will be put on suspension until User logs in again.</li><li>Users stats, points, and history are irrevocably lost when purged.</li><li>Logging into the site is the ONLY way to keep an account active.</li><li>SEEDING ONLY does NOT constitute site activity.</li></ul>"
default: "Account retention rules:<ol><li>Any account that has unread PMs older than 14 days or has not logged in for 30 days will be suspended</li><li>Any account that has not been logged into for 90 days is deemed inactive and will thus be purged</li><li>Any account that has not been logged into for 30 days is deemed inactive and will be put on suspension until User logs in again</li><li>Users stats, points, and history are irrevocably lost when purged</li><li>Logging into the site is the ONLY way to keep an account active</li><li>SEEDING ONLY does NOT constitute site activity.</li></ol>"
login:
method: cookie

View File

@ -64,7 +64,7 @@ settings:
- name: info_activity
type: info
label: Account Inactivity
default: "Account retention rules:<ol><li>Users with Extreme User and above levels will be retained forever;</li><li>Starting from 20230701, the non-login ban time will be adjusted to:<ul><li>(Home Alone) User - 40 days</li><li>(Young and vigorous) Power User - 60 days</li><li>(Children of Jianghu) Elite User - 80 days</li><li>(Street Fighter) Crazy User - 100 days</li><li>(non-stop) Insane User - 120 days</li><li>(Outstanding Citizen) Veteran User - 180 days;</li></ul></li><li>Users with no traffic (i.e. uploading/downloading data) If it is 0) If you do not log in for 7 consecutive days, your account will be disabled.</li><li>'Parked accounts' no longer enjoy the benefits of retaining accounts, and are also subject to the above rules.</li></ol>"
default: "Account retention rules:<ol><li>Users with Extreme User and above will be retained forever</li><li>Starting from 20230701, the non-login ban time will be adjusted to:<ul><li>(Home Alone) User - 40 days</li><li>(Young and vigorous) Power User - 60 days</li><li>(Children of Jianghu) Elite User - 80 days</li><li>(Street Fighter) Crazy User - 100 days</li><li>(non-stop) Insane User - 120 days</li><li>(Outstanding Citizen) Veteran User - 180 days</li></ul></li><li>Users with no traffic (i.e. uploading/downloading data) If it is 0) If you do not log in for 7 consecutive days, your account will be disabled</li><li>'Parked accounts' no longer enjoy the benefits of retaining accounts, and are also subject to the above rules.</li></ol>"
login:
method: cookie

View File

@ -60,7 +60,7 @@ settings:
- name: info_activity
type: info
label: Account Inactivity
default: "Account retention rules:<ul><li>Veteran User and above: users will be retained forever</li><li>Elite User and above: users will not have their accounts deleted after parking their accounts (in the control panel)</li><li>Users who have parked their accounts will be deleted if they do not log in for 400 consecutive days.</li><li>Users whose accounts have not been parked will have their accounts deleted if they do not log in for 150 consecutive days</li><li>Users with no traffic (ie, upload/download data are both 0) will have their accounts deleted if they do not log in for 100 consecutive days.</li></ul>"
default: "Account retention rules:<ol><li>Veteran User and above will be retained forever</li><li>Elite User and above will not have their accounts deleted after parking their accounts (in the control panel)</li><li>Users who have parked their accounts will be deleted if they do not log in for 400 consecutive days</li><li>Users whose accounts have not been parked will have their accounts deleted if they do not log in for 150 consecutive days</li><li>Users with no traffic (ie, upload/download data are both 0) will have their accounts deleted if they do not log in for 100 consecutive days.</li></ol>"
login:
path: takelogin.php

View File

@ -65,7 +65,7 @@ settings:
- name: info_activity
type: info
label: Account Inactivity
default: "Account retention rules:<ul><li>Newly registered users who have not generated any traffic within 14 days (that is, the upload/download data are both 0) will have their account deleted</li><li>Users with a user level of Peasant that have failed to successfully improve their sharing rate within 14 days will have their account deleted.</li></ul>"
default: "Account retention rules:<ol><li>Newly registered users who have not generated any traffic within 14 days (that is, the upload/download data are both 0) will have their account deleted</li><li>Users with a user level of Peasant that have failed to successfully improve their sharing rate within 14 days will have their account deleted.</li></ol>"
login:
path: login.php

View File

@ -63,7 +63,7 @@ settings:
- name: info_activity
type: info
label: Account Inactivity
default: "Account retention rules:<ul><li>.Veteran User or above would never be deleted.</li><li>Elite User or above would never be deleted if parked (at User CP).</li><li>Non-parked accounts would be deleted if users have not logged in for more than 365 days in a row.</li></ul>"
default: "Account retention rules:<ol><li>Veteran User or above would never be deleted</li><li>Elite User or above would never be deleted if parked (at User CP)</li><li>Non-parked accounts would be deleted if users have not logged in for more than 365 days in a row.</li></ol>"
login:
method: cookie

View File

@ -66,7 +66,7 @@ settings:
- name: info_activity
type: info
label: Account Inactivity
default: "Account retention rules:<ul><li>Veteran User and above users will be retained forever</li><li>Elite User and above users will not have their accounts deleted after parking their accounts (in the control panel)</li><li>Users who have parked their accounts will be deleted if they do not log in for 400 consecutive days.</li><li>Users whose accounts have not been parked will have their accounts deleted if they do not log in for 150 consecutive days</li><li>Users with no traffic (ie, upload/download data are both 0) will have their accounts deleted if they do not log in for 100 consecutive days.</li></ul>"
default: "Account retention rules:<ol><li>Veteran User and above will be retained forever</li><li>Elite User and above will not have their accounts deleted after parking their accounts (in the control panel)</li><li>Users who have parked their accounts will be deleted if they do not log in for 400 consecutive days</li><li>Users whose accounts have not been parked will have their accounts deleted if they do not log in for 150 consecutive days</li><li>Users with no traffic (ie, upload/download data are both 0) will have their accounts deleted if they do not log in for 100 consecutive days.</li></ol>"
login:
path: login.php

View File

@ -60,7 +60,7 @@ settings:
- name: info_activity
type: info
label: Account Inactivity
default: "Account retention rules:<ul><li>Users with Veteran User (Wen Chou) and above levels will be retained forever.</li><li>Elite User (Wu Sheng) and above level users will have their accounts parked (under the control Panel)</li><li>Users who have sealed their accounts and do not log in for 365 consecutive days will have their accounts deleted</li><li>Users who have not parked their accounts and have not logged in for 180 consecutive days will have their accounts deleted</li><li>Users who have no traffic (i.e. upload/download The data is all 0) If you do not log in for 90 consecutive days, your account will be deleted.</li></ul>"
default: "Account retention rules:<ol><li>Users with Veteran User (Wen Chou) and above will be retained forever</li><li>Elite User (Wu Sheng) and above will have their accounts parked (under the control Panel)</li><li>Users who have parked their accounts and do not log in for 365 consecutive days will have their accounts deleted</li><li>Users who have not parked their accounts and have not logged in for 180 consecutive days will have their accounts deleted</li><li>Users who have no traffic (i.e. upload/download The data is all 0) If you do not log in for 90 consecutive days, your account will be deleted.</li></ol>"
login:
path: takelogin.php

View File

@ -75,7 +75,7 @@ settings:
- name: info_activity
type: info
label: Account Inactivity
default: "Account retention rules:<ul><li>Extreme User and above: users will be retained forever</li><li>Veteran User and above: users will not have their accounts deleted after parking their accounts (in the control panel)</li><li> Users who have parked their accounts will be deleted if they do not log in for 180 consecutive days</li><li>Users who have not parked their accounts will have their accounts deleted if they do not log in for 90 consecutive days</li><li>Users who have no traffic (i.e. upload/download data are both 0) will have their accounts deleted if they do not log in for 15 consecutive days.</li></ul>"
default: "Account retention rules:<ol><li>Extreme User and above will be retained forever</li><li>Veteran User and above will not have their accounts deleted after parking their accounts (in the control panel)</li><li> Users who have parked their accounts will be deleted if they do not log in for 180 consecutive days</li><li>Users who have not parked their accounts will have their accounts deleted if they do not log in for 90 consecutive days</li><li>Users who have no traffic (i.e. upload/download data are both 0) will have their accounts deleted if they do not log in for 15 consecutive days.</li></ol>"
login:
path: login.php

View File

@ -102,7 +102,7 @@ settings:
- name: info_activity
type: info
label: Account Inactivity
default: "Cherish your user account. Inactive accounts would be deleted based on the following rules:<ul><li>Nexus Master or above would never be deleted</li><li>Insane User or above would never be deleted if parked (at User CP)</li><li>Parked accounts would be deleted if users have not logged in for more than 120 days in a row</li><li>Un-parked accounts would be deleted if users have not logged in for more than 60 days in a row</li><li>Accounts with both uploaded and downloaded amount being 0 would be deleted if users have not logged in for more than 7 days in a row.</li></ul>"
default: "Cherish your user account. Inactive accounts would be deleted based on the following rules:<ol><li>Nexus Master or above would never be deleted</li><li>Insane User or above would never be deleted if parked (at User CP)</li><li>Parked accounts would be deleted if users have not logged in for more than 120 days in a row</li><li>Un-parked accounts would be deleted if users have not logged in for more than 60 days in a row</li><li>Accounts with both uploaded and downloaded amount being 0 would be deleted if users have not logged in for more than 7 days in a row.</li></ol>"
login:
path: login.php

View File

@ -70,7 +70,7 @@ settings:
- name: info_activity
type: info
label: Account Inactivity
default: "Cherish your user account. Inactive accounts would be deleted based on the following rules:<ul><li>Veteran User or above would never be deleted</li><li>Elite User or above would never be deleted if parked (at User CP).</li><li>Parked accounts would be deleted if users have not logged in for more than 400 days in a row</li><li>Un-parked accounts would be deleted if users have not logged in for more than 150 days in a row</li><li>Accounts with both uploaded and downloaded amount being 0 would be deleted if users have not logged in for more than 100 days in a row.</li></ul>"
default: "Cherish your user account. Inactive accounts would be deleted based on the following rules:<ol><li>Veteran User or above would never be deleted</li><li>Elite User or above would never be deleted if parked (at User CP)</li><li>Parked accounts would be deleted if users have not logged in for more than 400 days in a row</li><li>Un-parked accounts would be deleted if users have not logged in for more than 150 days in a row</li><li>Accounts with both uploaded and downloaded amount being 0 would be deleted if users have not logged in for more than 100 days in a row.</li></ol>"
login:
path: login.php

View File

@ -72,7 +72,7 @@ settings:
- name: info_activity
type: info
label: Account Inactivity
default: "Account retention rules:<ul><li>Veteran User and above: users will be retained forever</li><li>Elite User and above: users will not have their accounts deleted after parking their accounts (in the control panel)</li><li>Users who have parked their accounts will be deleted if they do not log in for 400 consecutive days</li><li>Users whose accounts have not been parked will have their accounts deleted if they do not log in for 150 consecutive days</li><li>Users with no traffic (ie, upload/download data are both 0) will have their accounts deleted if they do not log in for 100 consecutive days.</li></ul>"
default: "Account retention rules:<ol><li>Veteran User and above will be retained forever</li><li>Elite User and above will not have their accounts deleted after parking their accounts (in the control panel)</li><li>Users who have parked their accounts will be deleted if they do not log in for 400 consecutive days</li><li>Users whose accounts have not been parked will have their accounts deleted if they do not log in for 150 consecutive days</li><li>Users with no traffic (ie, upload/download data are both 0) will have their accounts deleted if they do not log in for 100 consecutive days.</li></ol>"
login:
path: takelogin.php

View File

@ -75,7 +75,7 @@ settings:
- name: info_activity
type: info
label: Account Inactivity
default: "Cherish your user account. Inactive accounts would be deleted based on the following rules:<ul><li>Veteran User or above would never be deleted</li><li>Elite User or above would never be deleted if parked (at User CP)</li><li>Parked accounts would be deleted if users have not logged in for more than 400 days in a row</li><li>Un-parked accounts would be deleted if users have not logged in for more than 150 days in a row</li><li>Accounts with both uploaded and downloaded amount being 0 would be deleted if users have not logged in for more than 100 days in a row.</li></ul>"
default: "Cherish your user account. Inactive accounts would be deleted based on the following rules:<ol><li>Veteran User or above would never be deleted</li><li>Elite User or above would never be deleted if parked (at User CP)</li><li>Parked accounts would be deleted if users have not logged in for more than 400 days in a row</li><li>Un-parked accounts would be deleted if users have not logged in for more than 150 days in a row</li><li>Accounts with both uploaded and downloaded amount being 0 would be deleted if users have not logged in for more than 100 days in a row.</li></ol>"
login:
path: login.php

View File

@ -74,7 +74,7 @@ settings:
- name: info_activity
type: info
label: Account Inactivity
default: "Account retention rules:<ul><li>Sixth degree burn (Extreme User) and above: users will be retained forever</li><li>Second degree burn (Elite User) and above: users have their accounts parked (in the control panel) for 60 consecutive days If you do not log in for 60 days, your account will be deleted</li><li>Users who have parked their accounts and do not log in for 60 consecutive days will have their accounts deleted</li><li>Users who have not parked their accounts will have their accounts deleted if they do not log in for 60 consecutive days</li><li> Users without traffic (i.e. upload / download data are all 0) If you do not log in for 14 consecutive days, your account will be deleted.</li></ul>"
default: "Account retention rules:<ul><li>Sixth degree burn (Extreme User) and above will be retained forever</li><li>Second degree burn (Elite User) and above have their accounts parked (in the control panel) for 60 consecutive days If you do not log in for 60 days, your account will be deleted</li><li>Users who have parked their accounts and do not log in for 60 consecutive days will have their accounts deleted</li><li>Users who have not parked their accounts will have their accounts deleted if they do not log in for 60 consecutive days</li><li>Users without traffic (i.e. upload / download data are all 0) If you do not log in for 14 consecutive days, your account will be deleted.</li></ul>"
login:
method: cookie

View File

@ -70,7 +70,7 @@ settings:
- name: info_activity
type: info
label: Account Inactivity
default: "Cherish your user account. Inactive accounts would be deleted based on the following rules:<ul><li>Veteran User or above would never be deleted</li><li>Elite User or above would never be deleted if parked (at User CP)</li><li>Parked accounts would be deleted if users have not logged in for more than 400 days in a row</li><li>Un-parked accounts would be deleted if users have not logged in for more than 150 days in a row</li><li>Accounts with both uploaded and downloaded amount being 0 would be deleted if users have not logged in for more than 100 days in a row.</li></ul>"
default: "Cherish your user account. Inactive accounts would be deleted based on the following rules:<ol><li>Veteran User or above would never be deleted</li><li>Elite User or above would never be deleted if parked (at User CP)</li><li>Parked accounts would be deleted if users have not logged in for more than 400 days in a row</li><li>Un-parked accounts would be deleted if users have not logged in for more than 150 days in a row</li><li>Accounts with both uploaded and downloaded amount being 0 would be deleted if users have not logged in for more than 100 days in a row.</li></ol>"
login:
path: login.php

View File

@ -78,7 +78,7 @@ settings:
- name: info_activity
type: info
label: Account Inactivity
default: "Account retention rules:<ul><li>Nexus Master and above level: users will be retained forever</li><li>Elite User and above level: users will not have their accounts deleted after parking their accounts (in the control panel)</li><li>Users who have parked their accounts will be deleted if they do not log in for 180 consecutive days</li><li>Users whose accounts have not been parked will have their accounts deleted if they do not log in for 90 consecutive days</li><li>Users who have no traffic for 7 consecutive days or who have not logged in for 30 consecutive days (that is, the upload/download data are both 0) will be automatically banned by the system.</li></ul>"
default: "Account retention rules:<ul><li>Nexus Master users and above will be retained forever</li><li>Elite User users and above will not have their accounts deleted after parking their accounts (in the control panel)</li><li>Users who have parked their accounts will be deleted if they do not log in for 180 consecutive days</li><li>Users whose accounts have not been parked will have their accounts deleted if they do not log in for 90 consecutive days</li><li>Users who have no traffic for 7 consecutive days or who have not logged in for 30 consecutive days (that is, the upload/download data are both 0) will be automatically banned by the system.</li></ul>"
login:
method: cookie

View File

@ -74,7 +74,7 @@ settings:
- name: info_activity
type: info
label: Account Inactivity
default: "Account retention rules:<ul><li>All accounts will be permanently protected and will not be deleted; however, due to site security, some users will be temporarily banned due to activity rules</li><li>New users with no traffic changes will have their accounts disabled after 7 days of registration (not the actual download volume). </li><li>Those who download free torrents without generating any upload volume, or simply auxiliary torrents that generate magic power without any uploads will still be banned)</li><li>Users whose accounts have not been parked will have their accounts disabled if they do not log in for 60 consecutive days</li><li>Users who have parked their accounts will have their accounts disabled if they do not log in for 180 consecutive days</li><li>Angora/Veteran User and above: users will not have their accounts disabled due to inactivity after parking their accounts</li><li>Sichuan Jianzhou Cat/Nexus Master and above level users will be retained forever and their accounts will not be disabled due to inactivity</li></ul>"
default: "Account retention rules:<ol><li>All accounts will be permanently protected and will not be deleted; however, due to site security, some users will be temporarily banned due to activity rules</li><li>New users with no traffic changes will have their accounts disabled after 7 days of registration (not the actual download volume)</li><li>Those who download free torrents without generating any upload volume, or simply auxiliary torrents that generate magic power without any uploads will still be banned)</li><li>Users whose accounts have not been parked will have their accounts disabled if they do not log in for 60 consecutive days</li><li>Users who have parked their accounts will have their accounts disabled if they do not log in for 180 consecutive days</li><li>Angora/Veteran User and above will not have their accounts disabled due to inactivity after parking their accounts</li><li>Sichuan Jianzhou Cat/Nexus Master users and above will be retained forever and their accounts will not be disabled due to inactivity.</li></ol>"
login:
method: cookie

View File

@ -57,6 +57,10 @@ settings:
type: info
label: Results Per Page
default: For best results, change the <b>Torrents per page:</b> setting to <b>100</b> on your account profile.
- name: info_activity
type: info
label: Account Inactivity
default: "Cherish your user account. Inactive accounts would be deleted based on the following rules:<ol><li>Veteran User or above would never be deleted</li><li>Elite User or above would never be deleted if parked (at User CP)</li><li>Parked accounts would be deleted if users have not logged in for more than 400 days in a row</li><li>Un-parked accounts would be deleted if users have not logged in for more than 150 days in a row</li><li>Accounts with both uploaded and downloaded amount being 0 would be deleted if users have not logged in for more than 100 days in a row.</li></ol>"
login:
path: login.php

View File

@ -78,7 +78,7 @@ settings:
- name: info_activity
type: info
label: Account Inactivity
default: "Account retention rules:<ol><li>Veteran User and above users will be retained forever.</li><li>Elite User and above users will not have their accounts deleted after parking their accounts (in the control panel).</li><li>Users who have parked their accounts will be deleted if they do not log in for 240 consecutive days. Accounts will be deleted.</li><li>Users who have not parked their accounts will have their accounts deleted if they do not log in for 120 consecutive days.</li><li>Users who have no traffic (i.e. upload/download data are both 0) will have their accounts deleted if they do not log in for 30 consecutive days.</li></ol>"
default: "Account retention rules:<ol><li>Veteran User and above will be retained forever</li><li>Elite User and above will not have their accounts deleted after parking their accounts (in the control panel)</li><li>Users who have parked their accounts will be deleted if they do not log in for 240 consecutive days</li><li>Users who have not parked their accounts will have their accounts deleted if they do not log in for 120 consecutive days</li><li>Users who have no traffic (i.e. upload/download data are both 0) will have their accounts deleted if they do not log in for 30 consecutive days.</li></ol>"
login:
path: login.php

View File

@ -93,7 +93,7 @@ settings:
- name: info_activity
type: info
label: Account Inactivity
default: "Account retention rules:<ol><li>Veteran User and above users will be retained forever.</li><li>Elite User and above users will not have their accounts deleted after parking their accounts (in the control panel).</li><li>Users who have parked their accounts will be deleted if they do not log in for 400 consecutive days. Accounts will be deleted.</li><li>Users who have not parked their accounts will have their accounts deleted if they do not log in for 150 consecutive days.</li><li>Users who have no traffic (i.e. upload/download data are both 0) will have their accounts deleted if they do not log in for 100 consecutive days.</li></ol>"
default: "Account retention rules:<ol><li>Veteran User and above will be retained forever</li><li>Elite User and above will not have their accounts deleted after parking their accounts (in the control panel).</li><li>Users who have parked their accounts will be deleted if they do not log in for 400 consecutive days</li><li>Users who have not parked their accounts will have their accounts deleted if they do not log in for 150 consecutive days</li><li>Users who have no traffic (i.e. upload/download data are both 0) will have their accounts deleted if they do not log in for 100 consecutive days</li></ol>"
login:
path: login.php

View File

@ -64,6 +64,10 @@ settings:
type: info
label: Results Per Page
default: For best results, change the <b>Torrents per page:</b> setting to <b>100</b> on your account profile.
- name: info_activity
type: info
label: Account Inactivity
default: "Account retention rules:<ol><li>Users with Extreme User and above levels will be retained forever</li><li>Users with Extreme User and above levels will not have their accounts deleted after parking their accounts</li><li>Users who have parked their accounts will be banned if they do not log in for 365 consecutive days</li><li>Users whose accounts have not been sealed will be banned if they do not log in for 180 consecutive days</li><li>Users with no traffic (that is, upload/download data are both 0) will have their accounts banned if they do not log in for 10 consecutive days.</li></ol>"
login:
path: login.php

View File

@ -118,6 +118,10 @@ settings:
options:
desc: desc
asc: asc
- name: info_activity
type: info
label: Account Inactivity
default: "Account retention rules:<ol><li>Any account with an Uploaded and Downloaded amount of 0 will be deleted if users have not logged in for more than 30 days</li><li>Any account inactive for 60 days is automatically deleted</li><li>Any account On Vacation and inactive for 180 days is automatically deleted.</li></ol>"
login:
path: login.php

View File

@ -61,6 +61,10 @@ settings:
type: info
label: Results Per Page
default: For best results, change the <b>Torrents per page:</b> setting to <b>100</b> on your account profile.
- name: info_activity
type: info
label: Account Inactivity
default: "Banning rules for account inactivity:<ol><li>Within 180 days, an account is considered active if it meets any of the following conditions: has checked in for at least 1 day; has published at least 1 seed, fun box or new forum topic (non-reply); actually uploaded increments > 5TiB and the seeding integral increment is > 30W</li><li>Users of Megatron level and above ignore the inactivity rules and will keep their accounts forever</li><li>Users with Sword Down the Mountain and above levels will not be disabled due to inactivity after parking their accounts in the control panel</li><li>Un-parked accounts below the level of Megatron will be disabled if they have been 'inactive' for 180 consecutive days (Effective from 2024).</li><li>Accounts parked below the level of Down the Mountain with a Sword will be disabled if they are 'inactive' for 300 consecutive days (Effective from 2024).</li></ol>"
login:
path: takelogin.php

View File

@ -66,6 +66,10 @@ settings:
type: info
label: Results Per Page
default: For best results, change the <b>Torrents per page:</b> setting to <b>100</b> on your account profile.
- name: info_activity
type: info
label: Account Inactivity
default: "Cherish your user account. Inactive accounts would be deleted based on the following rules:<ol><li>Veteran User or above would never be deleted. updated @ 2020.03.19</li><li>Insane User or above would never be deleted if parked (at User CP)</li><li>Parked accounts would be disabled if users have not logged in for more than 365 days in a row. updated @ 2020.09.20</li><li>Un-parked accounts would be disabled if users have not logged in for more than 90 days in a row. updated @ 2020.09.20</li><li>Accounts with both uploaded and downloaded amount being 0 would be disabled if users have not logged in for more than 30 days in a row.</li></ol>"
login:
method: cookie

View File

@ -64,6 +64,10 @@ settings:
type: info
label: Results Per Page
default: For best results, change the <b>Torrents per page:</b> setting to <b>100</b> on your account profile.
- name: info_activity
type: info
label: Account Inactivity
default: "Account retention rules:<ol><li>Veteran User and above will be retained forever</li><li>Elite User and above will not have their accounts deleted after parking their accounts (in the control panel)</li><li>Users who have parked their accounts will be deleted if they do not log in for 180 consecutive days</li><li>Users whose accounts have not been parked will have their accounts deleted if they do not log in for 120 consecutive days</li><li>Users with no traffic (ie, upload/download data are both 0) will have their accounts deleted if they do not log in for 60 consecutive days.</li></ol>"
login:
path: login.php

View File

@ -64,6 +64,10 @@ settings:
type: info
label: Results Per Page
default: For best results, change the <b>Torrents per page:</b> setting to <b>100</b> on your account profile.
- name: info_activity
type: info
label: Account Inactivity
default: "Cherish your user account. Inactive accounts would be deleted based on the following rules:<ol><li>Veteran User or above would never be deleted</li><li>Elite User or above would never be deleted if parked (at User CP)</li><li>Parked accounts would be deleted if users have not logged in for more than 400 days in a row</li><li>Un-parked accounts would be deleted if users have not logged in for more than 150 days in a row</li><li>Accounts with both uploaded and downloaded amount being 0 would be deleted if users have not logged in for more than 100 days in a row.</li></ol>"
login:
path: login.php

View File

@ -59,6 +59,10 @@ settings:
type: info
label: Results Per Page
default: For best results, change the <b>Torrents per page:</b> setting to <b>100</b> on your account profile.
- name: info_activity
type: info
label: Account Inactivity
default: "Account retention rules:<ol><li>Veteran User and above will be retained forever</li><li>Elite User and above will not have their accounts deleted after parking their accounts (in the control panel)</li><li>Users who have parked their accounts will be deleted if they do not log in for 180 consecutive days</li><li>Users whose accounts have not been parked will have their accounts deleted if they do not log in for 30 consecutive days</li><li>Users who have registered without traffic for 15 days (that is, the upload/download data are both 0) will be deleted directly.</li></ol>"
login:
path: takelogin.php

View File

@ -63,6 +63,10 @@ settings:
type: info
label: Results Per Page
default: For best results, change the <b>Torrents per page:</b> setting to <b>100</b> on your account profile.
- name: info_activity
type: info
label: Account Inactivity
default: "Account retention rules:<ol><li>Users with Dou Sheng and above levels will be retained forever</li><li>Dou Huang and above level users will not have their accounts deleted after parking their accounts (in the control panel)</li><li>Users who have parked their accounts will be deleted if they do not log in for 180 consecutive days</li><li>Users whose accounts have not been parked will have their accounts banned if they do not log in for 45 consecutive days</li><li>Users with no traffic (ie, upload/download data are both 0) will have their accounts banned if they do not log in for 7 consecutive days.</li></ol>"
login:
method: cookie