current location:Home > Technical Articles > CMS Tutorial > PHPCMS
- 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:
-
- 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 2795 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 3253 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 2250 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 3308 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 3036 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 2375 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 2750 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 2324 2020-05-30 10:05:19
-
- 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 3080 2020-05-22 15:50:31
-
- How PHPCMS solves the problem of thumbnails is not clear
- PHPCMS solves the problem of unclear thumbnails: first find the classes directory in the libs under phpcms and open it; then find the file "image.class.php" and open it; finally search for the place where the "$imagefun()" function is called and open it. Just pass the third parameter to 90.
- PHPCMS 2343 2020-05-20 14:08:21
-
- The difference between phpcms and Dreamweaver
- The difference between phpcms and Dreamweaver: 1. phpcms is a website management software, while Dreamweaver is a web page code editor; 2. phpcms is used to build websites, while Dreamweaver is used to create web pages.
- PHPCMS 2973 2020-05-20 11:28:59
-
- How to adjust keywords in phpcms
- How to adjust keywords in phpcms: first enter the phpcms management background; then find and open the corresponding code file; then add the code to call the keywords as "{loop $keywords$keyword}<a href="{APP_PATH}..{/loop }"; Finally save the changes.
- PHPCMS 2721 2020-05-20 11:24:12
-
- How to add friendly links in phpcms
- How to add friendly links in phpcms: 1. Log in to the phpcms content management system; 2. Switch to the module options, click [Friendly Links], [Add Friendly Link]; 3. Select the friendly link category and fill in the friendly link name and URL.
- PHPCMS 2819 2020-05-15 16:29:34
-
- What should I do if phpcms prompts a verification code error?
- The solution to the verification code error prompted by phpcms: first find and open the "/configs/system.php" file; then modify the code "'session_storage'=>'mysql'," to "'session_storage'=>'files'," That’s it.
- PHPCMS 2417 2020-05-15 11:30:01
-
- How does PHPCMS solve the problem that the verification code cannot be loaded?
- Methods for PHPCMS to solve the problem that the verification code cannot be loaded: 1. Open the php.ini file and enable the php_gd2 extension; 2. Modify the website path variable "web_path" in the PHPCMS configuration file "system"; 3. Change the config.inc.php file Just change the encoding to ANS.
- PHPCMS 2015 2020-05-13 17:05:56