Giriş yapmadınız.

Sayın ziyaretçi, AllaTurkaa sitesine hoş geldiniz. Eğer buraya ilk ziyaretiniz ise lütfen yardım bölümünü okuyunuz. Böylece bu sitenin nasıl çalıştığı konusunda ayrıntılı bilgilere ulaşabilirsiniz. Eğer sitenin tüm olanaklarından faydalanmak istiyorsanız, kayıt yaptırmayı düşünmelisiniz. Bunun için kayıt formunu kullanabilir ya da bu bağlantıya giderek kayıt işlemi hakkında daha fazla bilgi alabilirsiniz. Eğer önceden kayıt yaptırdıysanız buradan giriş yapabilirsiniz.

cemilbaba

Stajyer

  • Konuyu başlatan "cemilbaba"

Mesajlar: 58

Kayıt tarihi: Dec 22nd 2006

  • Özel mesaj gönder

1

Tuesday, 30.01.2007, 11:00

Sitenizde kimgirdi kim çıktı belirler tıkla ve gör

[code:1]<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 http://www.javadepo.com

// 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 yazın:", "Adınız(site sizi bu isimle hatırlıycak.")
setCookie("name", name, now)
document.write(" " + name + "")
//-->
</script>[/code:1]
cemil

korulu-fm

Stajyer

Mesajlar: 40

Kayıt tarihi: Mar 8th 2007

  • Özel mesaj gönder

2

Saturday, 2.06.2007, 15:44

eline sağlık çok güzel bir paylaşım.

djhsoo

Acemi

Mesajlar: 2

Kayıt tarihi: Jun 9th 2007

Konum: istanbul

  • Özel mesaj gönder

3

Saturday, 9.06.2007, 22:58

ELLERİNE SAĞLIK KARDESİM

CHIL3K3SH

Stajyer

Mesajlar: 21

Kayıt tarihi: Jun 19th 2007

  • Özel mesaj gönder

4

Tuesday, 19.06.2007, 16:55

teşekkürler ellerine sağlık

xseure

Stajyer

Mesajlar: 17

Kayıt tarihi: Jun 11th 2007

  • Özel mesaj gönder

5

Thursday, 2.08.2007, 06:56

güzel bir paylasim giren kisi ismini nerde görecem ben acaba

yerli

Acemi

Mesajlar: 2

Kayıt tarihi: Dec 16th 2007

  • Özel mesaj gönder

6

Sunday, 16.12.2007, 22:03

evet nerde görecez kimin girip ciktigini usta

omer68

Stajyer

Mesajlar: 47

Kayıt tarihi: Feb 24th 2008

Konum: Aksaray

  • Özel mesaj gönder

7

Sunday, 23.03.2008, 16:53

Paylaşım için teşekkürler. ellereni sağlık

selly72

Orta Düzey

Mesajlar: 395

Kayıt tarihi: Feb 16th 2008

Konum: Mönchengladbach

  • Özel mesaj gönder

8

Sunday, 23.03.2008, 18:20

tesekkürler paylasim icin

  • "60GeNCLiK" bir erkek

Mesajlar: 3,650

Kayıt tarihi: Dec 31st 2007

Konum: HOLLANDA

  • Özel mesaj gönder

9

Sunday, 23.03.2008, 20:58

cemilbaba, paylasim icin tskler

Mesajlar: 99

Kayıt tarihi: Jan 24th 2008

  • Özel mesaj gönder

10

Saturday, 12.04.2008, 21:44

sagol güzel miş yawww :) paylasım icin teşekurler kardesim

CcC-onur-CcC

Profesyonel

Mesajlar: 903

Kayıt tarihi: Mar 10th 2008

Konum: ALLATURKA ÞEHRÝ

  • Özel mesaj gönder

11

Monday, 30.06.2008, 23:08

saol kardes gzuelmıs

cansa

Acemi

Mesajlar: 7

Kayıt tarihi: Jul 22nd 2008

Konum: ANKARA

  • Özel mesaj gönder

12

Thursday, 24.07.2008, 20:10

ellerınıze yuregınıze emegınıze saglık

cansa

Acemi

Mesajlar: 7

Kayıt tarihi: Jul 22nd 2008

Konum: ANKARA

  • Özel mesaj gönder

13

Thursday, 24.07.2008, 20:11

bısey sormak ıstıyorum guest olarak gelen kişilerın kım olgunu ogrenme sansımız varmı acaba ? bilgileriniz için simdiden sonsuz tskl.

cansa

Acemi

Mesajlar: 7

Kayıt tarihi: Jul 22nd 2008

Konum: ANKARA

  • Özel mesaj gönder

14

Thursday, 24.07.2008, 20:12

f5 sürümde banlama olanagı varmı acaba bileniniz varmi

  • "D3NiZLi-Li" bir erkek

Mesajlar: 3,304

Kayıt tarihi: Jul 29th 2007

Konum: Denizli

  • Özel mesaj gönder

15

Thursday, 24.07.2008, 20:16

cansa, malesef flatcastta boyle imkan yok
F5 de banlama yok sol mause ile cift tiklamayla - isareti var
- yaptinmi sadece dinleyebilir...

katlan

Profesyonel

Mesajlar: 1,207

Kayıt tarihi: May 22nd 2008

Konum: www.katlanfm.com

  • Özel mesaj gönder

16

Thursday, 24.07.2008, 21:05

paylaşım için teşekkürler usta saol

C@NISI

Stajyer

Mesajlar: 123

Kayıt tarihi: Sep 28th 2008

Konum: Avusturya

  • Özel mesaj gönder

17

Thursday, 9.10.2008, 22:16

ya bu kodu nere eklicem onu anlayamadim bi türlü yardimci olursan sevinirim tskler altindere fm

Lilyumm

Stajyer

Mesajlar: 87

Kayıt tarihi: Sep 19th 2008

  • Özel mesaj gönder

18

Sunday, 7.12.2008, 11:33

cemilbaba Yuregine saglik...Paylasim icin tskler...

yusufyk

Stajyer

Mesajlar: 26

Kayıt tarihi: Apr 21st 2007

  • Özel mesaj gönder

19

Tuesday, 2.06.2009, 13:59

Arkadaşlar bu kodu nereye ekleyeceğiz bi değişiklik yapacakmiyiz radyo.indez sayfasina ekledim bisey cikmadi

Mesajlar: 37

Kayıt tarihi: May 28th 2009

Konum: MUGLA

  • Özel mesaj gönder

20

Monday, 18.01.2010, 04:59

tskr ben ekledim bi defalık giriste isim giriliyor aynı pcdn