Dede the problem of not displaying pictures in the content of the article

Source: Internet
Author: User

Locate the dedecollection.class.php below the include file

Find Downmedias This method

Download the image in the tag and flash

$JJ = 0;

foreach ($this->cdedehtml->medias as $k = $v)

{

$furl = $this->cdedehtml->fillurl ($k);

if ($v = = ' embed ' &&!preg_match ("#\. ( swf) \? (. *) $ #i ", $k) &&!preg_match (" #\. ( SWF) $ #i ", $k))

{

Continue

}

$okurl = $this->downmedia ($furl, $v);

2016 add yourself to start

$k =str_replace ("http://m.baidu.com", "", $k);

Get the hostname from the URL and replace the domain name

Preg_match ("/^ (http:\/\/)?" ( [^\/]+)/I ", $k, $match);

$k =str_replace ($match [0], "", $k);


$html = Str_replace ($k, $okurl, $html);

$JJ + +;

/* if ($JJ ==1)

{

echo $k. " = = = ". $okurl." <br><br> ";

Echo $html;

Exit

}*/

}


Dede the problem of not displaying pictures in the content of the article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.