Cevapla  Konu Gönder 
 
Puan Ver
  • 0 Oylar - 0 Yüzde
  • 1
  • 2
  • 3
  • 4
  • 5
Phpde bbcode kullanımı
Yazar Mesaj
aLL_STaR Çevrimdışı
Üye
*
Üye

Mesajlar: 1,220
Katılma Tarihi: Apr 2007
Rep Puanı: 12
Rep Ver:
Mesaj: #1
Phpde bbcode kullanımı
Bu fonksiyonlar ile phpde bbcode kullanabileceksiniz.
Alıntı:/**************************
* 1. FONKSİYON
*************************/
<?php
function bb2html($text)
{
$bbcode = array("<", ">",
"
    ", "
  • ", "
",
"[img]", "[/img]",
"", "",
"", "",
"", "",
'",
'[size=\"', "
",
'[url=\"', "[/url]",
'[mail=\"', "[/mail]",
"
Kod:
", "
",
"
Alıntı:", "
",
'\"]');
$htmlcode = array("<", ">",
"<ul>", "<li>", "</ul>",
'<img src=\"', "\">",
"<b>", "</b>",
"<u>", "</u>",
"<i>", "</i>",
'<span style=\"color:', "</span>",
'<span style=\"font-size:', "</span>",
'<a href=\"', "</a>",
'<a href=\"mailto:', "</a>",
"<code>", "</code>",
"<table width=100% bgcolor=lightgray><tr><td bgcolor=white>", "</td></tr></table>",
'\">');
$newtext = str_replace($bbcode, $htmlcode, $text);
$newtext = nl2br($newtext);//second pass
return $newtext;
}
//KULLANIMI
$yazi = "php ve mysql";
echo bb2html($yazi);
?>

/*****************
* 2. FONKSİYON
*****************/
<?php
// etiketleri içindeki kodları renklendirir.

function bbcode($s)
{
$s = str_replace("]n", "]", $s);
$match = array('(
PHP Kod:
(.*?) 
)se');
$replace = array("'<div>'.highlight_string(stripslashes('$1'), true).'</div>'");
return preg_replace($match, $replace, $s);
}

$metin = "
PHP Kod:
<?php echo 'PHP & MySQL'?>
";
echo bbcode($metin);
?>

kodların en altına isminizi ekleyebilirsiniz çıkacaktır...

IP Addresi: 88.251.173.75

03-24-2008 12:01 PM
Tüm Mesajlarını Bul Alıntı Yaparak Cevapla
« Önceki | Sonraki »
Cevapla  Konu Gönder 
Anahtar Kelimeler

Phpde bbcode kullanımı  ,Phpde bbcode kullanımı  indir,Phpde bbcode kullanımı  yükle,Phpde bbcode kullanımı  download,Phpde bbcode kullanımı  indirmek istiyorum,Phpde bbcode kullanımı  yükle,Phpde bbcode kullanımı  bedava, Phpde bbcode kullanımı  İNDİR,Phpde bbcode kullanımı  YÜKLE,Phpde bbcode kullanımıfree,Phpde bbcode kullanımıyukle,Phpde bbcode kullanımıİndir,Phpde bbcode kullanımıdownload,Phpde bbcode kullanımıinndir,Phpde bbcode kullanımı  Dvdrip,Phpde bbcode kullanımı  filmi indir,Phpde bbcode kullanımıonline izle,Phpde bbcode kullanımısuper film,Phpde bbcode kullanımıbedava insit



Forum Atla:


 Tema Seç: