找回密码
 注册
【阿里云】2核2G云新老同享 99元/年,续费同价华为云精选云产品特惠做网站就用糖果主机Jtti,新加坡服务器,美国服务器,香港服务器
查看: 440|回复: 1

用PHP实现登陆验证码(类似条行码状)

[复制链接]
发表于 2005 年 10 月 8 日 15:42:55 | 显示全部楼层 |阅读模式

马上注册,结交更多好友,享用更多功能,让你轻松玩转社区。

您需要 登录 才可以下载或查看,没有账号?注册

×
  function UPCAbarcode($code) {  $lw = 2; $hi = 100;  $Lencode = array
('0001101','0011001','0010011','0111101','0100011',                   
'0110001','0101111','0111011','0110111','0001011');  $Rencode = array
('1110010','1100110','1101100','1000010','1011100',                   
'1001110','1010000','1000100','1001000','1110100');  $ends = '101'; $center = '01010';  /* UPC-A Must be 11
digits, we compute the checksum. */  if ( strlen($code) != 11 ) { die(UPC-A Must be 11 digits.); }  /* Compute
the EAN-13 Checksum digit */  $ncode = '0'.$code;  $even = 0; $odd = 0;  for ($x=0;$x=45 && $x=85)) { $sh=10; }
else { $sh=0; }    if ($bars[$x] == '1') { $color = $fg; } else { $color = $bg; }    ImageFilledRectangle($img,
($x*$lw)+15,5,($x+1)*$lw+14,$hi+5+$sh,$color);  }  /* Add the Human Readable Label */  ImageString($img,4,5,$hi-
5,$code[0],$fg);  for ($x=0;$xUPCAbarcode('12345678901');?> [img]

                               
登录/注册后可看大图
[/img]


转自:  http://edu.chinaz.com
Jgwy.Com - Free Web Hosting Guide & Directory In China since 2001! Jgwy.Net-Jglt.Net
 楼主| 发表于 2005 年 10 月 8 日 15:42:55 | 显示全部楼层
【腾讯云】2核2G云服务器新老同享 99元/年,续费同价

用PHP实现登陆验证码(类似条行码状)

  function UPCAbarcode($code) {  $lw = 2; $hi = 100;  $Lencode = array
('0001101','0011001','0010011','0111101','0100011',                   
'0110001','0101111','0111011','0110111','0001011');  $Rencode = array
('1110010','1100110','1101100','1000010','1011100',                   
'1001110','1010000','1000100','1001000','1110100');  $ends = '101'; $center = '01010';  /* UPC-A Must be 11
digits, we compute the checksum. */  if ( strlen($code) != 11 ) { die(UPC-A Must be 11 digits.); }  /* Compute
the EAN-13 Checksum digit */  $ncode = '0'.$code;  $even = 0; $odd = 0;  for ($x=0;$x=45 && $x=85)) { $sh=10; }
else { $sh=0; }    if ($bars[$x] == '1') { $color = $fg; } else { $color = $bg; }    ImageFilledRectangle($img,
($x*$lw)+15,5,($x+1)*$lw+14,$hi+5+$sh,$color);  }  /* Add the Human Readable Label */  ImageString($img,4,5,$hi-
5,$code[0],$fg);  for ($x=0;$xUPCAbarcode('12345678901');?> [img]

                               
登录/注册后可看大图
[/img]


转自:  http://edu.chinaz.com
Jgwy.Com - Free Web Hosting Guide & Directory In China since 2001! Jgwy.Net-Jglt.Net
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

Archiver|手机版|小黑屋|金光论坛

GMT+8, 2024 年 11 月 20 日 08:47 , Processed in 0.018616 second(s), 20 queries .

Powered by Discuz! X3.5

© 2001-2024 Discuz! Team.

快速回复 返回顶部 返回列表