• 08-04-2006, 21:55:52
    #1
    Üyeliği durduruldu
    s.A

    Siteme google-bot'un geldiğini nasıl anlarım veya geldiği zamanı tarihi saati,
    günde kaç kere gelmiş? sorularına nasıl cevap bulurum ?
  • 08-04-2006, 21:56:57
    #2
    Üyeliği durduruldu
    Cpanel de yazar
  • 08-04-2006, 21:57:49
    #3
    Üyeliği durduruldu
    cpanel deil benimki PLESK
  • 08-04-2006, 22:03:36
    #4
    Üyeliği durduruldu
    pleskte istatistik war mı bilmiorm ama nerdeyse her istatistik programı Search Engine kısmında gelen botları gösterio
  • 08-04-2006, 22:06:39
    #5
    Üyeliği durduruldu
    nasıl yani biraz açarmısın ?
  • 08-04-2006, 22:11:04
    #6
    Üyeliği durduruldu
    http://www.cj-design.com/products/fr...glebotactivity

    bu script işini görür...
  • 08-04-2006, 22:17:05
    #7
    Üyeliği durduruldu
    eyw. çok teşekkürler
  • 20-09-2007, 07:32:17
    #8
    Üyeliği durduruldu
    Bende kurdum ama cok ingilizcem olmadigindan dolayi su kismi anlamis degilim anlatacak birisi varmi (:

    Alıntı
    2) Upload

    Upload all the files required (see above) into a directory preferably called "googleactivity" so your link to googlebot.php would be www.yourdomain.com/googleactivity/googlebot.php

    3) CHMOD

    The log file needs to be written to online, therefore you need to set the access permissions. For those that don't know; CHMOD is the Unix command and system call to change the access permissions of a file.

    You must change the permissions (CHMOD) googlebot_log.txt to 777. If you do not how to do this try searching on Google or click on the links below corresponding to your FTP program:

    Cute FTP
    SmartFTP
    WSFTP


    4) Including the Script

    a) The PHP Include Method (.php, .php3, .php4 pages)

    To include the script within a PHP web page use the following code:

    <? include("googleactivity/googlebot.php"); ?>


    b) The SSI Include Method (.shtm, .shtml pages)

    The SSI include method is similar to the PHP include method, the difference being the code used: (note: pick one that works)

    <!--#include virtual="/googleactivity/googlebot.php" --> OR <!--#exec cgi="/googleactivity/googlebot.php" -->

    Note: If you are executing this file using SSI, you must add the location of your PHP binary to the top of the googlebot.php (i.e. #!/usr/local/bin/php), and googlebot.php must be CHMOD 755.
  • 20-09-2007, 07:48:15
    #9
    Alıntı
    gerekli tüm dosyaları aşağıda göründüğü gibi googleactivity klasörünn içine yükle. googlebot.php dosyasının yolu şu şekilde olmalı:

    www.yourdomain.com/googleactivity/googlebot.php

    googlebot_log.txt dosyasınn chmod ayarlarını 777 yap. aşağıdaki ftp programlarını kullanabilirisn:

    Cute FTP
    SmartFTP
    WSFTP

    script içeriği:

    1)bu scripti php sayfanda kullanmak istiyorsan şu kodu sayfana yerleştir:

    <? include("googleactivity/googlebot.php"); ?>

    2)SSI Include Metodu (.shtm, .shtml türü sayfalar için)

    bu metod php include metoduyla benzerdir, sadece kullanılan kodlar farklı(not:çalışan bitanesini kullan)

    <!--#include virtual="/googleactivity/googlebot.php" --> ya da <!--#exec cgi="/googleactivity/googlebot.php" -->


    not: bu dosyayı ssi kullanarak çalıştırıyorsan googlebot.php dosyasınn en üstüne snn php (binary?) dosyanın yolunu ekle.(örnek:#!/usr/local/bin/php) ayrıca googlebot.php dosyasınn chmod ayarı 755 olmalı.
    elimden geldiği kadar