Neler yeni

Welcome to SATBİL FORUM PAYLAŞIM

Join us now to get access to all our features. Once registered and logged in, you will be able to create topics, post replies to existing threads, give reputation to your fellow members, get your own private messenger, and so, so much more. It's also quick and totally free, so what are you waiting for?

Bir Satbil Forum Efsanesi

Satbil Reklam Alanı

Satbil Forum Reklam

Navbarda Tarih Ve Saat (TÜRKÇE)

digimy

Banned
Local time
02:48
Katılım
17 Mayıs 2006
Mesajlar
49
Tepkime puanı
1
Puanları
0
Yaş
38
navbar templatesinde şu kısmı bulun ;


PHP:
<if condition="$show['pmstats']"><br /><phrase 1="$vbphrase[unread_x_nav_compiled]" 2="$vbphrase[total_x_nav_compiled]" 3="$session[sessionurl_q]">$vbphrase[private_messages_nav]</phrase></if>

altına ekleyin ;


PHP:
<div id="clock">Loading...</div> 
<script type="text/javascript"> 
function refrClock() 
{ 
var d=new Date(); 
var s=d.getSeconds(); 
var m=d.getMinutes(); 
var h=d.getHours(); 
var day=d.getDay(); 
var date=d.getDate(); 
var month=d.getMonth(); 
var year=d.getFullYear(); 
var days=new Array("Pazar"*"Pazartesi"*"Salı"*"Çarşamba"*"Perşembe"*"Cuma"*"Cumartesi"); 
var months=new Array("Ocak"*"Şubat"*"Mart"*"Nisan"*"Mayıs"*"Haziran"*"Temmuz"*"Ağustos"*"Eylül"*"Ekim"*"Kasım"*"Aralık"); 
var am_pm; 
if (s<10) {s="0" + s} 
if (m<10) {m="0" + m} 
if (h<10) {h="0" + h} 
if (h>12) {h-=12;am_pm = "PM"} 
else {am_pm = "AM"} 
document.getElementById("clock").innerHTML=days[day] + " | " + date + " " + months[month] + " * " + year + " | " + h + ":" + m + ":" + s + " " + am_pm; 
setTimeout("refrClock()"*1000); 
} 
refrClock(); 
</script>
 
shape1
shape2
shape3
shape4
shape7
shape8
Üst