Bydigi Forum
Geri Git   Bydigi Forum > Very Important Person Area > Web Tasarımı / Php, Asp, Perl, Cgi Scriptler

Kayıt Ol SSS
Eski 14-07-2007, 09:59 PM   #1 (permalink)
 
Giriş Tarihi: Aug 2006
Konum: Umudun Göz Yaşları..!!!
Yaş: 2
Mesaj: 6,089
Üye No: 21876
Cinsiyeti : Bay
İtibar Gücü: 7500
Rep Puanı : 749112
Rep Derecesi
RoJa__WeYSeL has a reputation beyond reputeRoJa__WeYSeL has a reputation beyond reputeRoJa__WeYSeL has a reputation beyond reputeRoJa__WeYSeL has a reputation beyond reputeRoJa__WeYSeL has a reputation beyond reputeRoJa__WeYSeL has a reputation beyond reputeRoJa__WeYSeL has a reputation beyond reputeRoJa__WeYSeL has a reputation beyond reputeRoJa__WeYSeL has a reputation beyond reputeRoJa__WeYSeL has a reputation beyond reputeRoJa__WeYSeL has a reputation beyond repute
Exclamation SMF Youtube ve Google Video [Popup]


Sources/subs.php’de Bul
Kod:
 array(
'tag' => 'green',
'before' => '<span style="color: green;">',
'after' => '</span>',
),
Değiştir
Kod:
 array(
'tag' => 'green',
'before' => '<span style="color: green;">',
'after' => '</span>',
), 
 
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_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>',
),
Languages/modificationturkish.php yi aç bul

Kod:
 
