14.08.2012, 11:28
Hi all ![Smiley](images/smilies/smile.png)
I try to make an AKA system using MySQL. I have a problem on showing the names of IP what joined the player.
I make the query:
and now, how can i show all players what joined with that IP?
![Smiley](images/smilies/smile.png)
I try to make an AKA system using MySQL. I have a problem on showing the names of IP what joined the player.
I make the query:
Код:
SELECT * FROM `Accounts` WHERE `IP` LIKE '127.0.0.1'