如果服務器上禁用了fsockopen函數(shù),則無法使用保存遠程圖片到本地的功能,只需要替換一下函數(shù)就可以了。
找到/include/dedehttpdown.class.PHP 第507行
$this->m_fp = @fsockopen($this->m_host, $this->m_port, $errno, $errstr,10);
替換為
$this->m_fp = @stream_socket_client($this->m_host . ‘:’ . $this->m_port, $errno, $errstr,10);
新聞熱點
疑難解答
圖片精選