xx gün xx saat xx dakika xx saniye sizlerleyiz - Google Fan Webmaster Forum
Google Fan Webmaster Forum  

Geri Dön   Google Fan Webmaster Forum > Genel Programlama > Web tabanlı uygulamalar > Vbulletin

Vbulletin Vbulletin Türkçe yardım

Cevapla
 
LinkBack Konu Seçenekleri
  #1 (permalink)  
Eski 03-03-2006, 13:38:57
BY_THUQ - ait Avatar  
Balıkesir Şubesi
Nerden: Balıkesir/edremit/akçay
Yaş: 25
Mesajlar: 705
iTrader Puanı: (0)
iTrader Feedback: (0%)
Rep puanı: 5
BY_THUQ isimli üyemiz hakkına hiçbir bilgimiz yok.
Thumbs up xx gün xx saat xx dakika xx saniye sizlerleyiz

Forumhome de



Aşağıdaki Kodu bulun

HTML Code:
<div><phrase 1="member.php?$session[sessionurl]u=$newuserid" 2="$newusername">$vbphrase[welcome_to_our_newest_member_x]</phrase></div> 
  </div> 




Altına bunları ekleyin

HTML Code:
setcountup(2005,05,20) 
//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+" 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> 
<ilayer id="countupnsmain" width=&{countupwidth}; height=&{countupheight}; bgColor=&{countupbgcolor}; visibility=hide><layer id="countupnssub" width=&{countupwidth}; height=&{countupheight}; left=0 top=0></layer></ilayer></div> 
__________________
7-24SYS - www.7-24sys.com 7-24CS - www.7-24cs.com
Alıntı ile Cevapla
Text Reklamlar
  #2 (permalink)  
Eski 30-04-2006, 10:51:31
Freezer - ait Avatar
 
Kastamonu Şubesi
Mesajlar: 1.249
iTrader Puanı: (17)
iTrader Feedback: (100%)
Rep puanı: 183
Freezer isimli üyemiz daha yolun başında.Freezer isimli üyemiz daha yolun başında.
Tanımlı

Arkadaş eksik eklemiş editledim kod budur..

FORUMHOME adlı templatede şu kodu bulun

HTML Code:
<div><phrase 1="member.php?$session[sessionurl]u=$newuserid" 2="$newusername">$vbphrase[welcome_to_our_newest_member_x]</phrase></div> 
</div> 
altna bu kodları ekliyoruz (açılış tarihi olarak geçen 07.10.05 tarihini kendinze göre editleyin...)

HTML Code:
<div> 
<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(2005,05,07) 
//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.docum ent.write(opentags+dday+ " gün, "+dhour+" saat, "+dmin+" dakika ve "+dsec+" saniyedir sizlerleyiz... "+displaymessage+closetags) 
document.countupnsmain.document.countupnssub.docum ent.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> 
<ilayer id="countupnsmain" width=&{countupwidth}; height=&{countupheight}; bgColor=&{countupbgcolor}; visibility=hide><layer id="countupnssub" width=&{countupwidth}; height=&{countupheight}; left=0 top=0></layer></ilayer></div> 
Alıntı ile Cevapla
  #3 (permalink)  
Eski 30-04-2006, 12:52:43
usekes - ait Avatar
 
İstanbul Şubesi
Nerden: web'de yaşam var mı?
Yaş: 21
Mesajlar: 1.759
iTrader Puanı: (1)
iTrader Feedback: (100%)
Rep puanı: 173
usekes isimli üyemiz daha yolun başında.usekes isimli üyemiz daha yolun başında.
Tanımlı

ben de bu kodu arıyordum yaw vb de
__________________
Türkçe İngilizce, İngilizce Türkçe tercüme yapılır. Pm atın ;)
Alıntı ile Cevapla
  #4 (permalink)  
Eski 30-04-2006, 13:01:43
usekes - ait Avatar
 
İstanbul Şubesi
Nerden: web'de yaşam var mı?
Yaş: 21
Mesajlar: 1.759
iTrader Puanı: (1)
iTrader Feedback: (100%)
Rep puanı: 173
usekes isimli üyemiz daha yolun başında.usekes isimli üyemiz daha yolun başında.
Tanımlı

megaturka verdigin kod çalışmıyor...

sayfada hataya sebep veriyor
__________________
Türkçe İngilizce, İngilizce Türkçe tercüme yapılır. Pm atın ;)
Alıntı ile Cevapla
  #5 (permalink)  
Eski 30-04-2006, 13:18:43
BY_THUQ - ait Avatar  
Balıkesir Şubesi
Nerden: Balıkesir/edremit/akçay
Yaş: 25
Mesajlar: 705
iTrader Puanı: (0)
iTrader Feedback: (0%)
Rep puanı: 5
BY_THUQ isimli üyemiz hakkına hiçbir bilgimiz yok.
Tanımlı

arkadaşlar.
ben eğer buraya birşey ekliyorsam
kendi sitemde çalışan kodu ekliyorum.
ona göre yazarsan mageturka sevinirim

usekes benim eklediğimi bir dene
herşeyi tam yaptığına dikkat et. sorunsuz çalışıyor eklediğim
__________________
7-24SYS - www.7-24sys.com 7-24CS - www.7-24cs.com
Alıntı ile Cevapla
  #6 (permalink)  
Eski 08-02-2007, 12:09:56
Üyeliği durduruldu
 
Adana Şubesi
Yaş: 39
Mesajlar: 48
iTrader Puanı: (0)
iTrader Feedback: (0%)
Rep puanı: 1
albayrak isimli üyemiz hakkına hiçbir bilgimiz yok.
Tanımlı

tşklerrrr.....
Alıntı ile Cevapla
Cevapla


Konuyu Toplam 1 üye okuyor. (0 Kayıtlı üye ve 1 Misafir)
 
Konu Seçenekleri

Yetkileriniz
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is Açık
Smileler Açık
[IMG] Kodları Açık
HTML-KodlarıKapalı
Trackbacks are Açık
Pingbacks are Açık
Refbacks are Açık

Bütün Zaman Ayarları WEZ +3 olarak düzenlenmiştir. Şu Anki Saat: 07:59:52 .


 
Telif Hakları vBulletin v3.7.4 © 2000-2008, ve Jelsoft Enterprises Ltd.'e Aittir.
Hosted by Radore Hosting Datacenter

“İnsanların en hayırlısı, insanlara faydalı olandır”. H.Ş

R10.net Donanım sponsoru Radyomix.fm

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