PDA

View Full Version : User IP address



Aleksandar Apostolovski
February 18, 2019, 02:25 PM
Hi,
how can I see the current IP of some registered user?

Rudi
February 18, 2019, 03:34 PM
Hello,

You can find in mysql tables listing_packages and login_attempts



the method is from:



classes > reefless.class.php > getClientIpAddress()

Viktor
February 19, 2019, 02:13 AM
You cannot see registered users IPs because by default the system did not write user IPs. Rudi showed you the function which allows to detect user IPs and you can add a new column into the database>>fl_accounts table. Then the system will detect user IPs via this method and write to this column. Do it in ftp://includes>>classes>>rlAccount.class.php method: registration.