zbxe.1.0.2

所属分类:Pascal/Delphi编程
开发工具:Delphi
文件大小:4359KB
下载次数:67
上传日期:2008-04-25 14:08:20
上 传 者zgychat
说明:  软件的主要特点: 1.专门针对有\"验证码\"要求的论坛. 2.可以完成如下功能: 自动发布新帖,自动回复指定帖,自动注册论坛帐号 (所有操作不能同时针对一个网站,因为有\"验证码\"要求的网站是每次打开一个网页就更新一个\"验证码\".) 3.利用\"自动注册\"功能注册的帐号进行循环发帖(或回复帖),让管理员无法屏蔽你的帐号/. 4.利用\"自动防屏蔽帖子内容\"的技术,在你要发布的帖子里随机插入一些空格或字符,(如:\"麻山论刀\",可以变成\"麻_ 山1论A刀\".) 5.但是为了维护网络环境的相对\"秩序\",我也限制了在一个网站发帖的速度不能快过每10秒钟1帖(实际这也很快了) 6.自动循环在您选择的各个网站上发帖(或回复,下同).在不同网站上发帖的速度不受限制.这就要看你电脑的速度和网速了.我最快的时候是在20个网站上各发一帖用时70秒! 7.为了防止网站管理员\"反灌水\".我重点加强了程序的\"分析网站\"功能,而且在程序\"分析\"之后.您还可以修改分析结果,以便更具有针对性.
(err)

文件列表:
zbxe (0, 2008-04-10)
zbxe\.htaccess (2777, 2008-01-23)
zbxe\addons (0, 2008-04-10)
zbxe\addons\blogapi (0, 2008-04-10)
zbxe\addons\blogapi\blogapi.addon.php (23336, 2008-02-14)
zbxe\addons\blogapi\blogapi.func.php (2653, 2007-12-20)
zbxe\addons\blogapi\conf (0, 2008-04-10)
zbxe\addons\blogapi\conf\info.xml (3357, 2008-03-19)
zbxe\addons\counter (0, 2008-04-10)
zbxe\addons\counter\conf (0, 2008-04-10)
zbxe\addons\counter\conf\info.xml (2638, 2008-03-19)
zbxe\addons\counter\counter.addon.php (1110, 2008-02-19)
zbxe\addons\lemonpen (0, 2008-04-10)
zbxe\addons\lemonpen\conf (0, 2008-04-10)
zbxe\addons\lemonpen\conf\info.xml (2633, 2008-03-03)
zbxe\addons\lemonpen\lemonpen.addon.php (1917, 2008-01-04)
zbxe\addons\member_extra_info (0, 2008-04-10)
zbxe\addons\member_extra_info\conf (0, 2008-04-10)
zbxe\addons\member_extra_info\conf\info.xml (8521, 2008-03-21)
zbxe\addons\member_extra_info\lang (0, 2008-04-10)
zbxe\addons\member_extra_info\lang\en.lang.php (103, 2007-07-20)
zbxe\addons\member_extra_info\lang\es.lang.php (108, 2008-02-19)
zbxe\addons\member_extra_info\lang\jp.lang.php (118, 2007-07-16)
zbxe\addons\member_extra_info\lang\ko.lang.php (123, 2007-07-04)
zbxe\addons\member_extra_info\lang\ru.lang.php (393, 2007-12-07)
zbxe\addons\member_extra_info\lang\zh-CN.lang.php (85, 2007-07-26)
zbxe\addons\member_extra_info\member_extra_info.addon.php (6011, 2008-01-28)
zbxe\addons\member_extra_info\member_extra_info.lib.php (2350, 2008-01-24)
zbxe\addons\openid_delegation_id (0, 2008-04-10)
zbxe\addons\openid_delegation_id\conf (0, 2008-04-10)
zbxe\addons\openid_delegation_id\conf\info.xml (5306, 2008-02-27)
zbxe\addons\openid_delegation_id\openid_delegation_id.addon.php (1034, 2007-06-08)
zbxe\addons\point_level_icon (0, 2008-04-10)
zbxe\addons\point_level_icon\conf (0, 2008-04-10)
zbxe\addons\point_level_icon\conf\info.xml (2406, 2008-02-27)
zbxe\addons\point_level_icon\point_level_icon.addon.php (687, 2008-01-15)
zbxe\addons\point_level_icon\point_level_icon.lib.php (1979, 2008-01-15)
zbxe\addons\rainbow_link (0, 2008-04-10)
zbxe\addons\rainbow_link\conf (0, 2008-04-10)
zbxe\addons\rainbow_link\conf\info.xml (2958, 2008-03-03)
... ...

CURL Extension Emulation Library Version 1.0.4 Copyright 2004-2007, Steve Blinch http://code.blitzaffe.com ============================================================================ DESCRIPTION Provides a pure-PHP implementation of the PHP CURL extension, for use on systems which do not already have the CURL extension installed. It emulates all of the curl_* functions normally provided by the CURL extension itself. This will automatically detect and use the best CURL implementation available on your server. It will attempt the following, in order: 1) Check for the existence of the "real" CURL PHP Extension. If it is loaded, the library will do nothing (and it will not interfere with the "real" extension). 2) Check for the existence of the CURL console binary (usually located in /usr/bin/curl). If found, the library will emulate the CURL PHP extension (including all curl_* functions) and use the console binary to execute all requests. 3) If neither the "real" CURL PHP Extension nor the CURL console binary are available, the library will emulate the CURL PHP extension (including all curl_* functions) using a native, pure-PHP HTTP client implementation. This implementation is somewhat limited, but it provides support for most of the common CURL options. HTTPS (SSL) support is available in this mode under PHP 4.3.0 if the OpenSSL Extension is loaded. Thus, by including this library in your project, you can rely on having some level of CURL support regardless of the configuration of the server on which it is being used. HISTORY 1.0.4 (not released) - Fixed HTTPRetriever double-inclusion bug. USAGE Simply copy all of the libcurlemu files into your project directory, then: require_once("libcurlemu.inc.php"); After this, you can use all of the curl_* functions documented in the PHP Manual. EXAMPLE // CURL Extension Emulation Library Example // // Usage should be straightforward; you simply use this script exactly as you // would normally use the PHP CURL extension functions. // first, include libcurlemu.inc.php require_once('libcurlemu.inc.php'); // at this point, libcurlemu has detected the best available CURL solution // (either the CURL extension, if available, or the CURL commandline binary, // if available, or as a last resort, HTTPRetriever, our native-PHP HTTP // client implementation) and has implemented the curl_* functions if // necessary, so you can use CURL normally and safely assume that all CURL // functions are available. // the rest of this example code is copied straight from the PHP manual's // reference for the curl_init() function, and will work fine with libcurlemu // create a new CURL resource $ch = curl_init(); // set URL and other appropriate options curl_setopt($ch, CURLOPT_URL, "http://www.example.com/"); curl_setopt($ch, CURLOPT_HEADER, false); // grab URL and pass it to the browser curl_exec($ch); // close CURL resource, and free up system resources curl_close($ch); LICENSE This script is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. This script is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this script; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA

近期下载者

相关文件


收藏者