current location:Home > Technical Articles > CMS Tutorial > DEDECMS

  • How does dedecms perform version query
    How does dedecms perform version query
    DedeCMS version query method: 1. Log in to the main interface of DedeCMS management background, and the last update time of the system version will be displayed; 2. Enter the "DedeCMS version number description" page and find the update log of the specified year; 3. According to the update time in the update log Just find the specific version information.
    DEDECMS 3024 2023-02-17 10:21:47
  • What are the benefits of dedecms
    What are the benefits of dedecms
    The benefits of using dedecMS to build a website: 1. The technical difficulty is low, which can speed up the development; 2. The visual content management system is easy to operate. Users can be familiar with the basic operations of the entire backend and get started very quickly; 3. Template customization is simple and convenient ; 4. It can generate static pages to speed up the opening of the website. It does not require SEOER to make pseudo-static pages, which is conducive to SEO optimization; 5. It can manage the website quickly and conveniently; 6. Control user permissions and can be maintained by multiple people; 7. Basic It has perfect functions; 8. It has good security and stability; 9. It can carry out secondary development.
    DEDECMS 2361 2023-02-16 11:10:41
  • what is dedecms
    what is dedecms
    dedecms, also known as Dreamweaver content management system, 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. The benefits of using dedecMS to build a website: 1. Speed ​​up development and reduce technical difficulty; 2. Visual content management system, easy to operate; 3. Template customization is simple and convenient; 4. Fully consider SEO optimization; 5. Easy to manage the website ; 6. It has good safety and stability, etc.
    DEDECMS 4089 2023-02-16 10:25:11
  • What is the software of Dream Weaver CMS?
    What is the software of Dream Weaver CMS?
    Dreamweaver cms is software used to create websites. Dreamweaver CMS is a free and open source PHP open source website content management system, mainly used to create websites. CMS, also known as content management system, has many excellent template-based designs, which can speed up website development and reduce development costs; it can be used to build complex systems of enterprise information portals or e-commerce website platforms, and can also be used to manage Simple content publishing website.
    DEDECMS 3021 2023-02-13 11:38:23
  • What website is suitable for Dreamweaver CMS?
    What website is suitable for Dreamweaver CMS?
    Websites suitable for Dreamweaver CMS: 1. News (media organization) websites; Dreamweaver system is a content management system, so it is more suitable for news information websites. 2. Enterprise websites; because enterprise websites mainly display product categories, they are more suitable to be produced by DreamWeaver. 3. Picture website; since DreamWeaver has a built-in atlas function, it is relatively easy to build a picture website, and you can upload pictures in batches. 4. Government agency websites. 5. Educational institution website. 6. Industry websites. 7. Websites that charge for content.
    DEDECMS 2415 2023-02-13 09:55:58
  • What should I do if mkall_cache_1.php cannot update the column?
    What should I do if mkall_cache_1.php cannot update the column?
    Solution to the problem that mkall_cache_1.php cannot update the column: 1. Modify the "task_do.php" file in the website's backend directory; 2. Find the "makehtml_all.php" file and modify the content to "include_once(DEDEINC."/arc.sgpage.class. php"); $dsql->Execute("ex","SELECT aid FROM `dede`...)".
    DEDECMS 1530 2022-11-04 09:24:41
  • Dreamweaver CMS officially announces fees, it's time to cut the leek! Which one will be next? ...
    Dreamweaver CMS officially announces fees, it's time to cut the leek! Which one will be next? ...
    The well-known open source CMS-dedeCMS system officially announced that it will officially start charging, and a domain name website authorization costs 5,800 yuan! AI evidence collection has been done and must be paid before October 25th, otherwise you will face prosecution!
    DEDECMS 5713 2021-09-29 15:28:14
  • DedeCMS has finally been updated after many years! (DedeCMSV5.7 version download)
    DedeCMS has finally been updated after many years! (DedeCMSV5.7 version download)
    DedeCMS is famous for its simplicity, practicality, and open source. It is the most famous PHP open source website management system in China. After many years of silence, DedeCMS has come back to life and started updating again! The following PHP Chinese website will share with you the source code of the latest V5.7 SP2 version of DedeCMS. Welcome to download~
    DEDECMS 3880 2021-08-12 15:06:58
  • 5 practical enterprise dedecms dream-weaving website templates to share (come and download now)
    5 practical enterprise dedecms dream-weaving website templates to share (come and download now)
    DedeCMS is famous for its simplicity, practicality and open source. It is the most famous PHP open source website management system in China and the PHP CMS system with the most users. Below, PHP Chinese website will share with you 5 practical enterprise dedecms dreamweaving website templates for everyone to learn and use!
    DEDECMS 6766 2021-08-03 09:08:26
  • dederemove index.html
    dederemove index.html
    Dede method to remove index.html: 1. Replace the content of index.php to generate dynamics; 2. Directly delete the index.php file under the CMS root directory; 3. Use the htaccess file to remove index.html; 4. Set the default homepage in the host order.
    DEDECMS 3461 2023-02-15 14:13:39
  • How to remove html from dede
    How to remove html from dede
    Dede method to remove html: 1. Directly delete the index.php file under the CMS root directory; 2. Add the code "DirectoryIndex index.html index.php index.htm" to the .htaccess in the root directory; 3. Set the default in the host Home page sequence; 4. Replace the content of index.php to generate dynamics.
    DEDECMS 2808 2023-02-10 11:20:18
  • What should I do if dede php is not running?
    What should I do if dede php is not running?
    Solution to dede php not running: 1. Find the template engine disabled tag and delete "php" in it; 2. Execute the command "INSERT INTO `dede_sysconfig` (`varname`, `info`, ``. ..)".
    DEDECMS 2567 2023-01-13 00:22:31
  • How to set common.inc.php read-only
    How to set common.inc.php read-only
    How to set common.inc.php to be read-only: 1. Set the "data/common.inc.php" file attribute to 644; 2. Find "Security", select the site name, and set write rejection, then click Apply and OK.
    DEDECMS 2730 2023-01-13 00:22:31
  • How to remove index.html in DreamWeaver
    How to remove index.html in DreamWeaver
    How to remove index.html in DreamWeaver: First open the index.PHP file in the root directory of DEDECMS; then replace the content with "if(!file_exists(dirname(__FILE__).'/data/common.inc.php')){. .}" will do.
    DEDECMS 3725 2023-01-13 00:22:31
  • How to remove index.php in DreamWeaver
    How to remove index.php in DreamWeaver
    How to remove index.php in DreamWeaver: First open the file "dede->templets->index2.htm" in sequence; then modify the content to "<li><a href="../" target="_blank">Website homepage </a></li>”.
    DEDECMS 2434 2023-01-13 00:22:30

