Lectures not withstanding, if you want to prevent SMF from capturing and storing IPs -
In /Sources/QueryString.php
[code]
/// Prevent IP detection
$_SERVER['REMOTE_ADDR'] = '0.0.0.0';
$_SERVER['HTTP_X_FORWARDE D_FOR'] = '0.0.0.0';
// Clean the r...
Re: IP address storage in SMF
In /Sources/QueryString.php
[code]
/// Prevent IP detection
$_SERVER['REMOTE_ADDR'] = '0.0.0.0';
$_SERVER['HTTP_X_FORWARDE D_FOR'] = '0.0.0.0';
// Clean the r...
Re: IP address storage in SMF
0 commentaires:
Enregistrer un commentaire