本帖最后由 dongdong0925 于 2011-7-8 13:27 编辑
找到source\admincp\cloud\cloud_siteinfo.php文件
搜索代码- if($cloudstatus != 'cloud') {
- cpmsg('cloud_open_first', '', 'succeed', array(), '<p class="marginbot"><a href="###" onclick="top.location = \''.ADMINSCRIPT.'?frames=yes&action=cloud&operation=open\'" class="lightlink">'.cplang('message_redirect').'</a></p><script type="text/JavaScript">setTimeout("top.location = \''.ADMINSCRIPT.'?frames=yes&action=cloud&operation=open\'", 3000);</script>');
- }
复制代码 改为- /*if($cloudstatus != 'cloud') {
- cpmsg('cloud_open_first', '', 'succeed', array(), '<p class="marginbot"><a href="###" onclick="top.location = \''.ADMINSCRIPT.'?frames=yes&action=cloud&operation=open\'" class="lightlink">'.cplang('message_redirect').'</a></p><script type="text/JavaScript">setTimeout("top.location = \''.ADMINSCRIPT.'?frames=yes&action=cloud&operation=open\'", 3000);</script>');
- }*/
复制代码 保存,暂时注释掉这部分代码,不要删除。
然后进入后台-》云平台-》诊断工具里,点击设置接口IP,设置一个可以请求成功的接口IP。(注释那段代码后就可以设置了)
设置完重新进入source\admincp\cloud\cloud_siteinfo.php文件,将之前的修改改回来。 |