Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
#49 2006-10-31 16:17:39
- adamtal
- Member
- Registered: 2006-09-14
- Posts: 25
Re: wet_slimpattern: SlimStat integration into Textpattern
Does anyone know how can i set the time and date on slimstat?
where does it get the data from?
Offline
Re: wet_slimpattern: SlimStat integration into Textpattern
It uses server time, plus an additional time zone offset you can specify in _config.php (var $dt_offset_hrs=...
).
Offline
Re: wet_slimpattern: SlimStat integration into Textpattern
Does wet_slimpattern slow down the server?
Art Rogue – Fine Art Photography
Offline
Re: wet_slimpattern: SlimStat integration into Textpattern
Yes.
Slimpattern adds one row to its database table per visit page view, this costs a small fragment of a second (I have never measured, which fragment, though).
Last edited by wet (2007-02-08 05:36:33)
Offline
Re: wet_slimpattern: SlimStat integration into Textpattern
URL and query string filter employs regular expressions. No other changes.
Offline
Re: wet_slimpattern: SlimStat integration into Textpattern
>wet
Does this really not require a mod to index.php? I’ve done the “mod” route before, and had it working just fine, but on a recent install I tried just loading and enabling the plugin. So far no luck…
Everything seems pretty standard… any ideas?
Offline
Re: wet_slimpattern: SlimStat integration into Textpattern
No, it doesn’t require anything but installation and activation. Just to verify whether Slimstat is located where wet_slimpattern expects it to be, try to change this line in the plugin’s code
@include_once ($_SERVER["DOCUMENT_ROOT"].$statslogger);
to
include_once ($_SERVER["DOCUMENT_ROOT"].$statslogger);
Reload your site and watch out for messages like this:
Warning: include_once(/[...]/slimstat/inc.stats.php) [function.include-once]: failed to open stream
This would indicate a wrong Slimstat location. You can also browse to http://www.yoursite.com/slimstat/inc.stats.php
which should show nothing more than a blank white screen. Any messages are hints for possible error causes.
Offline
Re: wet_slimpattern: SlimStat integration into Textpattern
Hi Robert
I installed v0.4 yesterday and enabled it. Today I am not registering any hits (there should be at least mine :). I reinstalled and enabled it, still not registering any traffic.
Any suggestions?
Thanks
Mike
Offline
Re: wet_slimpattern: SlimStat integration into Textpattern
Oops, sorry folks, my fault: v0.4.1
Offline
Re: wet_slimpattern: SlimStat integration into Textpattern
Thanks for the quick fix.
Traffic seems to be showing up.
Mike
Offline
Re: wet_slimpattern: SlimStat integration into Textpattern
I am running wet_slimpattern 0.3. I would like to remove it and start from scratch with the new version.
Do I just delete the the database and directory on the server, the start over?
Art Rogue – Fine Art Photography
Offline
Re: wet_slimpattern: SlimStat integration into Textpattern
That would work, yes.
Offline