SELECT * from nuke_phpbb_posts where inet_ntoa(conv(poster_ip, 16, 10)) = '255.255.255.255';
SELECT u.username from nuke_phpbb_posts p, nuke_phpbb_users u where inet_ntoa(conv(p.poster_ip, 16, 10)) = '207.200.116.10' and p.poster_id = u.user_id limit 1;
Thank you for reading this article PHPBB Convert poster_ip to real IP address in phpbb_posts table With URL https://x-tutorials.blogspot.com/2009/01/phpbb-convert-posterip-to-real-ip.html. Also a time to read the other articles.
0 comments:
Write your comment for this article PHPBB Convert poster_ip to real IP address in phpbb_posts table above!