Check for accounts
#5

Quote:
Originally Posted by KevinExec
Посмотреть сообщение
We're here to help, not to write the code for you. I've told you what you have to do, now find out yourself how and do it. You wont learn otherwise.
i know.
i think i didn't correctly say the question i think.
When i do something like this:
PHP код:
IRCCMD:checkip(botidchannel[], user[], host[], params[])
{
new 
query[128],playerip[32];
format(query,sizeof(query),"SELECT * FROM ipbanned WHERE ip ='%s'",playerip);
mysql_function_query(dbhandle,query,true,"","");
return 
1;

Then it's only going to check the ip's.
What do i do after that?
How do i get the info further.
Reply


Messages In This Thread
Check for accounts - by justjamie - 22.05.2016, 13:00
Re: Check for accounts - by iKevin - 22.05.2016, 13:03
Re: Check for accounts - by justjamie - 22.05.2016, 13:04
Re: Check for accounts - by iKevin - 22.05.2016, 13:08
Re: Check for accounts - by justjamie - 22.05.2016, 13:10
Re: Check for accounts - by iKevin - 22.05.2016, 13:12
Re: Check for accounts - by justjamie - 22.05.2016, 13:16
Re: Check for accounts - by justjamie - 22.05.2016, 13:26

Forum Jump:


Users browsing this thread: 1 Guest(s)