Lone Wolf Well-known member Jul 19, 2013 #1 Is there any way to check the IP address for individual Private Conversation messages? Even via php?
AndyB Well-known member Jul 19, 2013 #2 1) Use phpmyadmin look at the xf_conversation_message table and copy the ip_id 2) Go to xf_ip table get ip Use long2ip to convert to normal ip address. http://www.php.net/manual/en/function.long2ip.php Upvote 0 Downvote
1) Use phpmyadmin look at the xf_conversation_message table and copy the ip_id 2) Go to xf_ip table get ip Use long2ip to convert to normal ip address. http://www.php.net/manual/en/function.long2ip.php