Simple Chinese Verification Code
- $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 ';
- $im = Imagecreatetruecolor (100,45);
- $font = './msyhbd.ttf ';
- $len = Mb_strlen ($text, ' UTF-8 ');
- $grey = Imagecolorallocate ($im, 200,200,200);
- Imagefill ($im, 0,0, $grey);
- for ($i = 0, $x = 0; $i < 4; $i + +) {
- $color = Imagecolorallocate ($im, Mt_rand (0,190), Mt_rand (0,190), Mt_rand (0,190));
- $x + = $i *10 + mt_rand (1,5);
- $tmp = Mb_substr ($text, Mt_rand (0, $len), 1, ' UTF-8 ');
- Imagettftext ($im, Mt_rand (10,16), Mt_rand ( -15,15), $x, Mt_rand (21,25), $color, $font, $tmp);
- }
- Header (' content-type:image/png ');
- Imagepng ($im);
- Imagedestroy ($im);
- ?>
Copy Code |