The Tieba Cloud Signing System provides you with the automatic sign-in function of Baidu Tieba, without limiting the bars that users can follow. The system has a simple structure, is easy to deploy, and has high sign-in efficiency. Anyone can independently build their own cloud sign-in platform. The source code is unencrypted and has detailed comments, which is convenient for future maintenance and secondary development.
Install:
1. Fill in the database information in config.php.
2. Upload the code to your server.
3. Visit http://yourdomainname/install.php to install.
4. Set the cron task to access http://your domain name/cron.php every 60 seconds.
5. Register the first account of the system and become the system administrator.
Ps: The first registered user is the administrator by default.
About this version:
This version optimizes some codes and replaces the js file loading method, so that the program can load more smoothly when the network speed is slow.
Simplified installation steps, users no longer need to manually upgrade database tables.
Add anti-DDOS code to collect statistics on the access, refresh and Cron request sources of the entire system, making the system more secure.