ScoobyNet.com - Subaru Enthusiast Forum

ScoobyNet.com - Subaru Enthusiast Forum (https://www.scoobynet.com/)
-   Computer & Technology Related (https://www.scoobynet.com/computer-and-technology-related-34/)
-   -   Hit counter wanted, code please (https://www.scoobynet.com/computer-and-technology-related-34/149875-hit-counter-wanted-code-please.html)

Fuzz 12 November 2002 10:47 PM

Being a bit of a fcuk wit when it comes to html and the like :D

any of you know of a simple code that I can put up in my webspace to make a hit counter, I've tried a search for "hit counters" but all I come up with is stuff I have to sign up for and the counter includes stats and a load of other bollox I don't want :D

so just a simple code would be nice :D

Cheers
Andy

ChristianR 12 November 2002 10:49 PM

is your server runner perl? I have a nice little script that you run behind the scenes, and basically u go to a specific url and it tells you how many hits u have had

Fuzz 12 November 2002 10:54 PM


is your server runner perl?
Have not got the foggiest idea :D

It's clara net that I use as my isp ?????

Andy
<note the use of "fcukwit when it comes to html"> :D

EDIT :I re-read your post Christian ! all i want is a little counter on my site that clicks up one as each person looks at it. that's all, no frills, no going to URL's to check up etc....


[Edited by Fuzz - 11/12/2002 10:56:58 PM]

[Edited by Fuzz - 11/12/2002 10:57:51 PM]

scoob_dood 13 November 2002 09:41 AM

you could try this:

<SCRIPT language=JAVASCRIPT type=TEXT/JAVASCRIPT>

<!-- By David Hyman -->
<!-- Hide script from older browsers

expireDate = new Date

expireDate.setMonth(expireDate.getMonth()+6)

hitCt = eval(cookieVal("pageHit"))

hitCt++

document.cookie = "pageHit="+hitCt+";expires=" + expireDate.toGMTString()



function cookieVal(cookieName) {

thisCookie = document.cookie.split("; ")

for (i=0; i<thisCookie.length; i++) {

if (cookieName == thisCookie[i].split("=")[0]) {

return thisCookie.split("=")[1]

}

}

return 0

}

// End hiding script -->



Palce this segment in html where you want the counter to be:

<SCRIPT language=JAVASCRIPT type=TEXT/JAVASCRIPT>

<!-- Hide script from older browsers

document.write("You have visited this page " + hitCt + " times.")

// End hiding script -->

</SCRIPT>


I found it here: http://www.getsite.com/ScriptLibrary/JavaScripts/JavascriptCounter/JavascriptCounter.htm

- Jon


All times are GMT +1. The time now is 07:10 AM.


© 2024 MH Sub I, LLC dba Internet Brands