'//===================================================
' 动网论坛验证码
' 作者 Dv.HxyMan
' 更新 2008-1-4
' 说明 前半部分为字库,后半部分为验证码生成程序。
' 可适当自行增加字库。默认为300个一级常用字。
'//===================================================
'----自动成生配置区_开始(请不要改动下面区块的内容,否则后台验证码设定程序将不能识别。)----
'<root><captcha_chartype_chinese>{$captcha_chartype_chinese}</captcha_chartype_chinese><captcha_chartype_english>{$captcha_chartype_english}</captcha_chartype_english><captcha_chartype_number>{$captcha_chartype_number}</captcha_chartype_number><captcha_size>{$captcha_size}</captcha_size><captcha_width_lbound>{$captcha_width_lbound}</captcha_width_lbound><captcha_width_ubound>{$captcha_width_ubound}</captcha_width_ubound><captcha_height_lbound>{$captcha_height_lbound}</captcha_height_lbound><captcha_height_ubound>{$captcha_height_ubound}</captcha_height_ubound><captcha_spacing_lbound>{$captcha_spacing_lbound}</captcha_spacing_lbound><captcha_spacing_ubound>{$captcha_spacing_ubound}</captcha_spacing_ubound><captcha_angle_lbound>{$captcha_angle_lbound}</captcha_angle_lbound><captcha_angle_ubound>{$captcha_angle_ubound}</captcha_angle_ubound><captcha_weight>{$captcha_weight}</captcha_weight><captcha_charshow>{$captcha_charshow}</captcha_charshow><captcha_charshow_stepbystep_r>{$captcha_charshow_stepbystep_r}</captcha_charshow_stepbystep_r><captcha_charshow_stepbystep_g>{$captcha_charshow_stepbystep_g}</captcha_charshow_stepbystep_g><captcha_charshow_stepbystep_b>{$captcha_charshow_stepbystep_b}</captcha_charshow_stepbystep_b><captcha_charshow_simple_r>{$captcha_charshow_simple_r}</captcha_charshow_simple_r><captcha_charshow_simple_g>{$captcha_charshow_simple_g}</captcha_charshow_simple_g><captcha_charshow_simple_b>{$captcha_charshow_simple_b}</captcha_charshow_simple_b><captcha_backshow>{$captcha_backshow}</captcha_backshow><captcha_backshow_stepbystep_r>{$captcha_backshow_stepbystep_r}</captcha_backshow_stepbystep_r><captcha_backshow_stepbystep_g>{$captcha_backshow_stepbystep_g}</captcha_backshow_stepbystep_g><captcha_backshow_stepbystep_b>{$captcha_backshow_stepbystep_b}</captcha_backshow_stepbystep_b><captcha_backshow_simple_r>{$captcha_backshow_simple_r}</captcha_backshow_simple_r><captcha_backshow_simple_g>{$captcha_backshow_simple_g}</captcha_backshow_simple_g><captcha_backshow_simple_b>{$captcha_backshow_simple_b}</captcha_backshow_simple_b><captcha_charshow_mix_percent>{$captcha_charshow_mix_percent}</captcha_charshow_mix_percent><captcha_backshow_mix_percent>{$captcha_backshow_mix_percent}</captcha_backshow_mix_percent><captcha_pic_width>{$captcha_pic_width}</captcha_pic_width><captcha_pic_height>{$captcha_pic_height}</captcha_pic_height></root>
'----自动成生配置区_结束--------------------------------------------------------
Option Explicit
Dim server_v1,server_v2,Chkpost
Chkpost=False
server_v1=Cstr(Request.ServerVariables("HTTP_REFERER"))
server_v2=Cstr(Request.ServerVariables("SERVER_NAME"))
If Mid(server_v1,8,len(server_v2))=server_v2 Then Chkpost=True
If Not Chkpost Then Response.End
Dim f(350,4),u:u = 0
If 1={$captcha_chartype_number} Then
f(u,0)="0":f(u,1)="000000000000000011100010001001000100100010010001001000100100010001110000000000000000":f(u,2)=7:f(u,3)=12:u=u+1
f(u,0)="1":f(u,1)="000000000000000011000010100000010000001000000100000010000001000011111000000000000000":f(u,2)=7:f(u,3)=12:u=u+1
f(u,0)="2":f(u,1)="000000000000000111100000001000000100000100000100000100000100000011111000000000000000":f(u,2)=7:f(u,3)=12:u=u+1
f(u,0)="3":f(u,1)="000000000000000111100000001000000100011100000001000000100000010011110000000000000000":f(u,2)=7:f(u,3)=12:u=u+1
f(u,0)="4":f(u,1)="000000000000000000100000110000101000010100010010001111100000100000010000000000000000":f(u,2)=7:f(u,3)=12:u=u+1
f(u,0)="5":f(u,1)="000000000000000111100010000001000000111000000010000001000000100011100000000000000000":f(u,2)=7:f(u,3)=12:u=u+1
f(u,0)="6":f(u,1)="000000000000000011110010000001000000101100011001001000100100010001110000000000000000":f(u,2)=7:f(u,3)=12:u=u+1
f(u,0)="7":f(u,1)="000000000000000111110000001000001000001000001000000100000100000010000000000000000000":f(u,2)=7:f(u,3)=12:u=u+1
f(u,0)="8":f(u,1)="000000000000000011100010001001000100011100010011001000100100010001110000000000000000":f(u,2)=7:f(u,3)=12:u=u+1
f(u,0)="9":f(u,1)="000000000000000011100010001001000100100110001101000000100000010011110000000000000000":f(u,2)=7:f(u,3)=12:u=u+1
End If
If 1={$captcha_chartype_english} Then
f(u,0)="A":f(u,1)="000000000000000001000001010000101000010100010001001111100100010100000100000000000000":f(u,2)=7:f(u,3)=12:u=u+1
f(u,0)="B":f(u,1)="000000000000000111100010001001000100111100010010001000100100010011110000000000000000":f(u,2)=7:f(u,3)=12:u=u+1
f(u,0)="C":f(u,1)="000000000000000001110001000001000000100000010000001000000010000000111000000000000000":f(u,2)=7:f(u,3)=12:u=u+1
f(u,0)="D":f(u,1)="000000000000000111000010010001000100100010010001001000100100100011100000000000000000":f(u,2)=7:f(u,3)=12:u=u+1
f(u,0)="E":f(u,1)="000000000000000111110010000001000000111100010000001000000100000011111000000000000000":f(u,2)=7:f(u,3)=12:u=u+1
f(u,0)="F":f(u,1)="000000000000000111110010000001000000111100010000001000000100000010000000000000000000":f(u,2)=7:f(u,3)=12:u=u+1
f(u,0)="G":f(u,1)="000000000000000001110001000001000000100000010001001000100010010000111000000000000000":f(u,2)=7:f(u,3)=12:u=u+1
f(u,0)="H":f(u,1)="000000000000000100010010001001000100111110010001001000100100010010001000000000000000":f(u,2)=7:f(u,3)=12:u=u+1
f(u,0)="I":f(u,1)="000000000000000111110000100000010000001000000100000010000001000011111000000000000000":f(u,2)=7:f(u,3)=12:u=u+1
f(u,0)="J":f(u,1)="000000000000000011100000010000001000000100000010000001000000100011100000000000000000":f(u,2)=7:f(u,3)=12:u=u+1
f(u,0)="K":f(u,1)="000000000000000100010010010001010000110000011000001010000100100010001000000000000000":f(u,2)=7:f(u,3)=12:u=u+1
f(u,0)="L":f(u,1)="000000000000000100000010000001000000100000010000001000000100000011111000000000000000":f(u,2)=7:f(u,3)=12:u=u+1
f(u,0)="M":f(u,1)="000000000000001000010100001011001101100110101101010110101000010100001000000000000000":f(u,2)=7:f(u,3)=12:u=u+1
f(u,0)="N":f(u,1)="000000000000000100010011001001100100101010010101001001100100110010001000000000000000":f(u,2)=7:f(u,3)=12:u=u+1
f(u,0)="O":f(u,1)="000000000000000001000001010001000100100010010001001000100010100000100000000000000000":f(u,2)=7:f(u,3)=12:u=u+1
f(u,0)="P":f(u,1)="000000000000000111100010001001000100100100011100001000000100000010000000000000000000":f(u,2)=7:f(u,3)=12:u=u+1
f(u,0)="Q":f(u,1)="000000000000000001000001010001000100100010010001001000100010100000110000000100000000":f(u,2)=7:f(u,3)=12:u=u+1
f(u,0)="R":f(u,1)="000000000000000111100010001001000100100010011110001001000100010010001000000000000000":f(u,2)=7:f(u,3)=12:u=u+1
f(u,0)="S":f(u,1)="000000000000000011110010000001000000011000000010000000100000010011110000000000000000":f(u,2)=7:f(u,3)=12:u=u+1
f(u,0)="T":f(u,1)="000000000000001111111000100000010000001000000100000010000001000000100000000000000000":f(u,2)=7:f(u,3)=12:u=u+1
f(u,0)="U":f(u,1)="000000000000000100010010001001000100100010010001001000100100010001110000000000000000":f(u,2)=7:f(u,3)=12:u=u+1
f(u,0)="V":f(u,1)="000000000000001000001010001001000100100010001010000101000010100000100000000000000000":f(u,2)=7:f(u,3)=12:u=u+1
f(u,0)="W":f(u,1)="000000000000001000001100000110010011001001011011001101100100010010001000000000000000":f(u,2)=7:f(u,3)=12:u=u+1
f(u,0)="X":f(u,1)="000000000000000100010001010000101000001000000100000101000100010010001000000000000000":f(u,2)=7:f(u,3)=12:u=u+1
f(u,0)="Y":f(u,1)="000000000000000100010010001000101000010100000100000010000001000000100000000000000000":f(u,2)=7:f(u,3)=12:u=u+1
f(u,0)="Z":f(u,1)="000000000000000111110000001000001000001000000100000100000100000011111000000000000000":f(u,2)=7:f(u,3)=12:u=u+1
End If
If 1={$captcha_chartype_chinese} Then
f(u,0)="安":f(u,1)="0
没有合适的资源?快使用搜索试试~ 我知道了~
苹果树下BBS
共6012个文件
htm:3135个
gif:2139个
asp:306个
需积分: 50 3 下载量 175 浏览量
2010-09-06
10:36:59
上传
评论 1
收藏 13.33MB RAR 举报
温馨提示
苹果树下BBS
资源推荐
资源详情
资源评论
收起资源包目录
苹果树下BBS (6012个子文件)
bankkele.asa 340KB
_lovewall.asa 168KB
ok0663_dg.asa 124KB
koomvpet.asp 352KB
Dv_ClsMain.asp 89KB
admin_postings.asp 87KB
savepost.asp 87KB
pet_config_edit.asp 84KB
pet_config_edit.asp 84KB
BokeAdmin.asp 84KB
Dv_ubbcode.asp 81KB
User.asp 80KB
Setting.asp 74KB
Dv_GetCode.asp 68KB
CaptchaPreview.asp 68KB
plus_Tools_postings.asp 68KB
BokeManage.asp 67KB
Board.asp 64KB
GroupPermission.asp 59KB
BoardSetting.asp 53KB
Update.asp 51KB
plus_adsali.asp 51KB
bank_save.asp 50KB
bank_admin_index.asp 50KB
Label.asp 46KB
index.asp 43KB
ForumNewsSetting.asp 42KB
dispbbs.asp 42KB
reg.asp 40KB
Query.asp 38KB
post.asp 38KB
bank_index.asp 38KB
petrisk.asp 37KB
medal_index.asp 37KB
petrisk.asp 37KB
Upload_Class.asp 35KB
Upload_Class.asp 34KB
dv_dpo.asp 34KB
UserPay.asp 33KB
Cls_Main.asp 32KB
indivGroup.asp 32KB
BokeIndex.asp 32KB
Group.asp 30KB
admin_lockuser.asp 30KB
AccessTopic.asp 29KB
TopicOther.asp 29KB
dispbbs.asp 28KB
CheckInput.asp 27KB
petitemmarket.asp 27KB
petitemmarket.asp 27KB
messanger.asp 27KB
plus_popwan_forum.asp 27KB
UpLoadList.asp 27KB
Bokepostings.asp 26KB
Query_get.asp 26KB
Plus.asp 26KB
IndivGroup_AccessTopic.asp 26KB
PostData.asp 25KB
CaptchaSet.asp 25KB
login.asp 24KB
petweaponshop.asp 24KB
Boke.asp 24KB
petweaponshop.asp 24KB
userspace.asp 24KB
Z_TestSetting.asp 24KB
AllDel.asp 23KB
mymodify.asp 23KB
InfoList.asp 23KB
Z_TestII.ASP 23KB
IndivGroup_Post.asp 23KB
Dv_News.asp 23KB
IndivGroup_Manage.asp 23KB
plus_Tools_pay.asp 22KB
Data.asp 21KB
Template.asp 21KB
SendEmail.asp 21KB
plus_popwan_ads.asp 21KB
fileshow.asp 21KB
admin_boardset.asp 20KB
dv_rss.asp 20KB
bank_const.asp 20KB
plus_play.asp 19KB
recycle.asp 19KB
Plus_Tools_User.asp 19KB
ViewInfo.asp 18KB
Dv_ClsSpace.asp 18KB
Z_Test.ASP 18KB
petbattle.asp 18KB
petbattle.asp 18KB
RssFeed.asp 18KB
Z_TestEdit.asp 17KB
IndivGroup_PostManage.asp 17KB
IndivGroup_Dispbbs.asp 17KB
admin_batch.asp 17KB
plus_popwan_post.asp 17KB
plus_popwan.asp 17KB
petmypet.asp 17KB
petmypet.asp 17KB
myfile.asp 16KB
Admin.asp 16KB
共 6012 条
- 1
- 2
- 3
- 4
- 5
- 6
- 61
资源评论
i57758806
- 粉丝: 0
- 资源: 2
上传资源 快速赚钱
- 我的内容管理 展开
- 我的资源 快来上传第一个资源
- 我的收益 登录查看自己的收益
- 我的积分 登录查看自己的积分
- 我的C币 登录后查看C币余额
- 我的收藏
- 我的下载
- 下载帮助
最新资源
资源上传下载、课程学习等过程中有任何疑问或建议,欢迎提出宝贵意见哦~我们会及时处理!
点击此处反馈
安全验证
文档复制为VIP权益,开通VIP直接复制
信息提交成功