Source for file example_2.php
Documentation is available at example_2.php
* File containing example 2(Look for proxy using) use DefensiveAttack.
* @package DefensiveAttack
* @copyright Copyright (C)2006 TheLordOfWeb. All rights reserved.
* @license http://www.gnu.org/copyleft/gpl.html GNU Public License
//require("class.php4.DefensiveAttack.php");
require
("class.php5.DefensiveAttack.php");
$ip =
$def_attack->GetIpAddress();
if ($def_attack->IsUseProxy()) {
print
nl2br("You are using proxy\n");
print
("Your IP address is : " .
$ip);
print
("May be your are not use proxy and your IP address is : " .
$ip);
Documentation generated on Tue, 31 Oct 2006 23:59:58 +0200 by phpDocumentor 1.3.1