Linux Environment construction Discuz Recommended tutorial
Install Discuz! System products must be built before PHP operating environment. There are two commonly used systems for everyone to choose from. One is Linux Run in the environment, the other one is windows We recommend that you use Linux If you only use tests or just run some small sites, you can use it windows system. 1. System agreement software source...
discuz What to do if the plug-in cannot be installed
Discuz Solution to the forum plug-in cannot be installed /step discuz User purchased Discuz x3 If you have a template or plug-in, the system will prompt us: "Sorry, you are not installing a genuine application, and the installer cannot continue to execute." This template and plug-in are genuine, and discuz Updated to x2.0 After the above, the version detection of the plug-in has been added, so is there any way we can solve it? The answer is very simple...
Discuz How to change the domain name of the website?
Many times our website needs to change the domain name, and because of another domain name I used before, we may need to modify the system file to complete all the settings. Let me tell you how to set it up! 1. Open /config/config_global.php File, modify the corresponding new domain name and runquery值设置为1$_config[‘cookie’][‘cookiedo...
discuz After changing the domain name UCenter Solution to "communication failure"
discuz After changing the domain name, UCenter How to solve the problem of communication failure in application management? 1. First replace the old domain name with the new domain name, for example bbs.78moban.com replace bbs.aiyiliu.com Enter the new domain name management background: bbs.78moban.com/admin.php, Global- >Site information- >website URL: Modified to http:...
Discuz! ML Remote code execution (CVE-2019-13956)
1. Vulnerability Description The vulnerability exists discuz ml(Multilingual version )middle, cookie In-house language Controllable and not strictly filtered, resulting in remote code execution. 2. Vulnerability affects version Discuz! ML V3.2Discuz! ML V3.3Discuz! ML V3.4 3. Build a vulnerability environment 1. Download the official website Discuz! ML V3.4...
Discuz x3.4 Solution to automatically log out of the administrator in the background
Some use Discuz The webmaster who makes for the forum website will encounter this problem: when he logs into the forum background as an administrator, he often automatically logs out. Sometimes you log out without logging in. Sometimes you log in for about one minute, which greatly affects the background operation. Solution: Because Discuz Automatically detect when logging in to the background IP Address, if it is read inaccurately, it will automatically exit. The solution is to close DISCUZ Read IP...
Disucuz Template call tag summary
The following is Disucuz Summary of template call labels: 1. Call DIY box: <!--[diy=diy1]--><div id="diy1" class="area"></div><!--[/diy]-->2、cycle [loop] [/...
DISCUZ The solution is not possible to log in to the forum website backend administrator
Build DISCUZ After the forum is completed, you often encounter the forum management backend that cannot log in, especially if the administrator is not. ID How to solve it when it is 1 DISCUZ What about the problem of not being able to log in to the forum website backend? Let me introduce it below DISCUZ The solution is not possible to log in to the forum website backend: Open the program file of your own forum: config/config_global.php, Open this file for editing. try to find...
Discuz Prompt "The password error is too many times, please log in again in 15 minutes" problem solution
During the process of using the forum, you will sometimes encounter such a prompt "The password is too many times, please log in again after 15 minutes". Because you forget your password, you will be locked. Of course, it is not ruled out that some people use brute force cracking tools to constantly blast various administrator passwords, which leads to the inability to log in by administrators or users. The reason for this situation is that in order to prevent someone from maliciously trying to obtain another person's account by using a user's password. The following two methods are provided...