<% Response.ExpiresAbsolute = Now() - 1 Response.Expires = 0 Response.CacheControl = "no-cache" %> <% un = trim(request("username")) pw = trim(request("pwhidden")) saveUser = trim(request("saveUser")) cleancookies = trim(request("cleancookies")) if cleancookies = "true" then Response.Cookies("accounts") = "" end if showaccounts = trim(request.Cookies("accounts")) Response.Cookies("name") = "" dim ei dim errmsg errmsg = trim(request("errstr")) if IsEmpty(Application("em_MaxMPOP3")) and IsEmpty(Application("em_MaxSigns")) then dim mam set mam = server.createobject("easymail.AdminManager") tmp_num = 0 do while tmp_num < 30 mam.LoadExt if mam.IsLoadOK = true then Exit Do end if mam.Sleep 500 tmp_num = tmp_num + 1 loop if mam.IsLoadOK = true then Application("em_MaxMPOP3") = mam.MaxMPOP3 Application("em_MaxSigns") = mam.MaxSigns Application("em_SystemAdmin") = LCase(mam.SystemAdmin) Application("em_EnableBBS") = mam.EnableBBS Application("em_Enable_SignHold") = mam.Enable_SignHold Application("em_Enable_FreeSign") = mam.Enable_FreeSign Application("em_Enable_SignWithDomainUser") = mam.Enable_SignWithDomainUser Application("em_Enable_SignNumberLimit") = mam.Enable_SignNumberLimit Application("em_SignNumberLimitDays") = mam.SignNumberLimitDays Application("em_Enable_ShareFolder") = mam.Enable_ShareFolder Application("em_Enable_SignEnglishName") = mam.Enable_SignEnglishName Application("em_LogPageKSize") = mam.LogPageKSize Application("em_TestAccounts") = LCase(mam.TestAccounts) Application("em_SignMode") = mam.SignMode Application("em_SignWaitDays") = mam.SignWaitDays Application("em_am_Name") = mam.am_Name Application("em_am_Accounts") = LCase(mam.am_Accounts) Application("em_AccountsAdmin") = LCase(mam.AccountsAdmin) Application("em_EnableEntAddress") = mam.Enable_Show_EntAddress Application("em_EnableTrap") = mam.EnableTrap if mam.EnableTrap = true then Application("em_TrapMail") = mam.TrapMail end if set mam = nothing else set mam = nothing response.redirect "outerr.asp?errstr=" & Server.URLEncode("超时, 请重试") & "&" & getGRSN() end if end if if un <> "" and pw <> "" and Request.ServerVariables("REQUEST_METHOD") = "POST" then un = LCase(un) pw = strDecode(pw, trim(request("picnum"))) if un <> Application("em_SystemAdmin") then dim webkill set webkill = server.createobject("easymail.WebKill") webkill.Load rip = Request.ServerVariables("REMOTE_ADDR") if webkill.IsKill(rip) = true then set webkill = nothing response.redirect "outerr.asp?errstr=" & Server.URLEncode("拒绝IP地址 " & rip & " 访问") & "&" & getGRSN() end if set webkill = nothing end if set ei = Application("em") Session("wem") = "" Session("mail") = "" Session("tid") = "" Session("SecEx") = "" Session("scpw") = "" Session("cert_ca") = "" dim pwwt pwwt = ei.PassWordWaitMinute dim checkret checkret = ei.CheckPassWordEx(un, pw, Request.ServerVariables("REMOTE_ADDR")) if checkret = 0 then if un = Application("em_SystemAdmin") and ei.CheckAdminIP(Request.ServerVariables("REMOTE_ADDR")) = false then set ei = nothing errmsg = "管理员登录IP地址错误。" else Session("tid") = ei.Login(un) Session("wem") = un Session("mail") = ei.GetUserMail(un) set ei = nothing dim mri set mri = server.createobject("easymail.MoreRegInfo") mri.LoadRegInfo un mri.CurrentlyIP = Request.ServerVariables("REMOTE_ADDR") mri.SaveRegInfo set mri = nothing if saveUser = "true" then Response.Cookies("accounts") = un Response.Cookies("accounts").Expires = DateAdd("y", 5, Now()) end if SecEx = trim(request("SecEx")) if SecEx = "true" then Session("SecEx") = "1" else Session("SecEx") = "0" end if dim userweb set userweb = server.createobject("easymail.UserWeb") userweb.Load Session("wem") ShowLanguage = userweb.ShowLanguage set userweb = nothing if ShowLanguage = 1 then Response.Redirect "en/welcome.asp" else Response.Redirect "welcome.asp" end if end if elseif checkret = 2 then set ei = nothing errmsg = "连续三次输入密码错误,请过" & pwwt & "分钟后再试。" else set ei = nothing errmsg = "错误的用户名或密码!请再次输入。" end if end if if trim(request("logout")) = "true" then if Session("wem") <> "" then Application("em").Logout Session("wem"), Session("tid") end if Session("wem") = "" Session("mail") = "" Session("tid") = "" Session("SecEx") = "" Session("scpw") = "" Session("cert_ca") = "" end if %> 中国亿网IDC邮件邮局邮箱系统,同城论坛,分类信息,B2B,视频下载,网址导航,求职.招聘.交友门户生活网站

