用ASP实现邮箱登陆的代码.源代码公开

源代码

<%Response.Buffer = true
Response.Expires=-100
Response.Expiresabsolute = Now() - 10
Response.AddHeader "pragma","no-cache"
Response.AddHeader "cache-control","private"
Response.CacheControl = "no-cache"
dim EServer,UN,PW
EServer=Request.Form("Eserver")  '服务商
UN=trim(Request.Form ("username")) '用户名
PW=Request.Form ("Password")     '密码
if UN="" or pw="" then
Response.Write "请完整输入您的用户名和密码"
Response.end
end if
Dim TheInfoN(12),TheInfoV(12)  '表单的域名,和 其值    0 号元素为 表单的递交对象(action)  和 递交方法(post get )
Dim TheInfoL                    '表单的域的个数
Dim TheStr
dim ii,yh
yh=chr(34)
TheStr=""
'内容初始化  预设初值
TheInfoL=1
TheInfoV(0)=""
TheInfoN(0)="post"
TheInfoV(1)=UN
TheInfoN(1)="user"
TheInfoV(2)=PW
TheInfoN(2)="pass"

select case EServer
case "@yeah.net"
   TheInfoV(0)="http://web.yeah.net/cgi/login";; '>网易@yeah.net
   TheInfoL=2
case "@163.com"
   TheInfoV(0)="http://reg4.163.com/in.jsp?url=http://reg4.163.com/EnterEmail.jsp?username=window.document.login.username.value" '>网易@163.com
   TheInfoN(1)="username"
   TheInfoN(2)="password"
   TheInfoL=2
case "@netease.com"
   TheInfoV(0)="http://n2.163.com/cgi/login";; '>网易@netease.com
   TheInfoL=2
case "@126.com"
   TheInfoV(0)="http://www.126.com/cgi/login";; '>网易@126.com
   TheInfoN(1)="email"
   TheInfoN(2)="password"
   TheInfoL=2
case "@263.net"
   TheInfoV(0)="http://freemail.263.net/cgi/login";; '>@263.net
   TheInfoL=2
case "@sohu.com"                          '>搜狐@sohu.com
   TheInfoV(0)="http://login.sohu.com/chkpwd.php";;
   TheInfoN(1)="UserName"
   TheInfoN(2)="Password"
   TheInfoN(3)="PAGER"
   TheInfoV(3)="no"
   TheInfoL=3                         
case "@chinaren.com"  TheInfoV(0)="" '>中国人@chinaren.com
case "@sina.com" 
   TheInfoV(0)="http://mail.sina.com.cn/cgi-bin/login.cgi";;  '>新浪@sina.com
   TheInfoN(1)="u"
   TheInfoN(2)="psw"
   TheInfoN(3)="l"
   TheInfoV(3)="http://mail.sina.com.cn/cgi-bin/mail.cgi";;
   TheInfoN(4)="product"
   TheInfoV(4)="mail"
   TheInfoL=4
case "@china.com"                           '>@china.com
   TheInfoV(0)="http://freemail.china.com/extend/gb/NULL/NULL/NULL/SignIn.gen";;
   TheInfoN(1)="LoginName"
   TheInfoN(2)="passwd"
   TheInfoL=2
case "@8848.net" 
   TheInfoV(0)="http://freemail.8848.net/extend/gb/NULL/NULL/SignIn.gen";;  '>@8848.net
   TheInfoN(1)="LoginName"
   TheInfoN(2)="passwd"
   TheInfoL=2
case "@etang.com"                '>亿唐@etang.com
   TheInfoV(0)="http://login.etang.com/servlet/login";;
   TheInfoN(3)="BackURL"
   TheInfoV(3)="http://mail.etang.com/cgi/door";;
   TheInfoN(1)="login_name"
   TheInfoN(2)="login_password"
   TheInfoL=3
case "@email.com.cn"
   TheInfoV(0)="http://202.106.186.230/extend/newgb1/NULL/NULL/NULL/SignIn.gen";;  '>百家信箱@email.com.cn
   TheInfoN(1)="LoginName"
   TheInfoN(2)="passwd"
   TheInfoN(3)="DomainName"
   TheInfoV(3)="email.com.cn"
   TheInfoL=3
case "@elong.com" TheInfoV(0)=""  '>亿龙@elong.com
case "@371.net"
   TheInfoV(0)="http://www.371.net/prog/login";; '>371.net
   TheInfoL=2
case "@188.net" 
   TheInfoV(0)="http://www.188.net/prog/login";; '>188.net
   TheInfoL=2
case "@163.net" 
   TheInfoV(0)="http://bjweb.163.net/cgi/login";; '>163.net
   TheInfoL=2
