深山行者個人網站程序V0.1
這個是網站是我很久以前做的,06年的時候,后來改成別的了,這是一開始學習做網頁的時候做的,這幾天整理東西,看到,然后就整理下,放到網上。也讓它發出最后的光彩吧。
個人網站
還是比較全的
后臺:http://127.0.0.1/admin
用戶名:admin
密碼:admin
聯系方式:
------------------------------------------------
Q Q :565449214
msn :sosufoliujing@163.com
百度hi:qwbm
email:sosufoliujing@163.com
網址:http://www.sc609.com
----------------------
2008-12-8
以前可以添加,不知道現在怎么回事,就不能添加修改了,現在已經把問題進行了更正了。(原因,以前的編輯器不能用,現在更改為另外的其它的編輯器。)
站長站下載:
http://down.chinaz.com/soft/24504.htm
下載地址:1
以下是修改密碼頁面代碼:
直接拷貝下面代碼,然后另存為:m_x_password.asp,復改原來的.m_x_password.asp 就可以了。
<%@LANGUAGE="VBSCRIPT" CODEPAGE="936"%><!--#include file="m_x_check.asp"--><!--#include file="mcs_conn.asp"-->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<link href="css/css.css" rel="stylesheet" type="text/css">
<title>無標題文檔</title>
</head>
<body>
<%
if trim(request("asp"))="ok" then
pwd=trim(request("pwd"))
pwd1=trim(request("pwd1"))
if pwd<>pwd1 then
response.write "<script>alert('兩次密碼不正確');history.go(-1);</script>"
response.end
end if
sql="select * from userdata where username='"& trim(request("passname")) &"'"
set rs=server.createobject("adodb.recordset")
rs.open sql,bb,1,3
rs("passws")=pwd
rs.update
rs.close
set rs=nothing
response.write "<script>alert('密碼修改成功');window.location.href='m_x_password.asp';</script>"
response.end
end if
%>
<%
sql="select * from userdata"
set rs=server.createobject("adodb.recordset")
rs.open sql,bb,1,1
%>
<form action="m_x_password.asp?asp=ok" method="post" name="form1" onSubmit="VF_form1();return false;">
<table width="800" border=1 align="center" cellPadding=0 cellSpacing=0 bordercolor="#999999" borderColorDark=#ffffff bgcolor="#F9F9F9">
<tr>
<td height="26" colspan="2" align="center" background="images/admin_bg_1.gif"><strong class="top">密碼修改</strong></td>
</tr>
<tr bgcolor="#F1F3F5">
<td height="22" colspan="2"> </td>
</tr>
<tr bgcolor="#F1F3F5">
<td width="12%" height="22" bgcolor="#F1F3F5"><div align="center"><span class="table"> 用戶名:</span></div></td>
<td width="88%"><input name="passname" type="text" class="lostfocus" id="passname" value="<%=rs("username")%>" size="25"></td>
</tr>
<tr bgcolor="#F1F3F5">
<td height="22" bgcolor="#F1F3F5"><div align="center">密 碼</div></td>
<td width="88%"><input name="pwd" type="text" class="lostfocus" id="pwd" size="25">原密碼為:<font color="#FF0000"></font></td>
</tr>
<tr bgcolor="#F1F3F5">
<td height="22" bgcolor="#F1F3F5"><div align="center">確認密碼</div></td>
<td width="88%"><input name="pwd1" type="text" class="lostfocus" id="pwd1" size="25"></td>
</tr>
<tr bgcolor="#F1F3F5">
<td height="22" bgcolor="#F1F3F5"> </td>
<td><input name="Submit" type="submit" class="lostfocus" value="提交密碼">
<input name="Submit2" type="submit" class="lostfocus" value="重填密碼"></td>
</tr>
</table>
</form>
<%
rs.close
set rs=nothing
bb.close
set bb=nothing
%>
</body>
</html>
|
以下是病毒掃描圖片:

|


