SMF For Free Support Forum

SMF For Free Support => SMF For Free Codes and Support => Topic started by: Qub1 on March 30, 2008, 02:10:36 pm

Title: [CODE] How many page(s) have you Visited? [Qub1]
Post by: Qub1 on March 30, 2008, 02:10:36 pm
Forum Url: http://qub1test.smfforfree4.com
This Code will show your users how many Pages they have visited of your forum...
It'll look like this:

Previeuw (http://www.qub1test.smfforfree4.com)

Just follow these instructions:

Paste this in your Headers:
Code: [Select]
<script language="Javascript"><!--
function getCookieVal (offset) { var endstr = document.cookie.indexOf (";", offset); if (endstr == -1) endstr = document.cookie.length; return unescape(document.cookie.substring(offset, endstr)); } 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(); FixCookieDate (exp); exp.setTime (exp.getTime() - 1);  var cval = GetCookie (name); if (cval != null) document.cookie = name + "=" + cval + "; expires=" + exp.toGMTString(); } var expdate = new Date(); var hoevaak_bezocht; expdate.setTime(expdate.getTime() + (5*24*60*60*1000)); if (!(hoevaak_bezocht = GetCookie("hoevaak_bezocht"))) hoevaak_bezocht = 0; hoevaak_bezocht++; SetCookie("hoevaak_bezocht",hoevaak_bezocht,expdate);
// -->
</script>

And now, paste this in your footers (Editing instructions below code):
Quote
<center>
<script language="Javascript"> <!--
document.write("<b>You have visited "+hoevaak_bezocht+" page(s) of our Site.</b>");
//--></script>
You can edit the Red text as you wish, but leave the ''+hoevaak_bezocht+'' between it alone.

REALLY hope you enjoyed!
- Qub1
Title: Re: [CODE] How many page(s) have you Visited? [Qub1]
Post by: LaundryLady on March 30, 2008, 02:20:41 pm
I need one on here that says too dang many.  Nice code.
Title: Re: [CODE] How many page(s) have you Visited? [Qub1]
Post by: Qub1 on March 31, 2008, 12:44:14 am
Thanks, LL!  :D
Title: Re: [CODE] How many page(s) have you Visited? [Qub1]
Post by: tawr on March 31, 2008, 01:48:01 am
Hey, nice code, should come in handy some time.

tawr
Title: Re: [CODE] How many page(s) have you Visited? [Qub1]
Post by: Qub1 on March 31, 2008, 09:38:42 am
np  ;D  hope to be of assistance