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

📄 admin.asp

📁 一个用asp实现的bbs
💻 ASP
字号:
<!--#include file="../include/admentor2.asp"-->
<!--#include file="../include/admentorsecurity.asp"-->
<!--#include file="menu.inc"-->
<html>

<head>
<%
'''''''''''  (C) Stefan Holmberg 1999  
'''''''''''  Free to use if these sourcecode lines is not deleted 
'''''''''''  Contact me at webmaster@sqlexperts.com
'''''''''''  http://www.sqlexperts.com
'''''''''''  AdMentor homepage at http://www.create-a-webshop.com

'    Set oConn = AdMentor_DBOpenConnection()
    
%>


<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<meta name="GENERATOR" content="Microsoft FrontPage 4.0">
<meta name="ProgId" content="FrontPage.Editor.Document">
<title>AdMentor - Admin interface</title>
<style type="text/css">
<!--
     body {  font-family: Arial, Geneva, Helvetica, Verdana; font-size: smaller; color: #000000}
     td {  font-family: Arial, Geneva, Helvetica, Verdana; font-size: smaller; color: #000000}
     th {  font-family: Arial, Geneva, Helvetica, Verdana; font-size: smaller; color: #000000}
     A:link {text-decoration: none;}
     A:visited {text-decoration: none;}
     A:hover {text-decoration: underline;}
-->
</style>
</head>

<body>

<table align="center" bgColor="#003399" border="0" cellPadding="3" cellSpacing="0" height="100%" width="100%">
  <tbody>
    <tr>
      <td vAlign="top" width="50%" height="60">
      <img src="../images/administration.gif" border="0">
      <br>
      <b><a href="http://www.aspcode.net"><font color="#ECECD9" face="verdana,arial,helvetica" size="1">http://www.aspcode.net</font></a></b>
      </td>
      <td vAlign="top" width="468" height="60">
      <b><font color="#FFFFFF" face="verdana,arial,helvetica" size="+2">Admin
      interface</font></b>
      <table border="0" width="100%">
        <tr>
                            <td width="50%">
                            </td>
        </tr>
      </table>
      </td>
    </tr>
    <tr>
      <td height="100%" vAlign="top" width="100%" colspan="2">
        <table align="center" bgColor="#ffffff" border="0" cellPadding="0" cellSpacing="0" height="100%" width="100%">
          <tbody>
            <tr>
              <td height="100%" vAlign="top" width="85%">
                <table bgColor="#ffffff" border="0" cellPadding="10" cellSpacing="0" height="100%" width="100%">
                  <tbody>
                    <tr>
                      <td align="left" height="100%" vAlign="top" width="65%">
                        <table border="0" width="100%">
                          <tr>
                            <td width="50%"><b><font color="#aa3333" face="verdana,arial,helvetica" size="4">Welcome <%=Session("fullname")%></font></b>
                             
                            </td>
                            <td width="50%">
<%=GetAdminPagesBannerCode()%>
                            </td>
                          </tr>
                        </table>
                        <font color="#aa3333" face="verdana,arial,helvetica" size="+2">
                        <hr color="#000066" noShade SIZE="1">
                             
                        </font>
                             
                        <table border="0" width="100%">
                          <tr>
                            <td width="120" valign="top">
                              <%AdAdminWriteMenu%></td>
                            <td width="70%">
                             
                        <ul>
                          <li><font face="helvetica, arial" size="2"><b><i>My
                            account<br>
                            </i></b>Through this page you can change your
                            password, email address etc.</font></li>
<% If Session("admin") = True Then %>                           
                          <li><font face="helvetica, arial" size="2"><b><i>Advertiser
                            admin</i></b></font><font face="helvetica, arial" size="2"><b><i><br>
                            </i></b>Through this page you can add, modify and
                            delete advertisers accounts.</font></li>
                          <li><font face="helvetica, arial" size="2"><b><i>
                            Banners/campaigns<br>
                            </i></b>Through this page you can add, modify and
                            delete campaigns and banners.</font></li>
                          <li><font face="helvetica, arial" size="2"><b><i> Farms<br>
                            </i></b>Through this page you can add, modify and
                            delete farms.</font>
                            </li>
                          <li><font face="helvetica, arial" size="2"><b><i>
                            Zones<br>
                            </i></b>Through this page you can add, modify and
                            delete zones.</font>
                            </li>
                          <li><font face="helvetica, arial" size="2"><b><i>Generate HTML<br>
                            </i></b>Generate the ASP or HTML code you
                            need to insert in your page to get banners displayed.</font>
                            </li>
<% End If %>                           
                          <li><font face="helvetica, arial" size="2"><b><i>Check Statistics<br>
                            </i></b>View
                            banner clicks or text clicks of your accounts.</font>
                            </li>
                          <li><font face="helvetica, arial" size="2"><b><i>Log Out<br>
                            </i></b>Log out of the system. This brings you to
                            your homepage.</font>
                            </li>
<% If Session("admin") = True Then %>                           
                          <li><font face="helvetica, arial" size="2"><i><b>AdMentor
                            Support<br>
                            </b></i>Brings you to the homepage of AdMentor.</font>
                            </li>
                          </ul>
<% End If %>                           
                             
                        <p><font face="helvetica, arial" size="2">AdMentor is
                        developed by <a href="mailto:webmaster@sqlexperts.com">Stefan
                        Holmberg</a>. Usage of it is totally free.</font></td>
                          </tr>
                        </table>
                      </td>
                    </tr>
                  </tbody>
                </table>
              </td>
            </tr>
          </tbody>
        </table>
      </td>
    </tr>
  </tbody>
</table>

</body>

</html>

⌨️ 快捷键说明

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