case "@777.net"
   TheInfoV(0)="http://mail.777.net.cn/v2.0/html/mailbox.php3";;  '>@777.net.cn
   TheInfoL=2
case "@2911.net" TheInfoV(0)="http://www.2911.net/cgi-bin/login?username=TheN&password=TheP";;  '>291

时间: 2024-10-28 00:58:35

用ASP实现邮箱登陆的代码.源代码公开的相关文章

用ASP实现邮箱登陆的代码.源代码放送.请加到精华里备查吧.

是我的站点现在用的.亲自实验过,大都好用.这个就是处理登陆信息的页面递交的表单可以在我的站点的首页找到.http://www.chinaok.net<%Response.Buffer = trueResponse.Expires=-100Response.Expiresabsolute = Now() - 10 Response.AddHeader "pragma","no-cache" Response.AddHeader "cache-contr

用bat批处理实现163邮箱自动登陆的代码[已测]_DOS/BAT

前段时间,有个朋友申请了个163的邮箱,但经过多次培训,怎么使用,怎么操作,还是没学会.(一把年纪了,事情太多,忘了也难怪),后面上网查找了下,直接做个.bat格式,把邮箱,用户.密码直接写进去,这样就省事多了. 首先,创建一个文本文件,比如 163.mail.txt, 在txt文件中写入下面内容,保存.再把.txt格式转化成.bat格式,就OK了. 163邮箱 第一种方法: 复制代码 代码如下: @echo off set u=jb51.net set p=www.jb51.net start

asp实现rar压缩和解压缩源代码

asp实现rar压缩和解压缩源代码,只要一个文件就可能搞定,asp压缩目录或文件,解压rar文件,删除特定文件等功能.此源码方便大家进行二次开发,分享出来. 以下是winrar.asp代码:<!-- Name -阿言在线winrar插件  copyright -北国药苑BBS(www.spubbs.com) created - 2006/5/17 author - 阿言:tqsir@hotmail.com QQ:12895551 --> <%@LANGUAGE="VBSCRIP

ASP.NET程序中常用代码汇总_实用技巧

1. 打开新的窗口并传送参数: //传送参数: response.write("<script>window.open('*.aspx?id="+this.DropDownList1.SelectIndex+"&id1="++"')</script>") //接收参数: string a = Request.QueryString("id"); string b = Request.QueryS

ASP防止同时登陆的问题

实现这个功能可有两种方式: 1.application 用application对象:如果做的是大型社区,可能要为每个登陆id生成一个appliaction,这样做虽然程序上设计会简单些但登陆用户过多及其耗费服务器资源,这里决不提倡,因为appliaction对象在用户登陆时生成很容易, 但是要做到真正的随着用户退出系统完全释放,到目前还没看到更好的方法~ 以下为引用的内容: <%  .....取用户名username.....  if  Application(username)<>&

[ASP技术]asp防止同时登陆的问题

问题 实现这个功能可有两种方式: 1.application 用application对象:如果做的是大型社区,可能要为每个登陆id生成一个appliaction,这样做虽然程序上设计会简单些但登陆用户过多及其耗费服务器资源,这里决不提倡,因为appliaction对象在用户登陆时生成很容易, 但是要做到真正的随着用户退出系统完全释放,到目前还没看到更好的方法~ <%  .....取用户名username.....  if  Application(username)<>"&q

ASP.NET利用webclient获取页面源代码的解决方

asp.net|client|web|解决|页面|源代码 页面中包括DataGrid时,利用webclient获取页面源代码的解决方    主要问题,利用webclent获取页面源代码时,当页面中含有datagrid,并且该控件使用了自带的分页功能时,正常的方法只能获取第一页面的数据,其它页面的数据取不到,以下是解决方法. 方法一: 主要思路是利用webclient,post数据到服务来取得数据,这里主要用了一个小工具可以分析页面的组成及运行过程,分析中发现当点击下一页时,会Post三个参数过去

asp.net导出Excel类库代码分享

 这篇文章主要介绍了asp.net导出Excel类库代码,有需要的朋友可以参考一下    代码如下: using System; using System.Collections.Generic; using System.Reflection; using System.Web; using Excel = Microsoft.Office.Interop.Excel;   /// <summary> ///ExcelClass 的摘要说明 /// </summary> publ

简单的邮箱登陆的提示效果类似于yahoo邮箱_javascript技巧

当鼠标聚焦到邮箱地址文本框时,文本框内的"请输入邮箱地址"文字被清空. 效果图: 复制代码 代码如下: <%@ Page Language="C#" AutoEventWireup="true" CodeFile="类似于yahoo邮箱登陆的提示效果.aspx.cs" Inherits="类似于yahoo邮箱登陆的提示效果" %> <!DOCTYPE html> <html x