Bazı sitelerdeki avatarlara sayaç koyuyorlar. Bir kod kullanılıyormuş ama nasıl olduğunu bilen var mı acaba? Aynısını başka avatara nasıl uygulayabilirim? (Veya bunun gibi ufak karakterli ve daha güzel başka sayaç da olabilir. Ama ayrıntılı bilgi gerek.)
Örnek:
bu ne hakkında bir sayaç? yani resme tıklayanların mı sayacı yoksa ziyaretçi sayacı mı?
Şöyle bir site buldum ama ilgisi var mı çözemedim. Anlamıyorum ben kodlardan falan.
senin bulduğunla verdiğin resimdeki yöntem farklı...
ama sen o bulduğun sayaç sitesinden sayacı koyalarsın resmin hemen altına koyarsın kimse anlamaz
resmin bulunduğu sayfaya sayaç koysan olmuyo mu ?
Güncel.
resime sayac bilemiyorum ama arka planı resim olan bir tableye sayac eklebilirsin
INDEX.php
<html> <body> <TITLE>Kod</TITLE> <?php include ("ayarlar.php"); ?>
<center> <TABLE BORDER="2" CELLSPACING="0" WIDTH="<?php echo "$uzunluk"; ?>" HEIGHT="<?php echo "$genislik"; ?>" STYLE="background-image: url('<?php echo "$resim"; ?>'); border: 2 ridge #800000"> <TR> <TD> <center> <? //Change settings below to sute your needs// $countmulti = "no"; //Put "true" to count page refreshes or "no" to count only ips that are new// $tcounter = "text"; //put "graphics" to use graphics, put "text" to use text// $fontpath = "/home/vmist/public_html//fonts/TIMES.TTF"; // change this to the font path on your server if you are using graphics // //Dont change anything below here //////