Go to main content

Textpattern CMS support forum

You are not logged in. Register | Login | Help

#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

#50 2006-10-31 17:32:16

wet
Developer Emeritus
From: Schoerfling, Austria
Registered: 2005-06-06
Posts: 3,323
Website Mastodon

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

#51 2007-02-08 00:06:02

mattmikulla
Member
From: Nashville Tennessee
Registered: 2004-08-25
Posts: 281
Website

Re: wet_slimpattern: SlimStat integration into Textpattern

Does wet_slimpattern slow down the server?


Art Rogue – Fine Art Photography

Offline

#52 2007-02-08 05:36:02

wet
Developer Emeritus
From: Schoerfling, Austria
Registered: 2005-06-06
Posts: 3,323
Website Mastodon

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

#53 2007-03-01 19:30:27

wet
Developer Emeritus
From: Schoerfling, Austria
Registered: 2005-06-06
Posts: 3,323
Website Mastodon

Re: wet_slimpattern: SlimStat integration into Textpattern

wet_slimpattern v0.4

URL and query string filter employs regular expressions. No other changes.

Offline

#54 2007-03-01 23:49:54

mrdale
Member
From: Walla Walla
Registered: 2004-11-19
Posts: 2,215
Website

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

#55 2007-03-02 05:14:33

wet
Developer Emeritus
From: Schoerfling, Austria
Registered: 2005-06-06
Posts: 3,323
Website Mastodon

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

#56 2007-03-02 19:16:36

maverick
Member
From: Southeastern Michigan, USA
Registered: 2005-01-14
Posts: 976
Website

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

#57 2007-03-02 19:45:57

wet
Developer Emeritus
From: Schoerfling, Austria
Registered: 2005-06-06
Posts: 3,323
Website Mastodon

Re: wet_slimpattern: SlimStat integration into Textpattern

Oops, sorry folks, my fault: v0.4.1

Offline

#58 2007-03-02 19:59:06

maverick
Member
From: Southeastern Michigan, USA
Registered: 2005-01-14
Posts: 976
Website

Re: wet_slimpattern: SlimStat integration into Textpattern

Thanks for the quick fix.

Traffic seems to be showing up.

Mike

Offline

#59 2007-03-14 00:28:57

mattmikulla
Member
From: Nashville Tennessee
Registered: 2004-08-25
Posts: 281
Website

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

#60 2007-03-14 05:24:39

wet
Developer Emeritus
From: Schoerfling, Austria
Registered: 2005-06-06
Posts: 3,323
Website Mastodon

Re: wet_slimpattern: SlimStat integration into Textpattern

That would work, yes.

Offline

Board footer

Powered by FluxBB