showiprecord.asp
来自「1、Conn.asp 数据库连接文件 2、ipCheck.inc 」· ASP 代码 · 共 52 行
ASP
52 行
<%@LANGUAGE="VBSCRIPT.Encode" CODEPAGE="936"%>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>重用网出品-IP记录,IP地址查询-坚持重用!</title>
<link href="xg.css" rel="stylesheet" type="text/css" />
</head>
<!--#include file="conn.asp"-->
<!--#include file="Turn.inc"-->
<body>
<table align="center" width="800" border="0" cellspacing="0" cellpadding="0">
<tr>
<td align="center"><script type="text/javascript"><!--
google_ad_client = "pub-7076175780407848";
google_ad_width = 728;
google_ad_height = 90;
google_ad_format = "728x90_as";
google_ad_type = "image";
//2007-04-26: 重用网, iprecord
google_ad_channel = "0116949679+0500957116";
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script></td>
</tr>
<tr><td valign="top"><%
dim sql,thepage,shownum,page,pagenum,alterpage,delpage
sql="select userIP,userIP as IP地址,logTime as 访问时间,userBrowser as 浏览器版本,userOS as 操作系统版本,thepage as 访问页面 from IPRecord order by logTime desc"
thepage="showIPRecord.asp"
shownum=20
alterpage="showIPaddress.asp"
delpage="#"
call ShowTable(sql,thepage,shownum,page,pagenum,"2-240-180-240-400",alterpage,delpage,"修改",1)
%></td></tr>
<tr><td align="center"><script type="text/javascript"><!--
google_ad_client = "pub-7076175780407848";
google_alternate_color = "FFFFFF";
google_ad_width = 728;
google_ad_height = 15;
google_ad_format = "728x15_0ads_al_s";
//2007-04-28: 重用网, iprecord
google_ad_channel = "0116949679+0500957116";
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script></td></tr>
</table>
</body>
</html>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?