current location:Home > Technical Articles > CMS Tutorial
- Direction:
- All web3.0 Backend Development Web Front-end Database Operation and Maintenance Development Tools PHP Framework Daily Programming WeChat Applet Common Problem Other Tech CMS Tutorial Java System Tutorial Computer Tutorials Hardware Tutorial Mobile Tutorial Software Tutorial Mobile Game Tutorial
- Classify:
-
- How does PHPCMS ban IP access to the website?
- PHPCMS method to ban IP access to the website: first log in to the backend interface, find the "Extension" option on the top menu bar and click on it; then click on the "Extension" option under the "Extension" column; then check the IP that is banned from accessing the website in the IP ban area , and click "Add IP Ban"; finally fill in the IP to be banned.
- PHPCMS 3152 2020-06-05 16:43:32
-
- Can't send emails from PHPCMS mailbox?
- The reasons why the PHPCMS mailbox cannot send emails: 1. The "fsockopen()" function is disabled. You can check whether the disable_functions item contains "fsockopen()" through "phpinfo()"; 2. The port number is disabled by the server. You can change the port No. to solve this problem.
- PHPCMS 3066 2020-06-05 10:54:24
-
- Is PHPCMS written with object-oriented thinking?
- PHPCMS is written with object-oriented thinking. By looking at the PHPCMS source code, you can see a large number of class files, thereby judging that PHPCMS adopts object-oriented programming thinking. You can also see that PHPCMS was developed using the MVC development model.
- PHPCMS 2579 2020-06-01 14:27:16
-
- What does the PHPCMS num parameter mean?
- In the PHPCMS V9 system, the num parameter in the PC tag supports custom data. You can specify the number of pages when calling in a loop. Compared with other CMS, this is more free and user-friendly. You can also use num Parameters to display various lists.
- PHPCMS 2931 2020-06-01 14:05:22
-
- PHPCMS V9 installation tutorial
- PHPCMS V9 installation tutorial: First, use FTP to upload the PHPCMS program files to the server or virtual machine; then open the browser and enter the domain name to access the website; then follow the guided installation to configure the database and site information settings; finally, after the installation is completed, enter the management page. .
- PHPCMS 2837 2020-06-01 13:47:11
-
- How to modify the logo of PHPCMS?
- PHPCMS logo modification method: Just replace the new logo icon into the directory of the old logo icon. The directory is "\statics\images\v9\logo.gif". If the icon name is different from the original one, It is necessary to modify the path in the template file "header.html".
- PHPCMS 3289 2020-06-01 11:52:01
-
- How to remove watermark in phpcms
- How to remove watermarks from phpcms: first find and delete the "statics/images/water" folder; then open the "image.class.php" file; finally set the value of the function "$w_text" parameter in the file to empty. .
- PHPCMS 2285 2020-05-31 13:23:05
-
- How to retrieve recently updated articles in phpcms
- The method for phpcms to retrieve recently updated articles: first find and open the "content_tag.class.php" file; then add the code "public function newcontent($data){...}"; and finally call the template.
- PHPCMS 3352 2020-05-30 17:43:51
-
- What does phpcms mean?
- phpcms is a website management software that adopts modular development and supports multiple classification methods. It can be used to facilitate the design, development and maintenance of personalized websites; it supports many program combinations and can easily migrate website platforms. And can widely meet the needs of websites of various sizes.
- PHPCMS 3069 2020-05-30 11:05:10
-
- What to do if the content collected by phpcms is garbled
- The solution to the garbled content collected by phpcms: first open the file that needs to be modified "admin.inc.php"; then modify the code to "$charset_config = array('self'=>'utf8','target'=>'gbk') ;" and save it.
- PHPCMS 2414 2020-05-30 10:59:46
-
- Where is the PHPCMS extension?
- The PHPCMS extension is normally in the top navigation. If it is not in the top navigation bar, the extension should be turned off. You can change the data under the "v9_menu" table in the database so that m equals admin and c equals extend. Just change Just change the display in the data to 1.
- PHPCMS 2780 2020-05-30 11:30:30
-
- How to back up database in PHPCMS background
- How to back up the database in the PHPCMS background: first visit the PHPCMS background and log in; then find [Extensions] in the top navigation bar and click it; then click [Database Tools] in the left column menu; finally select the database to be backed up and click Backup.
- PHPCMS 2359 2020-05-30 10:05:19
-
- How to quickly increase Baidu inclusion in WordPress
- The WordPress Website Building Tutorial column below will introduce to you how WordPress can quickly increase Baidu inclusion and speed up website content crawling. I hope it will be helpful to friends in need! Use the links provided by Baidu Webmaster Platform to automatically submit codes, quickly increase Baidu inclusion, and speed up website content crawling.
- WordPress 4914 2020-05-27 16:52:52
-
- Summary of methods of improving website page opening speed using Imperial CMS
- Below, the imperial cms tutorial column will introduce to you how to quickly build a website in imperial cms 7.5. I hope it will be helpful to friends who need it! 1. Reduce the number of page HTTP requests; 2. Use CDN (Content Delivery Network) network acceleration; 3. Add file expiration or cache headers; 4. Start the server.
- Empire CMS 2928 2020-05-27 16:37:05
-
- Can PHPCMS make a forum?
- PHPCMS cannot be used as a forum. PHPCMS is a content management system implemented in PHP. As the name suggests, it is used for information websites. If you want to create a forum, you can use Discuz, WeCenter, V2EX and other forum systems to build the forum, or you can develop it yourself.
- PHPCMS 3117 2020-05-22 15:50:31