Seditio ve Ldu hakkında sınırsız arama yapın
 
 
> 1 <

Etiketler: saniye büyümekteyiz

Author Message

inzar

Members


Online status

124 posts

Location: Turkey
Occupation:
Age:

#2095   2007-05-05 20:41 GMT      

resimde anlaşılıyor demek istedigim

emre

Members


Online status

81 posts

Location: Turkey ankara
Occupation: ö?renci
Age:

#2105   2007-05-05 22:03 GMT      
bu ne inzar ilgi çekici bişiye benziyoda anlamadım

Kaan

Moderators


Online status

2,134 posts
http://www.ntka.org
Pagerank: 2

Location: Turkey
Occupation: Destek
Age: 26

#2108   2007-05-05 23:01 GMT      

Bu Kodu Footer.tpl ye yapıştır.

Code:
<script language="JavaScript1.2">

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(2006,11,16)
//STEP 2: Configure text to be attached to count up
var displaymessage="(her saniye büyüyoruz)"
//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+" her saniye büyümekteyiz... "+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>

TurKШoLF

Members


Online status

24 posts

Location: Turkey
Occupation:
Age:

#2128   2007-05-06 09:53 GMT      
kaan ben denedım olmadı yaa :S yınede saol

Kaan

Moderators


Online status

2,134 posts
http://www.ntka.org
Pagerank: 2

Location: Turkey
Occupation: Destek
Age: 26

#2133   2007-05-06 10:22 GMT      
Benim siteye uyguluyorum hemen footer.tpl de görebilirsin.

Edit : Gyet iyi Çalışıyor. Sorun yok.

NextCode

Members


Online status

147 posts
http://www.nextcode.us
Pagerank: 0

Location: Turkey İstanbul
Occupation: System Engineer ( Reading % 12)
Age: 21

#2152   2007-05-06 14:02 GMT      
kaan saol dostum
MSCS+P+M+S

hakan

Members


Online status

230 posts
http://www.sanalrisk.org
Pagerank: 0

Location: Turkey ?zmir
Occupation:
Age: 24

#2222   2007-05-07 11:42 GMT      
Quote
TurKШoLF :
kaan ben denedım olmadı yaa :S yınede saol




ewet olmaz cünkü alta </script> kodu yok nerde cıkmasını istiyorsan

aşağıdaki kodları <head> </head> arasına koy

Code:
<script language="JavaScript1.2">

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(2007,01,17)
//STEP 2: Configure text to be attached to count up
var displaymessage=" (her saniye büyüyoruz sizinle beraber güçleniyoruz. ilginiz için teşekkürler.)"
//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+" her saniye büyümekteyiz... "+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 dir sizinleyiz."+displaymessage+closetags
setTimeout("countup()",1000)
}
</script>
Umursamaz Tavr?m?n Hastas? Olunuz / Sanalrisk.ORg

Msn Durumum :
No [img] !

Kaan

Moderators


Online status

2,134 posts
http://www.ntka.org
Pagerank: 2

Location: Turkey
Occupation: Destek
Age: 26

#2223   2007-05-07 11:45 GMT      
Çubugu aşağı çek görüceksin var oldugunu alt script kodunun

hakan

Members


Online status

230 posts
http://www.sanalrisk.org
Pagerank: 0

Location: Turkey ?zmir
Occupation:
Age: 24

#2226   2007-05-07 11:57 GMT      

Quote
Kaan :
Çubugu aşağı çek görüceksin var oldugunu alt script kodunun



sorry benim pcde gözükmüyor maalesef o zaman arkadaş head arasına koymadıgı için cıkmamıs olabilir
Umursamaz Tavr?m?n Hastas? Olunuz / Sanalrisk.ORg

Msn Durumum :
No [img] !

Kaan

Moderators


Online status

2,134 posts
http://www.ntka.org
Pagerank: 2

Location: Turkey
Occupation: Destek
Age: 26

#2228   2007-05-07 12:06 GMT      
gerek yok head arasına koymaya gerek yok footer.tpl de <!-- END: FOOTER --> önce koydugu zaman çalışır.

Code:
<script language="JavaScript1.2">

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(2007,01,17)
//STEP 2: Configure text to be attached to count up
var displaymessage=" (her saniye büyüyoruz .)"
//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+" her saniye büyümekteyiz... "+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 dir sizinleyiz."+displaymessage+closetags
setTimeout("countup()",1000)
}
</script>


<!-- END: FOOTER --> buranın üstüne ekleyin.

