Forum Replies Created

Viewing 9 replies - 1 through 9 (of 9 total)
  • Try to add these lines to your htaccess file (if you can use mod_rewrite):
    RewriteRule ^wp-rss2.php /index.php?feed=rss2 [QSA]
    RewriteRule ^wp-commentsrss2.php /index.php?feed=rss2&withcomments=1 [QSA]
    RewriteRule ^wp-atom.php /index.php?feed=atom [QSA]
    RewriteRule ^wp-rdf.php /index.php?feed=rdf [QSA]
    RewriteRule ^wp-rss.php /index.php?feed=rss [QSA]

    This works and does not require editing of original WP code.

    Thread Starter delymyth

    (@delymyth)

    I corrected it as soon as I noticed 🙁
    I knew there could be problems at month’s change 😀

    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.

    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.

    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.

    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 😀

    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)

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

    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? 🙂

Viewing 9 replies - 1 through 9 (of 9 total)