• delymyth

    (@delymyth)


    Since I needed some way to have a better vision of keywords people used to come to my site and having the ability to track referrers was nice, thi weekend I wrote a plugin that does this.
    I also took some functions from the wp-stats plugin (the one from gamerz) and from the “unique page views” one, to have a single plugin with all the statistic functions.
    It uses a single table in the db.
    I’d like to have some feedback if possible πŸ™‚
    http://www.delymyth.net/en/index.php?p=1001

Viewing 15 replies - 1 through 15 (of 26 total)
  • Thread Starter delymyth

    (@delymyth)

    That plugin (or the original from GamerZ) is the one I use for the Blog Activity stats part of my plugin, I simply thought it was easier to have a single file and modified the output options.
    As for the wiki…
    Ehm…
    How?
    Where? πŸ™‚

    Thread Starter delymyth

    (@delymyth)

    did you add the call to the dstats_record() function in the pages?

    Lauren

    (@lauren)

    I did. And there is nothing under
    Top Articles (read)

    faewench

    (@faewench)

    looks cool will check it out tomorrow:)

    w8in

    (@w8in)

    Nice work!
    Is there a way to not record certain IP addresses (ie my own home and work IP addresses)?

    Thread Starter delymyth

    (@delymyth)

    w8in, skipping an IP address will be possible starting next release, that will be next weekend I think.
    I’ll add more Search Engine and Operating System/Browser strings and also add a line to the dstats_record() function so that you can insert there the ip address/es to ignore.
    No stats will be recorded for those addresses.
    Date tracking features will be done in june (I’ d need some extra pages for the output).

    Thread Starter delymyth

    (@delymyth)

    I don’t know why, but I can’t edit my original post…
    Anyway, version 2 has been released.
    Announce on my website:
    http://www.delymyth.net/en/index.php?p=1007
    “Poor” Demo:
    http://www.delymyth.net/en/wp-dstats2.php
    “Rich” Demo:
    http://www.delymyth.net/wp-dstats2.php
    You can avoid recording ip addresses editing the $ignore array in the main plugin file, more search engines are detected, and you can really do MORE with this than with the previous version πŸ˜€

    I installed this last night, and it’s excellent for tracking visitors !
    Ignoring an IP is there, Keyword tracking, IP lookups .. and lots of good stuff if you like to see how people are getting to your site.

    Ocean

    (@ocean)

    Nicely done! Any chance there is a way to track logins to the admin interface and the search terms that are typed directly into the search box on your blog?

    Thread Starter delymyth

    (@delymyth)

    Yes, Ocean, I think it’s possible, it will be a different record function for the admin panel anyway (I don’t think you’ll get searches from the internet that point to your admin)
    As for internal searches, not that difficult, I just need to change the record function some more πŸ™‚
    Btw, I’m adding more engine detections to the plugin, I’ll change the zip file about once a day until I’m sure I have almost *all* search engines and operating systems detected.

    solarpunk

    (@solarpunk)

    I cannot get it to work.
    I am getting error messages. you can view the stat at http://www.fusionrain.com/blog/wp-dstats.php

    Thread Starter delymyth

    (@delymyth)

    solarpunk, you might try dstats2 here:
    http://www.delymyth.net/en/index.php?p=1007
    As for your error, it seems you forgot to change the table names in the code or to create the stats table.
    in v2 I added a global variable to wp-settings.php so that you don’t have to go through all the code to modify the table names.

    solarpunk

    (@solarpunk)

    ignore the post before. i install the latest version it is working fine.
    thanks
    solarpunk

    Thread Starter delymyth

    (@delymyth)

    Urgent Update, download the newest version because there was a bug in the date range calculator (only some typos but they could mess it all up).
    Link is always the same, I just changed the files into the archive.

    Thank you ! πŸ™‚

Viewing 15 replies - 1 through 15 (of 26 total)

The topic ‘Visitor Tracking Statistics for 1.2’ is closed to new replies.