iptables

所属分类:防火墙与安全工具
开发工具:Unix_Linux
文件大小:4022KB
下载次数:10
上传日期:2012-07-06 14:30:59
上 传 者p256225
说明:  iptables 防火墙和规则项目源码!
(iptables firewall rules)

文件列表:
iptables\20070316_63e70d048efaccc4b12fc0mbq7o7QQsg.pdf (62589, 2010-09-13)
iptables\Iptables 简单实现IP与MAC绑定上网[转] 风叶.mht (306544, 2010-09-13)
iptables\iptablesweb\admin.php (3581, 2006-05-18)
iptables\iptablesweb\classes\.htaccess (32, 2006-05-18)
iptables\iptablesweb\classes\adodb\adodb-active-record.inc.php (12458, 2006-05-18)
iptables\iptablesweb\classes\adodb\adodb-csvlib.inc.php (8304, 2006-05-18)
iptables\iptablesweb\classes\adodb\adodb-error.inc.php (8541, 2006-05-18)
iptables\iptablesweb\classes\adodb\adodb-exceptions.inc.php (2214, 2006-05-18)
iptables\iptablesweb\classes\adodb\adodb-iterator.inc.php (1596, 2006-05-18)
iptables\iptablesweb\classes\adodb\adodb-lib.inc.php (31728, 2006-05-18)
iptables\iptablesweb\classes\adodb\adodb-php4.inc.php (319, 2006-05-18)
iptables\iptablesweb\classes\adodb\adodb-time.inc.php (39359, 2006-05-18)
iptables\iptablesweb\classes\adodb\adodb.inc.php (114551, 2006-05-18)
iptables\iptablesweb\classes\adodb\drivers\adodb-access.inc.php (2155, 2006-05-18)
iptables\iptablesweb\classes\adodb\drivers\adodb-ado.inc.php (15497, 2006-05-18)
iptables\iptablesweb\classes\adodb\drivers\adodb-ado5.inc.php (15632, 2006-05-18)
iptables\iptablesweb\classes\adodb\drivers\adodb-ado_access.inc.php (1425, 2006-05-18)
iptables\iptablesweb\classes\adodb\drivers\adodb-ado_mssql.inc.php (2723, 2006-05-18)
iptables\iptablesweb\classes\adodb\drivers\adodb-borland_ibase.inc.php (2246, 2006-05-18)
iptables\iptablesweb\classes\adodb\drivers\adodb-csv.inc.php (4860, 2006-05-18)
iptables\iptablesweb\classes\adodb\drivers\adodb-db2.inc.php (17483, 2006-05-18)
iptables\iptablesweb\classes\adodb\drivers\adodb-fbsql.inc.php (6510, 2006-05-18)
iptables\iptablesweb\classes\adodb\drivers\adodb-firebird.inc.php (1913, 2006-05-18)
iptables\iptablesweb\classes\adodb\drivers\adodb-ibase.inc.php (24554, 2006-05-18)
iptables\iptablesweb\classes\adodb\drivers\adodb-informix.inc.php (877, 2006-05-18)
iptables\iptablesweb\classes\adodb\drivers\adodb-informix72.inc.php (13504, 2006-05-18)
iptables\iptablesweb\classes\adodb\drivers\adodb-ldap.inc.php (11982, 2006-05-18)
iptables\iptablesweb\classes\adodb\drivers\adodb-mssql.inc.php (30088, 2006-05-18)
iptables\iptablesweb\classes\adodb\drivers\adodb-mssqlpo.inc.php (1525, 2006-05-18)
iptables\iptablesweb\classes\adodb\drivers\adodb-mysql.inc.php (20476, 2006-05-18)
iptables\iptablesweb\classes\adodb\drivers\adodb-mysqli.inc.php (25340, 2006-05-18)
iptables\iptablesweb\classes\adodb\drivers\adodb-mysqlt.inc.php (3220, 2006-05-18)
iptables\iptablesweb\classes\adodb\drivers\adodb-netezza.inc.php (5157, 2006-05-18)
iptables\iptablesweb\classes\adodb\drivers\adodb-oci8.inc.php (42497, 2006-05-18)
iptables\iptablesweb\classes\adodb\drivers\adodb-oci805.inc.php (1578, 2006-05-18)
iptables\iptablesweb\classes\adodb\drivers\adodb-oci8po.inc.php (5500, 2006-05-18)
iptables\iptablesweb\classes\adodb\drivers\adodb-odbc.inc.php (19507, 2006-05-18)
iptables\iptablesweb\classes\adodb\drivers\adodb-odbc_db2.inc.php (9028, 2006-05-18)
iptables\iptablesweb\classes\adodb\drivers\adodb-odbc_mssql.inc.php (7473, 2006-05-18)
iptables\iptablesweb\classes\adodb\drivers\adodb-odbc_oracle.inc.php (3184, 2006-05-18)
... ...

