delymyth
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: RSS and 1.5 ProblemTry 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.
Forum: Plugins
In reply to: Visitor Tracking Statistics for 1.2I corrected it as soon as I noticed ??
I knew there could be problems at month’s change ??Forum: Plugins
In reply to: Visitor Tracking Statistics for 1.2Urgent 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.Forum: Plugins
In reply to: Visitor Tracking Statistics for 1.2solarpunk, you might try dstats2 here:
https://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.Forum: Plugins
In reply to: Visitor Tracking Statistics for 1.2Yes, 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.Forum: Plugins
In reply to: Visitor Tracking Statistics for 1.2I don’t know why, but I can’t edit my original post…
Anyway, version 2 has been released.
Announce on my website:
https://www.delymyth.net/en/index.php?p=1007
“Poor” Demo:
https://www.delymyth.net/en/wp-dstats2.php
“Rich” Demo:
https://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 ??Forum: Plugins
In reply to: Visitor Tracking Statistics for 1.2w8in, 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).Forum: Plugins
In reply to: Visitor Tracking Statistics for 1.2did you add the call to the dstats_record() function in the pages?
Forum: Plugins
In reply to: Visitor Tracking Statistics for 1.2That 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? ??