From 2009 to 2011, Xiaoqing Weibo's Baidu Favorites went through numerous modifications and updates. Finally, when it reached version 2.9, the entire system was bloated, and it was very difficult to further optimize it. The main reason is that the program code of 2.9 is cumbersome and adds many functions that are not usually used, such as online customer service.
I once tried to carry out the 3.0 transformation based on the 2.9 version. After half a year, I found that the program became more and more chaotic as it changed. Not to mention the novice webmaster, I even couldn’t remember what the function of some parts was.
After a period of pause, I decided to redevelop Baidu Favorites and focus on Weibo. I also received suggestions from my former webmaster friends.
Starting from 3.0, Baidu Favorites was officially renamed Xiaoqing Weibo. Because the original name contained the word Baidu, it was inconvenient to apply for an interface or something. And it's not just a matter of changing the name, the entire program, from the database to the program files, has been redeveloped.
We can gain experience from the Baidu Favorites 2.9 program. When there are more than 10,000 Weibo posts, the cache (server cache) of 2.9 is quite large. When running, the entire server will be slowed down or even stuck. Of course, it can still be tolerated when the number of Weibo is small.
3.0 caching technology uses three caching technologies: static html template + xml + server cache. After testing, it is still as fast as flying when it can withstand 100,000 Weibo messages. This is one of the biggest highlights of 3.0.
3.0 has also made some adjustments to search engine optimization, and I will not list them one by one.
Finally, I hope all webmasters will enjoy using it! Xiaoqing Weibo development discussion QQ group: 44757501 (only webmasters who use this program can join)
Xiaoqing Weibo (formerly Baidu Favorites) v3.1
An open source program that integrates multi-user Weibo and website collection functions. The program is all developed by Xiaoqing. It is non-encrypted and copyright-free and can be used freely.
Developers have ownership of the source code. Please make a backup of the relevant data generated during the operation of this program. If there is any loss, the program author has nothing to do with it.
When you start using this program, it means that you have accepted the above content.
About the new version:
1. This program is only suitable for upgrading from 3.0 to 3.1, 2.9 and previous versions. Please download 3.0 (with the upgrade program) first. After the database is upgraded to 3.0, then upgrade to 3.1.
2. The 3.1 database only adds the table [S_set], which is used to record system settings. You can directly copy the table [S_set] in the new version to your old database.
3. Before running, please modify the database connection address in Main/inc/config.asp, otherwise an error will occur.
4. Added management background, address /admin/, account and password are both admin
5. Modified the caching mechanism and corrected some minor errors found at the front desk.