PHP高级 验证码类 第33天

2012-11-16 12:23:43 0  category: 第二阶段php

自动载入类


<?php
function __autoload($className){
include $className.'.class.php';
}
$a=new ZhVerify();
$a->getImage();

?>


验证码类


<?php

//1,创建画布资源
//2,分配颜色
//3,使用图像处理函数
//4,header输出
//5,显示或保存图片
//6,销毁图像资源
class verify{
//宽
protected $width;

//高
protected $height;
//个数
protected $num;
//类型
protected $type;
//图片类型
protected $imageType;
//图片资源
protected $img;
//文字
protected $checkCode;

public function __construct($width=100,$height=50,$num=4,$type=3,$imageType='jpeg'){
$this->width=$width;
$this->height=$height;
$this->num=$num;
$this->type=$type;
$this->imageType=$imageType;
$this->checkCode=$this->getCheckCode();

}
//1,准备好字符串
protected function getCheckCode(){
$string='';
//1 为数为 2字母a-z 3大小写字母数字混合类型
switch($this->type){
case 1:
$string=join('',array_rand(range(0,9),$this->num));
break;
case 2:
$string=implode('',array_rand(array_flip(range('a','z')),$this->num));
break;
case 3:
for($i=0;$i<$this->num;$i++){
$rand=mt_rand(0,2);
switch($rand){
case 0:
$ascii=mt_rand(48,57);
break;
case 1:
$ascii=mt_rand(65,90);
break;
case 2:
$ascii=mt_rand(97,122);
break;
}
$string.=sprintf('%c',$ascii);
//chr($ascii);
}
break;
}
return $string;
}
//分配画布资源
protected function createRes(){
$this->img=imagecreatetruecolor($this->width,$this->height);
}
//浅色,给背景用
protected function bgColor(){
return imagecolorallocate($this->img,mt_rand(130,255),mt_rand(130,255),mt_rand(130,255));
}
//深色,给字用
protected function textColor(){
return imagecolorallocate($this->img,mt_rand(0,125),mt_rand(0,125),mt_rand(0,125));
}
//背景颜色
protected function filledColor(){

imagefilledrectangle($this->img,0,0,$this->width,$this->height,$this->bgColor());

}
//干扰元素点
protected function filledPix(){

for($i=0;$i<50;$i++){
imagesetpixel($this->img,mt_rand(0,$this->width),mt_rand(0,$this->height),$this->textColor());
}

}
//干扰元素画弧
private function filledArc(){
for($i=0;$i<10;$i++){
imagearc($this->img,mt_rand(0,$this->width-20),mt_rand(0,$this->height-20),100,mt_rand(5,30),mt_rand(0,90),mt_rand(0,180),$this->textColor());

}

}
//把字写到画布上面
protected function writeText(){
for($i=0;$i<$this->num;$i++){
$x=floor($this->width/$this->num)*$i;
$y=mt_rand(0,$this->height-15);

imagechar($this->img,5,$x,$y,$this->checkCode[$i],$this->textColor());

}
}
protected function output(){
$func='image'.$this->imageType;
$header='Content-type:image/'.$this->imageType;
if(function_exists($func)){
header($header);
$func($this->img);
}else{
echo '本系统不支持此方法';
return false;
}

}
public function getImage(){
$this->createRes();
$this->filledColor();
$this->filledPix();
$this->filledArc();
$this->writeText();
$this->output();
}
public function __get($proName){
if($proName=='checkCode'){
return $this->checkCode;
}
}
public function __destruct(){
imagedestroy($this->img);
}
}
//
//5,写上字
//
//6,输出
//
//7,销毁
?>



中文验证码


