SMF Forum Sayfanıza Dijital Saat

Asi Ruh

Kayıtlı Üye
Forum Sayfanıza Dijital Saat

Forum sayfanızın sol üst köşesine dijital saat:


index.template.php dosyasında


Bu kodu Bul

PHP:
</head>

Altına yerleştir:

PHP:
<SCRIPT LANGUAGE="JavaScript">
<!--
document.write(setClock())
function setClock() {
 var text = ""
 var openImage = "<IMG SRC=\"" + getPath(location.href) + "dg"
 var closeImage = ".gif\" HEIGHT=21 WIDTH=16>"
 var now = new Date()
 var hour = now.getHours()
 var minute = now.getMinutes()
 now = null
 var ampm = ""
 if (hour >= 12) {
  hour -= 12
  ampm = "pm"
 } else
  ampm = "am"
 hour = (hour == 0) ? 12 : hour
 if (minute < 10)
  minute = "0" + minute // do not parse this number!
 minute += ""
 hour += ""
 for (var i = 0; i < hour.length; ++i) {
  text += openImage + hour.charAt(i) + closeImage
 }
 text += openImage + "c.gif\" HEIGHT=21 WIDTH=9>"
 for (var i = 0; i < minute.length; ++i) {
  text += openImage + minute.charAt(i) + closeImage
 }
 text += openImage + ampm + closeImage
 return text
}
function getPath(url) {
 lastSlash = url.lastIndexOf("/")
 return url.substring(0, lastSlash + 1)
}
// -->
</SCRIPT>
 
bayigram takipçi satın al instagram beğeni satın al instagram takipçi satın al tiktok takipçi satın al Buy Followers bugün haber
vozol
Geri
Üst