PDA

View Full Version : I will pay $200 this this hack !


dieanotherday07
Sun 27th Apr '03, 1:41am
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.

Wayne Luke
Sun 27th Apr '03, 1:51am
You should ask this over at vBulletin.org.

Also please enter your email address in the located at www.vbulletin.com/members/forums.php for priority support on these forums.