Quote:
Originally Posted by Dismounted
In the plugin 'Anonymizer Function', find:
PHP Code:
if (preg_match_all("/(\<a href=\")(.[^\"]*)/i", $text, $matches))
Replace With:
PHP Code:
if (preg_match_all("/(\<a href=YOURDOMAIN.COM\")(.[^\"]*)/i", $text, $matches))
Replace YOURDOMAIN.COM with a domain, for each domain you want to anonymize, add an 'OR'. For example:
PHP Code:
if (preg_match_all("/(\<a href=YOURDOMAIN.COM\")(.[^\"]*)/i", $text, $matches) OR preg_match_all("/(\<a href=DOMAIN2.COM\")(.[^\"]*)/i", $text, $matches))
|
Mhmm, it?s not working in the newest version, i think you have changed this part of code.
Can you say me, how i can use the anonym.to link with your script?
Thanks.