Code/Resource
Windows Develop
Linux-Unix program
Internet-Socket-Network
Web Server
Browser Client
Ftp Server
Ftp Client
Browser Plugins
Proxy Server
Email Server
Email Client
WEB Mail
Firewall-Security
Telnet Server
Telnet Client
ICQ-IM-Chat
Search Engine
Sniffer Package capture
Remote Control
xml-soap-webservice
P2P
WEB(ASP,PHP,...)
TCP/IP Stack
SNMP
Grid Computing
SilverLight
DNS
Cluster Service
Network Security
Communication-Mobile
Game Program
Editor
Multimedia program
Graph program
Compiler program
Compress-Decompress algrithms
Crypt_Decrypt algrithms
Mathimatics-Numerical algorithms
MultiLanguage
Disk/Storage
Java Develop
assembly language
Applications
Other systems
Database system
Embeded-SCM Develop
FlashMX/Flex
source in ebook
Delphi VCL
OS Develop
MiddleWare
MPI
MacOS develop
LabView
ELanguage
Software/Tools
E-Books
Artical/Document
init.asp
Package: cnpncount15.rar [view]
Upload User: maming258
Upload Date: 2022-01-28
Package Size: 283k
Code Size: 1k
Category:
WEB(ASP,PHP,...)
Development Platform:
HTML/CSS
- <!--飘易网站统计程序 V1.5 Powered by flymorn,www.cn-pn.com-->
- <!--#include file="inc/conn.asp" -->
- <%
- yes=replace(trim(request.QueryString("yes")),"'","")
- if yes="ok" then
- sql="select * from cnt where id =1"
- set rs=server.createobject("adodb.recordset")
- rs.open sql,conn,1,3
- rs("totalip")=1
- rs("totalpv")=1
- rs("yesdayip")=1
- rs("yesdaypv")=1
- rs("day2ip")=1
- rs("day2pv")=1
- rs("startday")=date()
- rs.update
- rs.close
- set rs =nothing
- conn.close
- set conn=nothing
- response.write "<script>alert('初始化成功!');this.location.href='index.asp';</script>"
- response.end
- else
- %>
- <html>
- <head>
- <title>初始化页面</title>
- <meta http-equiv="Content-Type" content="text/html; charset=gb2312">
- <LINK href="css.css" type=text/css rel=stylesheet>
- </head>
- <body><!--飘易网站统计程序 V1.5 Powered by flymorn,www.cn-pn.com-->
- <table width="500" height="100" border="0" align="center" cellpadding="0" cellspacing="0" bgcolor="#F1F1F1" class="biao_bdr3">
- <tr>
- <td><form name="initialize" method="post" action="init.asp?yes=ok">
- <div align="center"><strong>注意:</strong><br>
- 本页是初始化页面,执行后将清空所有数据!<br>
- <input type="submit" name="Submit" value="确认">
- 【<a href='javascript:window.close();'>关闭窗口</a>】 </div>
- </form></td>
- </tr>
- </table><!--飘易网站统计程序 V1.5 Powered by flymorn,www.cn-pn.com-->
- </body></html>
- <%
- end if
- %>