[FilterScript] Anti-SPAM (URL/Server IP)
#1

||- Informacion -||

With this FS you can detected SPAM in your own servers. More info in below images.


||- Screens -||

Normal SPAM.



Other SPAM.



Note: This images has been modification from the original FS. MOre info in the "Example"

||- Example -||

pawn Code:
public OnPlayerText(playerid, text[])
{
    if(DetectarSpam(text))
    {
        MensajeError(playerid,"No esta permitido el SPAM."); //Message to SPAM Player
        SendClientMessage(playerid,0xFF0000FF,"Los administradores fueron advertidos."); //Message to SPAM Player
        format(largocolor,128,"[DC] Usuario %s[ID:%i] esta intentando hacer SPAM.",NombreEx(playerid),playerid); //String with Name and ID of SPAM Player
        MandarMensajeAdmins(largocolor,1); //Send the message to all admins.
        format(largocolor,128,"Texto enviado: \"%s\"",text); //String with message sender text of SPAM player
        MandarMensajeAdmins(largocolor,1); //Send the message to all admins.
        return 0; //Not display the message
    }
    return 1;
}
||- Download -||

SolidFiles

||- Credits -||

- GROVE4L (Script)
Reply


Messages In This Thread
Anti-SPAM (URL/Server IP) - by GROVE4L - 16.04.2011, 17:38
Re: Anti-SPAM (URL/Server IP) - by gamer931215 - 16.04.2011, 17:56
Re: Anti-SPAM (URL/Server IP) - by GROVE4L - 16.04.2011, 18:13
Re: Anti-SPAM (URL/Server IP) - by Ironboy - 16.04.2011, 19:23
Re: Anti-SPAM (URL/Server IP) - by Abinesh™ - 17.04.2011, 10:06
Re: Anti-SPAM (URL/Server IP) - by justsomeguy - 17.04.2011, 11:27
Re: Anti-SPAM (URL/Server IP) - by Vince - 17.04.2011, 12:24
Re: Anti-SPAM (URL/Server IP) - by justsomeguy - 17.04.2011, 12:41
Re: Anti-SPAM (URL/Server IP) - by iJumbo - 17.04.2011, 12:48
Re: Anti-SPAM (URL/Server IP) - by Ken_Block - 17.04.2011, 16:25

Forum Jump:


Users browsing this thread: 2 Guest(s)