Forum Moderators: phranque

Message Too Old, No Replies

Hiding Stat/Hit Counter

         

PaRaDiGM

12:27 am on May 15, 2003 (gmt 0)

10+ Year Member



I hoping some true pros can help me on this one... i have a simple stat/hit counter from bravenet.com. is their anyway i can hide it (the image itself) but still have it count hits..?

they provide no options to "hide" the counter thru their services. my goal is to hide the stat/hit counter on my main page, have it still count and everything, but link to the login page where you check your stats, on a private "members" page on my site...

the html code looks like this...
<script language="JavaScript1.2" type="text/javascript" src="http://pub40.bravenet.com/counter/code.php id=358992&usernum=3404457212&groupnum=40&cpv=1"></script>
<noscript><a href="http://counter40.bravenet.com/index.php?id=358992&usernum=3404457212&cpv=1"><img src="http://counter40.bravenet.com/counter.php?id=358992&usernum=3404457212" border="0"></a></noscript>

my website is www.flynoteproductions.com

thanks for any help anyone can offer me..!

Birdman

1:08 am on May 15, 2003 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Side note: No personal urls are permitted in the posts.

side note 2: Welcome to WW!

Sure, wrap the whole shebang in a div like this:

<div style="display: none;">

>>> Script here <<<

</div>

OR...

<div style="visibility: hidden;">

>>> Script here <<<

</div>

PaRaDiGM

1:24 am on May 15, 2003 (gmt 0)

10+ Year Member



first, sorry about that, i didn't know..i apologize.

secondly..thanks so much man, it worked perfectly!

SEO practioner

1:29 am on May 15, 2003 (gmt 0)

10+ Year Member



But paradigm, before you do that, I would read their TOS, as you may be violating them. Most of those free counters don't want you to modify any of their html code, from I have observed so far...

Hope that helps

PaRaDiGM

1:34 am on May 15, 2003 (gmt 0)

10+ Year Member



yeah, thanks for the heads up...

we'll see... maybe what they don't know won't hurt 'em... hehe.. don't tell on me now ;)

Birdman

1:35 am on May 15, 2003 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



SEO_practioner, you are absolutely correct! I knew I should have mentioned that.