WordPress Türkiye Forumları

WordPress Türkiye Forumları » Kurulum ve Kullanım

Wordpress e Extremetracking nasıl eklenir? (javakodu)

(4 mesaj(lar))
  • 1 yıl önce arda9090 tarafından başlatıldı
  • arda9090 tarafından son cevap
  • Bu konu Çözülmüş

Etiketler:

  1. arda9090
    Üye

    Wordpress türkiye sitesini yeni gördüm..gerçekten çok güzel olmuş.benim de bir site var ancak siteye extremetracker koyamıyorum.Koyan siteler gördüm ama onlar nasıl yapmış hiç bilyorum.Sitenin altında bir yerlerde yada sağ blokta olabilir yeri..

    Kod şöyle


    <img src="http://t1.extreme-dm.com/i.gif" style="border: 0;"
    height="38" width="41" id="EXim" alt="eXTReMe Tracker" />

    <script type="text/javascript"><!--
    var EXlogin='symbian3' // Login
    var EXvsrv='s10' // VServer
    EXs=screen;EXw=EXs.width;navigator.appName!="Netscape"?
    EXb=EXs.colorDepth:EXb=EXs.pixelDepth;
    navigator.javaEnabled()==1?EXjv="y":EXjv="n";
    EXd=document;EXw?"":EXw="na";EXb?"":EXb="na";
    EXd.write("<img src=http://e1.extreme-dm.com",
    "/"+EXvsrv+".g?login="+EXlogin+"&",
    "jv="+EXjv+"&j=y&srw="+EXw+"&srb="+EXb+"&",
    "l="+escape(EXd.referrer)+" height=1 width=1>");//-->
    </script><noscript>
    <img height="1" width="1" alt=""
    src="http://e1.extreme-dm.com/s10.g?login=symbian3&j=n&jv=n" />
    </noscript>

    Yardım eden arkadaşlara şimdiden teşekkürler...
    Saygılar..

    1 yıl önce #
  2. @arda9090, şimdi sana sitenin verdiği bu kodları senin site üzerinde görünmesini istediğin yere koyman gerekiyor. Aynı sitenin sayaç hizmetini bende kullanıyorum, onların verdiği kodu sidebar.php dosyası içine bir metin editörü ile düzenleyip en alta attım, üye adıma tıklarsan siteme ulaşabilir ve görebilirsin. Ekleme olayı sadece bu kadar en çok görünmesini istediğin yere kodu yerleştir ve kaydet.

    1 yıl önce #
  3. arda9090
    Üye

    dostum www.symbianv3.com olmadı butonu içeri kaydı acaba sen yapabilirmisin

    bende side bar'a istiyorum kodu şöyle:

    • <?php include (TEMPLATEPATH . '/searchform.php'); ?>
    • <!-- Author information is disabled per default. Uncomment and fill in your details if you want to use it.

    • <h2>Author</h2>
      <p>A little something about you, the author. Nothing lengthy, just an overview.</p>
    • -->

    • <?php /* If this is a 404 page */ if (is_404()) { ?>
      <?php /* If this is a category archive */ } elseif (is_category()) { ?>
      <p>You are currently browsing the archives for the <?php single_cat_title(''); ?> category.</p>

      <?php /* If this is a yearly archive */ } elseif (is_day()) { ?>
      <p>You are currently browsing the /"><?php echo bloginfo('name'); ?> weblog archives
      for the day <?php the_time('l, F jS, Y'); ?>.</p>

      <?php /* If this is a monthly archive */ } elseif (is_month()) { ?>
      <p>You are currently browsing the /"><?php echo bloginfo('name'); ?> weblog archives
      for <?php the_time('F, Y'); ?>.</p>

      <?php /* If this is a yearly archive */ } elseif (is_year()) { ?>
      <p>You are currently browsing the /"><?php echo bloginfo('name'); ?> weblog archives
      for the year <?php the_time('Y'); ?>.</p>

      <?php /* If this is a monthly archive */ } elseif (is_search()) { ?>
      <p>You have searched the /"><?php echo bloginfo('name'); ?> weblog archives
      for '<?php echo wp_specialchars($s); ?>'. If you are unable to find anything in these search results, you can try one of these links.</p>

      <?php /* If this is a monthly archive */ } elseif (isset($_GET['paged']) && !empty($_GET['paged'])) { ?>
      <p>You are currently browsing the /"><?php echo bloginfo('name'); ?> weblog archives.</p>

      <?php } ?>

    • <?php wp_list_pages('title_li=<h2>Pages</h2>' ); ?>

    • <h2>Archives</h2>
        <?php wp_get_archives('type=monthly'); ?>
    • <h2>Categories</h2>
        <?php wp_list_cats('sort_column=name&optioncount=1&hierarchical=0'); ?>
    • <?php /* If this is the frontpage */ if ( is_home() || is_page() ) { ?>
      <?php get_links_list(); ?>

    • <h2>Meta</h2>
    • <?php } ?>

    en altına yapıştırdım ancak olmadı..

    1 yıl önce #
  4. arda9090
    Üye

    Halletim çok TEŞEKÜRLER:=)

    1 yıl önce #

Bu konu için RSS beslemesi

Cevapla

Mesaj göndermek için giriş yapmalısınız.