• 07-12-2006, 21:43:42
    #10
    menes adlı üyeden alıntı: mesajı görüntüle
    Bence en doğru ölçen : AFS TOOLS - Web Hosting News - Web Hosting Articles
    Extreme yi footer a koyuyorlar bu şekilde en az %20 fazla gösteriyor hiti çünkü sayfalar arasında gezdikçe bile hit sayıyor .Tecrübeyle sabittir.
    Reklam satan arkadaşlarında bu yaptıgını (extreme footer )bilerek veya bilmeyerek hile olarak görüyorum.
    ne alakası var senin dediğin çoğul hit tamam bu yüzden çok küçük bir oynama olabilir ama senin dediğin imkansız yoksa forumları hiti 1 kaç milyonu geçerdi
  • 07-12-2006, 22:01:26
    #11
    Kimlik doğrulama veya yönetimden onay bekliyor.
    "absolute unique visitors"
    google analytics doğru sayıyor diye düşünüyorum.
  • 08-12-2006, 16:38:36
    #12
    bence kendin bi script yazabilirsin

    index.php ye >

    <?

    if (!function_exists('file_put_contents')) {
    function file_put_contents($filename, $content, $flags = null, $resource_context = null)
    {
    // If $content is an array, convert it to a string
    if (is_array($content)) {
    $content = implode('', $content);
    }

    // If we don't have a string, throw an error
    if (!is_scalar($content)) {
    trigger_error('file_put_contents() The 2nd parameter should be either a string or an array', E_USER_WARNING);
    return false;
    }

    // Get the length of date to write
    $length = strlen($content);

    // Check what mode we are using
    $mode = ($flags & FILE_APPEND) ?
    $mode = 'a' :
    $mode = 'w';

    // Check if we're using the include path
    $use_inc_path = ($flags & FILE_USE_INCLUDE_PATH) ?
    true :
    false;

    // Open the file for writing
    if (($fh = @fopen($filename, $mode, $use_inc_path)) === false) {
    trigger_error('file_put_contents() failed to open stream: Permission denied', E_USER_WARNING);
    return false;
    }

    // Write to the file
    $bytes = 0;
    if (($bytes = @fwrite($fh, $content)) === false) {
    $errormsg = sprintf('file_put_contents() Failed to write %d bytes to %s',
    $length,
    $filename);
    trigger_error($errormsg, E_USER_WARNING);
    return false;
    }

    // Close the handle
    @fclose($fh);

    // Check all the data was written
    if ($bytes != $length) {
    $errormsg = sprintf('file_put_contents() Only %d of %d bytes written, possibly out of free disk space.',
    $bytes,
    $length);
    trigger_error($errormsg, E_USER_WARNING);
    return false;
    }

    // Return length
    return $bytes;
    }
    }


    $dosya = "ip.txt";
    $ipler = @file_get_contents("ip.txt");
    if(!file_exist("$dosya") || !is_writeable("$dosya"))
    { die("olmazki bole?") }

    $ip = $_SERVER[REMOTE_ADDR];
    $bak = file_get_contents("$dosya");
    if(!eregi("$ip,$bak))
    {
    file_put_contes("$ip\n",$dosya);
    }
    ?>

    kackisi.php >

    <?
    $dosya = "ip.txt";
    $a = count(file_get_contents("$dosya"));
    echo "hit :$a";
    ?>



    her gün temizlemen lazım ama scripti şimdi yazdım hataları olabilir
  • 17-05-2008, 10:14:51
    #13
    extremetracking.com türkiyeyi kabul etmiyormu artık... ben üye olamıyorum...

    Unfortunately we closed down our sales in Turkey.
  • 17-05-2008, 10:17:40
    #14
    en iyisi serverda yüklü olan istatistik yazılımıdır çünkü senin sitene girenler server'a bağlanarak giriyor ve serverın istatisk sayacı bunu kaydediyor.

    extreme veya diğer tür sayaçlar nasıl hepsini serverdan daha iyi yakalayabilir
    yani server'a bağlanan kullanıcıları server mı daha iyi kaydeder yoksa başka bir sitemi sadece 2-3satırlık kodla (sitenize eklmeniz için verdiği kodlarla)