NerdCore Posted December 8, 2017 Posted December 8, 2017 Someone may able to tell me in which PHP file the IP log is handled? I would like to change it so that only a localhost IP is displayed.
NerdCore Posted December 8, 2017 Author Posted December 8, 2017 Thank you Adriano! Maybe I`m too stupid right now or did not have enough coffee yet but I can`t find the code inside the PHP file to change the IP log to local host. Would it be ok if I drop you a PM ?
Adriano Faria Posted December 8, 2017 Posted December 8, 2017 Just now, NerdCore said: Would it be ok if I drop you a PM ? Not necesssary. Wait for someone else to help you as I don't understand what you want.
NerdCore Posted December 8, 2017 Author Posted December 8, 2017 Thank you! What I try to do is quite simple, I want to change the IP log so that all members use 127.0.0.1 (localhost) as IP.
Adriano Faria Posted December 8, 2017 Posted December 8, 2017 51 minutes ago, NerdCore said: Thank you! What I try to do is quite simple, I want to change the IP log so that all members use 127.0.0.1 (localhost) as IP. You probably want to take a look in \IPS\Session also in system folder.
NerdCore Posted December 9, 2017 Author Posted December 9, 2017 The PHP file is called: Request.php and I added return "127.0.0.1"; Same applies for DB Table core_members and core_member_known_devices If someone would like to know how, just drop me a PM.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.