
Quoi de mieux qu'un support en direct avec le développeur :)
Vous n'êtes pas identifié.
regarding the firewall. I do not know what this script means.
-------------------------------------------------------------------------------------
if ( PHP_FIREWALL_PROTECTION_RANGE_IP_DENY === true ) {
$ip_array = array('0', '1', '2', '5', '10', '14', '23', '27', '31', '36', '37', '39', '42', '46', '49', '50', '100', '101', '102', '103', '104', '105', '106', '107', '114', '172', '176', '177', '179', '181', '185', '192', '223', '224' );
$range_ip = explode('.', PHP_FIREWALL_GET_IP );
if ( in_array( $range_ip[0], $ip_array ) ) {
PHP_FIREWALL_LOGS( 'IPs reserved list' );
die( _PHPF_PROTECTION_SPAM_IP );
}
------------------------------------------------------------------------------------
This script means to block the false IPs? Means that those with such as IP can not access my pages?
Dernière modification par me_suzy (29-04-2010 07:50:44)
Hors ligne