账号通
    

账号  

密码  

4097

查看

11

回复
主题:官方来看一下,怎么在代码或者数据库修改网站地址 [收藏主题] 转到:  
科汛官方 当前离线

47268

主题

145

广播

405

粉丝
添加关注
级别:管理员

用户积分:101604 分
登录次数:7935 次
注册时间:2006/12/7
最后登录:2023/12/14
科汛官方 发表于:2008/9/5 12:32:00   | 显示全部帖子 查看该作者主题 楼主 
另外建议升级到最新版V5.02!新版本在安全,功能方面相对以往版本都是有着本质的差别
 
  支持(0) | 反对(0) 回到顶部顶端 回到底部底部
科汛官方 当前离线

47268

主题

145

广播

405

粉丝
添加关注
级别:管理员

用户积分:101604 分
登录次数:7935 次
注册时间:2006/12/7
最后登录:2023/12/14
科汛官方 发表于:2008/9/5 12:31:00   | 显示全部帖子 查看该作者主题 沙发 
科汛智能建站系统

4.x版本.可以通过修改ks_cls/ks.publiccls.asp

 

找到getautodomain函数

 

'**************************************************
 '函数名:GetAutoDoMain()
 '作  用:取得当前服务器IP 如:http://127.0.0.1
 '参  数:无
 '**************************************************
 Public Function GetAutoDomain()
  Dim TempPath
  If Request.ServerVariables("SERVER_PORT") = "80" 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

 

直接改成

'**************************************************
 '函数名:GetAutoDoMain()
 '作  用:取得当前服务器IP 如:http://127.0.0.1
 '参  数:无
 '**************************************************
 Public Function GetAutoDomain()
     GetAutoDomain = "你的域名" 
 End Function

 

 

 
  支持(0) | 反对(0) 回到顶部顶端 回到底部底部
<上一主题 | 下一主题 >
Powered By KesionCMS Version X1
厦门科汛软件有限公司 © 2006-2016 页面执行0.06250秒 powered by KesionCMS 9.0