<!--#include file=conn.asp--> <!--#include file="md5.asp"--> <% dim adminname,adminpass,mb adminnam
能看出账号密码是什么么<!--#includefile=config.asp--><!--#includefile=../strsql.asp--><%ifnotisob...
能看出账号密码是什么么
<!--#include file=config.asp-->
<!--#include file=../strsql.asp-->
<%if not isobject(conn) then
dim conn
dim dbpath
set conn=server.createobject("adodb.connection")
DBPath = Server.MapPath(filedata)
StrServer="." '数据库服务器名
StrUid="sa" '您的登录帐号
StrSaPwd="uxsnrinxsirn12342501"
StrDbName="ws_dxj25"
conn.Open "PROVIDER=SQLOLEDB;DATA SOURCE="&StrServer&";UID=" & strUid & ";PWD=" & strSapwd & ";DATABASE=" & strDBName
end if
function Replace_Text(fString)
if isnull(fString) then
Replace_Text=""
exit function
else
fString=trim(fString)
fString=replace(fString,"'","")
fString=replace(fString,";","")
fString=replace(fString,"<","")
fString=replace(fString,">","")
fString=replace(fString,"script","")
fString=replace(fString,"iframe","")
fString=replace(fString,"/","")
fString=replace(fString,"=","") 展开
<!--#include file=config.asp-->
<!--#include file=../strsql.asp-->
<%if not isobject(conn) then
dim conn
dim dbpath
set conn=server.createobject("adodb.connection")
DBPath = Server.MapPath(filedata)
StrServer="." '数据库服务器名
StrUid="sa" '您的登录帐号
StrSaPwd="uxsnrinxsirn12342501"
StrDbName="ws_dxj25"
conn.Open "PROVIDER=SQLOLEDB;DATA SOURCE="&StrServer&";UID=" & strUid & ";PWD=" & strSapwd & ";DATABASE=" & strDBName
end if
function Replace_Text(fString)
if isnull(fString) then
Replace_Text=""
exit function
else
fString=trim(fString)
fString=replace(fString,"'","")
fString=replace(fString,";","")
fString=replace(fString,"<","")
fString=replace(fString,">","")
fString=replace(fString,"script","")
fString=replace(fString,"iframe","")
fString=replace(fString,"/","")
fString=replace(fString,"=","") 展开
4个回答
展开全部
对asp 3.0增加了server.excute的方法,这种方法在以前的版本中是不存在的。
<include file="<%=var%>.asp">这种用法是不行的。
凡是include语句,都不可以使用asp变量,参见《ASP宝典》。
但你一定要用include,也是有方法的:
思路:把<include file="<%=var%>.asp">整个作为一个字符串变量,然后自己写需要显示的asp程序。
比如需要动态显示、含有include的文件是MyProduct.asp
那么在转到MyProduct.asp之前,我在另一个文件中写入:
如:
<%
写入文件名变量
FilePath="../viewreports/info"&pid&".htm"
''将文件写入myproduct.asp以供调用
set fs=server.CreateObject("Scripting.FileSystemObject")
AbPath=Server.MapPath("/mysite/viewreports/MyProduct.asp")
set ts=fs.CreateTextFile(AbPath,true)
TxtStr="<html><body><table><!--#include File=""" & FilePath & """ --></table></body></html>"
ts.writeline TxtStr
ts.close
set ts=nothing
set fs=nothing
''将页面转向myproduct.asp
response.redirect "/mysite/viewreports/MyProduct.asp"
end if
%>
<include file="<%=var%>.asp">这种用法是不行的。
凡是include语句,都不可以使用asp变量,参见《ASP宝典》。
但你一定要用include,也是有方法的:
思路:把<include file="<%=var%>.asp">整个作为一个字符串变量,然后自己写需要显示的asp程序。
比如需要动态显示、含有include的文件是MyProduct.asp
那么在转到MyProduct.asp之前,我在另一个文件中写入:
如:
<%
写入文件名变量
FilePath="../viewreports/info"&pid&".htm"
''将文件写入myproduct.asp以供调用
set fs=server.CreateObject("Scripting.FileSystemObject")
AbPath=Server.MapPath("/mysite/viewreports/MyProduct.asp")
set ts=fs.CreateTextFile(AbPath,true)
TxtStr="<html><body><table><!--#include File=""" & FilePath & """ --></table></body></html>"
ts.writeline TxtStr
ts.close
set ts=nothing
set fs=nothing
''将页面转向myproduct.asp
response.redirect "/mysite/viewreports/MyProduct.asp"
end if
%>
展开全部
看不出来,网页源文件是看不到的 ,通常账号密码存储于数据库中。
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
在数据库中查看,网页程序里一般不会写账号密码的
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
uxsnrinxsirn12342501
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询