Really need help please
#1

Uh, I really don't know why this doesn't work.


I tried to make a clan with the name of [STAFF] also tried [ADMIN] and [AD] neither of those work because I have something to protect the sql, but it doesn't allow the following letters I think 'A, D, S'.

Here is the code:
Код:
static const antisqlinjection[][] =
{
    "'",
    "#",
    "`",
     "%s",
     "%d",
     "%f"
};
And:
Код:
for(new i; i < sizeof(antisqlinjection); i++)
	    {
			if(strfind(inputtext, antisqlinjection[i], true) != -1)
			{
				SCM(playerid, -1, "Nu sunt permise asemenea caractere.");
				return 1;
		   	}
	   	}
Код:
SCM(playerid, -1, "Nu sunt permise asemenea caractere.");
It says that I am not allowed to use those characters, letters.
Reply


Messages In This Thread
Really need help please - by AndreiWow - 29.09.2016, 14:38
Re: Really need help please - by vassilis - 29.09.2016, 14:49
Re: Really need help please - by AndreiWow - 29.09.2016, 15:19
Re: Really need help please - by vassilis - 29.09.2016, 15:57
Re: Really need help please - by AndreiWow - 29.09.2016, 17:17

Forum Jump:


Users browsing this thread: 2 Guest(s)