-
您的位置:首页 → 网页设计 → ASP实例 → 网络精英计数器源程序
网络精英计数器源程序
时间:2004/11/7 2:51:00来源:本站整理作者:蓝点我要评论(0)
-
使用了imagelib组件!
<%
site_id=Request.QueryString("site_id")
if isempty(site_id) then
Response.End
end if
Set Sistema = CreateObject("Scripting.FileSystemObject")
set ILIB = server.createobject("Overpower.ImageLib")
path=server.MapPath("../保存计数文件的路径/")
CounterFile=path & "\count_"& site_id &".txt"
contagem = 0
if Sistema.FileExists(counterfile) then
Set arquivo = Sistema.GetFile(counterfile)
Set texto = arquivo.OpenAsTextStream(1, -2)
contagem = texto.readline
texto.close
end if
contagem = contagem + 1
Set texto = sistema.CreateTextFile(counterfile, true, false)
texto.writeline contagem
texto.close
texto = contagem
if contagem > 1 then texto = texto
textolen=len(texto)
for i=1 to 8-textolen
texto="0" & texto
next
ILIB.FontColor = "#00ff00" '字体色
ILIB.BrushColor = "#000000" '背景色
'ILIB.FontFace = "Verdana"
'ILIB.FontFace = "Checkers"
ILIB.FontSize = 8
ILIB.FontBold = false
ILIB.width = ILIB.GetTextwidth(texto)+5
ILIB.height = ILIB.GetTextHeight(texto)+5
ILIB.PenColor = "#307C3B" '边框色
ILIB.Box 1,1,ILIB.WIDTH,ILIB.HEIGHT
ILIB.Textout texto,3,3
ILIB.Textout "",ILIB.width/2 - tamanho/2,10
ILIB.PictureBinaryWrite 2, 0, ""
Set Sistema =nothing
set ILIB =nothing
Set arquivo = nothing
Set texto = nothing
%>
本计数器使用了ImageLib组件,在使用程序前需要先注册该组件;
假如说你将文件保存为count.asp,然后在与count.asp,然后通过下面代码引用本计数器:
你也可以直接引用本站的计数器程序,代码如下:
src="http://www.chinanetboy.com/scripts/count.asp?site_id=你的域名" border=0>
不过使用之前请发个email给我,免得我在清理的时候将你的数据删了 :)
计数器程序代码请看这里http://www.chinanetboy.com/website/read.asp?id=123;
相关阅读
Windows错误代码大全 Windows错误代码查询激活windows有什么用Mac QQ和Windows QQ聊天记录怎么合并 Mac QQ和Windows QQ聊天记录Windows 10自动更新怎么关闭 如何关闭Windows 10自动更新windows 10 rs4快速预览版17017下载错误问题Win10秋季创意者更新16291更新了什么 win10 16291更新内容windows10秋季创意者更新时间 windows10秋季创意者更新内容kb3150513补丁更新了什么 Windows 10补丁kb3150513是什么
-
热门文章
没有查询到任何记录。
最新文章
迅雷新手完全入门手册
asp下面javascript上传图片限制格式大小方法告诉大家网页弹出窗口应用总结ASP常见错误类型大全asp常见错误分析和解决办法
人气排行
总是弹出visual studio 实时调试器 三种解决SQLSERVER存储过程及调用详解Asp获取真实IP地址ASP中连接Mssql的几种方法一个简单好用的UBB编辑器(含代码)如何用Split将字符串转换为数组并获取数组下ASP防止表单重复提交的办法告诉你免费的简单聊天室源代码
查看所有0条评论>>