... sible to have my home page work like the wordpress.com home page where is shows stats for all the blogs on the site like The best of 297,126 bloggers, 301,070 new p ...
Posted May 17, 2010 - 07:17 PM
... top", no quotes. A chart comes up with the running processes and some real-time stats which will keep updating. Note: I just caught the section where you listed the ...
Posted May 14, 2010 - 12:36 PM
... http://wordpress.org/extend/plugins/wpmu-plugin-stats/ ...
Posted April 19, 2010 - 06:12 PM
... ng for a plugin to show the most popular blogs from visitors. I looked into Firestats, but it's a resource hog. I have 1,000's of blogs I would like to set this up f ...
Posted April 15, 2010 - 08:44 PM
... dget the total number of times the blog has been seen/clicked. I have Profiler stats module that shows total number of blogs and comments but not the total hits rec ...
Posted April 15, 2010 - 05:23 AM
... l you have to do is place this code in your sidebar, and you will get your blog stats. It just calls the sitestats from your system. <?php $stats = get_sitestats ...
Posted January 12, 2008 - 08:05 PM
... Hi, I´m using this to get some global stats: -- // print some global stats. $stats = get_sitestats(); print "<h2>Site Stats</h2> T ...
Posted May 23, 2007 - 09:23 AM
... cess.dist", ".htaccess" ); while( list( $key, $val ) = each( $files ) ) { $stats = @stat( $val ); if( $stats ) { print "$val"; print " uid/gid: " ...
Posted April 15, 2006 - 01:14 PM
... = array( "htaccess.dist", ".htaccess" ); foreach ( (array) $files as $val ) { $stats = @stat( $val ); if( $stats ) { print " $val "; print " uid/gid: " . $stats[ ...
Posted March 18, 2009 - 09:52 AM
... 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 ...
Posted May 11, 2007 - 12:15 AM
... s.org/ and use the same username & password to login there. To display blog stats ========= <?php $stats = get_sitestats(); echo " There are <b&g ...
Posted November 30, 2006 - 07:21 PM
... gotta add more to it: <?php $stats = get_sitestats(); echo "There are currently <b>".$stats[ 'blogs' ]."</b> blogs and ...
Posted January 19, 2008 - 11:03 PM
... Also, <?php $stats = get_sitestats(); print "".$stats[ 'users' ].""; ?> stopped counting :( I dont know what the hell. ...
Posted July 20, 2007 - 04:39 PM
... :P Could you upload the script you had to populate data? I need to insert some stats from the stats plugin to all old blogs but I dont know how. Thanks :P ...
Posted May 9, 2007 - 01:11 AM
... OK, my site is www.ex-brief.com I am using <?php $stats = get_sitestats(); echo "".$stats[ 'users' ].""; ?> to show the registered users in my sideb ...
Posted January 25, 2009 - 09:23 PM
... Try and parse the function from Theme stats plugin: http://wpmudevorg.wordpress.com/project/Theme-Stats Creates a list of t ...
Posted May 29, 2007 - 06:46 PM
... gs here on this install"? Here's the code that I use on my site: <?php $stats = get_sitestats(); echo "<h2 class="storytitle">Site S ...
Posted June 15, 2007 - 01:33 PM
... comments (per blog) posts,comments,visits, referers so probably just some basic stats. i saw some stats for the users at wp.com and at drmike's demoblog ;) Would be ...
Posted October 31, 2006 - 01:56 AM
... not. I did it to have site wide and per blog or per blog group (blogs of user) stats. May be you can advise me about it. The second stuff I did is to make phpmyvis ...
Posted November 15, 2007 - 09:40 AM
... Would having a look at our theme stats plugin help any? http://wpmudevorg.wordpress.com/project/Theme-Stats Because th ...
Posted March 24, 2008 - 02:59 PM
... tput started at /home/content/m/i/c/michaellai1120/html/wp-content/plugins/feed-stats-plugin/feed-stats.php:300) in /home/content/m/i/c/michaellai1120/html/wp-includ ...
Posted September 6, 2009 - 01:04 PM
... <?php $stats = get_sitestats(); echo "There are ".$stats[ 'blogs' ]." active blogs and ".$stats[ 'users' ].&qu ...
Posted August 4, 2008 - 06:31 AM
... st PodPress plugin (8.2) on our WP site, but it will only play audio files with stats turned off. As we like to know how many pods are being downloaded can anyone he ...
Posted July 20, 2007 - 12:03 AM
... (by upping memory usage too much etc). A quick "rough" test (by resetting MySQL stats, forcing a page load and then checking the stats) shows that (excluding the cal ...
Posted June 8, 2007 - 09:56 PM
... Hello, I am looking for a plugin wich allow me to see all the stats for every blogs that we have, in our admin dashboard for all the blogs in one i ...
Posted July 20, 2009 - 02:35 AM
... Anyone looked at FeedFlare (feedburner stats) and how it could integrate with WPMU. They suggest embedding it in the index. ...
Posted August 21, 2007 - 08:22 PM
... etime soon - as I allow my users to use Analytics it limits my capacity to grab stats except off the server, and I have those stats turned off for better performance ...
Posted May 3, 2007 - 05:22 AM
... # of posts and comments in selected timeframe. 1day, 1month, etc. <?php $stats = get_sitestats(); echo " ".$stats[ 'blogs' ]." tota ...
Posted September 11, 2008 - 04:13 PM
... Does anyone know if a program or service that will automatically track website stats and distribute revenue to bloggers based on these stats? Thanks, Charles ...
Posted November 14, 2008 - 01:03 AM
... i want an independent page with all the available stats. http://codex.wordpress.org/Pages#Creating_your_own_Page_Templates Short vers ...
Posted October 5, 2007 - 05:44 PM
... I note when I look at Dashboard -> Short stats the URL is: http://sitename.com/wp-admin/index.php?page=/home/myuser/domains/my ...
Posted October 23, 2006 - 03:58 AM
... I have Akismet installed and it has "Akismet stats" in the Nav under the "Dashboard" tab. As a subscriber, I do not get that optio ...
Posted July 15, 2009 - 06:48 PM
... ave WPMU and I would like to give some of my colleagues access to view the blog stats. I entered someone's email address but then there was no clue as to how she sho ...
Posted June 24, 2008 - 07:11 PM
... Are you trying to provide stats to users, so that they can see who is accessing their blog? If so, there are a ...
Posted March 22, 2008 - 11:59 PM
... d not have easy access to add on domains and other features like fantastico, aw stats etc? mmm could use google analytics for stats that means they would all run o ...
Posted February 12, 2010 - 12:03 AM
You may also try your search at Google