Anti advertsiment.
#2

The best way to do this would a regular expression. But if you don't want to load another plugin, it may also work with sscanf. Perhap something like:
PHP код:
for(new istrlen(string)); ji++)
{
    if(
'0' <= string[i] <= '9')
        {
            if(!
sscanf(string[i], "{p<.>a<i>[4]S()[144]}"))
            {
                
// found ip
                    
break;
            }
        }

Reply


Messages In This Thread
Anti advertsiment. - by YoDawg - 12.12.2015, 13:49
Re: Anti advertsiment. - by Vince - 12.12.2015, 15:21
Re: Anti advertsiment. - by YoDawg - 12.12.2015, 15:57
Re: Anti advertsiment. - by Abagail - 12.12.2015, 19:40
Re: Anti advertsiment. - by SickAttack - 12.12.2015, 20:37

Forum Jump:


Users browsing this thread: 1 Guest(s)