⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 admlogin.asp

📁 日记本(多用户版)V3.0 主要功能: 1、日记本基本功能:添加、修改日记等。 2、日记加密:当日记添加时
💻 ASP
字号:
<%
'=========================================================
' 随然日记本(多用户版) Version:3.0
' Date: 2004-11-15
' Script Written by 随然(dampure)
' 随然日记本演示地址:http://www.suiran.cn
'=========================================================
' Copyright (C) 2003,2004 真露无香. All rights reserved.
' Web: www.yongzi.com
' Diary:http://www.suiran.cn
'=========================================================

   Session("pwd")=""
   Session("admindiary")=""

user=trim(request.form("user"))      
pwd=trim(request.form("pwd"))%>
<%if user<>"" and pwd<>"" then%>
<!--#include file="conn.asp"-->
<%
set rsadm=server.createobject("adodb.recordset")
sqladm="select * from superadmin where user='"&user&"'"
rsadm.open sqladm,conn,1,1
if not rsadm.eof then
if rsadm("pwd")="" then
   response.redirect "admlogin.asp"
end if
 if pwd=rsadm("pwd") then
   Session("admindiary")=rsadm("user")
   Session("pwd")=rsadm("pwd")
   response.redirect "admin.asp"
 else
     response.redirect "admlogin.asp"
 end if
else
end if
     response.redirect "admlogin.asp"
rsadm.close
set rsadm=nothing  
conn.close
set conn=nothing
end if%>

<HTML>
<head>
<title>:::::真露无香——随然日记本:::::</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<meta name="keywords" content="日记本,网络日记本,真露无香">
<meta name="description" content="随然日记本">
<style type="text/css">
<!--
body,td{font-family:宋体;font-size: 10pt;}
textarea,input{font-family:宋体;font-size: 9pt; BORDER: #666666 1px dashed;}
.submit{font-family:宋体;font-size: 9pt;BORDER: #666666 1px solid; background-color:#FFCAD3}
a:hover { font-family:宋体;text-decoration:underline; color:#e6ece0;}
a { font-family:宋体;text-decoration:none; color:#8fb967;}
body{overflow:scroll;overflow-x:hidden}
.popper{position : absolute;visibility : hidden;}
.table { BORDER: #666666 1px dashed; word-break:break-all}
//-->
</style>

</head>
<body bgcolor="#FFFFFF" text="#000000" background="image/bg2.gif">

<table width="600" border="0" cellpadding="0" cellspacing="0" align="center">
  <tr> 
    <td width="150" height="319" valign="top">&nbsp;</td>
    <td width="300" valign="top">
       <table width="100%" border="0" cellpadding="0" cellspacing="0">
        <tr> 
          <td width="300" height="319" valign="top">
            <table width="100%" border="0" cellpadding="0" cellspacing="0">
              <tr> 
                <td width="300" height="159">&nbsp;</td>
              </tr>
              <tr>
                <td height="160" valign="top">
				
				<table border=0 width=300 cellspacing="0" cellpadding="0" align=center>
<tr>
<td height=23 width=100 background="image/top_left.gif">
</td>
<td height=23 width=100 background="image/top_center.gif">
</td>
<td height=23 width=100 background="image/top_right.gif">
</td>
</tr>
</table>
				
                  <table width="100%" border="0" cellpadding="3" cellspacing="1" class=table>
                    <form name="form" method="post" action="admlogin.asp">
                    <tr> 
                      <td colspan=2 width="300" height="30" align="center" bgcolor="FFCAD3" background="image/tb_bg.gif">::: 随然日记本——超级用户登陆:::</td>
                    </tr>
                    <tr bgcolor="F8D8E0"> 
                      <td width=100 height="30" align=right   background="image/bg62.gif">用户名:</td>
                      <td width=200 background="image/bg62.gif"><input type=text value="" size=15  name=user></td>
                    </tr>
                    <tr bgcolor="F8D8E0"> 
                      <td height="30" align=right  background="image/bg62.gif">密

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -