Go to main content

Textpattern CMS support forum

You are not logged in. Register | Login | Help

#25 2005-11-08 22:13:38

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

Re: Did anybody try mint?

Your’s can have it, too.

Offline

#26 2005-11-08 23:47:00

ramanan
Plugin Author
From: Toronto
Registered: 2004-03-12
Posts: 323
Website

Re: Did anybody try mint?

That’s a slick layout. But my site is my own. No templates for me.

Offline

#27 2005-11-09 01:41:03

thebombsite
Archived Plugin Author
From: Exmouth, England
Registered: 2004-08-24
Posts: 3,251
Website

Re: Did anybody try mint?

Or you could just go straight to the TXP version courtesy of our good friend thame. :)


Stuart

In a Time of Universal Deceit
Telling the Truth is Revolutionary.

Offline

#28 2005-11-15 03:06:24

soulship
Member
From: Always Sunny Charleston
Registered: 2004-04-30
Posts: 669
Website

Re: Did anybody try mint?

Where did you guy’s put your php include to get slimstat working for you? i have tried a few things but can’t get any stats running. Are you calling the inc.stats.php in the head or body?

<code>php @include_once( $_SERVER[“DOCUMENT_ROOT”].”/slimstat/inc.stats.php” ); </code>

Offline

#29 2005-11-15 05:04:55

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

Re: Did anybody try mint?

I put it into /index.php at the very end. It now looks like this

bc..
<?php
/*
$HeadURL: http://svn.textpattern.com/stable/4.0/index.php $
$LastChangedRevision: 804 $
*/

// Make sure we display all errors that occur during initialization error_reporting(E_ALL); @ini_set(“display_errors”,“1”);

[…]

include $txpcfg[‘txpath’].’/publish.php’; textpattern(); // SlimStat: 2005-11-05 wet @include_once($_SERVER[“DOCUMENT_ROOT”].”/slimstat/inc.stats.php”);

?>

//w&

Offline

#30 2005-11-15 06:22:31

thebombsite
Archived Plugin Author
From: Exmouth, England
Registered: 2004-08-24
Posts: 3,251
Website

Re: Did anybody try mint?

Same here.


Stuart

In a Time of Universal Deceit
Telling the Truth is Revolutionary.

Offline

#31 2005-11-15 14:48:31

soulship
Member
From: Always Sunny Charleston
Registered: 2004-04-30
Posts: 669
Website

Re: Did anybody try mint?

Thanks Guys That was exactly what I was looking for.

Thanks! for the tip.
Jamie

Offline

#32 2005-11-15 14:54:39

soulship
Member
From: Always Sunny Charleston
Registered: 2004-04-30
Posts: 669
Website

Re: Did anybody try mint?

Is there any chance that asy_jpcashe would interfere with the functionality on this? I am still not getting stats. I wonder if it’s excluding me from the hit counting.

adress is here

Offline

#33 2005-11-15 15:02:39

soulship
Member
From: Always Sunny Charleston
Registered: 2004-04-30
Posts: 669
Website

Re: Did anybody try mint?

Got it Thanks, (silly directory issue)

Jamie

Offline

#34 2005-11-15 19:51:18

soulship
Member
From: Always Sunny Charleston
Registered: 2004-04-30
Posts: 669
Website

Re: Did anybody try mint?

Wet, Stuart,

Are you not concerned with restricting access to your slimstat directory? Should I be? .htaccess to restrict?

Jamie

Offline

#35 2005-11-16 01:45:42

thebombsite
Archived Plugin Author
From: Exmouth, England
Registered: 2004-08-24
Posts: 3,251
Website

Re: Did anybody try mint?

I don’t bother but it can be a good idea to give the directory a totally unconnected name so no-one knows what it really is. You would have to change the “call” above and I think there may be something in the config file to change as well. It’s really more a case of not letting spammers know that you have a stats package running. Whether you want people to view it or not is another matter but if they don’t know what to look for in the first place that shouldn’t be a big problem. If there are people you want to view it you will have to give them the address. Make sure you have it in your robot.txt file as well assuming you use one.

Last edited by thebombsite (2005-11-16 01:46:32)


Stuart

In a Time of Universal Deceit
Telling the Truth is Revolutionary.

Offline

#36 2005-11-16 02:59:43

soulship
Member
From: Always Sunny Charleston
Registered: 2004-04-30
Posts: 669
Website

Re: Did anybody try mint?

Thanks for the tip. Stuart I’ll change the directory name and get it unindexed with a nofollow.

Jamie

Offline

Board footer

Powered by FluxBB