Etiketler: saniye büyümekteyiz
| Author | Message |
inzar
124 posts |
#2095 2007-05-05 20:41 GMT |
|
resimde anlaşılıyor demek istedigim
|
|
emre
81 posts |
#2105 2007-05-05 22:03 GMT |
|
bu ne inzar ilgi çekici bişiye benziyoda anlamadım
|
|
Kaan
2,035 posts |
#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
24 posts |
#2128 2007-05-06 09:53 GMT |
|
kaan ben denedım olmadı yaa :S yınede saol
|
|
Kaan
2,035 posts |
#2133 2007-05-06 10:22 GMT |
|
Benim siteye uyguluyorum hemen footer.tpl de görebilirsin.
Edit : Gyet iyi Çalışıyor. Sorun yok. |
|
NextCode
95 posts |
#2152 2007-05-06 14:02 GMT |
|
kaan saol dostum
|
|
|
Seditio Bir Efsane....
|
|
hakan
224 posts |
#2222 2007-05-07 11:42 GMT |
Quote 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
2,035 posts |
#2223 2007-05-07 11:45 GMT |
|
Çubugu aşağı çek görüceksin var oldugunu alt script kodunun
|
|
hakan
224 posts |
#2226 2007-05-07 11:57 GMT |
Quote 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
2,035 posts |
#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
224 posts |
#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
2,035 posts |
#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
224 posts |
#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
2,035 posts |
#2238 2007-05-07 15:02 GMT |
|
Klavyen bozulmuş
|
|
hakan
224 posts |
#2241 2007-05-07 15:15 GMT |
Quote cok komiq |
|
|
Umursamaz Tavr?m?n Hastas? Olunuz / Sanalrisk.ORg
Msn Durumum : No [img] ! |
Benzer konular (Similar topics) #BETA
| Konular | Mesajlar | Son Yazar | Güncelleme |
| Ah O Son Saniye Golü | 1 | KonuMatik | 122 Gün |
| Son Saniye Polemiği | 1 | KonuMatik | 143 Gün |
| Edu'nun Son Saniye Cinneti | 1 | KonuMatik | 143 Gün |
| burdaki gibi saniye ! | 3 | fotoparis | 263 Gün |




