Hello
I've several RSS Feed content with from a few section from my CMS generated from Contenido and 2 others bei another script.
How can I display the number of readers for each rss.
Exemple:
RSS Portfolio (234 readers)
RSS Forum (457 readers)
RSS News (3888 readers)
Like the Feedburner count.
Sorry I'm not a php expert.
Regards,
Dominique
RSS Feed Count?
-
- Beiträge: 1758
- Registriert: Mo 1. Aug 2005, 00:35
- Wohnort: in der schönen Hallertau, mitten im Hopfen
- Kontaktdaten:
Re: RSS Feed Count?
being no expert either, if I understand right, ya want to display next to the RSSlink the klickrate (?). so maybe ya could get those figures from the tables con_stat and con_stat_archive. I once played around with 'phpstats' which had a build in trigger to point on eg downloads or calls for certain urls.
a way to maybe get near to a solution might be a closer look at the downloadModule by stese which shows downloadCounts (example and module itself see bottom of page on this link)
just an idea
a way to maybe get near to a solution might be a closer look at the downloadModule by stese which shows downloadCounts (example and module itself see bottom of page on this link)
just an idea

Grüsse, Guido
"A common mistake that people make when trying to design something completely foolproof is to underestimate the ingenuity of complete fools."
Mostly Harmless - Douglas Adams
"A common mistake that people make when trying to design something completely foolproof is to underestimate the ingenuity of complete fools."
Mostly Harmless - Douglas Adams
-
- Beiträge: 1758
- Registriert: Mo 1. Aug 2005, 00:35
- Wohnort: in der schönen Hallertau, mitten im Hopfen
- Kontaktdaten:
kk but how do you mesure how many people read the feed? by counting in the apache log how many times the url is called by ip per defined time. 4sth like that you could use eg awstats
I dunno any other way to track 'readers'
but as said I am no expert either, so maybe someone else will join in
I dunno any other way to track 'readers'
but as said I am no expert either, so maybe someone else will join in
Grüsse, Guido
"A common mistake that people make when trying to design something completely foolproof is to underestimate the ingenuity of complete fools."
Mostly Harmless - Douglas Adams
"A common mistake that people make when trying to design something completely foolproof is to underestimate the ingenuity of complete fools."
Mostly Harmless - Douglas Adams