网络精英计数器源程序

puhjilu327658

puhjilu327658

2016-01-29 17:18

网络精英计数器源程序,网络精英计数器源程序
  使用了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,然后通过下面代码引用本计数器:
     <img src="http://img.jcwcn.com/attachment/portal"
展开更多 50%)
分享

猜你喜欢

网络精英计数器源程序

ASP
网络精英计数器源程序

LINE 的计数器源程序(附源代码)

ASP
LINE 的计数器源程序(附源代码)

s8lol主宰符文怎么配

英雄联盟 网络游戏
s8lol主宰符文怎么配

网页计数器的程序

ASP
网页计数器的程序

php的计数器程序

PHP
php的计数器程序

lol偷钱流符文搭配推荐

英雄联盟 网络游戏
lol偷钱流符文搭配推荐

js计数器代码

Web开发
js计数器代码

计数器详细设计

PHP
计数器详细设计

lolAD刺客新符文搭配推荐

英雄联盟
lolAD刺客新符文搭配推荐

《战锤 末世鼠疫》近战职业打法详解攻略

《战锤 末世鼠疫》近战职业打法详解攻略

Win2k IIS 远程执行命令漏洞

Win2k IIS 远程执行命令漏洞
下拉加载更多内容 ↓