魅力的で美しい確認コード

WBOY
リリース: 2016-07-25 08:49:13
オリジナル
949 人が閲覧しました
フォントを自分でインポートし、必要に応じて変更します。
太字フォントの使用をお勧めします
  1. class Imagecode{
  2. private $width ;
  3. private $height;
  4. private $counts;
  5. private $distrubcode;
  6. private $fonturl;
  7. private $fonturlbg;
  8. private $session;
  9. /* *
  10. * ここに説明を入力してください...
  11. *
  12. * @paramunknown_type $width幅
  13. * @paramunknown_type $height高さ
  14. * @paramunknown_type $counts 文字数
  15. * @paramunknown_type $distrubcode ランダムな文字範囲
  16. * @param unknown_type $fonturl 重大コードフォント
  17. * @paramknown_type $fonturlbg 干渉文字フォント
  18. */
  19. function __construct($width = 120,$height = 30,$counts = 5,$distrubcode="1235467890qwertyuipkjhgfdaszxcvbnm",$fonturl="msyhbd.ttf",$fonturlbg='f.ttf') {
  20. $this->gt;width=$width;
  21. $this->gt;height=$height;
  22. $this->gt;counts=$counts;
  23. $this->gt;distrubcode=$distrubcode;
  24. $this->gt ;fonturl=$fonturl;
  25. $this->fonturlbg=$fonturlbg ? $fonturlbg :$fonturl;//干渉フォントが設定されていない場合に使用します
  26. $this->session=$this->sessioncode();
  27. session_start ();
  28. $_SESSION['code']=$this->session;
  29. }
  30. function imageout(){
  31. $im=$this->createimagesource();
  32. $this->setbackgroundcolor( $ im);
  33. $this->set_code($im);
  34. $this->setdistrubecode($im);
  35. ImageGIF($im);
  36. ImageDestroy($im);
  37. }
  38. private function createimagesource( ) {
  39. return imagecreate($this->width,$this->height);
  40. }
  41. プライベート関数 setbackgroundcolor($im){
  42. $bgcolor = ImageColorAllocate($im, rand(200,255),rand(200,255) , rand(200,255));//±3?°??é?
  43. imagefill($im,0,0,$bgcolor);
  44. }
  45. プライベート関数 setdistrubecode($im){
  46. $count_h=$this-> ; 高さ;
  47. $cou=floor($count_h*2);
  48. for($i=0;$i $x=rand(0,$this->width);
  49. $ y=rand(0,$this->高さ);
  50. $jiaodu=rand(0,360);
  51. $fontsize=rand(8,15);
  52. $fonturl=$this->fonturlbg;
  53. $originalcode = $ this->distrubcode;
  54. $countdistrub = strlen($originalcode);
  55. $dscode = $originalcode[rand(0,$countdistrub-1)];
  56. $color = ImageColorAllocate($im, rand(40,140),rand ( 40,140),rand(40,140));//干渉テキストカラー
  57. imagettftext($im,$fontsize,$jiaodu,$x,$y,$color,$fonturl,$dscode);
  58. }
  59. }
  60. private function set_code($im){
  61. $width=$this->width;
  62. $counts=$this->counts;
  63. $height=$this->height;
  64. $scode=$this->session ;
  65. $y=floor($height/2)+floor($height/4);
  66. $fontsize=rand(30,35);
  67. $fonturl=$this->fonturl;
  68. $counts=$this - >counts;
  69. for($i=0;$i $char=$scode[$i];
  70. $x=floor($width/$counts)*$i+ 8 ;
  71. $jiaodu=rand(-20,30);
  72. $color = ImageColorAllocate($im,rand(0,200),rand(50,200),rand(100,240));//文字色
  73. imagettftext($im,$ fontsize ,$jiaodu,$x,$y,$color,$fonturl,$char);
  74. }
  75. }
  76. プライベート関数 sessioncode(){
  77. $originalcode = $this->distrubcode;
  78. $countdistrub = strlen ($originalcode);
  79. $_dscode = "";
  80. $counts=$this->counts;
  81. for($j=0;$j $dscode = $originalcode[rand ( 0,$countdistrub-1)];
  82. $_dscode.=$dscode;
  83. }
  84. return $_dscode;
  85. }
  86. }
  87. Header("Content-type: image/GIF");
  88. $imagecode=new Imagecode ( 160,50);
  89. $imagecode->imageout();
コードをコピー


関連ラベル:
ソース:php.cn
このウェブサイトの声明
この記事の内容はネチズンが自主的に寄稿したものであり、著作権は原著者に帰属します。このサイトは、それに相当する法的責任を負いません。盗作または侵害の疑いのあるコンテンツを見つけた場合は、admin@php.cn までご連絡ください。
人気のチュートリアル
詳細>
最新のダウンロード
詳細>
ウェブエフェクト
公式サイト
サイト素材
フロントエンドテンプレート