💻 Account Manager
Account integration into templates is managed through an Excel spreadsheet named [Accounts].xlsx, located in the project folder. This spreadsheet is referred to as the Account Manager.
The Account Manager supports up to 1,000,000
account entries for massive-scale operations.
To add an account, you must complete 3
required fields and 3
optional fields.
🟥 Required Fields:
-
Status
-
Login
-
Password
🟨 Optional Fields:
-
Recovery Email
-
Recovery Phone
-
Proxy
Additional fields: URL
, Name
, Account Busy
are automatically populated by the template.
✏️ What to enter in the Status field?
To activate an account for operation, enter the value: 1
in the "Status" field
After successful completion of account operations, the status will be updated to: Completed
If an error occurs that prevents the template from continuing operations, an error value will be recorded. Examples: AccountDisabled
, ChannelNotExist
, etc.
To reactivate an account for operation, simply enter the value: 1
again
Accounts are not automatically reactivated after completion. This must be done manually!
✏️ Is recovery email mandatory?
The account requirements specify that a recovery email must be present in account security settings for verification purposes. However, in the Account Manager, the recovery email field is not mandatory and can be left empty in exceptional cases.
✏️ What format should proxies use?
Format:
-
type://login:password#ip:port
-
type://ip:port
Examples:
http://etcfncdu:Rn69HW8pHg#192.168.1.10:4001
socks5://Applaud:9Q4v8aQ7u80H#192.168.1.10:4010
http://192.168.1.10:4001
socks5://192.168.1.10:4010