| Welcome, Guest |
You have to register before you can post on our site.
|
| Online Users |
There are currently 1905 online users. » 6 Member(s) | 1894 Guest(s) Applebot, Baidu, Bing, Google, Yandex, Client abv134, Client Anselmrosseti, babitareddy, chrylguter, Mohsin45, Client Prabusam28
|
|
|
| SAMP Server |
|
Posted by: Cosmin Ionut - 09-24-2017, 10:23 AM - Forum: Translates
- Replies (1)
|
 |
Full name: Cosmin Ionut
E-mail address: ionut.cosmin69@yahoo.com
Gamemode type:- RPG
Server version:- 0.3.7
Why would you like to acquire a free server from EHN? It is the best site to take a free host, I am very pleased with the people who deal with this site.
Any further comment/information? I don't think.
* Ordering server requires being at the age 14 or higher. Done
* Information should be all valid and correct (without misspellings) Done
* Server should not be used for ilegal purposes. Done
* Shouldn't have a server already. Done
* Should be active on forum (10+ posts). I will (My accound wasn't activated due a some mybb issuess)
* Management have the rights to modify these rules at any time. Indeed
|
|
|
| Anti - MYSQL Injection for samp |
|
Posted by: denisa - 08-25-2017, 04:01 PM - Forum: Problems & Suggestions
- Replies (2)
|
 |
Step 1:
We create a static, go up in the gamemode after the last #include
And add this static:
Static const antisqlinjection [] [] =
{
"" "
"#"
"` "
"% S",
"% D",
"% F"
};
Step 2:
We go to OnDialogResponse and add this function:
For (new i; i <sizeof (antisqlinjection); i ++)
{
If (strfind (inputtext, antisqlinjection [i], true)! = -1)
{
SCM (playerid, -1, "No such characters allowed");
Return 1;
}
}
|
|
|
|