rpdrnd
Forum Replies Created
-
Forum: Plugins
In reply to: Testers Needed for New Statistics PluginI’m working on including those sorts of options right now. I hope to have it done this weekend, but I’ve been heavily hit with a big project. Keep your eyes on the StatTraq blog.
Forum: Plugins
In reply to: Testers Needed for New Statistics PluginPlease contact me (randy@randypeterman.com) and we can experiment to see what gets worked out.
Forum: Plugins
In reply to: Testers Needed for New Statistics PluginYou should also note that the plugin now has a homepage:
http://www.randypeterman.com/StatTraq where the altest releases can be downloaded.Forum: Plugins
In reply to: StatTraq Beta d releasedI’m working on the next release which will have several options in an options interface – hopefully one of these options will help you achieve what you’re after. I actually find having all of the data there handy, but I suppose that some folks just want the basic set of data.
Thanks for testing and I hope that you find the evolution of this plugin useful and are able to use it like you’re wanting.Forum: Plugins
In reply to: StatTraq Beta d releasedYou could hack the code and check to see if a URL parameter is passed to not input the data in the Database. If you’re still developing then I’d leave the StatTraq Off. Or, alternately, if you’re just working on the CSS, you could just save the source code from a view source and then point the saved index.php file as index.html and alter the URL to the CSS file where you could do your tweaking on your local machine.
Forum: Plugins
In reply to: StatTraq Beta d releasedI’m not sure why you get that error in 1.3 – I’ll check into it and see what I can find.
Regards,
RandyForum: Plugins
In reply to: StatTraq Beta d released…it says version 0.1a beta…
Doh! I’ll have to change that!
Thanks,
Randy PetermanForum: Plugins
In reply to: StatTraq Beta d releasedSo. ~~~ for a rental space without GD2 installed, it is impossible to see graphics … ?
Yes, I’m afraid that the libraries for the graphics are required to see the graphics. However, in a future release I could make this optional and use HTML tables to output graphs (something I did before I used the graphics library… a long, long time ago).
Forum: Plugins
In reply to: StatTraq Beta d releasedRegarding:
Warning: ob_start(): output handler …
What version of StatTraq are you running? If you’re running beta d, please contact me at stattraq@randypeterman.com . If you’re running an older version, this should be fixed in beta d. Temporarily you might consider turning off the compression on your install of WordPress.
Forum: Plugins
In reply to: StatTraq Beta d releasedRegarding the graphs not showing up, you’ll need the GD2 library installed on your server. Check with your host about this, or if you are running this on your own server make sure that the GD2 library is initialized in your PHP.ini file.
Forum: Plugins
In reply to: Testers Needed for New Statistics PluginThanks [Other]Michael!
Forum: Plugins
In reply to: StatTraq 0.1b ReadySorry, I did that before… presumptuous of me.
StatTraq for WordPress tracks public activity of WordPress and reports
Hits
Number of Unique PHP sessions
Page Views
IP Addresses (includes link to ARIN Who Is?)
Browser
Referrer
Search Terms from major search engines
Bar graphs generated for some of the reportsForum: Plugins
In reply to: Testers Needed for New Statistics PluginOK, If you would like to join the stattraq-list@randypeterman.com email list for discussion of this plugin please send an email to subscribe-stattraq-list@randypeterman.com. If you get a rejection notice it is only because the spam trap built into the server is just too powerful 🙂 If that happens email me privately (randy@randypeterman.com) and I’ll manually add you to the list. The list will be a good way (besides checking on the blog part of my site) to know when a new release is created.
Thanks for all of the positive comments, please keep suggestions coming in, too.Forum: Plugins
In reply to: Testers Needed for New Statistics PluginYou can only view statistics if you’re logged into WordPress, therefore I can’t look at those URL’s. However, if you want to go into the wp-stattraq/statistics.php file’s code you can remove the ‘require_once(‘../wp-admin/auth.php’)’ line of code and you’ll open access up to anyone.
The CSS file controls where the hits/users table is located, you can change that under wp-stattraq/styles/normal.css (I think you want the ‘#hits’ selector)
If you find bugs please report them here, as a comment on my site or send a message to stattraq@randypeterman.com. I’m going to create an email list for stattraq in the next 24 hours for folks to interact on.Forum: Plugins
In reply to: Testers Needed for New Statistics PluginActually, the database access changed between 1.2 and 1.3. Yes, that is a mistake in the instructions (one for some reason I thought I’d removed, apologies).