0 Üye ve 1 Ziyaretçi Konuyu İncelemekte. Aşağı İn :)
Sayfa 1
Konu: Siteye Kim Girdi Kim Cikti  (Okunma Sayısı: 1388 Kere Okundu.)
« : Mart 07, 2008, 03:57:10 ÖS »

YabanGulum64
*
Üye No : 7
Yaş : 33
Nerden : Uşak
Cinsiyet : Bayan
Konu Sayısı : 562
Mesaj Sayısı : 3 925
Karizma = 3174


<html>
<script>
<!--
// Copyright (c) 1996-1997 Tomer Shiran. All rights reserved.
// Permission given to use the script provided that this notice remains as is.
// Additional scripts can be found at WeBCaNaVaRi'na Üye Olmadan Link'leri ve Kod'ları Göremezsiniz.
Link'leri Görebilmek İçin. Üye Ol. veya Giriş Yap.


// Boolean variable specified if alert should be displayed if cookie exceeds 4KB
var caution = false

// name - name of the cookie
// value - value of the cookie
// [expires] - expiration date of the cookie (defaults to end of current session)
// [path] - path for which the cookie is valid (defaults to path of calling document)
// [domain] - domain for which the cookie is valid (defaults to domain of calling document)
// [secure] - Boolean value indicating if the cookie transmission requires a secure transmission
// * an argument defaults when it is assigned null as a placeholder
// * a null placeholder is not required for trailing omitted arguments
function setCookie(name, value, expires, path, domain, secure) {
var curCookie = name + "=" + escape(value) +
((expires) ? "; expires=" + expires.toGMTString() : "") +
((path) ? "; path=" + path : "") +
((domain) ? "; domain=" + domain : "") +
((secure) ? "; secure" : "")
if (!caution || (name + "=" + escape(value)).length <= 4000)
document.cookie = curCookie
else
if (confirm("Cookie exceeds 4KB and will be cut!"))
document.cookie = curCookie
}

// name - name of the desired cookie
// * return string containing value of specified cookie or null if cookie does not exist
function getCookie(name) {
var prefix = name + "="
var cookieStartIndex = document.cookie.indexOf(prefix)
if (cookieStartIndex == -1)
return null
var cookieEndIndex = document.cookie.indexOf(";", cookieStartIndex + prefix.length)
if (cookieEndIndex == -1)
cookieEndIndex = document.cookie.length
return unescape(document.cookie.substring(cookieStartIndex + prefix.length, cookieEndIndex))
}

// name - name of the cookie
// [path] - path of the cookie (must be same as path used to create cookie)
// [domain] - domain of the cookie (must be same as domain used to create cookie)
// * path and domain default if assigned null or omitted if no explicit argument proceeds
function deleteCookie(name, path, domain) {
if (getCookie(name)) {
document.cookie = name + "=" +
((path) ? "; path=" + path : "") +
((domain) ? "; domain=" + domain : "") +
"; expires=Thu, 01-Jan-70 00:00:01 GMT"
}
}

// date - any instance of the Date object
// * you should hand all instances of the Date object to this function for "repairs"
// * this function is taken from Chapter 14, "Time and Date in JavaScript", in "Learn Advanced JavaScript Programming"
function fixDate(date) {
var base = new Date(0)
var skew = base.getTime()
if (skew > 0)
date.setTime(date.getTime() - skew)
}

var now = new Date()
fixDate(now)
now.setTime(now.getTime() + 31 * 24 * 60 * 60 * 1000)
var name = getCookie("name")
if (!name)
name = prompt("Lütfen isminizi yazin:", "Adiniz(site sizi bu isimle hatirliycak.")
setCookie("name", name, now)
document.write(" " + name + "")
//-->
</script>

</html>

WeBCaNaVaRi Botu

Bu Site Mükemmel :)

*****

Çevrimİçi Çevrimİçi

Mesajlar: 222 194


