Page 2 of 5

Posted: Fri 11. Feb 2005, 17:21
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 ;-)

Posted: Fri 11. Feb 2005, 18:10
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?!

Posted: Sat 12. Feb 2005, 02:23
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 ;-)

Posted: Sat 12. Feb 2005, 06:22
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! ;)

Posted: Sat 12. Feb 2005, 15:59
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/

Posted: Mon 14. Feb 2005, 08:56
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

Posted: Mon 14. Feb 2005, 15:19
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

Posted: Mon 14. Feb 2005, 15:48
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?

Posted: Mon 14. Feb 2005, 15:55
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:

Posted: Mon 14. Feb 2005, 16:17
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.

Posted: Mon 14. Feb 2005, 17:30
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?

Posted: Mon 14. Feb 2005, 17:42
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... :(

Posted: Mon 14. Feb 2005, 17:58
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...

Posted: Mon 14. Feb 2005, 18:09
by Jens*
on my page alls subpages each visit have been logged. So ne problems..

Posted: Mon 14. Feb 2005, 18:15
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 -->