?>
Değiştir
Kod:
$txt['youtube'] = 'YouTube';
$txt['google_video'] = 'Google Video';
?>
Post.template.php’yi aç bul
Kod:
 'img' => array('code' => 'img', 'before' => '
[Linkleri Sadece Üyelerimiz 
Görebilir...  

]', 'description' => $txt[435]),
Değiştir
Kod:
 'img' => array('code' => 'img', 'before' => '
[Linkleri Sadece Üyelerimiz 
Görebilir...  

]', 'description' => $txt[435]),
'youtube' => array('code' => 'youtube', 'before' => '[youtube=425,350]', 'after' => '[/youtube]', 'description' => $txt['youtube']),
                                   'google_video' => array('code' => 'google_video', 'before' => '[google_video=425,350]', 'after' => '[/google_video]', 'description' => $txt['google_video']),
Bul
Kod:
 // Print a drop down list for all the colors we allow!
if (!isset($context['disabled_tags']['color']))
Değiştir
Kod:
 // Print a drop down list for all the colors we allow!
// Youtube ve Google_video Pop Modu ivan_
    echo '<script language="JavaScript" type="text/javascript">
          // <!' . '--
          function youtubeINPT(){
          // Enter YOUTUBE .........................................
          var youtubeLINK = prompt("YouTube Standart ebatlarini degistirmek istiyorsaniz yeni deger girin veya devam edin:","425,350");
          if (youtubeLINK == null ){ //cancel pressed . . .
          }
          else if (youtubeLINK == "" || youtubeLINK == " "){ //ok pressed but with Notext . . .
                  alert("Sorry no text entered!");
          }
          else
          { //ok pressed and there is something :)
          // Enter Description ...................................
          var youtubeNAME = prompt("Lütfen YouTube Adresi Giriniz:","");
          if (youtubeNAME == null ){ //cancel pressed . . .
          }
          else if (youtubeNAME == "" || youtubeNAME == " "){  //ok pressed but with notext so use YOUTUBE only!
                    surroundText(\'[youtube]\'+youtubeLINK+\'\', \'[/youtube]\', document.', $context['post_form'], '.', $context['post_box_name'], ');
          }
          else //ok pressed with text so use YOUTUBE and Name!
                    surroundText(\'[youtube=\'+youtubeLINK+\']\'+youtubeNAME+\'\', \'[/youtube]\', document.', $context['post_form'], '.', $context['post_box_name'], ');
          }
          }
          // --' . '>
          </script>';
 
// YouTube ve Google_video Pop Modu ivan_
    echo '<script language="JavaScript" type="text/javascript">
          // <!' . '--
          function google_videoINPT(){
          // Enter GOOGLE_VİDEO .........................................
          var google_videoLINK = prompt("Google_video Standart ebatlarini degistirmek istiyorsaniz yeni deger girin veya devam edin:","425,350");
          if (google_videoLINK == null ){ //cancel pressed . . .
          }
          else if (google_videoLINK == "" || google_videoLINK == " "){ //ok pressed but with Notext . . .
                  alert("Sorry no text entered!");
          }
          else
          { //ok pressed and there is something :)
          // Enter Description ...................................
          var google_videoNAME = prompt("Lütfen Google_video Adresi Giriniz:","");
          if (google_videoNAME == null ){ //cancel pressed . . .
          }
          else if (google_videoNAME == "" || google_videoNAME == " "){  //ok pressed but with notext so use GOOGLE_VİDEO only!
                    surroundText(\'[google_video]\'+google_videoLINK+\'\', \'[/google_video]\', document.', $context['post_form'], '.', $context['post_box_name'], ');
          }
          else //ok pressed with text so use GOOGLE_VİDEO and Name!
                    surroundText(\'[google_video=\'+google_videoLINK+\']\'+google_videoNAME+\'\', \'[/google_video]\', document.', $context['post_form'], '.', $context['post_box_name'], ');
          }
          }
          // --' . '>
          </script>';
if (!isset($context['disabled_tags']['color']))
bul
Kod:
 foreach ($context['bbc_tags'][1] as $image => $tag)
{
if (isset($tag['before']))
{
// Is this tag disabled?
if (!empty($context['disabled_tags'][$tag['code']]))
continue;
değiştir
Kod:
 foreach ($context['bbc_tags'][1] as $image => $tag)
{
if (isset($tag['before']))
{
// Is this tag disabled?
if (!empty($context['disabled_tags'][$tag['code']]))
                        continue;
     // YouTube ve Google_video pop modu ivan_
      if (isset($tag['code']) && $tag['code'] == 'youtube')
{
          echo '<a href="javascript:void(0);" onclick="youtubeINPT(); return false;"><img onmouseover="bbc_highlight(this, true);" onmouseout="if (window.bbc_highlight) bbc_highlight(this, false);" src="', $settings['images_url'], '/bbc/', $image, '.gif" align="bottom" width="23" height="22" alt="', $tag['description'], '" title="', $tag['description'], '" border="0" style="background-image: url(', $settings['images_url'], '/bbc/bbc_bg.gif); margin: 1px 2px 1px 1px;" /></a>';
continue;
}
     // YouTube ve Google_video pop modu ivan_
      if (isset($tag['code']) && $tag['code'] == 'google_video')
{
          echo '<a href="javascript:void(0);" onclick="google_videoINPT(); return false;"><img onmouseover="bbc_highlight(this, true);" onmouseout="if (window.bbc_highlight) bbc_highlight(this, false);" src="', $settings['images_url'], '/bbc/', $image, '.gif" align="bottom" width="23" height="22" alt="', $tag['description'], '" title="', $tag['description'], '" border="0" style="background-image: url(', $settings['images_url'], '/bbc/bbc_bg.gif); margin: 1px 2px 1px 1px;" /></a>';
continue;
}
Ekteki resimleri images/bbc klasörüne atın

bunu youtube.gif adıyla
bunuda google_video.gif adıyla... atacaksınız.

RoJa__WeYSeL is offline  
 


Konu Araçları
Mod Seç

Gönderme Kuralları
Yeni konular açabilirsiniz --> izin yok
Yanıtlar gönderebilirsiniz --> izin yok
Eklentiler gönderebilirsiniz --> izin yok
Mesajlarınızı düzenleyebilirsiniz --> izin yok

vB koduAçık
SimgelerAçık
[IMG] kodu Açık
HTML kodu Kapalı
Trackbacks are Kapalı
Pingbacks are Kapalı
Refbacks are Kapalı

Popüler Konular:
Bydigi Forum'un En Popüler Konuları
Sizin İçin Seçtiklerimiz-1:

Norton AntiVirus 2008
Panda Antivirus & Firewall 2008
AVG Anti-Virus Free Edition 8.0.100
McAfee VirusScan Enterprise 8.5i
Avast! 4 Professional Edition 4.8.1169
Kaspersky Internet Security 7.0.1.325
Anti-Porn 10.4.11.15
BitDefender Internet Security 11.0.9 (2008)
Eset Smart Security 3.0.642
Ad-Aware 2008

Sizin İçin Seçtiklerimiz-2:

Şeftali Yetiştiriciliği
Ekolojik Tarım ve Hayvancılık
Süt Verimini Etkileyen Faktörler
Dört barajda su bitmek üzere
Karbondioksit salımı yüzde 50’den çok artacak
VAN (Wan) Tarihi
Amed (Diyarbakır) Tarihi
İç Anadolu Hakkında Genel Bilgi
Kültür ve Turizm Bakanlığı müfettiş yardımcılığı
2008 yılı icra müdür ve yardımcılığı sınav ilanı

Sizin İçin Seçtiklerimiz-3:

Siz Hangi Yemeksiniz ?
Doğum gününüze göre hangi hayvansınız?
Doğum Tarihinize Göre Renginiz!
Bebeklerde Gaz Çıkarma
Virüs taşıyan keneler dehşet saçıyor
Şiddetin genlerle ilişkisi olabilir
Karpuz Viagra Etkisi Yapıyor
Panasonic Sony'yi tahtından etti!
Mehmet Atlı - Wenda 2008
grup seyran - 2008


Benzer Konular

Konu Konuyu Başlatan Forum Yanıt Son Mesaj
EN İYİ codec programı Calısmayan film vs kalmayacak ...'! jiyana bi rumet Ses ve Görüntü 48 31-05-2008 10:17 AM
FuLL ProGRaM DowNLoaD... BİLAL_can47 Program Download 3 04-11-2007 06:20 PM
google dan para kazanmanın yolu HEWALZAZA Resimli Program Anlatımları 5 03-05-2007 12:56 PM
Google Adsense ByMixture Web Tasarımı / Php, Asp, Perl, Cgi Scriptler 0 14-04-2007 01:09 PM
Bütün Google Servisleri Burada paradox İlginç Konular 6 16-09-2006 03:17 PM


Forum saati Türkiye saatine göredir. GMT +2. Şuan saat: 08:18 AM .
(Türkiye için GMT +2 seçilmelidir.)


Powered by vBulletin Version 3.6.4
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.2.0
Copyright ©2006 - 2008 Bydigi Forum ®, All Rights Reserved

Bir Forum sitesi olduğumuzdan, kullanıcılar önceden onay almadan her türlü görüşlerini yazabilmektedir.
Yazılanlardan dolayı oluşabilecek her türlü yasal sorumluluk, yazan kullanıcılara aittir.
Yinede sitemizde yasalara aykırı herhangi bir durum görürseniz; Lütfen, bydigi@gmail.com'a yada İletişim'e bildiriniz.
Mesajınız incelenip, kısa bir süre içerisinde gereken müdahale yapılacaktır.