X xSpeced Member Jan 14, 2015 #1 Hi Someone's been trying to login to my admin account. Going into the database reveals a table called xf_login_attempt. Under ip-address is some random string and clicking it on it give me a .bin file. How would I go to read this file?
Hi Someone's been trying to login to my admin account. Going into the database reveals a table called xf_login_attempt. Under ip-address is some random string and clicking it on it give me a .bin file. How would I go to read this file?
Chris D XenForo developer Staff member Jan 14, 2015 #2 Open it in Notepad or some other text editor. There's an option in PHP My Admin to display the contents of those fields, but if it's lots of data it's probably worth viewing it in a proper editor. Upvote 0 Downvote
Open it in Notepad or some other text editor. There's an option in PHP My Admin to display the contents of those fields, but if it's lots of data it's probably worth viewing it in a proper editor.
rainmotorsports Well-known member Jan 14, 2015 #4 xSpeced said: A text editor spits this out for me : ŠåÝ Click to expand... I would try Notepad++ or whatever your preference might be. Upvote 0 Downvote
xSpeced said: A text editor spits this out for me : ŠåÝ Click to expand... I would try Notepad++ or whatever your preference might be.
Mike XenForo developer Staff member Jan 15, 2015 #5 It's a binary encoding of the IP. You're probably better off using the hex value that phpMyAdmin will show you and converting it here: http://ncalculators.com/digital-computation/ip-address-hex-decimal-binary.htm Upvote 0 Downvote
It's a binary encoding of the IP. You're probably better off using the hex value that phpMyAdmin will show you and converting it here: http://ncalculators.com/digital-computation/ip-address-hex-decimal-binary.htm