主頁 > 知識庫 > 使用ASP獲得服務器網(wǎng)卡的MAC地址信息

使用ASP獲得服務器網(wǎng)卡的MAC地址信息

熱門標簽:鄢陵學校如何做地圖標注 成都ai外呼系統(tǒng)線路 虛擬電話外呼系統(tǒng) 沈陽電話機器人公司 廣東語音外呼系統(tǒng)公司 鄭州智能外呼電銷機器人廠家 長春公司外呼系統(tǒng)中心 云南便宜外呼系統(tǒng)平臺 沈陽三五防封電銷卡
'----------------------提取所有網(wǎng)卡的信息--------------------' 

Public Function GetMacInfo() 
    On Error Resume Next 

    Dim fso, FileStr, AspSleepThread, CmdStr, SysDir, wshshell, CmdRe, MacFileContentFile, MacFileContent 
    Const MacFile = "TmpYesoulSoft001.LLP" 
    Set fso = Server.CreateObject("Scripting.FileSystemObject") 

    SysDir = Split(GlobalMod.GetSysDir, ",")(1) 
            If InStr(LCase(SysDir), "system32") = 0 Then 
            GetMacInfo = "本系統(tǒng)只能運行在Nt、Windows 2000、Windows.Net、Windows Xp、Windows 2003等32位系統(tǒng)下,不支持32位以下的系統(tǒng)!" 
            Exit Function 
            Else 
            CmdStr = SysDir + "\Cmd.exe /C " + SysDir + "\Ipconfig.exe /All > " + Server.MapPath(MacFile) 
            End If 
        CmdRe = Shell(CmdStr, vbHide) 
        If CmdRe > 0 Then 
        Set MacFileContentFile = fso.OpenTextFile(Server.MapPath(MacFile), 1, False, TristateUseDefault) 
        'GetMacInfo = MacFileContentFile.ReadAll() 
        'Response.Flush 
        FileStr = MacFileContentFile.ReadAll() 
        MacFileContentFile.Close 
        Set MacFileContentFile = Nothing 
        Set AspSleepThread = Server.CreateObject("YesoulSoft.SleepThread") 
        '定義線程掛起的時間,這里為毫秒 
        AspSleepThread.SleepTime = 500 
        AspSleepThread.BeginSleepThread 
        GetMacInfo = ExecuteOne(FileStr, "Physical Address. . . . . . . . . : (.*)") 
        Set AspSleepThread = Nothing 
        Else 
        GetMacInfo = "系統(tǒng)當前無法獲取您的網(wǎng)絡信息,請檢查權限繼承關系后再運行本系統(tǒng)!" 
        Exit Function 
        End If 
        DelFile MacFile 

    Set fso = Nothing 

End Function 
'------------------在字符串匹配一次結(jié)果-------------------' 
Public Function ExecuteOne(inpStr, PatStr) 
  Dim oRe, oMatch, oMatches 
  Set oRe = New RegExp 
  oRe.Pattern = PatStr 
  inpStr = LCase(inpStr) 
  oRe.IgnoreCase = True 
  Set oMatches = oRe.Execute(inpStr) 
  Set oMatch = oMatches(0) 
  ExecuteOne = oMatch.SubMatches(0) 
End Function

標簽:朝陽 馬鞍山 平頂山 湖北 孝感 防城港 遼陽 四平

巨人網(wǎng)絡通訊聲明:本文標題《使用ASP獲得服務器網(wǎng)卡的MAC地址信息》,本文關鍵詞  使用,ASP,獲得,服務器,網(wǎng)卡,;如發(fā)現(xiàn)本文內(nèi)容存在版權問題,煩請?zhí)峁┫嚓P信息告之我們,我們將及時溝通與處理。本站內(nèi)容系統(tǒng)采集于網(wǎng)絡,涉及言論、版權與本站無關。
  • 相關文章
  • 下面列出與本文章《使用ASP獲得服務器網(wǎng)卡的MAC地址信息》相關的同類信息!
  • 本頁收集關于使用ASP獲得服務器網(wǎng)卡的MAC地址信息的相關信息資訊供網(wǎng)民參考!
  • 推薦文章