The MU forums have moved to WordPress.org

Wordpress MU statistics on my admin page (7 posts)

  1. newspartner
    Member
    Posted 16 years ago #

    I'd like to keep Wordpress MU statistics on my admin page.

    An example statistics should include:
    Blog name - Number of visitors
    blog1.newspartner.net - x
    blog2.newspartner.net - x
    blog3.newspartner.net - x

    Also, I'd like to have a way placing; Recent Posts, Today's Popular, Read Now kind of headlines on front page similar to the this page: http://www.hitnews.net
    Is it possible? Is there anyway of extending page counter to sitewide counter for Wordpress MU which will also include subdomains?

    This pluging very nice but havent Wordpress MU version

    http://bueltge.de/wp-sayfa-sayac-de-counter-fuer-beitraege-gelesen-plugin/83/#comment-98756

    I really appreciate your inputs.
    Thanks in Advance

  2. drmike
    Member
    Posted 16 years ago #

    How are you currently keeping track of hits and views and the rest of your stats?

    You may want to search the forums as stats have been discussed many times over.

  3. newspartner
    Member
    Posted 16 years ago #

    i'm sorry drmike. But search :( and not

  4. Farms2
    Member
    Posted 16 years ago #

    Put this in admin/wpmu-admin.php

    <?php
    $stats = get_sitestats();
    print "<h2></h2>".$stats[ 'blogs' ]." blogs and ".$stats[ 'users' ]." users<h2></h2>";
    ;?>

    or alternatively add this as an mu-plugin:

    <?php
    
    add_action('wp_head', 'google_stat_code');
    
    function google_stat_code() {
    ?>
    
    <script src=" http://www.google-analytics.com/urchin.js&quot;
    type="text/javascript">
    </script>
    <script type="text/javascript">
    _uacct = "analytics UA string";
    _udn = "domain.com";
    urchinTracker();
    </script>
    <?php
    }
    ?>
  5. drmike
    Member
    Posted 16 years ago #

    I use a hacked version of wp-shortstat and an outside script that does a tally every hour to make a ranking.

  6. newspartner
    Member
    Posted 16 years ago #

    thanks for Tips but i want Wordpress MU stats

    EXample
    blog1.domain.com Stats
    bog2.domain.com Stats
    blog1.domain.com Stats

    And other

    Best Hit stats

    Blog1.domain.com Hit first Stats
    Blog2.domain.com Hit Sec. Stats
    Blog3.domain.com Hit Tr. Stats

    and Hits Article

    Best hit article 1

    Best hit article 2

    Best hit article 3

    Ex : http://stats.newspartner.net

  7. omry
    Member
    Posted 16 years ago #

    FireStats now supports WPMU:
    http://firestats.cc/wiki/WPMU

About this Topic

  • Started 16 years ago by newspartner
  • Latest reply from omry