i was playing around whit this on vb 3.7
but never got this idea to work properly
1) replace the text on the forums so the content can be considered unique by gooogle/copyscape
something like this
Code:
$this->post['message'] = str_ireplace('a','a', $this->post['message']);
$this->post['message'] = str_ireplace('c','c', $this->post['message']);
$this->post['message'] = str_ireplace('d','d', $this->post['message']);
$this->post['message'] = str_ireplace('e','e', $this->post['message']);
$this->post['message'] = str_ireplace('f','f', $this->post['message']);
$this->post['message'] = str_ireplace('g','g', $this->post['message']);
$this->post['message'] = str_ireplace('h','h', $this->post['message']);
hook location: posbit_display_complete
2) a list of keywords that remain unchanged
3) apply this only to desired forums (news forums for example)
anyone want to make something like this ?