SMF Video Olayında Son Nokta BBC Kodlu

Asi Ruh

Kayıtlı Üye
SMF Video Olayında Son Nokta BBC Kodlu


Video Olayında Son Nokta BBC Kodlu

Evet arkadaşlar sizler için zaman ayırdım ve bütün favori video sitelerinin modlarını bir araya topladım umarım yararlı olur. Video sitelerinin iconlarını ekte verdim. hadi kolay gelsin.


Eklenenler :

Pikniktube
trtube
Google
Youtube
Mynet
İzlesene
Yahoovideo
****cafe
Haberturk
Vidivodo
Videonuz
Daily Motion
livevideo

başlayalım inş.



source/Subs.php yi aç bul

PHP:
array(
                'tag' => 'green',
                'before' => '<span style="color: green;">',
                'after' => '</span>',
            ),

üstüne ekle

PHP:
array(
                'tag' => 'trtube',
                'type' => 'unparsed_commas_content',
                'test' => '\d+,\d+\]',
                'content' => '<object width="$2" height="$3"><param name="movie" value="http://www.trtube.com/flvplayer_3_7.swf?" ></param><embed src="http://www.trtube.com/flvplayer_3_7.swf?" type="application/x-shockwave-flash" width="$2" height="$3"></embed></object>',
                'validate' => create_function('&$tag, &$data, $disabled', '
                    if (isset($disabled[\'url\']))
                        $tag[\'content\'] = \'$1\';
                    $pattern = \'/http:\/\/.+v=(.+)(&.+)*/i\';
                    if (preg_match($pattern, $data[0], $matches))
                        $data[0] = $matches[1];'),
                'disabled_content' => '<a href="$1" target="_blank">$1</a>',
),
array(
                'tag' => 'pikniktube',
                'type' => 'unparsed_commas_content',
                'test' => '\d+,\d+\]',
                'content' => '<object width="$2" height="$3"><param name="movie" value="http://www.pikniktube.com/player/videoplayer2.swf?sub=medya&vid=$1" ></param><embed src="/www.pikniktube.com/player/videoplayer2.swf?sub=medya&vid=$1" type="application/x-shockwave-flash" width="$2" height="$3"></embed></object>',
                'validate' => create_function('&$tag, &$data, $disabled', '
                    if (isset($disabled[\'url\']))
                        $tag[\'content\'] = \'$1\';'),
                'disabled_content' => '<a href="$1" target="_blank">$1</a>',
            ),
array(
                'tag' => 'google_video',
                'type' => 'unparsed_commas_content',
                'test' => '\d+,\d+\]',
                'content' => '<object width="$2" height="$3"><param name="movie" value="http://video.google.com/googleplayer.swf?docId=$1" ></param><embed src="http://video.google.com/googleplayer.swf?docId=$1" type="application/x-shockwave-flash" width="$2" height="$3"></embed></object>',
 
 
                'validate' => create_function('&$tag, &$data, $disabled', '
                    if (isset($disabled[\'url\']))
                        $tag[\'content\'] = \'$1\';'),
                'disabled_content' => '<a href="$1" target="_blank">$1</a>',
            ),
array(
                'tag' => 'youtube',
                'type' => 'unparsed_commas_content',
                'test' => '\d+,\d+\]',
                'content' => '<object width="$2" height="$3"><param name="movie" value="http://www.youtube.com/v/$1" ></param><embed src="http://www.youtube.com/v/$1" type="application/x-shockwave-flash" width="$2" height="$3"></embed></object>',
                'validate' => create_function('&$tag, &$data, $disabled', '
                    if (isset($disabled[\'url\']))
                        $tag[\'content\'] = \'$1\';
                    $pattern = \'/http:\/\/.+v=(.+)(&.+)*/i\';
                    if (preg_match($pattern, $data[0], $matches))
                        $data[0] = $matches[1];'),
                'disabled_content' => '<a href="$1" target="_blank">$1</a>',
),
array(
'tag' => 'haberturk',
'type' => 'unparsed_commas_content',
'test' => '\d+,\d+\]',
'content' => '<object width="$2" height="$3"><param name="movie" value="http://video.haberturk.com/video.swf?server=2&idsi=$1" ></param><embed src="http://video.haberturk.com/video.swf?server=2&idsi=$1" type="application/x-shockwave-flash" width="$2" height="$3"></embed></object>',
),
array(
'tag' => '****cafe',
'type' => 'unparsed_commas_content',
'test' => '\d+,\d+\]',
'content' => '<embed src="http://www.****cafe.com/fplayer/$1.swf" type="application/x-shockwave-flash" width="400" height="345"></embed>',
'validate' => create_function('&$tag, &$data, $disabled', '
if (isset($disabled[\'url\']))
$tag[\'content\'] = \'$1\';'),
'disabled_content' => '<a href="$1" target="_blank">$1</a>',
),
array(
                'tag' => 'izlesene',
                'type' => 'unparsed_commas_content',
                'test' => '\d+,\d+\]',
                'content' => '<object width="$2" height="$3"><param name="movie" value="http://www.izlesene.com/player2.swf?izle=/data/videos/$1" ></param><embed src="http://www.izlesene.com/player2.swf?izle=/data/videos/$1" type="application/x-shockwave-flash" width="$2" height="$3"></embed></object>',
                'validate' => create_function('&$tag, &$data, $disabled', '
                if (isset($disabled[\'url\']))
                $tag[\'content\'] = \'$1\';'),
                'disabled_content' => '<a href="$1" target="_blank">$1</a>',
),
array(
                'tag' => 'mynet',
                'type' => 'unparsed_commas_content',
                'test' => '\d+,\d+\]',
                'content' => '<object width="$2" height="$3"><param name="movie" value="http://vdo.mynet.com/e/$1" ></param><embed src="http://vdo.mynet.com/e/$1" type="application/x-shockwave-flash" width="$2" height="$3"></embed></object>',
                'validate' => create_function('&$tag, &$data, $disabled', '
                if (isset($disabled[\'url\']))
                $tag[\'content\'] = \'$1\';'),
                'disabled_content' => '<a href="$1" target="_blank">$1</a>',
),
array(
'tag' => 'vidivodo',
'type' => 'unparsed_commas_content',
'test' => '\d+,\d+\]',
'content' => '<embed src="http://www.vidivodo.com/VideoPlayerShare.swf?lang=tr&vidID=$1.flv" type="application/x-shockwave-flash" wmode="transparent" width="425" height="343"></embed>',
'validate' => create_function('&$tag, &$data, $disabled', '
if (isset($disabled[\'url\']))
$tag[\'content\'] = \'$1\';'),
'disabled_content' => '<a href="$1" target="_blank">$1</a>',
),
array(
'tag' => 'videonuz',
'type' => 'unparsed_commas_content',
'test' => '\d+,\d+\]',
'content' => '<object width="$2" height="$3"><param name="movie" value="http://www.videonuz.com/play.php?video=$1" ></param><iframe src="http://www.videonuz.com/play.php?video=$1" type="application/x-shockwave-flash" width="$2" height="$3"></iframe></object>',
'validate' => create_function('&$tag, &$data, $disabled', '
if (isset($disabled[\'url\']))
$tag[\'content\'] = \'$1\';'),
'disabled_content' => '<a href="$1" target="_blank">$1</a>',
),
array(
'tag' => 'dmotion',
'type' => 'unparsed_commas_content',
'test' => '\d+,\d+\]',
'content' => '<object width="$2" height="$3"><param name="movie" value="http://www.dailymotion.com/swf/$1" ></param><param name="allowfullscreen" value="true"></param><embed src="http://www.dailymotion.com/swf/$1" type="application/x-shockwave-flash" width="$2" height="$3" allowfullscreen="true"></embed></object>',
'validate' => create_function('&$tag, &$data, $disabled', '
if (isset($disabled[\'url\']))
$tag[\'content\'] = \'$1\';'),
'disabled_content' => '<a href="$1" target="_blank">$1</a>',
),
array(
'tag' => 'videoyahoo',
'type' => 'unparsed_commas_content',
'test' => '\d+,\d+\]',
'content' => '<embed src="http://us.i1.yimg.com/cosmos.bcst.yahoo.com/player/media/swf/FLVVideoSolo.swf" flashVars="id=$1&emailUrl=http%3A%2F%2Fvideo.yahoo.com%2Futil%2Fmail%3Fei%3DUTF-8%26vid%3D952678%26fr%3D%26cache%3D1&imUrl=http%25253A%25252F%25252Fvideo.yahoo.com%25252Fvideo%25252Fplay%25253Fei%25253DUTF-8%252526vid%25253D952678%252526cache%25253D1&imTitle=The%252BTypewriter&searchUrl=http://video.yahoo.com/search/video?p=&profileUrl=http://video.yahoo.com/video/profile?yid=&creatorValue=$1" width="425" height="350" type="application/x-shockwave-flash" wmode="transparent"></embed>',
'validate' => create_function('&$tag, &$data, $disabled', '
if (isset($disabled[\'url\']))
$tag[\'content\'] = \'$1\';'),
'disabled_content' => '<a href="$1" target="_blank">$1</a>',
),
array(
'tag' => 'livevideo',
'type' => 'unparsed_commas_content',
'test' => '\d+,\d+\]',
'content' => '<embed src="http://www.livevideo.com/flvplayer/embed/$1" type="application/x-shockwave-flash" quality="high" WIDTH="445" HEIGHT="369" wmode="transparent"></embed>',
'validate' => create_function('&$tag, &$data, $disabled', '
if (isset($disabled[\'url\']))
$tag[\'content\'] = \'$1\';'),
'disabled_content' => '<a href="$1" target="_blank">$1</a>',
),

Post.template.php yi aç bul


PHP:
'flash' => array('code' => 'flash', 'before' => '[flash=200,200]', 'after' => '[/flash]', 'description' => $txt[433]),

altına ekle

PHP:
'trtube' => array('code' => 'trtube', 'before' => '[trtube=425,350]', 'after' => '[/trtube]', 'description' => $txt['trtube']),
      'pikniktube' => array('code' => 'pikniktube', 'before' => '[pikniktube=425,350]', 'after' => '[/pikniktube]', 'description' => $txt['pikniktube']),
      'google_video' => array('code' => 'google_video', 'before' => '[google_video=425,350]', 'after' => '[/google_video]', 'description' => $txt['google_video']),
      'youtube' => array('code' => 'youtube', 'before' => '[INVALIDYOUTUBE=425,350]', 'after' => '[/INVALIDYOUTUBE]', 'description' => $txt['youtube']),
      'haberturk' => array('code' => 'haberturk', 'before' => '[haberturk=425,350]', 'after' => '[/haberturk]', 'description' => $txt['haberturk']),
      '****cafe' => array('code' => '****cafe', 'before' => '[****cafe=400,345]', 'after' => '[/****cafe]','description' => $txt['****cafe]),
      'izlesene' => array('code' => 'izlesene', 'before' => '[izlesene=432,344]', 'after' => '[/izlesene]', 'description' => $txt['izlesene']),
      'mynet' => array('code' => 'mynet', 'before' => '[mynet=425,350]', 'after' => '[/mynet]', 'description' => $txt['mynet']),
      'vidivodo' => array('code' => 'vidivodo', 'before' => '[vidivodo=425,343]', 'after' => '[/vidivodo]', 'description' => $txt['vidivodo']),
      'videonuz' => array('code' => 'videonuz', 'before' => '[videonuz=380,300]', 'after' => '[/videonuz]', 'description' => $txt['videonuz']),
      'dmotion' => array('code' => 'dmotion', 'before' => '[dmotion=425,350]', 'after' => '[/dmotion]', 'description' => $txt['dmotion']),
      'videoyahoo' => array('code' => 'videoyahoo', 'before' => '[videoyahoo=425,350]', 'after' => '[/videoyahoo]', 'description' => $txt['videoyahoo']),
      'livevideo' => array('code' => 'livevideo', 'before' => '[livevideo=445,369]', 'after' => '[/livevideo]', 'description' => $txt['livevideo']),

languages/Modifications.turkish.php yi aç bul

PHP:
?>

PHP:
$txt['trtube'] = 'TrTube';
$txt['pikniktube'] = 'pikniktube';
$txt['google_video'] = 'Google Video';
$txt['youtube'] = 'YouTube';
$txt['haberturk'] = 'haberturk';
$txt['****cafe'] = '****cafe';
$txt['izlesene'] = 'izlesene';
$txt['mynet'] = 'MyNet';
$txt['vidivodo'] = 'vidivodo';
$txt['videonuz'] = 'videonuz';
$txt['dmotion'] = 'Daily Motion';
$txt['videoyahoo'] = 'videoyahoo';
$txt['livevideo'] = 'livevideo';

selametle ekteki iconlarıda bbc klasörüne atıyorsunuz

RapidShare: 1-Click Webhosting
 
bayigram takipçi satın al instagram beğeni satın al instagram takipçi satın al tiktok takipçi satın al Buy Followers bugün haber
vozol
Geri
Üst