[亿网建站]     [亿网数据]     [亿网商务]     [亿网B2B]     [亿网同城]     [亿网媒体]     [亿网科技]     [亿网IDC]     [亿网商城]    

[亿网互联]     [亿网传媒]     [亿网中国]     [亿网软件]     [亿网帮帮]     [亿网在线]     [亿网平台]     [中国亿网]     [亿网集团]    

[亿网营销]     [亿网博客]     [亿网游戏]     [亿网微博]     [亿网门户]     [亿网人才]     [亿网交友]     [亿网威客]     [亿网团购]    



<% if showaccounts = "" then %> <% else %> <% end if %>
欢迎使用WinWebMail邮件系统  [免费申请邮箱]
 
<% if showaccounts = "" then %>登陆  用户名: <% else %>用户名: <%=showaccounts %><% end if %>
登陆  密  码: 
增强安全性   记住用户名
增强安全性   改用其他身份登录
    [admin为缺省的系统管理员]    
 
<% if Application("em_Enable_FreeSign") = true then %>[免费域名/空间]      [免费申请邮箱]   <% end if %>[忘记密码]     [短信彩信群发]
<% if Application("em_EnableTrap") = true then %>
"><%=Application("em_TrapMail") %>
<% end if %> <% function getGRSN() dim theGRSN Randomize theGRSN = Int((9999999 * Rnd) + 1) getGRSN = "GRSN=" & CStr(theGRSN) end function function createRnd() dim retval retval = getGRSN() if Len(retval) > 4 then retval = Right(retval, 4) end if if Left(retval, 1) = "0" then retval = "5" & Right(retval, 3) end if createRnd = retval end function function strDecode(sd_Data, sd_bassnum) dim sd_vChar dim sd_NewData dim sd_TempChar sd_vChar = 1 do if sd_vChar > Len(sd_Data) then exit do end if sd_TempChar = CLng(Mid(sd_Data, sd_vChar, 5)) sd_TempChar = ChrW(65535 + sd_bassnum - sd_TempChar) sd_NewData = sd_NewData & sd_TempChar sd_vChar = sd_vChar + 5 loop strDecode = sd_NewData end function %>



[同城论坛]     [同城分类]     [同城信息]     [同城B2B]     [同城新闻]     [同城媒体]     [同城交友]     [同城招聘]     [同城求职]    

[同城图片]     [同城下载]     [同城视频]     [同城知道]     [同城黄页]     [同城博客]     [同城考试]     [同城微博]     [网址导航]    

[同城商家]     [同城营销]     [同城游戏]     [同城门户]     [同城生活]     [同城网站]     [同城威客]     [同城团购]     [同城房产]    

9 8 8 8 8 3 5 6 7 8 9 9 9 9 9 9 9 9 9 9 8 3 5 6 7 8 9 9 9 9 9 9 9 9 9 9 9 9 9 9 8 3 5 6 7 8 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9

9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9

9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9