ホームページ >php教程 >php手册 >検証コードの実装

検証コードの実装

WBOY
WBOYオリジナル
2016-06-21 09:07:001084ブラウズ

認証コード

/*********************************************
認証コード画像生成ファイル
プログラム済みby SurfChen 、 http://yubeinet.com
以下の定義部分は自分で変更できます
***************************** ***** ********/
define("CON_number",5);//生成される文字数
define("CON_image_width",100);//画像幅
define(" CON_image_height ",20);//画像の高さ
define("CON_image_string","0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz");//作成される検証文字列には文字が含まれます
header("Content-type:image/png");//出力画像ヘッダー情報
session_start();
if ($_SESSION['num'])
{
unset($_SESSION['num']);//最後の画像検証コードの登録を解除する
}
$im=imagecreate(CON_image_width) ,CON_image_height);//画像を作成
$black=imagecolorallocate($im,0,0,0);//黒いマークを作成
$white=imagecolorallocate($im,255,255,255);//白いマークを作成
$gray= imagecolorallocate($im,200,200,200);//グレーの識別子を作成します
imagefill($im,86,30,$black);//画像を塗りつぶします
for($i=0;$i<500;$ i++)
{
$randcolor=imagecolorallocate($im,rand(100,255),rand(100,255),rand(100,255));//ランダムな画像の色識別子を作成します
imagesetpixel($im, rand(0,CON_image_width ),rand(0) ,CON_image_height),$randcolor);//前の行で作成した識別子を使用して点を描画します。点の座標はランダムです
}
for($i=0;$i<6;$i++)
{
imageline($im,rand(0,CON_image_width),rand(0,CON_image_height),rand(0,CON_image_width),rand(0,CON_image_height),$gray);//ランダムな座標で線を描画します
}
for ($ i=0;$i<=CON_number;$i++)
{
$authnum.=substr(CON_image_string,rand(0,61),1);//検証文字列を作成します
}
$_SESSION['num' ] =$authnum;//検証のためにSESSIONに文字列を書き込みます
imagestring($im, 5,10, 0,$authnum,$white);//画像に文字列を書き込みます
imagepng($im);/ /画像を出力します
imagedestroy($im); //画像リソースをログアウトします
mssql_init
?>
ob_start()
?>

