In Feburary 2016 27,
Log into the forum as an administrator.
Enter the Tools section. Generally an 'Administrative Tools' link is on the top or left of the administrative page.
Click 'User Search.'
Enter the username and click 'Search.'
Click the username. The full user profile and all IP addresses with which the user has accessed the forum will be displayed.
Detecting the IP Address With Added PHP Code
Enter the file manager. Use either an FTP client or a Web-based file manager to access the forum files.
Edit the form post PHP file. After the global code definitions, add the following code:$userID = $_GET['userID']; //userIDif($userID == 'THE USER YOU SEEK'){$userIP = $_SERVER['REMOTE_ADDR']; //USER IP}
Enter further code to write the variable to the forum database. You will need administrative access to the database.
In Feburary 2016 27,
No comments:
Post a Comment