![]() |
|
|
|||||||
![]() |
HTML - WHERE can I find Counter, etc.? |
|
|
Thread Tools | Search this Thread |
|
|
#1 |
|
I'd like to find html code for some things for my site:
- hit counter -PW log in for certain site pages -button to follow a link Any suggestions? Thanks. Brad Brad Snow |
|
|
|
|
#2 |
|
Posts: n/a
|
"Brad Snow" <> wrote in message news:... > I'd like to find html code for some things for my site: > - hit counter > -PW log in for certain site pages > -button to follow a link > > Any suggestions? Thanks. > > Brad Your host should provide these as logs. It's very "my first homepage" to have visible page counters. |
|
|
|
#3 |
|
Posts: n/a
|
On Mon, 17 May 2004 21:41:47 GMT, Brad Snow
<> wrote: >I'd like to find html code for some things for my site: >- hit counter >-PW log in for certain site pages >-button to follow a link > >Any suggestions? Thanks. Check out Site Meter at: http://www.sitemeter.com/default.asp There's a free version and several paid versions. Leslie "I refuse to have a battle of wits with an unarmed person." |
|
|
|
#4 |
|
Posts: n/a
|
SpaceGirl wrote:
> "Brad Snow" <> wrote in message > news:... > >>I'd like to find html code for some things for my site: >>- hit counter >>-PW log in for certain site pages >>-button to follow a link >> >>Any suggestions? Thanks. > > Your host should provide these as logs. It's very "my first homepage" to > have visible page counters. Where can you find the logs if you have a web server? -- Edwin van der Vaart http://www.semi-conductor.nl/ Links to Semiconductors sites http://www.evandervaart.nl/ Under construction |
|
|
|
#5 |
|
Posts: n/a
|
Edwin van der Vaart <news:FYaqc.128$%b.61@amstwist00>:
> Where can you find the logs if you have a web server? Consult your host or your server manual. -- Rob - http://rock13.com/ Web Stuff: http://rock13.com/webhelp/ |
|
|
|
#6 |
|
Posts: n/a
|
"Brad Snow" <> wrote in message news:... > I'd like to find html code for some things for my site: > - hit counter > -PW log in for certain site pages > -button to follow a link > > Any suggestions? Thanks. > > Brad > try, http://www.bravenet.com/ Offers free counters, guestbooks, Polls. I use it on my sites. http://www.xcounters.com/ Offers a free hit counter. -- Chainsaw charlie's final Scream! A Horror Clipart Site! -NEW- http://chainsaw.250free.com/ Portal To All Of My Horror Clipart Sites! http://ozzyfan4life.topcities.com/portal.html My Ozzy Osbourne Tribute Page. http://chainsaw.freewebpage.org/ |
|
|
|
#7 |
|
Posts: n/a
|
Rob McAninch screams, but nobody listens:
> Edwin van der Vaart <news:FYaqc.128$%b.61@amstwist00>: > > > Where can you find the logs if you have a web server? > > Consult your host or your server manual. And if you are on those free hosting services like GeoCities? NO WAY to access the logs. []s -- Chaos Master® | "I'm going under, Posting from Brazil! | drowning in you ICQ: 126375906 | I'm falling forever, ask for e-mail/MSN | I've got to break through" ---------------------. -- Evanescence, "Going Under" |
|
|
|
#8 |
|
Posts: n/a
|
On Mon, 17 May 2004 21:41:47 GMT, Brad Snow
<> wrote: > I'd like to find html code for some things for my site: > - hit counter > -PW log in for certain site pages > -button to follow a link > > Any suggestions? Thanks. > > Brad > Now that you have gotten a few replies, I'll post my bit. First, none of this is possible with HTML alone - it all requires some sort of CGI or a setup provided by your host. Hit Counter - Rather than tell the world how few (or even how many) hits you get, look into server logs as someone else mentioned. So long as you're on a decent webhost there are some stats you can access. Check their help files for more info. Password pages - if you are on an Apache server, you can do this yourself without any witchcraft. Check with your host on this. A host I do a site on provides secure passworded directory login as part of the package, you don't need to upload anything special. Button links - if as I suspect, you want a form button to open the next page, don't. Unless the link is generated as the result of a form, where you really have to use a submit button, make a static link look like a link for usability. |
|
|
|
#9 |
|
Posts: n/a
|
Rob McAninch wrote:
> Edwin van der Vaart <news:FYaqc.128$%b.61@amstwist00>: > > >>Where can you find the logs if you have a web server? > > Consult your host or your server manual. Where can I find the server manual on a local web server, with man php or man apache? -- Edwin van der Vaart http://www.semi-conductor.nl/ Links to Semiconductors sites http://www.evandervaart.nl/ Under construction |
|