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

 找回密码
 立即注册
搜索

[求助] 请问游客使用外部链接,可以不跳转吗?

[复制链接]
s673 发表于 2010-4-9 22:17:20 | 显示全部楼层 |阅读模式
修改哪里,可以让游客像会员一样,保持原来网址,不跳转



<?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");

?>
回复

使用道具 举报

shmoost 发表于 2010-4-22 09:47:09 | 显示全部楼层
看情况呗.不知道行不行
回复

使用道具 举报

luyustu 发表于 2010-5-1 13:05:41 | 显示全部楼层
回复 1# s673


    我已经在下面的帖子里面列出修改方式;
https://discuz.dismall.com/viewth ... ;extra=#pid13771861

楼主可以查看;
我的网站上就是这样做的。
http://daohang.luyustu.com/link.php?url=g.cn
http://home.luyustu.com/link.php?url=http://g.cn
楼主可以参考一下;
有问题可以及时交流。
回复

使用道具 举报

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

本版积分规则

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

GMT+8, 2025-9-13 18:22 , Processed in 0.167320 second(s), 14 queries , Gzip On.

Powered by Discuz! X3.4

Copyright © 2001-2023, Tencent Cloud.

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