Total Users Online: 0 üye, 272 guest | Tarih/Saat: 2026-09-22 05:25
 
Alt Forum hakkında Yardım
2010-10-03 13:58 GMT  oklu Alnt
anti-denge

User is: Online status   Gender_M
Posts: 82
Ülke: Kahramanmaraş - 46
Meslek: Çoban
Age: 61

Kod:
/* ------------------ */

function sed_bbcode($text)
{
global $L, $skin, $sys, $cfg, $sed_groups, $sed_parser;

$text = sed_bbcode_autourls($text);
$text = " ".$text;

foreach($sed_parser[0] as $bbcode => $bbcodehtml)
{
if (!empty($bbcodehtml['bb1']))
{ $text = str_replace($bbcodehtml['bb1'], $bbcodehtml['code1'], $text); }
if (!empty($bbcodehtml['bb2']))
{ $text = str_replace($bbcodehtml['bb2'], $bbcodehtml['code2'], $text); }
}

foreach($sed_parser[1] as $bbcode => $bbcodehtml)
{
if (!empty($bbcodehtml['bb1']))
{ $text = preg_replace($bbcodehtml['bb1'], $bbcodehtml['code1'], $text); }
if (!empty($bbcodehtml['bb2']))
{ $text = preg_replace($bbcodehtml['bb2'], $bbcodehtml['code2'], $text); }
}

return(substr($text,1));
}

/* ------------------ */
Konuyla İlgili Diğer Başlıklar
Forum Kategorisi Olusturma
SMTP yardım !
Yardım
Can't find FULLTEXT index matching yardım
lütfen yardım..

 

Powered by Seditio © 2009-2012 All Rights Reserved