爱客影院3.5自动更新尝鲜代码
将下面代码加入到Index.php的include ('./inc/aik.config.php');下面:
//自动更新尝鲜地址开始
function getContents($url){
$ch = curl_init();
curl_setopt($ch, CURLOPT_URL, $url);
curl_setopt($ch, CURLOPT_TIMEOUT, 30);
curl_setopt($ch, CURLOPT_FOLLOWLOCATION,1);
ob_start();
curl_exec($ch);
ob_end_clean();
$x = curl_getinfo($ch);
curl_close($ch);
return $x;
}
$contents = getContents($aik['zhanwai']);
$urls = $contents['url'];
if($aik['zhanwai'] != $urls){
$aik['zhanwai'] = $urls;
file_put_contents('./inc/aik.config.php',"<?php\n \$aik = ".var_export($aik,true).";\n?>");
}
//自动更新尝鲜地址结束
如果你觉得雨滴资源网对你有帮助的话,可以小小的打赏一下小站,用于维持本站的运营!
版权声明:雨滴资源网内容来源于互联网,如果有侵权内容、不妥之处,请第一时间联系我们删除。敬请谅解!
本文链接:爱客影院3.5自动更新尝鲜代码 - https://www.yudzy.com/175.html
失效提示:此文更新于2018-10-13,如果文章内容或图片资源失效,请留言反馈,客服会及时处理,谢谢!


