In case you have a lot of computers which running the bot, and you need to change the settings for these computers in bulk, such as proxy lists, campaigns, user agents, or anything else.
In the bot's settings, you have two options: Update URL and Frequency Check.
The bot will periodically check information from your Update URL. Your latest version number will be saved at the config\custom-version.txt file.
If the saved version number is differs from your version number on the Update URL, the bot will download the zip file from the download_update_url, unzip the update file and restart itself.
For example we have:9999|https://panel.9hits.com/9hitsbot/custom-update.zip
In the Update Url, the current version number is 9999, to do the update, we just need to prepare a new update file and upload to a host, in this example it is custom-update.zip,
then change the version number in the file check.txt to let the bot know that it needs to download the new update file. For example:
10000|https://panel.9hits.com/9hitsbot/custom-update.zip
You can see the current custom version of your update from the 9Hits Panel, it is the CustomVersion column. You can also download the update file in the above example to refer to the structure of the update file.
By using our site, you acknowledge that you have read and understood our Cookie Policy, Privacy Policy and our Terms of Service