hakan

Members


Online status

230 posts
http://www.sanalrisk.org
Pagerank: 0

Location: Turkey ?zmir
Occupation:
Age: 24

#2233   2007-05-07 13:47 GMT      
bi sorunum var ben bu kodları header.tpl ekledim yalnız benim header.tpl bide sanalklavye için script kodu var bunu ekleyince o diger sanalklavye cıkmıyor bu kodu siliyorum sanalklavye cıkıyor bu sefer neden olabilir acaba
Umursamaz Tavr?m?n Hastas? Olunuz / Sanalrisk.ORg

Msn Durumum :
No [img] !

Kaan

Moderators


Online status

2,134 posts
http://www.ntka.org
Pagerank: 2

Location: Turkey
Occupation: Destek
Age: 26

#2234   2007-05-07 14:16 GMT      
Çakışma yapıyor alt alta ekleme birisini en üste ekle diğerinide en alta ekle dene.

hakan

Members


Online status

230 posts
http://www.sanalrisk.org
Pagerank: 0

Location: Turkey ?zmir
Occupation:
Age: 24

#2236   2007-05-07 14:37 GMT      

denedim o sekilde olmadı nese bosver footer.tpl ekledim..


gene cıkmıyor sanalklavye alla alla anlamadım gitti ya ikiside ayrı yerlerde :S
Umursamaz Tavr?m?n Hastas? Olunuz / Sanalrisk.ORg

Msn Durumum :
No [img] !

Kaan

Moderators


Online status

2,134 posts
http://www.ntka.org
Pagerank: 2

Location: Turkey
Occupation: Destek
Age: 26

#2238   2007-05-07 15:02 GMT      
Klavyen bozulmuş

hakan

Members


Online status

230 posts
http://www.sanalrisk.org
Pagerank: 0

Location: Turkey ?zmir
Occupation:
Age: 24

#2241   2007-05-07 15:15 GMT      
Quote
Kaan :
Klavyen bozulmuş



cok komiq yaw kafayı sıyıracam o kodu ekledigimde cıkmıyor o degil biri header.tpl ekli digeri footer.tpl de gene cıkmıyor
Umursamaz Tavr?m?n Hastas? Olunuz / Sanalrisk.ORg

Msn Durumum :
No [img] !
> 1 <

Benzer konular (Similar topics) #BETA

Keywords (beta):

Forum Arşiv (beta):

[1] [2] [3] [4] [5] [6] [7] [8] [9] [10] [11] [12] [13] [14] [15] [16] [17] [18] [19] [20] [21] [22] [23] [24] [25] [26] [27] [28] [29] [30] [31] [32] [33] [34] [35] [36] [37] [38] [39] [40] [41] [42] [43] [44] [45] [46] [47] [48] [49] [50] [51] [52] [53] [54] [55] [56] [57] [58] [59] [60] [61] [62] [63] [64] [65] [66] [67] [68] [69] [70] [71] [72] [73] [74] [75] [76] [77] [78] [79] [80] [81] [82] [83] [84] [85] [86] [87] [88] [89] [90] [91] [92] [93] [94] [95] [96] [97] [98] [99] [100] [101] [102] [103] [104] [105] [106] [107] [108] [109] [110] [111] [112] [113] [114] [115] [116] [117] [118] [119] [120] [121] [122] [123] [124] [125] [126] [127] [128] [129] [130] [131] [132] [133] [134] [135] [136] [137] [138] [139] [140] [141] [142] [143] [144] [145] [146] [147] [148] [149] [150] [151] [152] [153] [154] [155] [156] [157] [158] [159] [160] [161] [162] [163] [164] [165] [166] [167] [168] [169] [170] [171] [172] [173] [174] [175] [176] [177] [178] [179] [180] [181] [182] [183] [184] [185] [186] [187] [188] [189] [190] [191] [192] [193] [194] [195] [196] [197] [198] [199] [200] [201] [202] [203] [204] [205] [206] [207] [208] [209] [210] [211] [212] [213] [214] [215] [216] [217] [218] [219] [220] [221] [222] [223] [224] [225] [226] [227] [228] [229] [230] [231] [232] [233] [234] [235] [236] [237] [238] [239] [240] [241] [242] [243] [244] [245] [246] [247] [248] [249] [250] [251] [252] [253] [254] [255] [256] [257] [258] [259] [260] [261] [262] [263] [264] [265] [266] [267] [268] [269] [270] [271] [272] [273] [274] [275] [276] [277] [278] [279]