Last update at :2024-07-09,Edit by888u
For the convenience of development, bt developers were lazy and directly packaged the code in the plug-in package.
Code that needs to be patched: Find the get_soft_list function, set the plug-in price to be free, and set the expiration time to permanent, bypassing the front-end judgment. # Remove the prompt to purchase the professional version softList['pro'] = 0 # Traverse the plug-in list and set the plug-in price and expiration date for i in range(len(softList['list']['data'])): softList['list']['data'][i]['price'] = 0 softList['list']['data'][i]['endtime'] = 0
Comment with red code to bypass professional version purchase detection Modification completed, restart bt service bt restart
carck of bt data synchronization tool Request the bt official source code interface (a VIP number is required here) and replace the original code Then the patch interface returns the result Data synchronization tool reference code: rsync_main
Reprinted from: https://www.hostloc.com/thread-528869-1-1.html
Recommended site searches: free overseas servers, domain name query network, shopex space, website virtual host space, website domain name query system, cloud server rental, free server permanent use, virtual host evaluation, proxy IP, permanent free cloud server address,
发表评论