السلام عليكم قبل كم يوم عرفت طريقة مره سهله من احد الأخوان وحبيت احطها لكم واذا كانت مكرره آسف بس حبيت افيدكم طريقة التركيب افتح مجلد includes وابحث...

BlueHacker

<font color="blue">/</font><font color="red">[Secu
HaCkEr
[شرح] : وضع مقطع يوتيوب في الموضوع ( بحركة وحده )
السلام عليكم

قبل كم يوم عرفت طريقة مره سهله من احد الأخوان وحبيت احطها لكم

واذا كانت مكرره آسف بس حبيت افيدكم

طريقة التركيب

افتح مجلد includes وابحث عن ملف class_bbcode.php

وابحث عن هذا الكود

اقتباس:
// ********************* REMOVE HTML CODES ***************************

if (!$do_html)

{

$text = htmlspecialchars_uni($text);

}

$html_allowed = $do_html;

$text = $this->parse_whitespace_newlines($text, $do_nl2br);

// ********************* PARSE BBCODE TAGS ***************************

واستبدله بهذا الكود

اقتباس:
// ********************* REMOVE HTML CODES ***************************

if (!$do_html)

{

$text = htmlspecialchars_uni($text);

}

$html_allowed = $do_html;

$text = $this->parse_whitespace_newlines($text, $do_nl2br);

//jill add youtube code

if ( strpos($text, 'youtube.com/watch') !== false )

{

//$data = preg_replace("http*youtube*com","", $data);

$text = preg_replace("/http:\/\/([wW[:punct:]])*youtube\.com\/watch\\?v=([0-9a-zA-Z[:punct:]]{11}+)/","[/url]", $text); } //jill code end //...w.3ial.com/vb/showthread.php?t=17727[/CENTER]​
 
أعلى