NerdCore Posted December 8, 2017 Share 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. Link to comment Share on other sites More sharing options...
Adriano Faria Posted December 8, 2017 Share Posted December 8, 2017 system\Log\Log.php? Link to comment Share on other sites More sharing options...
NerdCore Posted December 8, 2017 Author Share 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 ? Link to comment Share on other sites More sharing options...
Adriano Faria Posted December 8, 2017 Share 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. Link to comment Share on other sites More sharing options...
NerdCore Posted December 8, 2017 Author Share 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. Link to comment Share on other sites More sharing options...
Adriano Faria Posted December 8, 2017 Share 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. Link to comment Share on other sites More sharing options...
NerdCore Posted December 9, 2017 Author Share 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. Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.