批处理密码访问
作者:cmscn 日期:2009-06-18
Microsoft OLE DB Provider for ODBC Drivers (0x8004
作者:cmscn 日期:2009-06-18
更换所有文件中的JOEKOE字样
作者:cmscn 日期:2009-06-18
用ASPJPEG制作缩略图和图片水印
作者:cmscn 日期:2009-06-18
其他文字广告在其它页面的调用
作者:cmscn 日期:2009-06-18
sub ads_txt(ads_tnum,ads_cnum)
dim tmp1,topic,url
sql="select top "&ads_tnum&" id,topic,url from ads_txt where nsort='other' order by id desc"
set rs=joekoe_cms.exec(sql,1)
do while not rs.eof
topic=rs("topic")
tmp1=tmp1&"<table cellspacing=1 cellpadding=1><tr><td><a href="&rs("url")&" target=_blank>"&joekoe_cms.code_html(topic,1,ads_cnum)&"</a></td></tr></table>"
dim tmp1,topic,url
sql="select top "&ads_tnum&" id,topic,url from ads_txt where nsort='other' order by id desc"
set rs=joekoe_cms.exec(sql,1)
do while not rs.eof
topic=rs("topic")
tmp1=tmp1&"<table cellspacing=1 cellpadding=1><tr><td><a href="&rs("url")&" target=_blank>"&joekoe_cms.code_html(topic,1,ads_cnum)&"</a></td></tr></table>"
网页版FLA播放器(带参数)
作者:cmscn 日期:2009-06-16
自动生成缩略图,精彩图片生成小图
作者:cmscn 日期:2009-06-14
'----------------------------------水印修改开始----------------------------------------
Dim Photo,Logo,PhotoPath,LogoPath,Jpeg,Path
'头像水印修改
if lcase(uppath)="face" then
if lcase(upfile_name2)<>"gif" then
'创建缩微图
Set Jpeg = Server.CreateObject("Persits.Jpeg")'建立实例
Dim Photo,Logo,PhotoPath,LogoPath,Jpeg,Path
'头像水印修改
if lcase(uppath)="face" then
if lcase(upfile_name2)<>"gif" then
'创建缩微图
Set Jpeg = Server.CreateObject("Persits.Jpeg")'建立实例