表現就是開通 QQ 互聯會返回該頁無法顯示,按如下操作即可。
編輯 source/function/functoin_filesock.php
搜索

  1. if(function_exists('curl_init') && function_exists('curl_exec') && $allowcurl) {

改為:

  1. if(0 && function_exists('curl_init') && function_exists('curl_exec') && $allowcurl) {