The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
|
#1
|
|||
|
|||
unique content mod
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']); 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 ? |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|