• I have created advanced wordpress blogs stats for WordPress 1.0 and above. It is the same stats file from b2 with extra bit of modification.
    wp-stats.php ( Demo | Download)
    Updated
    – Threshhold Added
    – Updated For SE Friendly URL

Viewing 12 replies - 106 through 117 (of 117 total)
  • I have installed it and have it shown on my index page.
    However, i seem to be getting a problem with the stats.
    The resulting page is also one thats, well, plain…
    How do i make it consistent with all the rest of my pages?
    Many thanks.
    From what i see from the demo site, really impressive.
    Good work and thanks for sharing.

    Check in View Source that you are getting the CSS.

    J3rom3,
    Not sure what version of WP your using, if it’s 1.2, I’m sure you would much prefer the plugin. Integrates quite nice with your index.php file.
    https://www.ads-software.com/support/10/5399

    Thank you, my friend.
    Will look into it and see how it goes
    Thank you Podz for your input too.

    I get the following error at the end of the page:
    ?? Link Categories Stats
    Warning: Invalid argument supplied for foreach() in /home2/earlyfro/public_html/wp-stats.php on line 127
    Link Category’s Name Total Links
    *how do I fix this?*

    where do i call wp-stats.php? what do i do with this file? I am trying to look for a hack (am using version 1 of WP) where it lists top 5 distinct commenters order by total number of comments. The posts in this thread are kind of messed up already some questions weren’t answered. thanks in advance

    y do i get
    Warning: ob_start(): output handler ‘ob_gzhandler’ cannot be used twice in /home/hisyamc/public_html/wp-includes/functions.php on line 463
    ??
    https://hisyam.com/wp-stats.php

    I get the same error, over here:
    output handler ‘ob_gzhandler’ cannot be used after ‘URL-Rewriter’

    Ok, here’s what I think happens: if the stats are installed, session_start() is called before a possibly enabled gzip compression calls ob_start(‘ob_gzhandler’);
    To fix this, wp-stats should actually check wether GZIP compression is enabled and call that function before the session trackings starts – at least that’s how I understood it by having a quick look at the code.

    I added this to my blog. It is really nice. The really neat thing is that it works great with WP Style Selector out of the box! This is unlike other stats plugins that had their own page. The stats page is sufficiently detailed for my purposes.

    How do read/install a counter at WordPress, and how do I quantify frequent visitors and hits?

    I am getting that error as well:
    ***
    Warning: ob_start(): output handler ‘ob_gzhandler’ cannot be used after ‘URL-Rewriter’ in /path_to_functions.php/functions.php on line 452
    ***
    it disappears as stated above as soon as I disable gzip compression, but that”s not a really good thing to do.
    isn’t there another way to prevent the error?

Viewing 12 replies - 106 through 117 (of 117 total)
  • The topic ‘WordPress Blogs Stats’ is closed to new replies.