current location:Home > Technical Articles > CMS Tutorial > DEDECMS
- 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 to change the encoding method of dedecms
- Modification method: 1. Back up the original website, use the background data backup function to back up the database, and package all the files under the website root directory; 2. Use the transcoding tool to transcode the database; 3. Clear the website space data and download If you install the new dedecms program according to the new encoding method, you will get a blank newly encoded Dreamweaver website; 4. Use web page editing software to batch encode the template; 5. Import the transcoded data into the blank Dreamweaver website. Can.
- DEDECMS 2247 2023-02-22 18:34:55
-
- Can Dreamweaver CMS upload videos?
- Dreamweaver cms can upload videos. The method to upload videos is: 1. In the root directory of the website, find "include\dialog\select_media.php" and add the mp4 item to the file; 2. Download ckeditor; 3. Open In the DreamWeaver backend, find the video icon and click to upload the video.
- DEDECMS 2364 2023-02-22 17:08:35
-
- What should I do if the thumbnail is distorted when calling DreamWeaver CMS?
- Solution to the distortion of thumbnails called by DreamWeaver cms: 1. In "System - Attachment Settings", set the default width and height of the thumbnails to be greater than or equal to the maximum size of all called thumbnails in the entire site; 2. Open "/include /extend.func.php" file and add the code as "function thumb($imgurl, $width, $height, $bg = true){...}".
- DEDECMS 1924 2023-02-22 17:01:24
-
- dedecms how to modify the font
- How to modify the font in dedecms: 1. Open the "include/ckeditor/ckeditor.js" file; 2. Search for "font_names" and find the font list; 3. Add the required Chinese fonts, and then clear the system cache.
- DEDECMS 1168 2023-02-22 09:33:52
-
- Can DreamWeaver CMS build mini programs?
- Dreamweaver CMS can build small programs. The method of creating small programs is: 1. Create an API data interface for dedecms to output JSON format data; 2. Convert json encoding through the system function "json_encode()" provided by the PHP system, and then in Write the page docking data in the mini program; 3. Write the page code in the mini program, and then enter the interface data requested by the docking to render the desired style and function.
- DEDECMS 2335 2023-02-22 09:28:59
-
- How to cancel verification code login in Dreamweaver CMS
- How to cancel the verification code login in DreamWeaver CMS: 1. Open the dedecms backend login interface; 2. Select "System -> Verification Security Settings" in turn, and then open the verification code parameter settings; 3. Remove the check mark in front of the module that does not require verification code. Select, then save and exit.
- DEDECMS 2100 2023-02-22 09:21:34
-
- Can Dreamweaver CMS be used as a movie website?
- Dream Weaver CMS can be used as a movie website. Dreamweaver CMS is a content management system, so it is more suitable for news media websites. The Dreamweaver backend has a directory for adding and managing special information columns. You can directly publish content and it will be displayed on the front desk; and Dreamweaver CMS Supports video playback and has video module plug-in.
- DEDECMS 1565 2023-02-21 19:25:58
-
- How to remove dedecms copyright
- Methods to remove the copyright of dedecms: 1. Open the "login.htm" file and remove the code at the bottom; 2. Remove dede contained in the backend directory; 3. Search the entire site for "Dreamweaver Content Management System", and then replace all the ones with the specified name. Management system; 4. Search the entire site for "dedecms", and then replace all with the system with the specified name, etc.
- DEDECMS 2232 2023-02-21 10:44:39
-
- How to delete messages in dedecms
- How to delete messages in dedecms: 1. Open the dedecms background or PHPMYADMIN; 2. Delete the message with the specified IP by executing the "DELETE FROM `dede_feedback` WHERE `dede_feedback`.`ip` = '000.000.000.000'" command.
- DEDECMS 1714 2023-02-21 10:35:44
-
- When did Dreamweaver CMS come out?
- DedeCMS was released in August 2004; DedeCMS is a PHP open source website management system, famous for its simplicity, practicality, and open source; in August 2004, Lin Xue wrote DedeCMS, which still has hundreds of thousands of corporate and personal websites. Long term use.
- DEDECMS 2322 2023-02-21 10:36:02
-
- What language is Dreamweaver CMS written in?
- Dreamweaver cms is written in PHP language. Dreamweaver CMS (DedeCMS) is a PHP open source website management system, used to build small and medium-sized websites; it is developed using PHP+MySQL technology and can be used on windows, linux, and unix platforms at the same time.
- DEDECMS 1487 2023-02-21 09:45:54
-
- What database is Dreamweaver CMS?
- Dreamweaver cms is a mysql database. Dreamweaver cms is a PHP open source website management system, developed using PHP+MySQL technology, and can be used on windows, linux, and unix platforms at the same time; Dreamweaver cms is mainly used to create websites, mainly for the construction of personal websites or small and medium-sized portals , known for its simplicity, practicality, and open source.
- DEDECMS 2260 2023-02-20 19:11:41
-
- What should dedecms pay attention to?
- Note: 1. Delete the default administrator admin account and password and create a new administrator. The administrator password must be long and mixed with letters and numbers; 2. Delete and temporarily close unnecessary functions until needed. Turn it on to avoid being injected by hackers; 3. Add empty index.html to each directory to prevent the directory from being accessed; 4. Hard-code write permissions and prevent the upload of PHP code after the installation is completed; 5. Delete the install file in the root directory folder to prevent others from resetting the website; 6. Regular patching, etc.
- DEDECMS 1785 2023-02-17 11:00:36
-
- How to add fields in dedecms
- How to add fields to dedecms: 1. Enter the dedecms backend and find the "Common Article Model" in "Core-Channel Model"; 2. Click "Field Management" to enter the field management interface and click Add New Field; 3. Add a new field In the field interface, just fill in the form prompt text, field name and other information in sequence.
- DEDECMS 1555 2023-02-17 10:50:10
-
- How to delete members in dedecms
- How to delete members in dedecms: 1. Back up the database; 2. Open the dede backend system, and then use the SQL statement "delete from dede_member where not mid="1"" to delete registered members in batches.
- DEDECMS 1399 2023-02-17 10:40:25