Forum'da ara:
Ara


Yazar Mesaj
Mesaj09.03.2009, 11:34 (UTC)    
Mesaj konusu: bu kodu bilen varsa buraya yazsın

SİTEMİZ...gün...saat...dakika...saniye'DİR HİZMET VERMEKTEDİR.

bu kodu bilen varsa buraya yazsın

http://vurgu34.tr.gg/Kat%26%23305%3Bld%26%23305%3B%26%23287%3B%26%23305%3Bm%26%23305%3Bz-Yar%26%23305%3B%26%23351%3Bmalar.htm?PHPSESSID=2b9d5773900fa440ce94e265959e293a

bu sayfanın altındaki gibi olsun
______________


En son dersadasi tarafından 09.03.2009 16:15:04 tarihinde değiştirildi, toplam 1 kere değiştirildi
Mesaj09.03.2009, 11:45 (UTC)    
Mesaj konusu: yokmu

bir yardım eden yok muu?
______________
Mesaj09.03.2009, 11:47 (UTC)    
Mesaj konusu:

verdiğin sitede öyle bişey yok ama neresinde yazıyor
Mesaj09.03.2009, 12:08 (UTC)    
Mesaj konusu:

mysebebim yazmış:
verdiğin sitede öyle bişey yok ama neresinde yazıyor


sonunda biraz bekle geliyor

onun gibi olmasada olur
______________
Mesaj09.03.2009, 12:11 (UTC)    
Mesaj konusu:



anasayfaya tıkla örnegin orada en altta bu bilgi var. ok.
______________
--
Mesaj09.03.2009, 12:12 (UTC)    
Mesaj konusu:

bedava-oyun-lar yazmış:


anasayfaya tıkla örnegin orada en altta bu bilgi var. ok.


aynen
______________
Mesaj09.03.2009, 12:13 (UTC)    
Mesaj konusu:

ben bi diger üyeligimle giriyim banım açılmış mı? bakıyım. 14:12:00 da açılıyodu şimdi 14:13:00 Razz
______________
--
Mesaj09.03.2009, 12:34 (UTC)    
Mesaj konusu:

Buyrun ; Ama Aynısı Değiil...

Kod:

<!--  http://www.kodmerkezi.com -->

<CENTER>

<script language="javascript1.2">

var tarih=new Date()

var yil=tarih.getYear()

var ay=tarih.getMonth()

var gun=tarih.getDate()

var gun2=tarih.getDay()

if(ay==0){ay="Ocak"}

if(ay==1){ay="Şubat"}

if(ay==2){ay="Mart"}

if(ay==3){ay="Nisan"}

if(ay==4){ay="Mayıs"}

if(ay==5){ay="Haziran"}

if(ay==6){ay="Temmuz"}

if(ay==7){ay="Ağustos"}

if(ay==8){ay="Eylül"}

if(ay==9){ay="Ekim"}

if(ay==10){ay="Kasım"}

if(ay==11){ay="Aralık"}

 

if(gun2==0){gun2="Pazar"}

if(gun2==1){gun2="Pazartesi"}

if(gun2==2){gun2="Salı"}

if(gun2==3){gun2="Çarşamba"}

if(gun2==4){gun2="Perşembe"}

if(gun2==5){gun2="Cuma"}

if(gun2==6){gun2="Cumartesi"}

 

var bos=" "

toplam=document.write( +gun+bos+ay+bos+yil+bos+bos+gun2)

</script>




<!-- saat başla -->

 
<HEAD>
<script language="JavaScript">
<!--
function show(){
if (!document.layers&&!document.all)
return
 var Digital=new Date()
 var hours=Digital.getHours()
 var minutes=Digital.getMinutes()
 var seconds=Digital.getSeconds()
 var dn=""
 if (hours>12){
 dn=""
 hours=hours-12
 }
 if (hours==0)
 hours=12
 if (minutes<=9)
 minutes="0"+minutes
 if (seconds<=9)
 seconds="0"+seconds

//change font size here to your desire

myclock=+hours+":"+minutes+":"
 +seconds+" "+dn+"</b></font>"
if (document.layers){
document.layers.liveclock.document.write(myclock)
document.layers.liveclock.document.close()
}
else if (document.all)
liveclock.innerHTML=myclock
setTimeout("show()",1000)
 }
//-->
 </script>


</HEAD>

<BODY>
<span id="liveclock" >
</span>
<!-- ### Sayfanın javascript kodu buradan başlamaktadır ### -->
<SCRIPT LANGUAGE="JavaScript">
<!--
 setTimeout('show()',10);
//-->
</SCRIPT>
</BODY>
</HTML>




<!--  http://www.kodmerkezi.com -->


______________



Mesaj09.03.2009, 12:36 (UTC)    
Mesaj konusu:

ama o kod sadece tarihi yazıyor.. saat ..
______________
--
Mesaj09.03.2009, 12:37 (UTC)    
Mesaj konusu:

Hayır Günüde Gösteriyor...Ama Aynısı Değil...

Önizleme ; http://www.kodmerkezi.com/onizle.asp?id=9
______________



Mesaj09.03.2009, 12:42 (UTC)    
Mesaj konusu:

http://vurgu34.tr.gg

bu adresdeki yerde onu kaynak butonundan kodu alamayız mı??
______________
--
Mesaj09.03.2009, 13:34 (UTC)    
Mesaj konusu:

buyrun arkadaşlar Wink

Kod:
<script language="JavaScript">

