复制代码 代码如下:
Class code
{
var $width =160; //图片的宽
var $hight =40; //图片的高
var $image;
var $red =223; //图片的RGB颜色
var $green =225; //红
var $blue =227 ;//绿
var $pix =227 ;//蓝
var $pixcolor; //杂色颜色;
var $pixred = 242; //红
var $pixgreen = 168;//绿
var $pixblue = 162; //蓝
var $txt=null;//验证码文字
var $txtcode=null;
var $txtsub=null;
var $pixnum = 300; //杂点数量
var $i=0;
var $widthpx=0;
var $highty=0;
var $txtreg=50;
var $txtgreen=30;
function createimage() //创建一张图并填色
{
$this->image = imagecreate($this->width,$this->hight);
$this->color = imagecolorallocate($this->image,$this->red,$this->green,$this->blue);
return imagefill($this->image,0,0,$this->color);
}
function createpix() //干扰因素
{
for($this->i=1;$this->ipixnum;$this->i++)
{
$this->widthpx = rand(0,$this->width);
$this->highty = rand(0,$this->hight);
$this->pixcolor = imagecolorallocate($this->image,$this->pixred,$this->pixgreen,$this->pixblue);
imagesetpixel($this->image,$this->widthpx,$this->highty,$this->pixcolor);
}
}
function gettxt() //创建验证码文字
{
$this->txt = array("我","爱","你","叶","就","慧","明","发","真","的","很","想","不","知","到","为","什","么","就","是","忘","不","了","你","也","许","上","辈","欠","钱");
for($this->i=0;$this->ii++)
{
$this->sub = $this->txt[rand(0,29)];
$this->txtcode.= $this->sub;
}
$this->txtcode = iconv("GB2312","UTF-8",$this->txtcode);
$_SESSION["code"] = $this->txtcode; //产生的验证ID
}
function createstring() //创建验证码图片
{
imagettftext($this->image,20,5,0,40,$this->pixcolor,"C:\WINDOWS\Fonts\simsun.ttc ",$this->txtcode);
header("content-type:image/png");
return imagepng($this->image);
imagedestroy($this->image);
}
function getcodeimage()//获得验证码图片
{
$this->createimage();
$this->gettxt();
$this->createpix();
$this->createstring();
}
}
?>
session_start();
$text = new code;
$text->createimage();
$text->gettxt();
$text->createpix();
$text->createstring();
?>

熱AI工具

Undresser.AI Undress
人工智慧驅動的應用程序,用於創建逼真的裸體照片

AI Clothes Remover
用於從照片中去除衣服的線上人工智慧工具。

Undress AI Tool
免費脫衣圖片

Clothoff.io
AI脫衣器

AI Hentai Generator
免費產生 AI 無盡。

熱門文章

熱工具

MantisBT
Mantis是一個易於部署的基於Web的缺陷追蹤工具,用於幫助產品缺陷追蹤。它需要PHP、MySQL和一個Web伺服器。請查看我們的演示和託管服務。

PhpStorm Mac 版本
最新(2018.2.1 )專業的PHP整合開發工具

Dreamweaver CS6
視覺化網頁開發工具

SecLists
SecLists是最終安全測試人員的伙伴。它是一個包含各種類型清單的集合,這些清單在安全評估過程中經常使用,而且都在一個地方。 SecLists透過方便地提供安全測試人員可能需要的所有列表,幫助提高安全測試的效率和生產力。清單類型包括使用者名稱、密碼、URL、模糊測試有效載荷、敏感資料模式、Web shell等等。測試人員只需將此儲存庫拉到新的測試機上,他就可以存取所需的每種類型的清單。

SublimeText3漢化版
中文版,非常好用