• 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 15 replies - 76 through 90 (of 117 total)
  • This is a nice hack. I would like to see number of times each post is read, and rank the 10 most popular posts.

    You might want to check out LaughingLizard’s WuhWuh compilation, which is WP with all the hacks you will ever need.

    ?? Just spreading the word, and trying to bring some recognition to a valiant effort on someone’s else’s part. You could use it on one of your many blogs, I guess.
    ??

    I’m using 1.2 and getting the mod rewrite error, all posts link to today. I didn’t see the fix, does anyone have it?
    https://mindofmog.net/wp-stats.php

    Thread Starter Lester Chan

    (@gamerz)

    hi there, I did not dl the 1.2 beta. I am waiting for the 1.2 final before I convert the stats to 1.2.
    Any idea what do they change in the perm link structure?

    Clueless, I am using mod rewrite like so https://mindofmog.net/archives/2004/05/04/ive-got-stats/ and all seem to come out today’s date. Now if the latest 10 posts, comments, etc. are all today isn’t a problem but the top commented definitely isn’t today.
    Didn’t have any trouble getting it to work aside from that. Kindof a newbie to troubleshooting and probably shouldn’t be using the latest nightly but I always backup.
    Here’s my mod rewrite rules if that helps.
    RewriteEngine On
    RewriteBase /
    RewriteRule ^archives/category/(.*)/(feed|rdf|rss|rss2|atom)/?$ /wp-feed.php?category_name=$1&feed=$2 [QSA]
    RewriteRule ^archives/category/?(.*) /single.php?category_name=$1 [QSA]
    RewriteRule ^archives/category/?(.*) /single.php?category_name=$1 [QSA]
    RewriteRule ^archives/author/(.*)/(feed|rdf|rss|rss2|atom)/?$ /wp-feed.php?author_name=$1&feed=$2 [QSA]
    RewriteRule ^archives/author/?(.*) /single.php?author_name=$1 [QSA]
    RewriteRule ^archives/author/?(.*) /single.php?author_name=$1 [QSA]
    RewriteRule ^archives/([0-9]{4})?/?([0-9]{1,2})?/?([0-9]{1,2})?/?([_0-9a-z-]+)?/?([0-9]+)?/?$ /single.php?year=$1&monthnum=$2&day=$3&name=$4&page=$5 [QSA]
    RewriteRule ^archives/([0-9]{4})?/?([0-9]{1,2})?/?([0-9]{1,2})?/?([_0-9a-z-]+)?/?([0-9]+)?/?$ /single.php?year=$1&monthnum=$2&day=$3&name=$4&page=$5 [QSA]
    RewriteRule ^archives/([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([_0-9a-z-]+)/(feed|rdf|rss|rss2|atom)/?$ /wp-feed.php?year=$1&monthnum=$2&day=$3&name=$4&feed=$5 [QSA]
    RewriteRule ^archives/([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([_0-9a-z-]+)/trackback/?$ /wp-trackback.php?year=$1&monthnum=$2&day=$3&name=$4 [QSA]
    RewriteRule ^feed/?([_0-9a-z-]+)?/?$ /wp-feed.php?feed=$1 [QSA]
    RewriteRule ^comments/feed/?([_0-9a-z-]+)?/?$ /wp-feed.php?feed=$1&withcomments=1 [QSA]

    too americanized for my comfort ??
    weather moblogs and the likes ??

    I tried a newer version off your site from March 30.The most recent posts and comments work but the 10 most commented posts still redirect to today’s date. Progress. Now if you can fix that, only request will be to get the authors page to be stylesheeted. Probably doing something wrong here myself.

    yeah, i am back to the old version myself…
    dont care much as long as it is working! ??

    Thread Starter Lester Chan

    (@gamerz)

    hmmm single.php, by right it shld work because I am using the default WP functions to print the link. Maybe you can try turning off the permlink to see whether it works w/o it then turn it back on later?

    How do I get the stats page to style like the rest of my blog? It’s good info, but I just want to make it look better.

    like one of the guys said on the first page of comments, take a copy of your index or blog page
    get rid of the content and story divs (well some experimenting might be necessary) but leave the menu divs and the rap divs (i think) and just place the wp-stats stuff inside it, before the menu div i would guess..where the content div was..
    and tweak it and it should look something like your blog

    So this isn’t working with 1.2 yet? ??

    um, why do you think so?
    i “installed” it on my site which is running 1.2-alpha 6 or some such thing…
    does that count?
    https://lilyanddragon.com/wpress/wp-stats-index.php

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