Forum Replies Created

Viewing 1 replies (of 1 total)
  • Here you got the answer:

    $noChanges = array(
    						'/<h[1-6][^>]*>[^<]*'.$link->text.'[^<]*<\/h[1-6]>/i',
    						'/<a[^>]+>[^<]*'.$link->text.'[^<]*<\/a>/i',
    						'/href=("|\')[^"\']+'.$link->text.'(.*)[^"\']+("|\')/i',
    						'/src=("|\')[^"\']*'.$link->text.'[^"\']*("|\')/i',
    						'/alt=("|\')[^"\']*'.$link->text.'[^"\']*("|\')/i',
    						'/title=("|\')[^"\']*'.$link->text.'[^"\']*("|\')/i',
    						'/content=("|\')[^"\']*'.$link->text.'[^"\']*("|\')/i',
    						'/caption=("|\')[^"\']*'.$link->text.'[^"\']*("|\')/i',
    						'/<script[^>]*>[^<]*'.$link->text.'[^<]*<\/script>/i',
    						'/<embed[^>]+>[^<]*'.$link->text.'[^<]*<\/embed>/i',
    						'/wmode=("|\')[^"\']*'.$link->text.'[^"\']*("|\')/i'
    					);
Viewing 1 replies (of 1 total)