badwords

Started by SlaTkis, February 06, 2019, 06:50:09 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

SlaTkis

hello,

need some help here with one code so, when add in global on index page in shoutbox disappear words

    global $wordlist ;
    $words = explode( '|', $wordlist ) ;
    foreach ( $words as $w )
    {
        if ( boundary($w,$s) )
            $s = str_replace( $w, '*censored*', $s ) ;
    }