SMF 1.1.7 IP löschen

Wer Simple Machines Foren (Version 1.1.7) verwendet und IPs löschen möchte, sollte der Anleitung folgen. Alles spielt sich in der Source/Load.php ab.

Zeile 441, Sources/Load.php, Search
updateMemberData($ID_MEMBER, array('ID_MSG_LAST_VISIT' => (int) $modSettings['maxMsgID'], 'lastLogin' => time(), 'memberIP' => ''' . $_SERVER['REMOTE_ADDR'] . ''', 'memberIP2' => ''' . $_SERVER['BAN_CHECK_IP'] . '''));
Zeile 441, Sources/Load.php, Modify
updateMemberData($ID_MEMBER, array('ID_MSG_LAST_VISIT' => (int) $modSettings['maxMsgID'], 'lastLogin' => time(), 'memberIP' => '127.0.0.1' /* <nerd> ''' . $_SERVER['REMOTE_ADDR'] . ''' </nerd> */, 'memberIP2' => '127.0.0.1' /* <nerd> ''' . $_SERVER['BAN_CHECK_IP'] . ''' </nerd> */));
Zeile 491, Sources/Load.php, Search
'ip' => $_SERVER['REMOTE_ADDR'],
'ip2' => $_SERVER['BAN_CHECK_IP'],

Zeile 491, Sources/Load.php, Modify
'ip' => '127.0.0.1' /* <nerd> $_SERVER['REMOTE_ADDR'] </nerd> */,
'ip2' => '127.0.0.1' /* <nerd> $_SERVER['BAN_CHECK_IP'] </nerd> */,

Friss Google: IP Adress delete do not save wir speichern nicht simple maschines forum 1.1.7 Adresse 0.0.0.x

Leave a Comment


NOTE - You can use these HTML tags and attributes:
<a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>