View Profile
Re: Siteye Kim Girdi Kim Cikti
« Posted on: Mart 29, 2024, 03:23:31 ÖÖ »

 
      Üye Olunuz.!
Merhaba Ziyaretçi. Öncelikle Sitemize Hoş Geldiniz. Ben WeBCaNaVaRi Botu Olarak, Siteden Daha Fazla Yararlanmanız İçin Üye Olmanızı ŞİDDETLE Öneririm. Unutmayın ki; Üyelik Ücretsizdir. :)

Giriş Yap.  Kayıt Ol.
Anahtar Kelimeler: Siteye Kim Girdi Kim Cikti e-book, Siteye Kim Girdi Kim Cikti programı, Siteye Kim Girdi Kim Cikti oyunları, Siteye Kim Girdi Kim Cikti e-kitap, Siteye Kim Girdi Kim Cikti download, Siteye Kim Girdi Kim Cikti hikayeleri, Siteye Kim Girdi Kim Cikti resimleri, Siteye Kim Girdi Kim Cikti haberleri, Siteye Kim Girdi Kim Cikti yükle, Siteye Kim Girdi Kim Cikti videosu, Siteye Kim Girdi Kim Cikti şarkı sözleri, Siteye Kim Girdi Kim Cikti msn, Siteye Kim Girdi Kim Cikti hileleri, Siteye Kim Girdi Kim Cikti scripti, Siteye Kim Girdi Kim Cikti filmi, Siteye Kim Girdi Kim Cikti ödevleri, Siteye Kim Girdi Kim Cikti yemek tarifleri, Siteye Kim Girdi Kim Cikti driverları, Siteye Kim Girdi Kim Cikti smf, Siteye Kim Girdi Kim Cikti gsm
Yanıtla #1
« : Mart 07, 2008, 04:03:26 ÖS »

xxRuzqaRxx
*
Üye No : 2
Nerden : İstanbul
Cinsiyet : Bay
Konu Sayısı : 1921
Mesaj Sayısı : 13 559
Karizma = 57


wayy qüzelmiş bu emeqine saqlık +Rep

İhtişamlı bi avare
Yanıtla #2
« : Nisan 07, 2008, 04:36:18 ÖÖ »
Avatar Yok

By.CeZa
*
Üye No : 293
Nerden : İstanbul
Cinsiyet : Bay
Konu Sayısı : 12191
Mesaj Sayısı : 28 687
Karizma = 11179


wow FBI cılık kodu gibi eüühügeüh.. Öldüm Gülmekten.
Sayfa 1
Yukarı Çık :)
Gitmek istediğiniz yer:  


Benzer Konular
Konu Başlığı Başlatan Yanıtlar Görüntü Son Mesaj
osmanli tokadi nasil ortaya cikti
Tarih
Lady32 6 1816 Son Mesaj Mayıs 02, 2008, 10:17:34 ÖS
Gönderen : [-MuRaT-]
Siteye Katılma « 1 2 »
Tanışalım Kaynaşalım.
nevzat 19 3151 Son Mesaj Haziran 10, 2009, 11:39:23 ÖS
Gönderen : SeytaN
Erkekler Daha Dedikoducu Cikti
Kadınca
Mavi_Kiyamet 8 1732 Son Mesaj Aralık 21, 2009, 06:02:05 ÖS
Gönderen : Salvatore
Siteye Yeni Üye Oldum :)
Tanışalım Kaynaşalım.
yuuki_chan 8 1459 Son Mesaj Ekim 31, 2012, 10:07:35 ÖS
Gönderen : Mavi_Kiyamet
Süpürkemi Kaybetmiştim Siteye Giremiyordum Ama Buldum Sonundaa :) « 1 2 »
Tanışalım Kaynaşalım.
cadı_kız 18 13123 Son Mesaj Haziran 24, 2015, 12:25:56 ÖÖ
Gönderen : *Dantes*


Theme: WeBCaNaVaRi 2011 Copyright 2011 Simple Machines SiteMap | Arsiv | Wap | imode | Konular