baiduwenku_php

所属分类:WEB开发
开发工具:PHP
文件大小:42346KB
下载次数:239
上传日期:2012-12-05 15:32:24
上 传 者逸云
说明:  仿百度文库在线文档下载,上传,很实用,分享给大家
(Imitation the Baidu Library online documentation download, upload, very practical for everyone to share)

文件列表:
baiduwenku\DedeCmsV5.6_QQ登陆_utf8.zip (30671, 2012-04-24)
baiduwenku\HTML自动更新模块.zip (15259, 2012-04-24)
baiduwenku\mysql数据源驱动.rar (2267890, 2012-02-05)
baiduwenku\php仿百度文源码\admin\actionsearch_class.php (2401, 2010-04-20)
baiduwenku\php仿百度文源码\admin\action_search.php (354, 2010-03-24)
baiduwenku\php仿百度文源码\admin\ad_add.php (2297, 2010-04-20)
baiduwenku\php仿百度文源码\admin\ad_edit.php (1919, 2010-04-20)
baiduwenku\php仿百度文源码\admin\ad_main.php (753, 2010-04-20)
baiduwenku\php仿百度文源码\admin\ajax.php (780, 2010-04-20)
baiduwenku\php仿百度文源码\admin\album_add.php (12505, 2010-06-18)
baiduwenku\php仿百度文源码\admin\album_edit.php (13164, 2010-04-20)
baiduwenku\php仿百度文源码\admin\album_testhtml.php (482, 2010-03-24)
baiduwenku\php仿百度文源码\admin\api_ucenter.php (12769, 2010-04-20)
baiduwenku\php仿百度文源码\admin\archives_add.php (7571, 2010-04-20)
baiduwenku\php仿百度文源码\admin\archives_do.php (33837, 2010-04-20)
baiduwenku\php仿百度文源码\admin\archives_edit.php (6834, 2010-04-20)
baiduwenku\php仿百度文源码\admin\archives_sg_add.php (5588, 2010-05-25)
baiduwenku\php仿百度文源码\admin\archives_sg_edit.php (5071, 2010-04-20)
baiduwenku\php仿百度文源码\admin\article_add.php (8453, 2010-04-20)
baiduwenku\php仿百度文源码\admin\article_coonepage_rule.php (3999, 2010-04-20)
baiduwenku\php仿百度文源码\admin\article_description_main.php (5285, 2010-04-20)
baiduwenku\php仿百度文源码\admin\article_edit.php (7199, 2010-04-20)
baiduwenku\php仿百度文源码\admin\article_keywords_main.php (2506, 2010-04-20)
baiduwenku\php仿百度文源码\admin\article_keywords_make.php (4962, 2010-04-20)
baiduwenku\php仿百度文源码\admin\article_keywords_select.php (730, 2010-04-20)
baiduwenku\php仿百度文源码\admin\article_select_sw.php (1446, 2010-04-20)
baiduwenku\php仿百度文源码\admin\article_source_edit.php (1050, 2010-04-20)
baiduwenku\php仿百度文源码\admin\article_string_mix.php (1234, 2010-04-20)
baiduwenku\php仿百度文源码\admin\article_template_rand.php (3549, 2010-04-20)
baiduwenku\php仿百度文源码\admin\article_test_same.php (2524, 2010-04-20)
baiduwenku\php仿百度文源码\admin\article_test_title.php (451, 2010-04-20)
baiduwenku\php仿百度文源码\admin\article_writer_edit.php (1071, 2010-04-20)
baiduwenku\php仿百度文源码\admin\autohtml_admin.php (4925, 2012-02-07)
baiduwenku\php仿百度文源码\admin\baidunews.php (2758, 2010-03-24)
baiduwenku\php仿百度文源码\admin\book_add.php (10594, 2010-08-13)
baiduwenku\php仿百度文源码\admin\book_edit.php (9398, 2010-09-20)
baiduwenku\php仿百度文源码\admin\cards_make.php (1447, 2010-03-24)
baiduwenku\php仿百度文源码\admin\cards_manage.php (1824, 2010-04-20)
baiduwenku\php仿百度文源码\admin\cards_type.php (1416, 2010-04-20)
baiduwenku\php仿百度文源码\admin\catalog_add.php (6657, 2010-04-20)
... ...

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.

近期下载者

相关文件


收藏者