Simple Chinese Verification Code

Source: Internet
Author: User
Simple Chinese Verification Code
  1. $text = ' The one is not people I have him this big come to the country to say that they are for the son and your debut also when the year to the next to life will be self-jia Xue, but she was small after the heart of many days and can be good all the way in the beginning of the day, but also to do when you want to see the text without open hand ten with the main line and as the previous see through the craniofacial common three old driven two long know the people like the present points will be outside but the body and Coe into the law this real back two reason The United States and the moon Ming its sound all-in-one speech to the Ministry of the word to the feeling of the woman asked the power machine to wait a few very industry most New Shi fight will be power four the first phase of the Zedong Haikou to teach the West again flat really listen to the world gas letter North less close and in addition to the military production into the first mountain five too water million city eye body elsewhere always field master book than live nine Laugh Sex Tong Mu newspaper immediately life Zhang Live difficult god number of pieces of the original car white should road period called death often mention the sense of gold What more to do with the line or Bensley by the light Wangguo pro-sector and the present-day Beijing to the system of the solution to the clear table elephant record side of the wind War dry connect it Xu Bate feel straight to the maullin of the problem to build south of the color word please love let ';
  2. $im = Imagecreatetruecolor (100,45);
  3. $font = './msyhbd.ttf ';
  4. $len = Mb_strlen ($text, ' UTF-8 ');
  5. $grey = Imagecolorallocate ($im, 200,200,200);
  6. Imagefill ($im, 0,0, $grey);
  7. for ($i = 0, $x = 0; $i < 4; $i + +) {
  8. $color = Imagecolorallocate ($im, Mt_rand (0,190), Mt_rand (0,190), Mt_rand (0,190));
  9. $x + = $i *10 + mt_rand (1,5);
  10. $tmp = Mb_substr ($text, Mt_rand (0, $len), 1, ' UTF-8 ');
  11. Imagettftext ($im, Mt_rand (10,16), Mt_rand ( -15,15), $x, Mt_rand (21,25), $color, $font, $tmp);
  12. }
  13. Header (' content-type:image/png ');
  14. Imagepng ($im);
  15. Imagedestroy ($im);
  16. ?>
Copy Code
  • 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.