PDA

View Full Version : Please help!!!


saigonby9
04-27-2003, 03:40 AM
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.

Steve Machol
04-27-2003, 05:37 AM
Please don't double-post:

https://vborg.vbsupport.ru/showthread.php?s=&threadid=52199