Tool Recommendations

jQuery enterprise message form contact code

jQuery enterprise message form contact code is a simple and practical enterprise message form and contact us introduction page code.
form button
2024-02-29

HTML5 MP3 music box playback effects

HTML5 MP3 music box playback special effect is an mp3 music player based on HTML5 css3 to create cute music box emoticons and click the switch button.

HTML5 cool particle animation navigation menu special effects

HTML5 cool particle animation navigation menu special effect is a special effect that changes color when the navigation menu is hovered by the mouse.
Menu navigation
2024-02-29

jQuery visual form drag and drop editing code

jQuery visual form drag and drop editing code is a visual form based on jQuery and bootstrap framework.
form button
2024-02-29

Organic fruit and vegetable supplier web template Bootstrap5

An organic fruit and vegetable supplier web template-Bootstrap5
Bootstrap template
2023-02-03

Bootstrap3 multifunctional data information background management responsive web page template-Novus

Bootstrap3 multifunctional data information background management responsive web page template-Novus
backend template
2023-02-02

Real estate resource service platform web page template Bootstrap5

Real estate resource service platform web page template Bootstrap5
Bootstrap template
2023-02-02

Simple resume information web template Bootstrap4

Simple resume information web template Bootstrap4
Bootstrap template
2023-02-02

Cute summer elements vector material (EPS PNG)

This is a cute summer element vector material, including the sun, sun hat, coconut tree, bikini, airplane, watermelon, ice cream, ice cream, cold drink, swimming ring, flip-flops, pineapple, conch, shell, starfish, crab, Lemons, sunscreen, sunglasses, etc., the materials are provided in EPS and PNG formats, including JPG previews.
PNG material
2024-05-09

Four red 2023 graduation badges vector material (AI EPS PNG)

This is a red 2023 graduation badge vector material, four in total, available in AI, EPS and PNG formats, including JPG preview.
PNG material
2024-02-29

Singing bird and cart filled with flowers design spring banner vector material (AI EPS)

This is a spring banner vector material designed with singing birds and a cart full of flowers. It is available in AI and EPS formats, including JPG preview.
banner picture
2024-02-29

Golden graduation cap vector material (EPS PNG)

This is a golden graduation cap vector material, available in EPS and PNG formats, including JPG preview.
PNG material
2024-02-27

Home Decor Cleaning and Repair Service Company Website Template

Home Decoration Cleaning and Maintenance Service Company Website Template is a website template download suitable for promotional websites that provide home decoration, cleaning, maintenance and other service organizations. Tip: This template calls the Google font library, and the page may open slowly.
Front-end template
2024-05-09

Fresh color personal resume guide page template

Fresh color matching personal job application resume guide page template is a personal job search resume work display guide page web template download suitable for fresh color matching style. Tip: This template calls the Google font library, and the page may open slowly.
Front-end template
2024-02-29

Designer Creative Job Resume Web Template

Designer Creative Job Resume Web Template is a downloadable web template for personal job resume display suitable for various designer positions. Tip: This template calls the Google font library, and the page may open slowly.
Front-end template
2024-02-28

Modern engineering construction company website template

The modern engineering and construction company website template is a downloadable website template suitable for promotion of the engineering and construction service industry. Tip: This template calls the Google font library, and the page may open slowly.
Front-end template
2024-02-28