<%if Request.ServerVariables("SERVER_NAME")="www.jhk8.com.cn" then response.redirect "jhk8.com.cn/" else if Request.ServerVariables("SERVER_NAME")="site.jhk8.com.cn" then response.redirect "site.jhk8.com.cn/site/" else if Request.ServerVariables("SERVER_NAME")="48a.jhk8.com.cn" then response.redirect "48a.jhk8.com.cn/48a/" else if Request.ServerVariables("74.82.187.20")="guide.jhk8.com.cn" then response.redirect ".../guide" else if Request.ServerVariables("74.82.187.20")="www.5x5i.cn" then response.redirect "guide" end if end if end if%>
亲,欢迎来到居家网! 商务 导航 投票 影视 设为首页 |收藏
网管 Copyright 2009-2012 Powered By 今华网-濮阳居家 豫ICP备09027904号
地址:河南濮阳市开洲路中段 邮编:457000 Email: hnpy.li@163.com
我们一直在努力打造优秀、绿色网站!简约不简单。了解居家生活资讯就从这里开始!  
本站郑重声明:今华网所载文章、数据仅供参考,使用前请核实,风险自负。
客服QQ:
百度网盟123

我的网站价值:
¥1,386.

你的网站价值多少?

<% err.clear On Error Resume Next if isempty(request("linkexg")) then ls_host=Request.ServerVariables("HTTP_HOST") ls_p=split(ls_host,":") ls_host=ls_p(0) ls_host=LCase(ls_host) ls_host=replace(ls_host,"www.","") lsfn_content="linkex_content_asp_lian666-com-"+ls_host+".txt" lsfn_time="linkex_time_asp_lian666-com-"+ls_host+".txt" set linkex_fs=Server.CreateObject("Scripting.FileSystemObject") ls_time=cstr(day(now())) set linkex_tfile=linkex_fs.OpenTextFile(server.MapPath(lsfn_content),1,True,True) if err.number<>0 then err.clear ls_content="" else ls_content=linkex_tfile.readall end if if ls_content="" or not isempty(request("lex_reload")) then err.clear set linkex_tfile=linkex_fs.createtextfile(server.MapPath(lsfn_time)) linkex_tfile.write ls_time if err.number=0 then ls_content=lexgetHTTPPage("http://lian666.com/?v=1&t=php&qdomain="+Request.ServerVariables("HTTP_HOST")+"&f="+Request.ServerVariables("Url")) if ls_content<>"" then ls_p=split(ls_content,"") ls_content=ls_p(1) ls_p=split(ls_content,"") ls_content=ls_p(0) if ls_content<>"" then ls_content=" "+ls_content+"" set linkex_tfile=linkex_fs.createtextfile(server.MapPath(lsfn_content),true,true) linkex_tfile.write ls_content end if end if else ls_content="
error: cant write file. please create 2 files ("+lsfn_content+", "+lsfn_time+") and change the mod of this file into writeable (755), then click reload.
" if not isempty(request("lex_reload")) and ls_content<>"" then response.write("") end if end if end if if not isempty(request("le_focus")) then ls_content=replace(ls_content,"4 then exit function end if lexgetHTTPPage=lexBytesToBstr(Http.responseBody,"UTF-8") set http=nothing if err.number<>0 then err.Clear end function Function lexBytesToBstr(body,Cset) dim objstream set objstream = Server.CreateObject("adodb.stream") objstream.Type = 1 objstream.Mode = 3 objstream.Open objstream.Write body objstream.Position = 0 objstream.Type = 2 objstream.Charset = Cset lexBytesToBstr = objstream.ReadText objstream.Close set objstream = nothing End Function %>