<?php
class ZhVerify extends verify{
private $font;

public function __construct($width=300,$height=100,$num=4,$imageType='jpeg',$font='simhei.ttf'){

parent::__construct($width,$height,$num,1,$imageType);

//$this->checkCode=$this->getCheckCode();
$this->checkCode='起雾了';
$this->font=$font;


}
protected function getCheckCode(){
$string='们以我到他会作时要动国产的一是工就年阶义发成部民可出能方进在了不和有大这主中人上为来分生对于学下级地个用同行面说种过命度革而多子后自社加小机也经力线本电高量长党得实家定深法表着水理化争现所二起政三好十战无农使性前等反体合斗路图把结第里正新开论之物从当两些还天资事队批点育重其思与间内去因件日利相由压员气业代全组数果期导平各基或月毛然如应形想制心样干都向变关问比展那它最及外没看治提五解系林者米群头意只明四道马认次文通但条较克又公孔领军流入接席位情运器并飞原油放立题质指建区验活众很教决特此常石强极土少已根共直团统式转别造切九你取西持总料连任志观调七么山程百报更见必真保热委手改管处己将修支识病象几先老光专什六型具示复安带每东增则完风回南广劳轮科北打积车计给节做务被整联步类集号列温装即毫知轴研单色坚据速防史拉世设达尔场织历花受求传口断况采精金界品判参层止边清至万确究书术状厂须离再目海交权且儿青才证低越际八试规斯近注办布门铁需走议县兵固除般引齿千胜细影济白格效置推空配刀叶率述今选养德话查差半敌始片施响收华觉备名红续均药标记难存测士身紧液派准斤角降维板许破述技消底床田势端感往神便贺村构照容非搞亚磨族火段算适讲按值美态黄易彪服早班麦削信排台声该击素张密害侯草何树肥继右属市严径螺检左页抗苏显苦英快称坏移约巴材省黑武培著河帝仅针怎植京助升王眼她抓含苗副杂普谈围食射源例致酸旧却充足短划剂宣环落首尺波承粉践府鱼随考刻靠够满夫失包住促枝局菌杆周护岩师举曲春元超负砂封换太模贫减阳扬江析亩木言球朝医校古呢稻宋听唯输滑站另卫字鼓刚写刘微略范供阿块某功套友限项余倒卷创律雨让骨远帮初皮播优占死毒圈伟季训控激找叫云互跟裂粮粒母练塞钢顶策双留误础吸阻故寸盾晚丝女散焊功株亲院冷彻弹错散商视艺灭版烈零室轻血倍缺厘泵察绝富城冲喷壤简否柱李望盘磁雄似困巩益洲脱投送奴侧润盖挥距触星松送获兴独官混纪依未突架宽冬章湿偏纹吃执阀矿寨责熟稳夺硬价努翻奇甲预职评读背协损棉侵灰虽矛厚罗泥辟告卵箱掌氧恩爱停曾溶营终纲孟钱待尽俄缩沙退陈讨奋械载胞幼哪剥迫旋征槽倒握担仍呀鲜吧卡粗介钻逐弱脚怕盐末阴丰雾冠丙街莱贝辐肠付吉渗瑞惊顿挤秒悬姆烂森糖圣凹陶词迟蚕亿矩康遵牧遭幅园腔订香肉弟屋敏恢忘编印蜂急拿扩伤飞露核缘游振操央伍域甚迅辉异序免纸夜乡久隶缸夹念兰映沟乙吗儒杀汽磷艰晶插埃燃欢铁补咱芽永瓦倾阵碳演威附牙芽永瓦斜灌欧献顺猪洋腐请透司危括脉宜笑若尾束壮暴企菜穗楚汉愈绿拖牛份染既秋遍锻玉夏疗尖殖井费州访吹荣铜沿替滚客召旱悟刺脑措贯藏敢令隙炉壳硫煤迎铸粘探临薄旬善福纵择礼愿伏残雷延烟句纯渐耕跑泽慢栽鲁赤繁境潮横掉锥希池败船假亮谓托伙哲怀割摆贡呈劲财仪沉炼麻罪祖息车穿货销齐鼠抽画饲龙库守筑房歌寒喜哥洗蚀废纳腹乎录镜妇恶脂庄擦险赞钟摇典柄辩竹谷卖乱虚桥奥伯赶垂途额壁网截野遗静谋弄挂课镇妄盛耐援扎虑键归符庆聚绕摩忙舞遇索顾胶羊湖钉仁音迹碎伸灯避泛亡答勇频皇柳哈揭甘诺概宪浓岛袭谁洪谢炮浇斑讯懂灵蛋闭孩释乳巨徒私银伊景坦累匀霉杜乐勒隔弯绩招绍胡呼痛峰零柴簧午跳居尚丁秦稍追梁折耗碱殊岗挖氏刃剧堆赫荷胸衡勤膜篇登驻案刊秧缓凸役剪川雪链渔啦脸户洛孢勃盟买杨宗焦赛旗滤硅炭股坐蒸凝竟陷枪黎救冒暗洞犯筒您宋弧爆谬涂味津臂障褐陆啊健尊豆拔莫抵桑坡缝警挑污冰柬嘴啥饭塑寄赵喊垫丹渡耳刨虎笔稀昆浪萨茶滴浅拥穴覆伦娘吨浸袖珠雌妈紫戏塔锤震岁貌洁剖牢锋疑霸闪埔猛诉刷狠忽灾闹乔唐漏闻沈熔氯荒茎男凡抢像浆旁玻亦忠唱蒙予纷捕锁尤乘乌智淡允叛畜俘摸锈扫毕璃宝芯爷鉴秘净蒋钙肩腾枯抛轨堂拌爸循诱祝励肯酒绳穷塘燥泡袋朗喂铝软渠颗惯贸粪综墙趋彼届墨碍';
for($i=0;$i<$this->num;$i++){

$str[]=self::msubstr($string,mt_rand(0,mb_strlen($string,'utf-8')-1),1);
}


return $str;
}

private static function msubstr($str, $start=0, $length, $charset="utf-8", $suffix=true){
if(function_exists("mb_substr"))
return mb_substr($str, $start, $length, $charset);
elseif(function_exists('iconv_substr')) {
return iconv_substr($str,$start,$length,$charset);
}


$re['utf-8'] = "/[\x01-\x7f]|[\xc2-\xdf][\x80-\xbf]|[\xe0-\xef][\x80-\xbf]{2}|[\xf0-\xff][\x80-\xbf]{3}/";
$re['gb2312'] = "/[\x01-\x7f]|[\xb0-\xf7][\xa0-\xfe]/";
$re['gbk'] = "/[\x01-\x7f]|[\x81-\xfe][\x40-\xfe]/";
$re['big5'] = "/[\x01-\x7f]|[\x81-\xfe]([\x40-\x7e]|\xa1-\xfe])/";
preg_match_all($re[$charset], $str, $match);
$slice = join("",array_slice($match[0], $start, $length));
if($suffix) return $slice."…";
return $slice;
}


protected function writeText(){

for($i=0;$i<$this->num;$i++){

$x=ceil($this->width/$this->num)*$i;
$y=20;

imagettftext($this->img,12,mt_rand(0,90),$x,$y,$this->textColor(),$this->font,$this->checkCode[$i]);
}
}
}
?>



