King47

Results 1 comments of King47

I've managed to fix this on my script: function obfsucateProfaneWords($string) { $profanities = array(); $profanityCount = count($this->profanities); for ($i = 0; $i < $profanityCount; $i++) { $profanities[ $i ] =...