PDA

View Full Version : hiding a script


Cindy
06-15-2001, 06:30 PM
Hi all,
I've installed a text counter and would like the following script to be on all my pages:
<!--#exec cgi="/cgi-bin/tcount.pl" -->

While I would like the visits to all pages counted, I only want the text counter to actually show up to viewers on one page.

Short of coloring it to match my background, how would I go about hiding it from view?

Thanks for your help.

Keiichi
06-15-2001, 09:24 PM
i don't think it's possible to do that unless you modify the script. if you know how, you can modify it to log the visitors ip to a file or something. then the script reads the file and sees if the persons ip exist and do a <font color=[bgcolor]>.