×

asp源代码

asp源代码(asp源代码加密)

admin admin 发表于2023-04-08 15:27:09 浏览59 评论0

抢沙发发表评论

本文目录一览:

asp登录界面源代码

default

html

head

meta http-equiv="Content-Language" content="zh-cn"

meta http-equiv="Content-Type" content="text/html; charset=gb2312"

meta name="GENERATOR" content="Microsoft FrontPage 4.0"

meta name="ProgId" content="FrontPage.Editor.Document"

title个人注册/title

script language=vbscript

sub b1_onclick()

if len(trim(form1.t1.value))=0 then

msgbox"请输入你的帐号!",0+48,"提示"

form1.t1.focus

elseif len(trim(form1.t2.value))=0 then

msgbox"请输入你的密码!",0+48,"提示"

form1.t2.focus

else

if isnumeric(form1.t1.value)=true then

msgbox"请输入汉字!",0+48,"重输"

form1.t1.focus

elseif len(trim(form1.t2.value))3 or len(trim(form1.t2.value))8 then

msgbox"密码在3至8位之间!",0+48,"重输"

form1.t2.focus

else

window.open"1.asp","new","toolbar=no,width=280,height=150,menubar=no,scrollbar=no,resizable=0" -asp源代码

form1.submit

end if

end if

end sub

/script

/head

body

pyw9sky天地/p

form method="POST" action="1.asp" name="form1" target="new"

p align="center"font size="6" color="#FF0000" face="隶书"个人注册/font/p

p align="center"font size="4"姓名:/fontinput type="text" name="t1" size="20"/p

p align="center"font size="4"密码:/fontinput type="password" name="t2" size="20"/p

p align="center"input type="button" value="注册" name="B1"input type="reset" value="重写" name="B2"/p

/form

/body

/html

1.asp

%@ language=vbscript %

%

dim x,y,num

num=0

x=request.form("t1")

y=request.form("t2")

response.cookies("user")("name")=x

response.cookies("user")("num")=num

response.cookies("user")("password")=y

response.cookies("user").expires=date()+365

%

html

head

title信息确认/title

/head

body

pyw9sky天地/p

table border="0" width="100%" id="table1" align=center cellspacing=1 bgcolor=#333399

tr bgcolor=#ffffff align=center

td colspan="2" width="100%"信息确认/td

/tr

tr bgcolor=#ffffff align=center

td width="31%"姓名:/td

td width="69%"% = x %/td

/tr

tr bgcolor=#ffffff align=center

td width="31%"密码:/td

td width="69%"% = y %/td

/tr

tr bgcolor=#ffffff align=center

td colspan="2" width="100%" align="center"a target="_blank" href="2.asp"登录/a

font onclick="window.close()" style="cursor:hand"关闭/font/td

/tr

/table

/body

/html

%@ language=vbscript %

html

head

title个人登录/title

script language=vbscript

sub b1_onclick()

if len(trim(form1.t1.value))=0 then

msgbox"请输入你的姓名!",0+48,"提示"

form1.t1.focus

elseif len(trim(form1.t2.value))=0 then

msgbox"请输入你的密码!",0+48,"提示"

form1.t2.focus

else

if isnumeric(form1.t1.value)=true then

msgbox"请输入汉字!",0+48,"重输"

form1.t1.focus

elseif len(trim(form1.t2.value))3 or len(trim(form1.t2.value))8 then

msgbox"密码在3至8位之间!",0+48,"重输"

form1.t2.focus

else

form1.submit

end if

end if

end sub

/script

/head

body

form method="POST" action="3.asp" name="form1" target="_blank"

p align="center"font size="6" color="#FF0000" face="隶书"个人登录/font/p

p align="center"font size="4"姓名;/fontinput type="text" name="t1" size="20"/p

p align="center"font size="4"密码:/fontinput type="password" name="t2" size="20"/p

p align="center"input type="button" value="开始登录" name="B1"input type="reset" value="重新输入" name="B2"/p-asp源代码

/form

/body

/html

3.asp

% @ language=vbscript %

%

dim x,y,nm,pw

x=request.form("t1")

y=request.form("t2")

nm=requset.cookies("user")("name")

pw=requset.cookies("user")("password")

if nmx or pwy then

response.redirect"default.htm"

end if

%

%

dim num

num=request.cookies('user")("num")

if num=0 then

num=1

else

num=num+1

end if

response.cookies("user")("num")=num

%

html

head

title欢迎来访yw9sky/title

/head

body

欢迎% =nm %第% =num %次登录

/body

/html

Asp源码 .net源码 PHP源码是什么

源码可以说是做网站的程序 ,ASP是一种语言。

传到自己的空间,如果功能完整则只需要对模版(网站的样子 通俗的说)修改下。

简单的说建一个新站的步骤:

1、有自己的空间(ASP程序 则要确定空间支持)、域名

2、将域名解析到空间IP,并且在空间后台也绑定该域名

3、FTP传程序 等待上传---

4、域名登陆网站、以及后台修改设置

5、优化 叫别人测试 引外链

等等 ASP.net放在服务器上的是编译好的二进制文件,执行效率高,它也是从源代码编译过来的,开发人员修改好源代码后再进行编译。

而PHP放在服务器上的就是源代码,是由用户访问PHP文件的是由PHP解析器即时运算出结果的。

所以ASP.NET相对PHP安全些。

怎么在IIS5.1下 运行ASP源码

最简单的办法无需设置IIS,直接将你的网站的全部源码放到一个文件夹如myweb,然后把文件复制到C盘的这个目录下:C:\Inetpub\wwwroot

其中C盘是系统盘,如果你的系统不在C盘,请按实际系统目录查找wwwroot文件夹,找到该文件夹后,把你的网站文件夹myweb拷进来,然后再在浏览器里面输入*.asp

其中“*.asp”为你的网站文件myweb目录下的主页文件,多数是index.asp,你可以根据你的实际网站文件结构相应调整,假如你的myweb里面还有一个文件夹,文件夹名admin,admin里面有一个asp文件名字为1.asp,则访问该文件的地址是:-asp源代码

其他的依次类推,只需要访问到主页就可以了,其他的访问都可以通过网站里面的超链接进行。

什么是ASP源码 什么是PHP源码

ASP源程序是用VBscript,jscript脚本编写的,在windows系统下运行

php源程序 用perl脚本编写,在linux下运行

如何找到ASP网站源代码?

由于ASP程序是在服务器上运行的, 如果你想得到某网站的源代码,只有以下办法:1.找写代码的人要2.知道网站所在FTP空间的用户名和密码3.网站有漏洞的话,拿到网站的webshell