web

所属分类:WEB开发
开发工具:PHP
文件大小:9052KB
下载次数:34
上传日期:2010-10-13 10:34:12
上 传 者mote999
说明:  DEDE股票网站,全新设计页面,美观大方,带海量数据,建站理想程序
(DEDE stock website, new design pages, beautiful, with huge amounts of data, establishment ideal program)

文件列表:
web\404.asp (8818, 2010-09-12)
web\a\index.html (3, 2010-02-07)
web\api\client.php (11670, 2010-06-04)
web\ask\browser.php (5724, 2010-09-28)
web\ask\include\asktype.inc.php (778, 2010-09-28)
web\ask\include\common.inc.php (2329, 2010-09-28)
web\ask\include\functions.inc.php (4624, 2010-09-28)
web\ask\include\js\common.js (1388, 2010-09-28)
web\ask\include\language\zh-cn.msg.php (1796, 2010-09-28)
web\ask\index.php (890, 2010-09-28)
web\ask\myask.php (757, 2010-09-28)
web\ask\post.php (13929, 2010-09-28)
web\ask\question.php (4641, 2010-09-28)
web\ask\search.php (1253, 2010-09-28)
web\ask\template\default\browser.htm (5248, 2010-09-28)
web\ask\template\default\foot.htm (131, 2010-09-28)
web\ask\template\default\headask.htm (1, 2010-09-28)
web\ask\template\default\headmenu.htm (550, 2010-09-28)
web\ask\template\default\images\box_bg_1.jpg (295, 2010-09-28)
web\ask\template\default\images\box_bg_2.jpg (299, 2010-09-28)
web\ask\template\default\images\bt_bg.gif (1386, 2010-09-28)
web\ask\template\default\images\hr_1.gif (53, 2010-09-28)
web\ask\template\default\images\ico_21.gif (125, 2010-09-28)
web\ask\template\default\images\ico_22.gif (541, 2010-09-28)
web\ask\template\default\images\ico_23.gif (199, 2010-09-28)
web\ask\template\default\images\ico_24.gif (119, 2010-09-28)
web\ask\template\default\images\ico_7.gif (54, 2010-09-28)
web\ask\template\default\images\leftclass_bg.gif (55, 2010-09-28)
web\ask\template\default\images\leftclass_bottom.gif (248, 2010-09-28)
web\ask\template\default\images\leftclass_title.gif (815, 2010-09-28)
web\ask\template\default\images\mark_b.gif (94, 2010-09-28)
web\ask\template\default\images\mark_g.gif (93, 2010-09-28)
web\ask\template\default\images\mark_ico.gif (1668, 2010-09-28)
web\ask\template\default\images\no_list_1.gif (459, 2010-09-28)
web\ask\template\default\images\no_list_bg_1.gif (422, 2010-09-28)
web\ask\template\default\images\qa_ico_1.gif (587, 2010-09-28)
web\ask\template\default\images\qa_ico_2.gif (812, 2010-09-28)
web\ask\template\default\images\qa_ico_3.gif (755, 2010-09-28)
web\ask\template\default\images\qa_ico_4.gif (743, 2010-09-28)
web\ask\template\default\images\rlist_title_bg.jpg (644, 2010-09-28)
... ...

NAME: Securimage - A PHP class for creating and managing form CAPTCHA images VERSION: 1.0.2 AUTHOR: Drew Phillips DOWNLOAD: The latest version can always be found at http://www.phpcaptcha.org DOCUMENTATION: Online documentation of the class, methods, and variables can be found at http://www.phpcaptcha.org/Securimage_Docs/ REQUIREMENTS: PHP 4.3.0 GD 2.0 FreeType (optional, required for TTF support) SYNOPSIS: require_once 'securimage.php'; $image = new Securimage(); $image->show(); // Code Validation $image = new Securimage(); if ($image->check($_POST['code']) == true) { echo "Correct!"; } else { echo "Sorry, wrong code."; } DESCRIPTION: What is Securimage? Securimage is a PHP class that is used to generate and validate CAPTCHA images. The classes uses an existing PHP session or creates its own if none is found to store the CAPTCHA code. Variables within the class are used to control the style and display of the image. The class supports TTF fonts and effects for strengthening the security of the image. If TTF support is not available, GD fonts can be used as well, but certain options such as transparent text and angled letters cannot be used. COPYRIGHT: Copyright (c) 2007 Drew Phillips. All rights reserved. This software is released under the GNU Lesser General Public License.

近期下载者

相关文件


收藏者