i dont need the censoring right away so can I go ahead and apply
We can just save this SQL when we know there will be massive redirections and put it back once
the HTTP 301 storm has passed.
->>To do this, you'll need to :
Replace :
_________
// www.phpBB-SEO.com SEO TOOLKIT BEGIN
// Define censored word matches
$orig_word = array();
$replacement_word = array();
obtain_word_list($orig_word, $replacement_word);
$topic_title = ( count($orig_word) ) ? preg_replace($orig_word, $replacement_word, $topic_title) : $topic_title;
With :
______etc...??
what file are these changes to be made?????

English |
French

