Better statistics?

Post custom hacks and enhancements for phpwcms here only. Maybe some of these things will be included in official release later.
frold
Posts: 2151
Joined: Tue 25. Nov 2003, 22:42

Post by frold »

Gnolen wrote:The debug is on and normally if the script reacte at all it always show something from the debug function - but here nothing. I have tried and the bbclone(& the debug) is fully working...

Strange...

Good luck with the dev version - it is cool!

/ Gnolen
and with this stats even cooler ;-)
http://www.studmed.dk Portal for doctors and medical students in Denmark
Gnolen
Posts: 158
Joined: Thu 11. Mar 2004, 11:34

Post by Gnolen »

Yeah and I also tried(both in template with [PHP] in index file) with the simple but yet great Shortstats from http://www.shauninman.com/ which works kind of the same way without success. See an example of shortstats here by the way http://shortstat.shauninman.com/

Why doesn't it grasp it I wonder?!
Pappnase

Post by Pappnase »

Gnolen wrote:Pappnasse...Did you succesfully integrated the phlogger in phpwcms? Or does it have the same problem as for the bbclone? Which I by the way have tried to integrate as hell today with out good result! :cry:

/ Gnolen
hello

the pphlogger runs well! but the bbclone looks much better ;-)
Jérôme
Posts: 481
Joined: Tue 16. Mar 2004, 10:33
Location: Cologne, Germany
Contact:

Post by Jérôme »

It is not so easy to include BBClone with all features as a MOD. One of the reasons is that it can not be run from within a PHP function - and that is what is happening almost everywhere in phpwcms.

I will have to try some things, need time... and sleep! ;)
darkknight
Posts: 13
Joined: Sat 2. Oct 2004, 15:45
Contact:

Post by darkknight »

If you are looking for another choice, I use this one on all the site I build.

http://www.g-m-m.com/Software/gStats/
2 + 2 = 5 for really large values of 2
Jérôme
Posts: 481
Joined: Tue 16. Mar 2004, 10:33
Location: Cologne, Germany
Contact:

Post by Jérôme »

Hi folks,

I tried to include bbclone into phpwcms, but I was not successful, because the code snippet doesn't want to be included into a function.

:? Sorry that I don't have better news.

- Jérôme
Gnolen
Posts: 158
Joined: Thu 11. Mar 2004, 11:34

Post by Gnolen »

Yeah, really to bad!!!

Did someone use http://www.phpee.com/ on the new dev. version? I am sure there will be the same problem but there must be some workaround this though...And I always prefer to have an external script so people do not have to log in to check their stats.

/ Gnolen
frold
Posts: 2151
Joined: Tue 25. Nov 2003, 22:42

Post by frold »

Gnolen wrote:And I always prefer to have an external script so people do not have to log in to check their stats.

/ Gnolen
you mean internal? with access from the backend?
http://www.studmed.dk Portal for doctors and medical students in Denmark
Gnolen
Posts: 158
Joined: Thu 11. Mar 2004, 11:34

Post by Gnolen »

No frold, I really meant external. Outside the backend. Just because I know clients(inc. myself) that are addicted to checking their stats and therefore gets angry that they have to login every time. :)

I hope we will solve it soon...I am going to try again... :cry:
Jens*
Posts: 56
Joined: Fri 18. Jun 2004, 18:53

Post by Jens* »

I use phpee with the new dev version.

You only have to paste

<!-- PowerPhlogger Code START -->
<script language="JavaScript" type="text/javascript" src="pphlogger.js"></script>
<noscript><img alt="" src="http://yourdomain.de/pphlogger.php?id=y ... </noscript>
<!-- PowerPhlogger Code END -->

into the template.
Gnolen
Posts: 158
Joined: Thu 11. Mar 2004, 11:34

Post by Gnolen »

Thanks Jens..

Yes, this works alright! But now it is not possible to see where they have been on the site. Just the index and it thinks that the index.php?somesite is the referal all the time and that is to bad. Maybe it is possible to do something with this instead...? Did you configurated it at all for your site?
Morgen
Posts: 14
Joined: Thu 3. Feb 2005, 08:25

Post by Morgen »

PHP Logger statistic system is good.
I'm using on 18 sites. Just 1 install...
1 admin page, and many sites.
The new 3.0 version very slowly to prepare... :(
Gnolen
Posts: 158
Joined: Thu 11. Mar 2004, 11:34

Post by Gnolen »

Yeah it seams great...

And I found this that could really help but it is for the php version?? I think but where to find that one?

http://forum.phpee.com/viewtopic.php?t=3007

I did this but it didn't do anything...But I am calling through the js so...
Jens*
Posts: 56
Joined: Fri 18. Jun 2004, 18:53

Post by Jens* »

on my page alls subpages each visit have been logged. So ne problems..
Gnolen
Posts: 158
Joined: Thu 11. Mar 2004, 11:34

Post by Gnolen »

Really??

And you are using the dev version??

And just

<!-- PowerPhlogger Code START -->
<script language="JavaScript" type="text/javascript" src="pphlogger.js"></script>
<noscript><img alt="" src="http://www.xxxxxx.com/pphlogger.php?id= ... </noscript>
<!-- PowerPhlogger Code END -->
Post Reply