SMF Video Ekleme Modifikasyonu (denenmiştir)

tarantula90129.03.2010 - 20:31
Bu modifikasyon sayesinde forumunuzdaki mesajlara video.google, izlesene.com, metacafe, vidivodo, akill.tv videolarını siteye ekleyebilirsiniz...

KURULUM



Ftpden


Sources/Subs.php       Dosyasını ac


Alttaki kodu bul

Kod: [Seç]
         array(


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






ALTAKI KODU BULDUGUNUZ KODUN ALTINA EKLEYIN

Kod: [Seç]
array(
'tag' => 'izlesene',
'type' => 'unparsed_commas_content',
'test' => 'd ,d ]',
'content' => '<embed src="https://www.izlesene.com/player2.swf?video=$1" wmode="transparent" width="432" height="344" type="application/x-shockwave-flash"></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' => 'akillitv',
'type' => 'unparsed_commas_content',
'test' => 'd ,d ]',
'content' => '<embed src="http://services.akilli.tv/player3.swf?TYPE=2&URLX=http://services.akilli.tv/xmlProviderv4/query.aspx?ACTION=video&VDX=$1" type="application/x-shockwave-flash" bgcolor="#FFFFFF" width="450" height="370"></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' => 'googlevideo',
'type' => 'unparsed_commas_content',
'test' => 'd ,d ]',
'content' => '<embed src="http://video.google.com/googleplayer.swf?docid=$1" type="application/x-shockwave-flash" bgcolor="#FFFFFF" width="425" height="344"></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' => 'youtube',
'type' => 'unparsed_commas_content',
'test' => 'd ,d ]',
'content' => '<embed src="https://www.youtube.com/v/$1" type="application/x-shockwave-flash" width="425" height="344"></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' => 'metacafe',
'type' => 'unparsed_commas_content',
'test' => 'd ,d ]',
'content' => '<embed src="http://www.metacafe.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' => 'vidivodo',
'type' => 'unparsed_commas_content',
'test' => 'd ,d ]',
'content' => '<embed src="https://www.vidivodo.com/VideoPlayerShare.swf?lang=tr&vidID=$1" type="application/x-shockwave-flash" 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>',
),





Bu Tagları Editörede Eklemek İstiyorsanız!



Temanız/Post.template.php  (Teamnızda bu dosya yoksa default Temasındakini Düzenleyin)




alttaki kodu bul

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





sonrasına alttakı kodu ekleyın


Kod: [Seç]
         'googlevideo' => array('code' => 'googlevideo', 'before' => '[googlevideo=425,344]', 'after' => '[/googlevideo]', 'description' => $txt['googlevideo']),
         'youtube' => array('code' => 'youtube', 'before' => '[youtube=425,344]', 'after' => '[/youtube]', 'description' => $txt['youtube']),
         'metacafe' => array('code' => 'metacafe', 'before' => '[metacafe=400,345]', 'after' => '[/metacafe]', 'description' => $txt['metacafe']),
         'vidivodo' => array('code' => 'vidivodo', 'before' => '[vidivodo=425,343]', 'after' => '[/vidivodo]', 'description' => $txt['vidivodo']),
         'izlesene' => array('code' => 'izlesene', 'before' => '[izlesene=432,344]', 'after' => '[/izlesene]', 'description' => $txt['izlesene']),
         'akillitv' => array('code' => 'akillitv', 'before' => '[akillitv=450,370]', 'after' => '[/akillitv]', 'description' => $txt['akillitv']),
         'img' => array('code' => 'img', 'before' => '[img]', 'after' => '[/img]', 'description' => $txt[435]),



AC


Temanız/Modifications.turkish.php


ALTTAKI KODU BUL

Kod: [Seç]
?>


[ÖNCESİNE EKLE]



Kod: [Seç]
$txt['izlesene'] = 'izlesene.com video';
$txt['akillitv'] = 'akilli.tv video';
$txt['googlevideo'] = 'video.google';
$txt['youtube'] = 'youtube video';
$txt['metacafe'] = 'metacafe video';
$txt['vidivodo'] = 'vidivodo';




son olarak
Aşağıdaki Resimleri  Temanız/images/bbc klasörüne yukleyın




ektekı dosya buradan ındırebılırsınız



http://custom.simplemachines.org/mods/index.php?mod=977  bu linktekı modu kullanarak da vıdeo modunu kurabılırsınız hemde paket olarak sızın ıcın daha kolay olacaktır

Linkback: https://www.buyuknet.com/smf-video-ekleme-modifikasyonu-denenmistir-t21902.0.html

amazing.fly29.12.2010 - 16:56
Ekteki Dosya NErde ? :o

tarantula90129.12.2010 - 17:42
http://custom.simplemachines.org/mods/index.php?mod=977


ustekı lınkten aeva modunu kurarak ıstersenız sunucunuzda vıdeo barındırabılır hem dısardan lınk ekleyerek vıdeo ızlettırebılırsınız

Etiket:

Bu bilgi size yardimci oldu mu?

EvetHayır
SMF Video Ekleme Modifikasyonu (denenmiştir)
SMF Video Ekleme Modifikasyonu (denenmiştir)
(Ortalama: 5 üzerinden 2.5 - 2 Oy)
2