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 determine whether the dedecms software channel is downloaded from this site and then list the mirrors?
- DreamWeaver Software channel judgment is the method for listing the mirror after downloading the link on this site: first open the "softlinks.lib.php" file; then add a judgment code as "if (strstr($firstLink, 'xxx.net')) {foreach(){...}}" is enough.
- DEDECMS 1951 2020-01-11 09:54:18
-
- How to migrate the data directory in the root directory of DedeCMS to a directory other than the web
- How to migrate the data directory in the root directory of DedeCMS to a directory other than the web: first migrate the data folder in the root directory to the upper directory; then find the "common.inc.php" file and modify the "DEDEDATA" constant for you System directory; finally configure the cache file directory.
- DEDECMS 2055 2020-01-11 09:29:16
-
- DEDECMS prompts Fatal error error
- The solution to the "Fatal error" error prompted by DEDECMS: first find and open the "index_top.php" file in the management directory; then modify the code to "<li><a href="javascript:OpenMenu(10,'','' )>" and save.
- DEDECMS 3074 2020-01-11 09:25:01
-
- How to use the DEDECMS SELECT statement
- How to use the DEDECMS SELECT statement: First enter the DEDECMS system background; then add an article; then execute the SQL statement "SELECT * FROM dede_archives order by id DESC limit 1" in the background.
- DEDECMS 1985 2020-01-11 09:20:57
-
- How to use the DEDECMS extension tag
- How to use the DEDECMS extension tag: first open the "demotag.lib.php" file; then modify the tag code to "function lib_writerarc(&$ctag,&$refObj)"; then write the query statement and related to the underlying template processing Just function.
- DEDECMS 1975 2020-01-15 10:49:25
-
- What is the core class TypeLink.class.php of Dreamweaver?
- The core class of DreamWeaver "TypeLink.class.php" is a class function that can be used to obtain a link list of a certain category and obtain an advanced search function for the category list. The specific code content is "Class TypeLink{var $typeDir;var $dsql;var $TypeID;}".
- DEDECMS 2569 2020-01-11 09:12:57
-
- How to set up the security environment of Dreamweaver server
- How to set up the security of the DreamWeaver server environment: First, set the HTML directories of data, templets, and uploads to readable, writable, and non-executable permissions; then delete the special and install directories; then set up an independent MySQL user account for each website. .
- DEDECMS 2256 2020-01-11 09:07:45
-
- How to solve the problem of dede:arclist only taking effect once in dedecms dream weaving system
- The solution to the problem that "{dede:arclist keyword='dynamically obtain keywords'" in the Dreamweaver system only takes effect once: first open the "arclist.lib.php" file; then modify the code to "md5(serialize($ctag).$typeid" ....)".
- DEDECMS 2829 2020-01-15 10:48:34
-
- What should I do if the variable coverage vulnerability in dedecms leads to an injection vulnerability?
- The solution to the injection vulnerability caused by dedecms' variable coverage vulnerability: first open the "filter.inc.php" file; then filter irrelevant content, modify the code to "$magic_quotes_gpc=ini_get('magic_quotes_gpc';)" and save it.
- DEDECMS 2317 2020-01-10 09:39:39
-
- How to configure pseudo-static in IIS
- How to configure pseudo-static IIS: First upload the ".htaccess" file with written rules to the root directory of the site that needs to be redirected; then right-click ".htaccess", select the "Security" tab and add the "IIS_WPG" user ;Finally restart IIS.
- DEDECMS 3335 2020-01-10 09:36:38
-
- How to use the [field:global name=autoindex/] tag
- The "[field:global name=autoindex/]" tag is used to add serial numbers to the list, and its syntax is "[field:global name=autoindex runphp="yes"]@me=@me+1;[/field:global] ".
- DEDECMS 2643 2020-01-10 09:31:00
-
- What should I do if the column content cannot be saved after changing dede to kindeditor?
- The solution to the problem that the column content cannot be saved after dede is replaced with kindeditor: first open the "inc_fun_funAdmin.php" file; then modify the code to "allowFileManager: {$allowFileManager}" and save it.
- DEDECMS 1932 2020-01-10 09:28:01
-
- How to use different templates for the homepage of DEDECMS list page and other pages
- How to use different templates for the homepage and other pages of the DEDECMS list page: first open the "arc.listview.class.php" file; then add the code "if($this->PageNo>1)" above the "Display" function {$tempfile...}" will do.
- DEDECMS 2317 2020-01-10 09:25:38
-
- How to nest sql statements in runphp=yes
- The method of nesting sql statements in "runphp=yes": first enter the DreamWeaver backend; then open the corresponding template file; then add the sql statement to the dede tag as "$sql='SELECT userid FROM dede_member WHERE mid='.@me; "That's it.
- DEDECMS 2649 2020-01-10 09:21:58
-
- How to dynamically call the number of clicks on the homepage list page of DedeCMS
- How to dynamically call the number of clicks on the homepage list page of DedeCMS: first find the "count.php" file in the "/plus" directory and copy and rename it to "viewclick.php"; then insert the code as "if(!empty($ maintable)){...};" and save it.
- DEDECMS 2223 2020-01-10 09:19:05