开源 PHP 验证码 Securimage 带语音识别 05 May 2010 22:11 Wednesday by小屋 浏览(1868)
官方网站:http://www.phpcaptcha.org/
下载地址:http://www.phpcaptcha.org/download/
原文地址:http://www.21andy.com/blog/20100417/1886.html
验证码图 片:
<img id="captcha" src="/securimage/securimage_show.php" alt="CAPTCHA Image" />
验证码文 本框:
<input type="text" name="captcha_code" size="10" maxlength="6" />
看不清验证码:
<a href="#" rel="nofollow" target="_blank">Reload Image</a>
后端PHP验 证:
<?php
session_start();
include_once $_SERVER['DOCUMENT_ROOT'] . '/securimage/securimage.php';
$securimage = new Securimage();
if ($securimage->check($_POST['captcha_cod
session_start();
include_once $_SERVER['DOCUMENT_ROOT'] . '/securimage/securimage.php';
$securimage = new Securimage();
if ($securimage->check($_POST['captcha_cod
博客RSS订阅代码大全 21 April 2010 13:52 Wednesday by小屋 浏览(3100)
代码 :
<a href="http://mail.qq.com/cgi-bin/feed?u=http://sjolzy.cn/rss.php" target="_blank"> <img alt="QQ" border="0" src="http://sjolzy.cn/content/uploadfile/images/icon_subshot02_qq.gif" vspace="2" /> </a> <br />
<a href="http://www.zhuaxia.com/add_channel.php?url=http://sjolzy.cn/rss.php" target="_blank"> <img alt="抓虾" border="0" src="http://sjolzy.cn/content/uploadfile/images/icon_subshot02_zhuaxia.gif" vspace="2" /> </a> <br />
<a href="http://fusion.google.com/add?feedurl=http://sjolzy.cn/rss.php" target="_blank"> <img alt="GOOGLE" border="0" src="http://sjolzy.cn/content/uploadfile/images/ico
