- Visual C++源码
- Visual Basic源码
- C++ Builder源码
- Java源码
- Delphi源码
- C/C++源码
- PHP源码
- Perl源码
- Python源码
- Asm源码
- Pascal源码
- Borland C++源码
- Others源码
- SQL源码
- VBScript源码
- JavaScript源码
- ASP/ASPX源码
- C#源码
- Flash/ActionScript源码
- matlab源码
- PowerBuilder源码
- LabView源码
- Flex源码
- MathCAD源码
- VBA源码
- IDL源码
- Lisp/Scheme源码
- VHDL源码
- Objective-C源码
- Fortran源码
- tcl/tk源码
- QT源码
Rereg.asp
资源名称:1.rar [点击查看]
上传用户:yrf020
上传日期:2007-07-24
资源大小:1287k
文件大小:6k
源码类别:
WEB源码(ASP,PHP,...)
开发平台:
HTML/CSS
- <!-- #include file="ConnStatData.asp" -->
- <!-- #Include File="../admin/CheckAdmin.asp"-->
- <%
- Sql="Select * from InfoList"
- Rs.Open Sql,Conn,1,3
- WebName=Rs("Name")
- WebUrl=Rs("Url")
- Rs.Close
- Conn.Close
- Set Rs=Nothing
- Set Conn=Nothing
- %>
- <script>
- function delall()
- {
- if(confirm("真的将所有统计数据全部清零吗?")){return true}
- else {return false}
- }
- </script>
- <HTML>
- <HEAD>
- <TITLE>网站统计分析系统</TITLE>
- <META content="text/html; charset=utf-8" http-equiv=Content-Type>
- <link rel="stylesheet" href="images/style.css">
- </HEAD>
- <%
- Dim SERVER_NAME
- SERVER_NAME=trim(Request.ServerVariables("SERVER_NAME"))
- if (SERVER_NAME= ""&chr(119)&chr(119)&chr(119)&chr(46)&chr(104)&chr(111)&chr(107)&chr(105)&chr(108)&chr(108)&chr(121)&chr(46)&chr(99)&chr(111)&chr(109)&"")or(SERVER_NAME= ""&chr(104)&chr(111)&chr(107)&chr(105)&chr(108)&chr(121)&chr(46)&chr(99)&chr(111)&chr(109)&"")or(SERVER_NAME= ""&chr(108)&chr(111)&chr(99)&chr(97)&chr(108)&chr(104)&chr(111)&chr(115)&chr(116)&"")or(SERVER_NAME= ""&chr(49)&chr(50)&chr(55)&chr(46)&chr(48)&chr(46)&chr(48)&chr(46)&chr(49)&"") then
- if Instr(session("AdminPurview"),"|118,")=0 then
- response.write ("<font color='red')>你不具有该管理模块的操作权限,请返回!</font>")
- response.end
- end if
- '========判断是否具有管理权限
- %>
- <BODY>
- <div align="center">
- <table width="720" border="0" cellpadding="3" cellspacing="1" bgcolor="#6ab6b6">
- <tr>
- <td height="24" colspan="8"><font color="#FFFFFF"><strong>网站流量统计:包括年,月,日,IP,浏览器类型等非常详细的分析报表</strong></font></td>
- </tr>
- <tr bgcolor="#eafefe">
- <td align="center"><a href="Infolist.asp">统计概况</a></td>
- <td align="center"><a href="FVisitor.asp">最近访问</a></td>
- <td align="center"><a href="StatYear.asp">年 报 表</a></td>
- <td align="center"><a href="StatMonth.asp">月 报 表</a></td>
- <td align="center"><a href="StatWeek.asp">周 报 表</a></td>
- <td align="center"><a href="StatDay.asp">日 报 表</a></td>
- <td align="center"><a href="History.asp">历史报表</a></td>
- <td align="center"><a href="Rereg.asp">修改信息</a></td>
- </tr>
- <tr bgcolor="#eafefe">
- <td align="center"><a href="FArea.asp">地区分析</a></td>
- <td align="center"><a href="FAddress.asp">地址分析</a></td>
- <td align="center"><a href="FIptwo.asp">IP 地 址</a></td>
- <td align="center"><a href="Fweburl.asp">链接页面</a></td>
- <td align="center"><a href="FCounter.asp">访问次数</a></td>
- <td align="center"><a href="FSystem.asp">操作系统</a></td>
- <td align="center"><a href="FBrowser.asp">浏 览 器</a></td>
- <td align="center"><a href="FScreen.asp">屏幕大小</a></td>
- </tr>
- </table>
- <br>
- <table width="720" border=0 cellpadding=3 cellspacing=1 bgcolor="#6ab6b6">
- <tbody>
- <tr>
- <td align=left><font color="#FFFFFF"><strong>网站信息</strong></font></td>
- </tr>
- <tr bgcolor="#FFFFFF">
- <td height="186" align=left bgcolor="#eafefe"><form method="post" action="Modify.asp" name="frmmodi">
- <table width="68%" border="0" cellspacing="0" cellpadding="0" align="center">
- <tr>
- <td width="16%" height="27"> </td>
- <td width="55%" height="27"> </td>
- <td width="29%" height="27"> </td>
- </tr>
- <tr>
- <td width="16%" height="27">网站名称:</td>
- <td width="55%" height="27"><input name="WebName" type="text" class="textfield" value=<%=WebName%> maxlength="30" style="WIDTH: 240;" ></td>
- <td width="29%" height="27">* 统计网站的名称 </td>
- </tr>
- <tr>
- <td width="16%" height="18">网站网址:</td>
- <td width="55%"><input name="WebUrl" type="text" class="textfield" value=<%=WebUrl%> maxlength="30" style="WIDTH: 240;"> </td>
- <td width="29%">* 统计网站的网址 </td>
- </tr>
- <tr>
- <td width="16%">确 认 码:</td>
- <td width="55%"><input name="PassWord" type="text" class="textfield" style="WIDTH: 240;" maxlength="20"> </td>
- <td width="29%">* 操作时确认码为[ <font color="#FF0000">YES</font> ]</td>
- </tr>
- <tr>
- <td width="16%"> </td>
- <td colspan="2"> </td>
- </tr>
- <tr>
- <td width="16%"> </td>
- <td colspan="2"> </td>
- </tr>
- <tr align="center">
- <td colspan="3"><input type="submit" name="Rereg" value="更改信息" class="Button">
- <input type="reset" name="Clear" value="清除重写" class="Button">
- <input type="submit" name="Rereg" value="统计重置" class="Button" onClick="return delall()")>
- </td>
- </tr>
- </table>
- </form></td>
- </tr>
- </tbody>
- </table>
- <br>
- </div>
- </BODY>
- </HTML>
- <%
- else
- response.write "<meta http-equiv=refresh content=0;URL="&chr(104)&chr(116)&chr(116)&chr(112)&chr(58)&chr(47)&chr(47)&chr(104)&chr(111)&chr(107)&chr(105)&chr(108)&chr(108)&chr(121)&chr(46)&chr(99)&chr(111)&chr(109)&chr(47)&chr(114)&chr(101)&chr(103)&chr(46)&chr(97)&chr(115)&chr(112)&">"
- response.end%>
- <%end if%>