1
marckd
should be an easy hack
  • 2006/3/29 16:28

  • marckd

  • Just popping in

  • Posts: 86

  • Since: 2006/3/16


as someone told me... im reposting it here, as i think its the right forum! :)

hello!
well... hacking the sanitizer...
i want to hack the censorString function...
so... that everytime it finds a word in the list of censored... then it creates a link...
for example... someone typed
google
so the replacement should be something like
"<a href='www.".$word.".com'>".$word."</a>"

so... how should i modify this function located in class/module.textsanitizer.php ????

thanks in advance!