Tekil Mesaj gösterimi
  #1 (permalink)   iTrader 
Alt 2007-12-03, 11:40
idealsohbet - ait Kullanıcı Resmi (Avatar)
idealsohbet idealsohbet isimli üyemiz çevrimdışıdır. (Offline)
Junior Member
 
Üyelik tarihi: Feb 2005
Mesajlar: 51
Teşekkür: 0
Thanked 1 Time in 1 Post
Tecrübe Puanı: 0
iTrader: %0/-3
idealsohbet is an unknown quantity at this point
Standart Hepsi bir arada video modları Smf

Youtube, Google, Metacafe, Mynet, Livevideo, Birghtcove, VidiVodo, İzlesene

Gifler Ektedir arkadaşlar bunları Kullandığınız temanın bbc klasorune atmanız gerekiyor.


sources/subs.php yi aç

bunu bul
Kod:
array(
				'tag' => 'green',
				'before' => '<span style="color: green;">',
				'after' => '</span>',
			),
altına bunu ekle
Kod:
array(
'tag' => 'mynet',
'type' => 'unparsed_commas_content',
'test' => '\d+,\d+\]',
'content' => '<object width="400" height="334"><param name="movie" value="http://vdo.mynet.com/e/$1" ></param><embed src="http://vdo.mynet.com/e/$1" type="application/x-shockwave-flash" wmode="transparent" width="400" height="334"></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' => 'bright',
'type' => 'unparsed_commas_content',
'test' => '\d+,\d+\]',
'content' => '<embed src="http://admin.brightcove.com/destination/player/player.swf" bgcolor="#FFFFFF" flashVars="allowFullScreen=true&initVideoId=$1&servicesURL=http://www.brightcove.com&viewerSecureGatewayURL=https://www.brightcove.com&cdnURL=http://admin.brightcove.com&autoStart=false" base="http://admin.brightcove.com" width="486" height="412" 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' => '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' => 'izlesene',
'type' => 'unparsed_commas_content',
'test' => '\d+,\d+\]',
'content' => '<embed src="http://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' => '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\';'),
'disabled_content' => '<a href="$1" target="_blank">$1</a>',
),
			
				
			array(
'tag' => 'google',
'type' => 'unparsed_commas_content',
'test' => '\d+,\d+\]',
'content' => '<embed style="width:400px; height:326px;" id="VideoPlayback" type="application/x-shockwave-flash" src="http://video.google.com/googleplayer.swf?docId=$1&hl=en" flashvars=""></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' => '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>',
),

kullandığınız tema klasoru/display.template.php ve post.template.php de

bunu bul
Kod:
'ftp' => array('code' => 'ftp', 'before' => '[ftp=', 'after' => ']', 'after' => '[/ftp]', 'description' => $txt[434]),
altına bunu ekle

Kod:
array(),

'youtube' => array('code' => 'youtube', 'before' => '[youtube=425,350]', 'after' => '[/youtube]', 'description' => Youtube),

'google' => array('code' => 'google', 'before' => '[google=400,326]', 'after' => '[/google]', 'description' => Google),

'metacafe' => array('code' => 'metacafe', 'before' => '[metacafe=400,345]', 'after' => '[/metacafe]', 'description' => Metacafe),

'mynet' => array('code' => 'mynet', 'before' => '[mynet=400,334]', 'after' => '[/mynet]', 'description' => Mynet),

'livevideo' => array('code' => 'livevideo', 'before' => '[livevideo=445,369]', 'after' => '[/livevideo]', 'description' => Livevideo),

'bright' => array('code' => 'bright', 'before' => '[bright=486,412]', 'after' => '[/bright]', 'description' => Brightcove),

'vidivodo' => array('code' => 'vidivodo', 'before' => '[vidivodo=425,343]', 'after' => '[/vidivodo]', 'description' => Vidivodo),

'izlesene' => array('code' => 'izlesene', 'before' => '[izlesene=432,344]', 'after' => '[/izlesene]', 'description' => izlesene),


[size=11pt]Taglar Arasına Eklenecek Kodlar Koyu Renkle İşaretlenmiştir[/size]

Youtube
http://www.youtube.com/watch?v=zZp75fWe-ss

Google
http://video.google.com/videoplay?docid=-2494059705240860619

Metacafe
http://www.metacafe.com/watch/598235/transformers_2007

Mynet
http://vdo.mynet.com/video/15227

Livevideo
http://www.livevideo.com/video/9C5A230FB61D4AADA54A81886F5417BC/transformers-movie-2007-traile.aspx

Birghtcove
http://www.brightcove.com/title.jsp?title=440747898

VidiVodo (sitene koy kısmındaki)
<object width="425" height="343"><param name="movie" value="http://www.vidivodo.com/VideoPlayerShare.swf?lang=tr&vidID=49196&vCode=v200705241432490049196&dura=146&File=v idservers/server65/videos/2007/05/24/14/v200705241432490049196.flv"></param><param name="wmode" value="transparent"></param><embed src="http://www.vidivodo.com/VideoPlayerShare.swf?lang=tr&vidID=49196&vCode=v20 0705241432490049196&dura=146&File=vidservers/server65/videos/2007/05/24/14/v200705241432490049196.flv" type="application/x-shockwave-flash" wmode="transparent" width="425" height="343"></embed></object>

İzlesene
http://www.izlesene.com/video/sinema/117639/transformers

v

Mod Smfturk.com Õz©ãnkã arkadaşımızdan alıntıdır.

manuel mod kuramayan arkadaşlar olursa pm ile yardım edebilirim.
Eklenmiş Dosya
Dosya tipi: rar gifler.rar (4,1 KB (Kilobyte), 76x kez indirilmiştir)
Alıntı ile Cevapla
Aşağıdaki kullanıcılar bu mesajı onaylayıp teşekkür ettiler:
feyyazyaka (2008-07-04)