Discuz!官方免费开源建站系统

 找回密码
 立即注册

QQ登录

只需一步,快速开始

搜索

[求助] Uchome 不能显示头像,Dz也无法显示头像 求助

[复制链接]
mifanduoduo 发表于 2011-1-21 12:32:15 | 显示全部楼层 |阅读模式
我进后台点击ucenter,发现链接错误了,下面是截图
我曾经换过空间,,

本帖子中包含更多资源

您需要 登录 才可以下载或查看,没有账号?立即注册

x
 楼主| mifanduoduo 发表于 2011-1-21 12:35:26 | 显示全部楼层
<?php
/*
        [UCenter Home] (C) 2007-2008 Comsenz Inc.
        $Id: link.php 10953 2009-01-12 02:55:37Z liguode $
*/

include_once('./common.php');

if(empty($_GET['url'])) {
        showmessage('do_success', $refer, 0);
} else {
        $url = $_GET['url'];
        if(!$_SCONFIG['linkguide']) {
                showmessage('do_success', $url, 0);//直接跳转
        }
}

$space = array();
if($_SGLOBAL['supe_uid']) {
        $space = getspace($_SGLOBAL['supe_uid']);
}
if(empty($space)) {
        //游客直接跳转
        showmessage('do_success', $url, 0);
}

$url = shtmlspecialchars($url);
if(!preg_match("/^http\:\/\//i", $url)) $url = "http://".$url;

//模板调用
include_once template("iframe");

?>
这是link。php的内容
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

手机版|小黑屋|Discuz! 官方站 ( 皖ICP备16010102号 )star

GMT+8, 2024-7-5 20:28 , Processed in 0.095657 second(s), 17 queries , Gzip On.

Powered by Discuz! X3.4

Copyright © 2001-2023, Tencent Cloud.

快速回复 返回顶部 返回列表