function setcountup(theyear,themonth,theday){
yr=theyear;mo=themonth;da=theday
}
//////////CONFIGURE THE countup SCRIPT HERE//////////////////
//STEP 1: Configure the date to count up from, in the format year, month, day:
//This date should be less than today
setcountup(2008,6,01)
//STEP 2: Configure text to be attached to count up
var displaymessage="'Dir Hizmet etmektedir"
//STEP 3: Configure the below 5 variables to set the width, height, background color, and text style of the countup area
var countupwidth='95%'
var countupheight='20px' //applicable only in NS4
var countupbgcolor='alt1'
var opentags='<span class="smallfont">'
var closetags='</span>'
//////////DO NOT EDIT PASS THIS LINE//////////////////
var montharray=new Array("Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec")

var crosscount=''
function start_countup(){
if (document.layers)
document.countupnsmain.visibility="show"
else if (document.all||document.getElementById)
crosscount=document.getElementById&&!document.all?document.getElementById("countupie") : countupie
countup()
}
if (document.all||document.getElementById)
document.write('<span id="countupie" style="width:'+countupwidth+'; background-color:'+countupbgcolor+'"></span>')
window.onload=start_countup

function countup(){
var today=new Date()
var todayy=today.getYear()
if (todayy < 1000)
todayy+=1900
var todaym=today.getMonth()
var todayd=today.getDate()
var todayh=today.getHours()
var todaymin=today.getMinutes()
var todaysec=today.getSeconds()
var todaystring=montharray[todaym]+" "+todayd+", "+todayy+" "+todayh+":"+todaymin+":"+todaysec
paststring=montharray[mo-1]+" "+da+", "+yr
dd=Date.parse(todaystring)-Date.parse(paststring)
dday=Math.floor(dd/(60*60*1000*24)*1)
dhour=Math.floor((dd%(60*60*1000*24))/(60*60*1000)*1)
dmin=Math.floor(((dd%(60*60*1000*24))%(60*60*1000))/(60*1000)*1)
dsec=Math.floor((((dd%(60*60*1000*24))%(60*60*1000))%(60*1000))/1000*1)
if (document.layers){
document.countupnsmain.document.countupnssub.document.write(opentags+dday+ " gün, "+dhour+" saat, "+dmin+" dakika ve "+dsec+" saniyedir sizlerleyiz... "+displaymessage+closetags)
document.countupnsmain.document.countupnssub.document.close()
}
else if (document.all||document.getElementById)
crosscount.innerHTML=opentags+dday+ " gün, "+dhour+" saat, "+dmin+" dakika ve "+dsec+" saniye "+displaymessage+closetags
setTimeout("countup()",1000)
}
        </script>

______________
Mesaj09.03.2009, 16:10 (UTC)    
Mesaj konusu:

yeni-htmlkodlar yazmış:
buyrun arkadaşlar Wink

Kod:
<script language="JavaScript">

function setcountup(theyear,themonth,theday){
yr=theyear;mo=themonth;da=theday
}
//////////CONFIGURE THE countup SCRIPT HERE//////////////////
//STEP 1: Configure the date to count up from, in the format year, month, day:
//This date should be less than today
setcountup(2008,6,01)
//STEP 2: Configure text to be attached to count up
var displaymessage="'Dir Hizmet etmektedir"
//STEP 3: Configure the below 5 variables to set the width, height, background color, and text style of the countup area
var countupwidth='95%'
var countupheight='20px' //applicable only in NS4
var countupbgcolor='alt1'
var opentags='<span class="smallfont">'
var closetags='</span>'
//////////DO NOT EDIT PASS THIS LINE//////////////////
var montharray=new Array("Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec")

var crosscount=''
function start_countup(){
if (document.layers)
document.countupnsmain.visibility="show"
else if (document.all||document.getElementById)
crosscount=document.getElementById&&!document.all?document.getElementById("countupie") : countupie
countup()
}
if (document.all||document.getElementById)
document.write('<span id="countupie" style="width:'+countupwidth+'; background-color:'+countupbgcolor+'"></span>')
window.onload=start_countup

function countup(){
var today=new Date()
var todayy=today.getYear()
if (todayy < 1000)
todayy+=1900
var todaym=today.getMonth()
var todayd=today.getDate()
var todayh=today.getHours()
var todaymin=today.getMinutes()
var todaysec=today.getSeconds()
var todaystring=montharray[todaym]+" "+todayd+", "+todayy+" "+todayh+":"+todaymin+":"+todaysec
paststring=montharray[mo-1]+" "+da+", "+yr
dd=Date.parse(todaystring)-Date.parse(paststring)
dday=Math.floor(dd/(60*60*1000*24)*1)
dhour=Math.floor((dd%(60*60*1000*24))/(60*60*1000)*1)
dmin=Math.floor(((dd%(60*60*1000*24))%(60*60*1000))/(60*1000)*1)
dsec=Math.floor((((dd%(60*60*1000*24))%(60*60*1000))%(60*1000))/1000*1)
if (document.layers){
document.countupnsmain.document.countupnssub.document.write(opentags+dday+ " gün, "+dhour+" saat, "+dmin+" dakika ve "+dsec+" saniyedir sizlerleyiz... "+displaymessage+closetags)
document.countupnsmain.document.countupnssub.document.close()
}
else if (document.all||document.getElementById)
crosscount.innerHTML=opentags+dday+ " gün, "+dhour+" saat, "+dmin+" dakika ve "+dsec+" saniye "+displaymessage+closetags
setTimeout("countup()",1000)
}
        </script>


sağol
______________
Mesaj09.03.2009, 21:07 (UTC)    
Mesaj konusu:

rica ederim Wink
______________
Önceki mesajları göster:   


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