简单分页类



<?php
class page{
//超链接
protected $url;
//总页数
protected $count;
//总条数
protected $total;
//每页显示数
protected $num;
//上一页数
protected $prevNum;
//下一页数
protected $nextNum;
//开始记录数
protected $start;
//结束记录数
protected $end;
//首页
protected $first='首页';
//上一页
protected $prev='上一页';
//下一页
protected $next='下一页';
//尾页
protected $last='最后一页';
//当前页码
protected $page;


public function __construct($url,$total,$num=5){
$this->url=$url;
$this->total=$total;
$this->num=$num;
$this->page=$_GET['page']?(int)$_GET['page']:1;
$this->count=$this->getCount();
$this->prevNum=$this->getPrev();
$this->nextNum=$this->getNext();
$this->start=$this->getStart();
$this->end=$this->getEnd();
}

protected function getEnd(){
//5 10 15 18

return min($this->page*$this->num,$this->total);

}
protected function getStart(){
// (2 -1) *num +1

return ($this->page-1)*$this->num+1;
}


protected function getCount(){
return ceil($this->total/$this->num);
}
protected function getPrev(){

if($this->page<=1){
return false;
}else{
return $this->page-1;
}
}
protected function getNext(){
if($this->page>=$this->count){
return false;
}else{
return $this->page+1;
}
}
}
?>