Advertise Here

Author Topic: [CODE] How many page(s) have you Visited? [Qub1]  (Read 2585 times)

0 Members and 1 Guest are viewing this topic.

Offline Qub1

  • SMF For Free Full Member
  • *
  • Posts: 149
    • View Profile
    • QUB1

  • Total Badges: 16
    Badges: (View All)
    Topic Starter Combination Level 3 Level 2 Level 1
[CODE] How many page(s) have you Visited? [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

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

Offline LaundryLady

  • Helpers
  • *
  • Posts: 3253
  • Internet Challenged
    • View Profile

  • Total Badges: 26
    Badges: (View All)
    Seventh year Anniversary Sixth year Anniversary Search Poll Voter Level 5
Re: [CODE] How many page(s) have you Visited? [Qub1]
« Reply #1 on: March 30, 2008, 02:20:41 pm »
I need one on here that says too dang many.  Nice code.


And I Play:  Mafia-Mandemz

Offline Qub1

  • SMF For Free Full Member
  • *
  • Posts: 149
    • View Profile
    • QUB1

  • Total Badges: 16
    Badges: (View All)
    Topic Starter Combination Level 3 Level 2 Level 1
Re: [CODE] How many page(s) have you Visited? [Qub1]
« Reply #2 on: March 31, 2008, 12:44:14 am »
Thanks, LL!  :D

Offline tawr

  • SMF For Free Full Member
  • *
  • Posts: 103
  • http://gamersunite.smfforfree4.com
    • View Profile
    • Gamersunite

  • Total Badges: 14
    Badges: (View All)
    Topic Starter Combination Level 3 Level 2 Level 1
Re: [CODE] How many page(s) have you Visited? [Qub1]
« Reply #3 on: March 31, 2008, 01:48:01 am »
Hey, nice code, should come in handy some time.

tawr

Offline Qub1

  • SMF For Free Full Member
  • *
  • Posts: 149
    • View Profile
    • QUB1

  • Total Badges: 16
    Badges: (View All)
    Topic Starter Combination Level 3 Level 2 Level 1
Re: [CODE] How many page(s) have you Visited? [Qub1]
« Reply #4 on: March 31, 2008, 09:38:42 am »
np  ;D  hope to be of assistance

 

Related Topics

  Subject / Started by Replies Last post
3 Replies
7977 Views
Last post February 26, 2008, 05:02:24 am
by Qub1
0 Replies
1925 Views
Last post February 25, 2008, 09:52:47 am
by Qub1
1 Replies
897 Views
Last post March 28, 2009, 12:07:18 am
by Andrew