1. The promotion URL is changed to WeChat url.cn to generate a promotion short URL, which solves the risk of being blocked by WeChat detection crawlers when many customers use WeChat mass messaging software;
A few customers have reported that domain names were blocked too quickly after using mass-sending software to mass-send promotional URLs. WeChat has a crawler detection mechanism. Once a large number of external domain names are detected, the domain name will be automatically blocked. In order to solve this problem, this program is hereby generated The promotion URL was changed to use WeChat’s own short URL url.cn as the promotion URL; this can effectively avoid the promotion domain name being blocked;
1. Use unlimited pan-secondary domain names as short URLs. This short URL site group system is different from the traditional common short URL site functions. The core function of the traditional short URL site function is only to generate short URLs with the suffix form such as: dwz.cn/BvckN4e. Link, the short domain name generated by this set of short URLs we developed is generated in the form of Bvck6.url.com pan-secondary domain name. The reason why it is called short URL site group is that this program can generate a large number of unlimited pan-secondary domain names for use in short URLs. .
2. Generating a short URL has its own title function, which can control the keywords to dominate the screen. When using this program to generate a short URL, you can add a promotional title and display it on the jump stop page, so that it can be included in the jump page by search engines. In this way, you can use this function to operate a large number of titles or keywords with keyword indexes to operate search engine keyword domination SEO optimization.
3. It has a built-in anti-blocking function for domain names promoted by WeChat. Moreover, this program comes with an anti-blocking function for domain names promoted by WeChat, which can greatly prevent the domain names you promote from being blocked by WeChat. This program system automatically detects whether the pan-domain name generated by the jump domain name you added has been blocked. If it is blocked, it will automatically disable the pan-domain name and automatically replace it with an unblocked domain name. It is very convenient to use.
1. WeChat promotes domain name anti-blocking processing mechanism;
2. One set of programs can create unlimited short URL site groups;
3. Unlimitedly generate a large number of pan-secondary domain names as short URLs;
4. Generate a short URL with its own title function, which can control Baidu keywords to dominate the screen;
5. It has built-in advertising function and randomly displays ads to facilitate profit;
The program is developed using PHP+Mysql and supports Linux and Windows systems;
It is recommended to use LinuxNginxPHP7.1 for this program. It is recommended to use the Pagoda panel for more convenient use.
1. After getting the program, install the encryption extension first. You cannot use the program without installing the encryption extension component;
To install the encryption component, click here for the portal https://www.shenqir.com/t/4.html
2. After creating the site and binding the domain name, upload the program in the compressed package to the root directory of the website
3. Import the database file and find the duanlian.sql database file in the zip package given to you;
Use phpmyadmin or other mysql database management software to import the duanlian.sql file into the database you created;
Modify the database.bak file suffix in the application directory of the program directory to .php, that is, the final file name is database.php;
Then use a code editor, not Notepad! ! ! Open the database.php file and modify the database information inside to your own;
Modify the following parameters
//database name
'database'=>Env::get('database.database','Fill in your database name here'),
//username
'username'=>Env::get('database.username','Fill in your database username here'),
//password
'password'=>Env::get('database.password','Fill in your database password here'),
4. Set the running directory. The program is developed using the Tinkphp framework, so you need to bind the running directory to the public directory.
5. To set pseudo-static rules for various server environments, please open the following URL and copy the corresponding pseudo-static rules according to your own situation.
https://www.kancloud.cn/manual/thinkphp5/177576
6. Visit the backend address: http://site.php/admin.php to complete the installation.