検証グラフ関数の実装 [GD+SESSION]</ title> <br/><meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <br/><meta http-equiv="Content-Language" content="zh-CN " /> <br> <meta name="generator" content="EditPlus" /> <br><meta name="author" content="surfchen" /> <br><meta name="keywords" content=" yubeinet.com,php ,mysql,javacript,xhtml,xml,wml,svg" /> <br><meta name="description" content="GD と SESSION を使用して PHP で検証図を実装する" /> <br>< link rel="stylesheet " href="index.css" /> <br></head> <br><?php <br/>session_start(); $_SESSION['num ']) と !empty($_SESSION['num']) と $_SESSION['num']==$_POST['number']){ <br/>echo 'success' <br/>}elseif (! empty($_POST[ 'number'])){ <br/>echo "失敗" <br/>?> <br><img src="image.php" alt="検証画像" /> "post" action= "<?=$_SERVER['PHP_SELF']?>"> <br><input type="text" name="number" /><input type="submit" name ="送信" 値 ="送信" /> <br></html> <br> <br> <br> <br> <br><br></font></p></div><div class="nphpQianMsg"><div class="clear"></div></div><div class="nphpQianSheng"><span>声明:</span><div>この記事の内容はネチズンが自主的に寄稿したものであり、著作権は原著者に帰属します。このサイトは、それに相当する法的責任を負いません。盗作または侵害の疑いのあるコンテンツを見つけた場合は、admin@php.cn までご連絡ください。</div></div></div><div class="nphpSytBox"><span>前の記事:<a class="dBlack" title="RSS2.0を生成するphpクラス" href="https://m.php.cn/ja/faq/239733.html">RSS2.0を生成するphpクラス</a></span><span>次の記事:<a class="dBlack" title="RSS2.0を生成するphpクラス" href="https://m.php.cn/ja/faq/239739.html">RSS2.0を生成するphpクラス</a></span></div><div class="nphpSytBox2"><div class="nphpZbktTitle"><h2>関連記事</h2><em><a href="https://m.php.cn/ja/article.html" class="bBlack"><i>続きを見る</i><b></b></a></em><div class="clear"></div></div><ins class="adsbygoogle" style="display:block" data-ad-format="fluid" data-ad-layout-key="-6t+ed+2i-1n-4w" data-ad-client="ca-pub-5902227090019525" data-ad-slot="8966999616"></ins><script> (adsbygoogle = window.adsbygoogle || []).push({}); </script><ul class="nphpXgwzList"><li><b></b><a href="https://m.php.cn/ja/faq/92233.html" title="Windows7系统下Netbeans+PHPUnit搭建PHP单元测试开发环境及PHPUn" class="aBlack">Windows7系统下Netbeans+PHPUnit搭建PHP单元测试开发环境及PHPUn</a><div class="clear"></div></li><li><b></b><a href="https://m.php.cn/ja/faq/97151.html" title="程序猿ProMonkey V2.03" class="aBlack">程序猿ProMonkey V2.03</a><div class="clear"></div></li><li><b></b><a href="https://m.php.cn/ja/faq/94770.html" title="PHP Navigator" class="aBlack">PHP Navigator</a><div class="clear"></div></li><li><b></b><a href="https://m.php.cn/ja/faq/90182.html" title="php返回数组中指定的一列(php5.5.0默认函数array_column()在php" class="aBlack">php返回数组中指定的一列(php5.5.0默认函数array_column()在php</a><div class="clear"></div></li><li><b></b><a href="https://m.php.cn/ja/faq/208396.html" title="htmlentitiesとhtmlspecialcharsの違いの詳しい説明" class="aBlack">htmlentitiesとhtmlspecialcharsの違いの詳しい説明</a><div class="clear"></div></li></ul></div></div><ins class="adsbygoogle" style="display:block" data-ad-format="autorelaxed" data-ad-client="ca-pub-5902227090019525" data-ad-slot="5027754603"></ins><script> (adsbygoogle = window.adsbygoogle || []).push({}); </script><footer><div class="footer"><div class="footertop"><img src="/static/imghwm/logo.png" alt=""><p>福祉オンライン PHP トレーニング,PHP 学習者の迅速な成長を支援します!</p></div><div class="footermid"><a href="https://m.php.cn/ja/about/us.html">私たちについて</a><a href="https://m.php.cn/ja/about/disclaimer.html">免責事項</a><a href="https://m.php.cn/ja/update/article_0_1.html">Sitemap</a></div><div class="footerbottom"><p> © php.cn All rights reserved </p></div></div></footer><script>isLogin = 0;</script><script type="text/javascript" src="/static/layui/layui.js"></script><script type="text/javascript" src="/static/js/global.js?4.9.47"></script></div><script src="https://vdse.bdstatic.com//search-video.v1.min.js"></script><link rel='stylesheet' id='_main-css' href='/static/css/viewer.min.css' type='text/css' media='all'/><script type='text/javascript' src='/static/js/viewer.min.js?1'></script><script type='text/javascript' src='/static/js/jquery-viewer.min.js'></script><script>jQuery.fn.wait = function (func, times, interval) { var _times = times || -1, //100次 _interval = interval || 20, //20毫秒每次 _self = this, _selector = this.selector, //选择器 _iIntervalID; //定时器id if( this.length ){ //如果已经获取到了,就直接执行函数 func && func.call(this); } else { _iIntervalID = setInterval(function() { if(!_times) { //是0就退出 clearInterval(_iIntervalID); } _times <= 0 || _times--; //如果是正数就 -- _self = $(_selector); //再次选择 if( _self.length ) { //判断是否取到 func && func.call(_self); clearInterval(_iIntervalID); } }, _interval); } return this; } $("table.syntaxhighlighter").wait(function() { $('table.syntaxhighlighter').append("<p class='cnblogs_code_footer'><span class='cnblogs_code_footer_icon'></span></p>"); }); $(document).on("click", ".cnblogs_code_footer",function(){ $(this).parents('table.syntaxhighlighter').css('display','inline-table');$(this).hide(); }); $('.nphpQianCont').viewer({navbar:true,title:false,toolbar:false,movable:false,viewed:function(){$('img').click(function(){$('.viewer-close').trigger('click');});}}); </script></body></html>