账号通
    

账号  

密码  

2881

查看

7

回复
主题:如果网站端口不是80,那么网站无法正常使用(BUG) [收藏主题] 转到:  
liuxf1336 当前离线

17

主题

0

广播

0

粉丝
添加关注
级别:学前班

用户积分:147 分
登录次数:18 次
注册时间:2009/12/20
最后登录:2014/2/16
liuxf1336 发表于:2010/3/7 18:31:00   | 显示全部帖子 查看该作者主题 楼主 
科汛在线商城系统(NET)
ks_cls >>> Kesion.CommonCls.asp
 
  支持(0) | 反对(0) 回到顶部顶端 回到底部底部
liuxf1336 当前离线

17

主题

0

广播

0

粉丝
添加关注
级别:学前班

用户积分:147 分
登录次数:18 次
注册时间:2009/12/20
最后登录:2014/2/16
liuxf1336 发表于:2010/3/7 18:26:00   | 显示全部帖子 查看该作者主题 沙发 
做在线知识付费 选科汛云开店
'函数名:GetAutoDoMain()
 '作  用:取得当前服务器IP 如:http://127.0.0.1
 '参  数:无
 '**************************************************
 Public Function GetAutoDomain()
  Dim TempPath
  If Request.ServerVariables("SERVER_PORT") = "81" Then
   GetAutoDomain = Request.ServerVariables("SERVER_NAME")
  Else
   GetAutoDomain = Request.ServerVariables("SERVER_NAME") & ":" & Request.ServerVariables("SERVER_PORT")
  End If
   If Instr(UCASE(GetAutoDomain),"/W3SVC")<>0 Then
      GetAutoDomain=Left(GetAutoDomain,Instr(GetAutoDomain,"/W3SVC"))
   End If
   GetAutoDomain = "http://" & GetAutoDomain
 End Function
 
  支持(0) | 反对(0) 回到顶部顶端 回到底部底部
<上一主题 | 下一主题 >
Powered By KesionCMS Version X1
厦门科汛软件有限公司 © 2006-2016 页面执行0.06348秒 powered by KesionCMS 9.0