How to remove the Dream Weaver Chain from the dedecms friendly link?
dedecmsV5.6 method to remove the "Dreamweaver Chain Drop" connection in the friendly link, dedecmsV5.7 method to delete the Dreamweaver Chain in the friendly link
Dreamweaver CMS V5. 7. The "Dream Weaver Chain" will be automatically added to the friendly links and may be deleted. However, in the background management, Dreamweaver Chain management was not found, so the source file could only be modified.
Recommended learning: DreamWeaver cms
dedecmsV5.7 Method to delete the DreamWeaver chain in friendly links: Backend module---File manager to find DreamWeaver CMS V5.7 root directory include/taglib/flinktype.lib.php file delete the following code and then regenerate the homepage HTML
The code is as follows:
$dedecms = false; $dedecms->id = 999; $dedecms->typename = '织梦链'; if($type == 'dedecms') $row[] = $dedecms;
dedecmsV5.6 remove the "Dream Weaver Chain" in the friendly link Method of "drop" connection: Backend module---File manager, find the root directory include/taglib/flink.lib.php of DreamWeaver CMS V5.6, delete the following code and then regenerate the home page HTML
The code is as follows:
// 获取织梦链 $cache_file = DEDEDATA.'/cache/dedelink.txt'; if(file_exists($cache_file)) { $result = unserialize(file_get_contents($cache_file)); } if(!isset($result['result']) OR $result['timeout'] < time()) { $linkUrl = DedeGetHtml("http://flink.dedecms.com/server_url.php")."flink_v56.php?lang={$cfg_soft_lang}&site={$_SERVER['SERVER_NAME']}&version=".$cfg_version; $linkInfo = DedeGetHtml($linkUrl); $result = array(); $result['result'] = $linkInfo; $result['timeout'] = time() + 60 * 60 * 3; // 缓存3个小时 file_put_contents($cache_file, serialize($result)); } else { $linkInfo = $result['result']; }
Remember to regenerate HTML.
The above is the detailed content of How to remove the DreamWeaver chain from the dedecms friendly link. For more information, please follow other related articles on the PHP Chinese website!

Hot AI Tools

Undresser.AI Undress
AI-powered app for creating realistic nude photos

AI Clothes Remover
Online AI tool for removing clothes from photos.

Undress AI Tool
Undress images for free

Clothoff.io
AI clothes remover

Video Face Swap
Swap faces in any video effortlessly with our completely free AI face swap tool!

Hot Article

Hot Tools

MinGW - Minimalist GNU for Windows
This project is in the process of being migrated to osdn.net/projects/mingw, you can continue to follow us there. MinGW: A native Windows port of the GNU Compiler Collection (GCC), freely distributable import libraries and header files for building native Windows applications; includes extensions to the MSVC runtime to support C99 functionality. All MinGW software can run on 64-bit Windows platforms.

SAP NetWeaver Server Adapter for Eclipse
Integrate Eclipse with SAP NetWeaver application server.

Safe Exam Browser
Safe Exam Browser is a secure browser environment for taking online exams securely. This software turns any computer into a secure workstation. It controls access to any utility and prevents students from using unauthorized resources.

mPDF
mPDF is a PHP library that can generate PDF files from UTF-8 encoded HTML. The original author, Ian Back, wrote mPDF to output PDF files "on the fly" from his website and handle different languages. It is slower than original scripts like HTML2FPDF and produces larger files when using Unicode fonts, but supports CSS styles etc. and has a lot of enhancements. Supports almost all languages, including RTL (Arabic and Hebrew) and CJK (Chinese, Japanese and Korean). Supports nested block-level elements (such as P, DIV),

Dreamweaver CS6
Visual web development tools
