+ Reply to Thread
Results 1 to 3 of 3

Thread: User IP address

  1. #1

    User IP address

    Hi,
    how can I see the current IP of some registered user?

  2. #2
    Flynax developer Rudi's Avatar
    Join Date
    Dec 2014
    Location
    Planet Earth
    Posts
    3,137
    Hello,

    You can find in mysql tables listing_packages and login_attempts



    the method is from:

    Code:
    Only registered members can view the code.
    Last edited by Rudi; February 18, 2019 at 03:38 PM.

  3. #3
    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.
    Viktor,
    Flynax technical department,
    Best wishes.

+ Reply to Thread