Forum'da ara:
Ara


Yazar Mesaj
Mesaj14.08.2008, 14:00 (UTC)    
Mesaj konusu: Sayaç kodu lazım..

Bana çok güzel estetik görüntüsü güzel sayısını şaşırmayan sorunsuz bir sayaç lazım bilen varmı. compteur diye bir siteden aldım ama kod içinde sayfa yönlendirmesi var ..
______________
Mesaj14.08.2008, 14:02 (UTC)    
Mesaj konusu:

buyur kardeş kod

Kod:
<script language="Javascript"><!--

function getCookieVal (offset) {
var endstr = document.cookie.indexOf (";", offset); if (endstr == -1)
endstr = document.cookie.length;
return unescape(document.cookie.substring(offset, endstr));}
function GetCookie (name) { var arg = name + "="; var alen = arg.length;
var clen = document.cookie.length; var i = 0; while (i < clen) {
var j = i + alen; if (document.cookie.substring(i, j) == arg)
return getCookieVal (j); i = document.cookie.indexOf(" ", i) + 1;
if (i == 0) break; } return null;}function SetCookie (name, value) {
var argv = SetCookie.arguments; var argc = SetCookie.arguments.length;
var expires = (argc > 2) ? argv[2] : null;
var path = (argc > 3) ? argv[3] : null;
var domain = (argc > 4) ? argv[4] : null;
var secure = (argc > 5) ? argv[5] : false;
document.cookie = name + "=" + escape (value) +
((expires == null) ? "" : ("; expires=" + expires.toGMTString())) +
((path == null) ? "" : ("; path=" + path)) +
((domain == null) ? "" : ("; domain=" + domain)) +
((secure == true) ? "; secure" : "");}function DeleteCookie(name) {
var exp = new Date(); FixCookieDate (exp); // Correct for Mac bug
exp.setTime (exp.getTime() - 1); // This cookie is history
var cval = GetCookie (name); if (cval != null)
document.cookie = name + "=" + cval + "; expires=" + exp.toGMTString();}
var expdate = new Date();var num_visits;
expdate.setTime(expdate.getTime() + (5*24*60*60*1000));
if (!(num_visits = GetCookie("num_visits"))) num_visits = 0;num_visits++;
SetCookie("num_visits",num_visits,expdate);//--></script>
<script language="Javascript"><!--
// please keep these lines on when you copy the source
// made by: Nicolas - http://www.g.e.o.ci.t.i.e.s.com/ResearchTriangle/1500
document.write("You have been to this page "+num_visits+" times.");//-->
</script>
Mesaj14.08.2008, 14:04 (UTC)    
Mesaj konusu:

Bakalım..
______________
Mesaj14.08.2008, 14:09 (UTC)    
Mesaj konusu:

Çalışmıyor.. bu www.compteur.com sitesindeki sayaçlar çok harika. verilen kod içinde sayfa yönlendirmeyi kaldırabilirmiyiz bile varmı.
______________
Mesaj14.08.2008, 14:12 (UTC)    
Mesaj konusu:

http://www.compteur.cc/

Yok yok bu sitedekiler daha harika ....

lazım olan varsada yazalım bildigimiz Wink hem bu mesaj yazdıklan sonrakı düzenle butonuna ne oldu..???
______________
Mesaj14.08.2008, 14:12 (UTC)    
Mesaj konusu:

yönlendirme adresindeki siteyi sil kendi adresini istersen yaz istersen yazma...
Mesaj14.08.2008, 14:13 (UTC)    
Mesaj konusu:

www.pirasa.net var üyelik felan yok kodu ekle bitiyo..
______________
Mesaj14.08.2008, 15:30 (UTC)    
Mesaj konusu:

onlar çok basit yavuz..

Bu arada yönlendirme silindigi zaman sayaç bozuluyor olmuyor.
______________
Mesaj14.08.2008, 15:43 (UTC)    
Mesaj konusu:

photoshoptasarim yazmış:
onlar çok basit yavuz..

Bu arada yönlendirme silindigi zaman sayaç bozuluyor olmuyor.


Arrow www.sitenesayacekle.com

Arrow www.ucretsizsayac.com


Bunlara bir bak istersen.

______________
Mesaj14.08.2008, 16:52 (UTC)    
Mesaj konusu:

birinci linktekiler güzel bak.. tşkler.
______________
Mesaj18.08.2008, 08:15 (UTC)    
Mesaj konusu: !!! DİKKAT !!!

BEYLER COMTEUR DAKİ TÜM KODLAR BAŞKA BİR SİTEYE KONULDUKTAN SONRA SİTE ZARAR GÖRÜR VE VİRÜS BULAŞIR BU YÜZDEN ÇOK KOLAY VE GÜZEL SAYAÇLAR YAPARAK SİZİN GİBİ BAŞKALARINIDA KANDIRIYORLAR

BİLGİSAYARIM ÇÖKTÜĞÜNDE BİL. MÜHENDİSİ KUZENİM KONTROL ETTİĞİNDE MS - DOS DOSYALARI İÇİNDE COMPTEUR UN HTML KODLARINI GÖRDÜ VE COMPTEUR UN MS-DOS DOSYALARINI ONLINE ŞEKİLDE YÖNETEBİLDİĞİNİ SÖYLEDİ



BENDEN SÖYLEMESİ...
Mesaj19.08.2008, 10:40 (UTC)    
Mesaj konusu:

Benden Tavsiye Sana ben bunu kullanıyorum.
www.sayyac.com
Önceki mesajları göster:   


Powered by phpBB © 2001, 2005 phpBB Group
Türkçe Çeviri: phpBB Türkiye & Erdem Çorapçıoğlu