Friday, July 23

Tutorial untuk bilangan kunjungan ke blog.

1

Hari ni ai add  lagi satu widget kat dalam blog ai.Nampak tak kat pic atas tu,ada ayat “Kunjungan terakhir ..bla..bla..bla..”Ha.tu la widget yang ai dah add hari ni.

Kalau korang nak jugak letak widget tu kat sidebar korang,copy jer code kat bawah dan add le kat sidebar html korang.Korang jugak leh ubah ayat tu kasi lebih sedap.. Selamat mencuba…. (-;

 

<script type="text/javascript">
/***********************************************
* Display time of last visit script- by JavaScriptKit.com
* This notice MUST stay intact for use
* Visit JavaScript Kit at http://www.javascriptkit.com/ for this script and more
***********************************************/
var days = 730; // days until cookie expires = 2 years.
var lastvisit=new Object();
var firstvisitmsg="Ini adalah kunjungan pertama anda di lovejurnal.com.  Selamat Datang!";
lastvisit.subsequentvisitmsg="Kunjungan terakhir anda pada  <b>[displaydate]</b>";
lastvisit.getCookie=function(Name){
var re=new RegExp(Name+"=[^;]+", "i");
if (document.cookie.match(re))
return document.cookie.match(re)[0].split("=")[1];
return'';
}
lastvisit.setCookie=function(name, value, days){
var expireDate = new Date();
var expstring=expireDate.setDate(expireDate.getDate()+parseInt(days));
document.cookie = name+"="+value+"; expires="+expireDate.toGMTString()+"; path=/";
}
lastvisit.showmessage = function() {
var wh = new Date();
if (lastvisit.getCookie("visitc") == "") {
lastvisit.setCookie("visitc", wh, days);
document.write(firstvisitmsg);
}
else {
var lv = lastvisit.getCookie("visitc");
var lvp = Date.parse(lv);
var now = new Date();
now.setTime(lvp);
var day = new Array("Sun", "Mon", "Tues", "Wed", "Thur", "Fri", "Sat");
var month = new Array ("Jan", "Feb", "Mar", "Apr", "May", "Jun", "Jul", "Aug", "Sep", "Oct", "Nov", "Dec");
var dd = now.getDate();
var dy = now.getDay();
dy = day[dy];
var mn = now.getMonth();
mn = month[mn];
yy = now.getFullYear();
var hh = now.getHours();
var ampm = "AM";
if (hh >= 12) {ampm = "PM"}
if (hh >12){hh = hh - 12};
if (hh == 0) {hh = 12}
if (hh < 10) {hh = "0" + hh};
var mins = now.getMinutes();
if (mins < 10) {mins = "0"+ mins}
var secs = now.getSeconds();
if (secs < 10) {secs = "0" + secs}
var dispDate = dy + ", " + mn + " " + dd + ", " + yy + " " + hh + ":" + mins + ":" + secs + " " + ampm
document.write(lastvisit.subsequentvisitmsg.replace("\[displaydate\]", dispDate))
}
lastvisit.setCookie("visitc", wh, days);
}
lastvisit.showmessage();
</script><br />
<script>
function GetCookie (name) {
var arg = name + "=";
var alen = arg.length;
var clen = document.cookie.length;
var i = 0;
while (i < clen) {
var j = i + alen;
if (document.cookie.substring(i, j) == arg)
return getCookieVal (j);
i = document.cookie.indexOf(" ", i) + 1;
if (i == 0) break;
}
return null;
}
function SetCookie (name, value) {
var argv = SetCookie.arguments;
var argc = SetCookie.arguments.length;
var expires = (argc > 2) ? argv[2] : null;
var path = (argc > 3) ? argv[3] : null;
var domain = (argc > 4) ? argv[4] : null;
var secure = (argc > 5) ? argv[5] : false;
document.cookie = name + "=" + escape (value) +
((expires == null) ? "" : ("; expires=" + expires.toGMTString())) +
((path == null) ? "" : ("; path=" + path)) +
((domain == null) ? "" : ("; domain=" + domain)) +
((secure == true) ? "; secure" : "");
}
function DeleteCookie (name) {
var exp = new Date();
exp.setTime (exp.getTime() - 1);
var cval = GetCookie (name);
document.cookie = name + "=" + cval + "; expires=" + exp.toGMTString();
}
var expDays = 30;
var exp = new Date();
exp.setTime(exp.getTime() + (expDays*24*60*60*1000));
function amt(){
var count = GetCookie('count')
if(count == null) {
SetCookie('count','1')
return 1
}
else {
var newcount = parseInt(count) + 1;
DeleteCookie('count')
SetCookie('count',newcount,exp)
return count
}
}
function getCookieVal(offset) {
var endstr = document.cookie.indexOf (";", offset);
if (endstr == -1)
endstr = document.cookie.length;
return unescape(document.cookie.substring(offset, endstr));
}
</script>
<script>
document.write("Anda pernah singgah di lovejurnal.com sebanyak <b>" + amt() + "</b> kali.")
</script>

12 comments:

Dc on July 23, 2010 at 12:53 PM said... [Reply]

nice entry:)

leeza on July 23, 2010 at 1:05 PM said... [Reply]

@Dctry la :-)

Cik Kumbang on July 23, 2010 at 4:56 PM said... [Reply]

tQ for the sharing...

marina anakcikbob on July 23, 2010 at 6:32 PM said... [Reply]

kak...sy de wat tutorial gak..
tp coding2 tu sume xnampak..
kenapa ek..
da wat quote pon xboley.. :((

HAZRIL HAFIZ on July 23, 2010 at 10:53 PM said... [Reply]

nice entry=))

leeza on July 26, 2010 at 10:19 AM said... [Reply]

@cik kumbang sama-sama cik kumbang..

leeza on July 26, 2010 at 10:21 AM said... [Reply]

@marina anakcikbob mar.kalau guna blogger punya post mmg susah..akak dulu pun selalu jd cmtu..last akak tukar guna WLW..mmg sangat senang..try la guna yek WLW yek

leeza on July 26, 2010 at 10:21 AM said... [Reply]

@HaFizRahMaN.com thanks hafiz :-)

marina anakcikbob on July 26, 2010 at 10:52 AM said... [Reply]

kak,tumpang tanya,,
WLW tu apa..
saya budak baru belajar..
huuu...
harap xmenyusahkan..
:(

leeza on July 26, 2010 at 11:18 AM said... [Reply]

@marina anakcikbob window live writer..download jer..free..pastu nak post entri ngn gambar sangat senang..xyah ada connection pun leh wat entry baru..

marina anakcikbob on July 26, 2010 at 11:26 AM said... [Reply]

ok...maceh kak..
da donlod da..
hehe..

w on November 7, 2010 at 11:10 AM said... [Reply]
This comment has been removed by the author.

Post a Comment

 

Ratuhati Kami

  • Harith
  • Harith
  • Harith
  • Harith
  • Harith
  • Harith
  • Harith
  • Harith

Celebs Blog

Leeza Mohamad Copyright © 2010 Love Journal is Sponsored by HazlizaHusaini'sFamily