about aka
#1

Is there a way to make an aka system with MySQL?, been asking this but never actually made a thread. Can someone list me something where can I store player's ip and suddenly all of his nicknames.

If there is an FS made with y ini or just some piece of codes where I can understand how the thing works, ill be pleased
Reply
#2

GetIP
Check if IP exist in database
INSERT INTO

Srsly dude. Blame.
Reply
#3

select * from ipaccs where ip='%s' and name='%s'

if(!cache_num_rows())
insert into ipaccs(ip,name) values('%s', '%s')
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)