摘要:
自己的网站一直在使用别人提供的免费统计,如51YES,ITSUN,1TONG,51.LA,ADMIN88,50BANG等等,其中有很不错的统计系统,但免费归免费,这些服务器由于承受的负载都很大,偶尔还是会挂机的,一挂一般都是半天以上;况且有一些统计系统是不准确的.关键字:
ASP 统计 正文:
长分析外部连接,搜索引擎来路!)
<br>
<hr noshade size="1">
</div></td>
</tr>
<tr>
<td><table width="756" border="0" align="left" cellpadding="0" cellspacing="0">
<tr>
<td><b>当日来路:</b> </td>
</tr>
</table></td>
</tr>
</table>
<!--Powered by flymorn,www.cn-pn.com-->
<table width="760" border="0" align="center" cellpadding="0" cellspacing="0" class="biao_bdr3">
<tr>
<td><table width="758" border="1" align="left" cellpadding="0" cellspacing="0" bordercolor="#FFFFFF" bgcolor="#DADCE4" class="xi">
<tr>
<td width="100"><div align="center"><strong>ID</strong></div></td>
<td width="550"><div align="center"><strong>来访网站</strong></div></td>
<td width="100"><div align="center"><strong>点击数</strong></div></td>
</tr>
</table></td>
</tr>
<tr>
<td><table width="758" border="1" align="left" cellpadding="0" cellspacing="0" bordercolor="#FFFFFF" bgcolor="#DADCE4" class="xi">
<%
sql="select vcome,n,vlast from comes order by n desc"
set rs=server.createobject("adodb.recordset")
rs.open sql,conn,1,1
If rs.eof and rs.bof Then
response.Write("当前列表为空。")
Else
recordcountnum=Rs.recordcount
Rs.pagesize = listnum
page = SafeRequest("page",1)
If page = "" Then
page=1
End If
If (page-Rs.pagecount) > 0 Then
page=Rs.pagecount
End If
if page < 1 Then
page = 1
End If
Rs.absolutepage=page
j=rs.recordcount
j=j-(page-1)*listnum
i=0
x=1+listnum*(page-1)
do while not rs.eof and i<listnum
n=rs("n")
vcome=rs("vcome")
vlast=rs("vlast")
%>
<tr class="table001" onmouseover="this.className=table002" onmouseout="this.className=table001">
<td width="100"><div align="center"><%=x%></div></td>
<td width="550"><%=vcome%><%if vcome=ownsiteurl or vcome="直接输入访问" then%><a href=http://www.cn-pn.com target=_blank>[GO]</a><%else%><a href=<%=vlast%> target=_blank title=<%=vlast%>>[GO]</a><%end if%></td>
<td w
[1][2][3][4][5][6][7][8][9][10]