- OpenX Community Forums
![]() ![]() |
Aug 11 2011, 07:38 AM
Post
#1
|
|
|
Beginner ![]() Group: Members Posts: 2 Joined: 11-August 11 Member No.: 169,473 |
Hi all
I just buy a new server for openad 2.0.11-pr1 and my new server use PHP Version 5.1.6 and MySQL client version: 5.0.77 The problem I face that is no statistic (both view and click). So I solved this problem by changing to verbose statistic . All statistic is back and work well. But I really would like to use compact statistic because it's use less memory server and quicker than verbose statistic. I have updated lib-log.inc.php in link below already but compact statistic still show nothing. https://svn.openx.org/openads/branches/2.0/...lib-log.inc.php (I don't want to upgrade to open x cause I think it's too much features and I might use a lot of server resouces.) |
|
|
|
Aug 11 2011, 08:42 AM
Post
#2
|
|
|
Mentor ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Moderators Posts: 1,303 Joined: 12-November 08 From: San Francisco Member No.: 24,158 |
what is compact statistic? a php accelerator? because openx works fine with eaccelerator etc.
|
|
|
|
Aug 11 2011, 04:56 PM
Post
#3
|
|
|
Beginner ![]() Group: Members Posts: 2 Joined: 11-August 11 Member No.: 169,473 |
what is compact statistic? a php accelerator? because openx works fine with eaccelerator etc. At setting menu , There are 2 type of format statistic that we can choose. 1. Verbose format . 2. Compact format. The different between verbose and compact format is the way of statistic record in Database. Compact format record view and click statistic by hourly . For example , 17 august 2011 8.00 view 3542 click 300 9.00 view 8050 click 450 But Verbose format's recorded by each view and click. we can get more details but when you have high traffic . The statistic will be huge . That's why verbose 's very slow when display statistic. Sorry, For my poor English and this one's quite technical term. It's hard too explain. However, you can read more at page 43. http://phpadsnew.sourceforge.net/download/...rator-guide.pdf Or using phpmyadmin for seeing the way of statistic record in each format. |
|
|
|
![]() ![]() |