[Include] Anti Advertising
#1

Continuing my discussion thread at http://forum.sa-mp.com/showthread.ph...58#post3679258

FEATURES:

This include searches for IPs in strings.

The function searches for numbers ranging from 0-255 in a string. If it atleast 4 of these, then the string contains an IP.

USAGE:

pawn Код:
public OnPlayerText(playerid, text[])
{
    if(stringContainsIP(text)) {
        SendClientMessage(playerid, "Text blocked for advertising.");
        return 0;
    }
    return 1;
}

SYTNAX:

stringContainsIP(const szStr[], bool:fixedSeparation = false, bool:ignoreNegatives = false, bool:ranges = true);
  1. bool:ignoreNegatives:
    • By default, it will detect negative numbers as IPs also.
    • So, if false "-1.-1.-1.-1" would be an IP. If true, "-1.-1.-1.-1" would not be an IP.

TEST RESULTS:

pawn Код:
[31/03/2016 10:14:05][05/04/2016 17:50:10] 000.000.000.000 - 1.

[05/04/2016 17:50:10] 0.0.0.0 - 1.

[05/04/2016 17:50:10] 127.0.0.1 - 1.

[05/04/2016 17:50:10] 127  .  0.  0.  1:  7777 - 1.

[05/04/2016 17:50:10] 255.255.255.255 - 1.

[05/04/2016 17:50:10] PLS COME JOIN SERVER 37____187____22____119 - 1.

[05/04/2016 17:50:10] PLS COME JOIN SERVER 37 $$$$ 187 $$$$ 22 $$$$ 119 - 1.

[05/04/2016 17:50:10] -32.-187.-22.-119 - NOTE: REMOVE THE -s AND JOIN NOW! - 1.

[05/04/2016 17:50:10] 255-255-255-255:7777 - 1.

[05/04/2016 17:50:10] -1.-1.-1.-1 - 1.

[05/04/2016 17:50:10] 0000.000.000.0000 - 0.

[05/04/2016 17:50:10] 255.256.255.255 - 0.

[05/04/2016 17:50:10] 1-1.1-1.1-1.1-1 - 1.
DOWNLOAD:
https://github.com/karimcambridge/samp-anti-advertising

CREDITS:

RyDer` for base function.

DISCLAIMER:

Use regex for better results.
Reply


Messages In This Thread
Anti Advertising - by Kar - 31.03.2016, 14:18
Re: Anti Advertising - by vannesenn - 31.03.2016, 17:27
Re: Anti Advertising - by JokeyL - 31.03.2016, 17:46
Re: Anti Advertising - by Kar - 31.03.2016, 19:30
Re: Anti Advertising - by Dayvison_ - 31.03.2016, 20:58
Re: Anti Advertising - by Kar - 31.03.2016, 20:59
Re: Anti Advertising - by BroZeus - 01.04.2016, 05:14
Re: Anti Advertising - by JokeyL - 01.04.2016, 17:44
Re: Anti Advertising - by SickAttack - 01.04.2016, 18:14
Re: Anti Advertising - by JokeyL - 01.04.2016, 18:24
Re: Anti Advertising - by SickAttack - 01.04.2016, 18:33
Re: Anti Advertising - by sheNdjze - 05.04.2016, 18:08
Re: Anti Advertising - by SecretBoss - 05.04.2016, 18:46
Re: Anti Advertising - by Kar - 05.04.2016, 21:52
Re: Anti Advertising - by Kar - 08.04.2016, 06:02
Re: Anti Advertising - by Kar - 13.02.2017, 02:13
Re: Anti Advertising - by Zorono - 17.06.2017, 13:27
Re: Anti Advertising - by Yousha - 18.06.2017, 12:44
Re: Anti Advertising - by Dayrion - 03.11.2017, 12:03
Re: Anti Advertising - by JoaoBorges - 07.11.2017, 16:18
Re: Anti Advertising - by Kar - 07.11.2017, 16:21
Re: Anti Advertising - by Ritzy2K - 13.11.2017, 07:02
Re: Anti Advertising - by Kar - 13.11.2017, 11:46

Forum Jump:


Users browsing this thread: 1 Guest(s)