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

 找回密码
 立即注册

QQ登录

只需一步,快速开始

搜索

[展示] SS所有频道成功绑定域名(非转向) 代码分享公布

[复制链接]
apollocq 发表于 2008-4-28 02:56:49 | 显示全部楼层 |阅读模式
我贴一段代码出来大家研究,绑定二级域名的 引用:
<!---------------Copyright 2007 Jarjin Lee QHWG.COM------------------>
<%
dim indexSrc,FrameTitle
if Request.ServerVariables("SERVER_NAME")="www.china69.com.cn" then
    indexSrc = "index.php"
    FrameTitle = "中国驴友社区-朋友们出游聚会交流的老地方"
    else if Request.ServerVariables("SERVER_NAME")="china69.com.cn" then
        indexSrc = "index.php"
        FrameTitle = "中国驴友社区-户外旅游交友平台"
        else if Request.ServerVariables("SERVER_NAME")="news.china69.com.cn" then
              indexSrc = "html/news.html"
              FrameTitle = "资讯"
              else if Request.ServerVariables("SERVER_NAME")="bbs1.china69.com.cn" then
                  indexSrc = "html/bbs.html"
                  FrameTitle = "论坛"
                  else if Request.ServerVariables("SERVER_NAME")="blog.china69.com.cn" then
                      indexSrc = "html/blog.html"
                      FrameTitle = "博客空间"
                  end if
              end if
        end if
    end if
end if
%>
<html>
<head><title><%=FrameTitle%></title>
</head>
<body topmargin="0" leftmargin="0" rightmargin="0" bottommargin="0" style="overflow-x:hidden;overflow-y:hidden">
<iframe src="<%=indexSrc%>" width="100%" height="100%" scrolling="auto" frameborder="0"></iframe>
</body>
</html>

请高手修正,这个绝非转向的代码,可以看看我的站点www.china69.com.cn,是这个实现的,以上代码保存为ASP放在网站跟目录,泛解析到本站,主机设置本文件优先,OK!

index.rar

616 Bytes, 下载次数: 403

给钱代表慰劳,表示认同我辛苦了!

俊客 发表于 2008-4-28 03:16:54 | 显示全部楼层
:)

回复

使用道具 举报

 楼主| apollocq 发表于 2008-4-28 03:17:07 | 显示全部楼层
自己沙发一个!
回复

使用道具 举报

a0000091 发表于 2008-4-28 03:26:41 | 显示全部楼层
回复

使用道具 举报

ibookle 发表于 2008-4-28 07:11:57 | 显示全部楼层
回复

使用道具 举报

ppfeel 发表于 2008-4-28 08:53:10 | 显示全部楼层
有没有php 的啊!
回复

使用道具 举报

 楼主| apollocq 发表于 2008-4-28 13:33:48 | 显示全部楼层
根据这个代码,你可以改成PHP
回复

使用道具 举报

hanliou2008 发表于 2008-4-28 13:43:23 | 显示全部楼层
、往死里顶!!!!!!!!!
回复

使用道具 举报

jwzhan 发表于 2008-4-28 14:20:04 | 显示全部楼层
提示: 作者被禁止或删除 内容自动屏蔽
回复

使用道具 举报

 楼主| apollocq 发表于 2008-4-28 14:35:40 | 显示全部楼层
漏洞百出...

最好不要用 呵呵

请高人修正,我也是个菜鸟,希望得到指点!
回复

使用道具 举报

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

本版积分规则

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

GMT+8, 2025-1-13 16:51 , Processed in 0.032665 second(s), 5 queries , Gzip On, Redis On.

Powered by Discuz! X3.4

Copyright © 2001-2023, Tencent Cloud.

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