MySQL Aka System
#4

If you want to get a player's IP:

Код:
SELECT `IP` FROM `users` WHERE `Name` = '%e'
NOTE: Everything in red can be different (depending on your table)

If you want to get all the names that share a certain IP:

Код:
SELECT `Name` FROM `users` WHERE `IP` = '%s'
Reply


Messages In This Thread
MySQL Aka System - by sampkinq - 26.08.2016, 17:42
Re: MySQL Aka System - by justjamie - 26.08.2016, 17:48
Re: MySQL Aka System - by DarkSkull - 26.08.2016, 17:51
Re: MySQL Aka System - by Stinged - 26.08.2016, 17:54
Re: MySQL Aka System - by sampkinq - 26.08.2016, 18:21
Re: MySQL Aka System - by Gammix - 26.08.2016, 19:06
Re: MySQL Aka System - by Stinged - 26.08.2016, 19:31
Re: MySQL Aka System - by Gammix - 26.08.2016, 19:33

Forum Jump:


Users browsing this thread: 1 Guest(s)