ASP Generation Verification Code program

Source: Internet
Author: User

<%
Option Explicit
Response.buffer=true
Response.Expires =-1
Response.ExpiresAbsolute = Now ()-1
Call Com_creatvalidcode ("GetCode")
Sub Com_creatvalidcode (PSN)
' Author:layen
' qq:84815733
' E-mail:support@ssaw.net
' Disable caching
Response.Expires =-9999
Response.AddHeader "Pragma", "No-cache"
Response.AddHeader "Cache-ctrol", "No-cache"
Response.ContentType = "Image/bmp"

Randomize

Dim I, II, III

Const Codds = 2 ' Odds of occurrence of miscellaneous points
Const Camount = 10 ' text quantity
Const ccode = "0123456789"

' Color data (character, background)
Dim Vcolordata (1)
Vcolordata (0) = ChrB (0) & ChrB (0) & ChrB (211) ' Blue 0, Green 0, Red 0 (black)
Vcolordata (1) = ChrB (255) & ChrB (255) & ChrB (255) ' Blue 250, green 236, red 211 (light blue)

' Randomly generated characters
Dim Vcode (4), vcodes
For i = 0 to 3
Vcode (i) = Int (Rnd * camount)
Vcodes = vcodes & Mid (Ccode, Vcode (i) + 1, 1)
Next
Session (PSN) = Vcodes ' Log into session
' Character of the data
Dim Vnumberdata (9)
Vnumberdata (0) = " 1110000111110111101111011110111101001011110100101111010010111101001011110111101111011110111110000111 "
Vnumberdata (1) = " 1111011111110001111111110111111111011111111101111111110111111111011111111101111111110111111100000111 "
Vnumberdata (2) = " 1110000111110111101111011110111111111011111111011111111011111111011111111011111111011110111100000011 "
Vnumberdata (3) = " 1110000111110111101111011110111111110111111100111111111101111111111011110111101111011110111110000111 "
Vnumberdata (4) = " 1111101111111110111111110011111110101111110110111111011011111100000011111110111111111011111111000011 "
Vnumberdata (5) = " 1100000011110111111111011111111101000111110011101111111110111111111011110111101111011110111110000111 "
Vnumberdata (6) = " 1111000111111011101111011111111101111111110100011111001110111101111011110111101111011110111110000111 "
Vnumberdata (7) = " 1100000011110111011111011101111111101111111110111111110111111111011111111101111111110111111111011111 "
Vnumberdata (8) = " 1110000111110111101111011110111101111011111000011111101101111101111011110111101111011110111110000111 "
Vnumberdata (9) = " 1110001111110111011111011110111101111011110111001111100010111111111011111111101111011101111110001111 "
' Output image file header
Response.BinaryWrite ChrB & ChrB (a) & ChrB (230) & ChrB (4) & ChrB (0) & ChrB (0) & ChrB (0) & ChrB (0) &_
ChrB (0) & ChrB (0) & ChrB (a) & ChrB (0) & ChrB (0) & ChrB (0) & ChrB () & ChrB (0) &_
ChrB (0) & ChrB (0) & ChrB (+) & ChrB (0) & ChrB (0) & ChrB (0) & ChrB (a) & ChrB (0) &_
ChrB (0) & ChrB (0) & ChrB (1) & ChrB (0)

' Output image information header
Response.BinaryWrite ChrB & ChrB (0) & ChrB (0) & ChrB (0) & ChrB (0) & ChrB (0) & ChrB (176) & ChrB (4) &_
ChrB (0) & ChrB (0) & ChrB (a) & ChrB (one) & ChrB (0) & ChrB (0) & ChrB (a) & ChrB (one) &_
ChrB (0) & ChrB (0) & ChrB (0) & ChrB (0) & ChrB (0) & ChrB (0) & ChrB (0) & ChrB (0) &_
ChrB (0) & ChrB (0)

For i = 9 to 0 Step-1 ' after all lines
For II = 0 to 3 ' after all words
For III = 1 to 10 ' after all pixels
' Output image data by line, word, pixel
If Rnd * + 1 < Codds Then ' randomly generated miscellaneous points
If Mid (Vnumberdata (Vcode (ii)), I * + III, 1) Then
Response.BinaryWrite vcolordata (0)
Else
Response.BinaryWrite Vcolordata (1)
End If
Else
Response.BinaryWrite Vcolordata (Mid vnumberdata (Vcode (ii)), I * + III, 1))
End If
Next
Next
Next
End Sub
%>
Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.