Foxtable(狐表)用户栏目专家坐堂 → 申请域名校验


  共有3012人关注过本帖树形打印复制链接

主题:申请域名校验

帅哥哟,离线,有人找我吗?
有点蓝
  1楼 | 信息 | 搜索 | 邮箱 | 主页 | UC


加好友 发短信
等级:超级版主 帖子:110647 积分:563143 威望:0 精华:9 注册:2015/6/24 9:21:00
  发帖心情 Post By:2019/1/12 11:29:00 [显示全部帖子]

1、HttpServer.WebPath = "d:\web"

如果是这样设置目录,文件要放到:"d:\web\WW_verify_lLUDnB6wgNiIHdN1.txt"

1、如果是设置了通用事件头,要加上扩展名txt,文件同样要放到:"d:\web\WW_verify_lLUDnB6wgNiIHdN1.txt"
'通用事件头,用于发送已经存在的常见文件
Dim
 fl As String = "d:\web\" & e.path
If
 filesys.FileExists(fl)
    Dim idx As Integer = fl.LastIndexOf(".")
    Dim ext As String  = fl.SubString(idx)
    Select Case ext
        Case ".jpg",".gif",".png",".bmp",".wmf",".js",".css" ,".html",".htm",".zip",".rar",".txt"
            e.WriteFile(fl)
            Return 
'
这里必须返回
    End 
Select

End
 If

 回到顶部