国产探花免费观看_亚洲丰满少妇自慰呻吟_97日韩有码在线_资源在线日韩欧美_一区二区精品毛片,辰东完美世界有声小说,欢乐颂第一季,yy玄幻小说排行榜完本

首頁 > 語言 > PHP > 正文

php 驗證碼生成程序,可自動判斷php gd庫

2024-09-04 11:44:25
字體:
來源:轉載
供稿:網友
  1. function ShowKey() 
  2. $key=strtolower(domake_password(4)); 
  3. $set=esetcookie("checkkey",$key); 
  4.  //是否支持gd庫 
  5. if (function_exists("imagejpeg")) { 
  6.    header ("Content-type: image/jpeg"); 
  7.    $img=imagecreate(69,20); 
  8.    $black=imagecolorallocate($img,255,255,255); 
  9.    $gray=imagecolorallocate($img,102,102,102); 
  10.    imagefill($img,0,0,$gray); 
  11.    imagestring($img,3,14,3,$key,$black); 
  12.    imagejpeg($img); 
  13.    imagedestroy($img); 
  14. elseif (function_exists("imagegif")) { 
  15.    header ("Content-type: image/gif"); 
  16.    $img=imagecreate(69,20); 
  17.    $black=imagecolorallocate($img,255,255,255); 
  18.    $gray=imagecolorallocate($img,102,102,102); 
  19.    imagefill($img,0,0,$gray); 
  20.    imagestring($img,3,14,3,$key,$black); 
  21.    imagegif($img); 
  22.    imagedestroy($img); 
  23. elseif (function_exists("imagepng")) { 
  24.  header ("Content-type: image/png"); 
  25.    $img=imagecreate(69,20); 
  26.    $black=imagecolorallocate($img,255,255,255); 
  27.    $gray=imagecolorallocate($img,102,102,102); 
  28.    imagefill($img,0,0,$gray); 
  29.    imagestring($img,3,14,3,$key,$black); 
  30.    imagepng($img); 
  31.    imagedestroy($img); 
  32. elseif (function_exists("imagewbmp")) { 
  33.  header ("Content-type: image/vnd.wap.wbmp"); 
  34.    $img=imagecreate(69,20); 
  35.    $black=imagecolorallocate($img,255,255,255); 
  36.    $gray=imagecolorallocate($img,102,102,102); 
  37.    imagefill($img,0,0,$gray); 
  38.    imagestring($img,3,14,3,$key,$black); 
  39.    imagewbmp($img); 
  40.    imagedestroy($img); 
  41. else { 
  42.  $set=esetcookie("checkkey","ebak"); 
  43.  @include("class/functions.php"); 
  44.  echo ReadFiletext("images/ebak.jpg"); 
  45. }//開源代碼Vevb.com 
  46. ShowKey(); 

發表評論 共有條評論
用戶名: 密碼:
驗證碼: 匿名發表
主站蜘蛛池模板: 华池县| 丰城市| 中宁县| 龙泉市| 六枝特区| 汉寿县| 永寿县| 阿拉善右旗| 探索| 邹平县| 运城市| 岱山县| 永城市| 舞阳县| 扬州市| 仪征市| 平罗县| 恩平市| 夏邑县| 如东县| 班玛县| 长垣县| 广州市| 伊宁市| 陵川县| 博爱县| 冷水江市| 竹山县| 南川市| 嘉义县| 平顺县| 交城县| 邯郸市| 济宁市| 辽宁省| 大洼县| 洛阳市| 收藏| 庆安县| 崇仁县| 新竹市|