Main
Index
Search
Posts
Who's
Online
Log
In

Home: Discontinued/Classic Products: Article Manager 2:
Has anyone figured out a page view counter?

 

 


Ginslinger
User

Nov 15, 2006, 2:07 PM

Post #1 of 6 (1237 views)
Shortcut
Has anyone figured out a page view counter? Can't Post

Really would be a nice addition.


MEKAEEL
User

Nov 15, 2006, 2:17 PM

Post #2 of 6 (1231 views)
Shortcut
Re: [Ginslinger] Has anyone figured out a page view counter? [In reply to] Can't Post

I agree strongly Shocked


Damon
Staff / Moderator


Nov 15, 2006, 10:27 PM

Post #3 of 6 (1218 views)
Shortcut
Re: [Ginslinger] Has anyone figured out a page view counter? [In reply to] Can't Post

Hi,

Take a look at this Article Manager users post. They include an example of the article page that includes a page view counter in action and a link to get the script:
http://www.interactivetools.com/forum/gforum.cgi?post=44827#44827

--------------------------------------------------- 
Cheers
Damon Edis
interactivetools.com

Hire me! Save time by getting our experts to help with your project.
http://www.interactivetools.com/consulting/


MEKAEEL
User

Nov 16, 2006, 12:07 AM

Post #4 of 6 (1215 views)
Shortcut
Re: [Damon] Has anyone figured out a page view counter? [In reply to] Can't Post

I remember this script from last year, as much as I tried installing it there is something wrong. I can't get it to work Frown

I tried everything I know, I checked the path to perl, I tried different path types, I changed CHMOD, I changed the script files to .cgi, I republished the articles, ... etc.

I even tried everything again tonight but nothing made this script work with me Crazy



just to make sure, I put the script in my cgi folder, and I included this code :

<!--#
exec cgi="/cgi-bin/textcounter/counter.cgi"-->

in my html articlePage file.

should this be changed by any chance?


(This post was edited by MEKAEEL on Nov 16, 2006, 12:15 AM)


Ginslinger
User

Nov 16, 2006, 11:25 AM

Post #5 of 6 (1197 views)
Shortcut
Re: [MEKAEEL] Has anyone figured out a page view counter? [In reply to] Can't Post

Try using the following

<!--#include virtual="/cgi-bin/textcounter/counter.pl" -->

Also I had to chmod my cgi script to 755 to get it to function

One other thing is to make sure in counter.pl that your uri is set to

@valid_uri = ('/');

You can play with this setting after you get the script running.


(This post was edited by Ginslinger on Nov 16, 2006, 2:10 PM)


MEKAEEL
User

Nov 17, 2006, 8:41 PM

Post #6 of 6 (1171 views)
Shortcut
Re: [Ginslinger] Has anyone figured out a page view counter? [In reply to] Can't Post

I discovered that virtual includes do not work with me for some reason! is there some other way around this? I think that's my main problem.

I tried the PHP includes but it gives me an error message Frown what other options do I have?


(This post was edited by MEKAEEL on Nov 17, 2006, 9:47 PM)