DivShare modu


[Linkleri Görebilmek için ÜYE Olmalısınız!Hemen ÜYE OL!] uploaddan sonra en son kısmı alıyorsunuz burayı (3481843-48f) adminim veya ilgili arkadaşlar reklam olarak algılamazlar inşallah.

Sources/Subs.php Açıyoruz

Bunu Bul

Kod: [Seç]
array(
'tag' => 'black',
'before' => '<span style="color: black;">',
'after' => '</span>',
),
Altına Bunu Ekle

Kod: [Seç]
array(
'tag' => 'divshare',
'type' => 'unparsed_commas_content',
'test' => '\d+,\d+\]',
'content' => '<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" width="335" height="85" id="divplaylist"><param name="movie" value="http://www.divshare.com/flash/playlist?myId=/$1" /><embed src="http://www.divshare.com/flash/playlist?myId=/$1" width="335" height="85" name="divplaylist" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer"></embed></object>',
'validate' => create_function('&$tag, &$data, $disabled', '
if (isset($disabled[\'url\']))
$tag[\'content\'] = \'$1\';'),
'disabled_content' => '<a href="$1" target="_blank">$1</a>',
),
Sonra Themes/TemaKlasörü/Post.template.php (Eğer Temanızda Post.template.php Yoksa Default temadakine uyguluyoruz)

Bunu Bul

Kod: [Seç]
'ftp' => array('code' => 'ftp', 'before' => '[ftp]', 'after' => '[/ftp]', 'description' => $txt[434]),
Altına Bunu Ekle

Kod: [Seç]
'divshare' => array('code' => 'divshare', 'before' => '[divshare=335,85]', 'after' => '[/divshare]', 'description' => DivShare),