Cfx captcha

From Hostek.com Wiki
Revision as of 08:54, 22 November 2012 by Carlb (Talk | contribs) (Created page with "==cfx_captcha== The cfx_captcha tag is installed on our ColdFusion servers. *Captcha Code Sample: <pre> <cfx_captcha height="70" width="300" background_image="#expandPath('....")

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

cfx_captcha

The cfx_captcha tag is installed on our ColdFusion servers.

  • Captcha Code Sample:
<cfx_captcha
height="70"
width="300"
background_image="#expandPath('.')#\sample_bg.jpg"
text="#EXAMPLE: C@pTcH@!#"
outfile="#expandPath('.')#\sample.jpg"
font="Arial"
font_color="white"
fontsize="30"
distortion_method="1"
font_opacity="60"
quality="70"
bgcolor1="blue"
bgcolor2="##008000">