PHPMailer Full Featured Email Transfer Class for PHP ========================================== http://phpmailer.sourceforge.net/ This software is licenced under the LGPL. Please read LICENSE for information on the software availability and distribution. Class Features: - Send emails with multiple TOs, CCs, BCCs and REPLY-TOs - Redundant SMTP servers - Multipart/alternative emails for mail clients that do not read HTML email - Support for 8bit, base***, binary, and quoted-printable encoding - Uses the same methods as the very popular AspEmail active server (COM) component - SMTP authentication - Native language support - Word wrap, and more! Why you might need it: Many PHP developers utilize email in their code. The only PHP function that supports this is the mail() function. However, it does not expose any of the popular features that many email clients use nowadays like HTML-based emails and attachments. There are two proprietary development tools out there that have all the functionality built into easy to use classes: AspEmail(tm) and AspMail. Both of these programs are COM components only available on Windows. They are also a little pricey for smaller projects. Since I do Linux development I’ve missed these tools for my PHP coding. So I built a version myself that implements the same methods (object calls) that the Windows-based components do. It is open source and the LGPL license allows you to place the class in your proprietary PHP projects. Installation: Copy class.phpmailer.php into your php.ini include_path. If you are using the SMTP mailer then place class.smtp.php in your path as well. In the language directory you will find several files like phpmailer.lang-en.php. If you look right before the .php extension that there are two letters. These represent the language type of the translation file. For instance "en" is the English file and "br" is the Portuguese file. Chose the file that best fits with your language and place it in the PHP include path. If your language is English then you have nothing more to do. If it is a different language then you must point PHPMailer to the correct translation. To do this, call the PHPMailer SetLanguage method like so: // To load the Portuguese version $mail->SetLanguage("br", "/optional/path/to/language/directory/"); That's it. You should now be ready to use PHPMailer! A Simple Example: IsSMTP(); // set mailer to use SMTP $mail->Host = "smtp1.example.com;smtp2.example.com"; // specify main and backup server $mail->SMTPAuth = true; // turn on SMTP authentication $mail->Username = "jswan"; // SMTP username $mail->Password = "secret"; // SMTP password $mail->From = "from@example.com"; $mail->FromName = "Mailer"; $mail->AddAddress("josh@example.net", "Josh Adams"); $mail->AddAddress("ellen@example.com"); // name is optional $mail->AddReplyTo("info@example.com", "Information"); $mail->WordWrap = 50; // set word wrap to 50 characters $mail->AddAttachment("/var/tmp/file.tar.gz"); // add attachments $mail->AddAttachment("/tmp/image.jpg", "new.jpg"); // optional name $mail->IsHTML(true); // set email format to HTML $mail->Subject = "Here is the subject"; $mail->Body = "This is the HTML message body in bold!"; $mail->AltBody = "This is the body in plain text for non-HTML mail clients"; if(!$mail->Send()) { echo "Message could not be sent.

"; echo "Mailer Error: " . $mail->ErrorInfo; exit; } echo "Message has been sent"; ?> CHANGELOG See ChangeLog.txt Download: http://sourceforge.net/project/showfiles.php?group_id=26031 Brent R. Matzelle


近期下载者

相关文件


收藏者