The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Please help!!!
Anyone please help !!
I would like to convert all my posts and subjects from another language to another language ( convert text in database ). This is my code, anyone please help me write a complete script so that I can convert all posts & subjects in my vbulletin database. $swe_from = array("a(`", "A(`", "a(?", "A(?"); $swe_to = array("a?", "A?", "a?", "A?"); for ($i=0; $i<count($swe_from); $i++) { $message = str_replace ($swe_from[$i], $swe_to[$i], $message); $subject = str_replace ($swe_from[$i], $swe_to[$i], $subject); } I will pay you $200 for this hack. please email me at dieanotherday07@yahoo.com Thank you. |
#2
|
||||
|
||||
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|