Jump to content


- - - - -

Add Bbclone Stats To Your Etomite Site


3 replies to this topic

#1 breezer

    Likes Etomite Forums!

  • Member
  • PipPip
  • 308 posts

Posted 27 January 2006 - 01:07 PM

To add BBClone stats to your Etomised site use the following simple steps:

1. Download the bbclone package and install it in your filesystem following the included instructions.

bbclone site: http://bbclone.de/

2. Add this code at the very bottom of your main index.php file after all eto code and before the last ?>:

// add the bbclone page counter stuff

$page_title=$etomite->documentObject['pagetitle'];

define("_BBC_PAGE_NAME", "$page_title");
define("_BBCLONE_DIR", "../bbclone/");
define("COUNTER", _BBCLONE_DIR."mark_page.php");
if (is_readable(COUNTER)) include_once(COUNTER);

adjust the path to your install of bbclone in this part:
define("_BBCLONE_DIR", "../bbclone/");


#2 Dean

    Loves Etomite Forums!

  • Admin
  • 4,758 posts
  • Gender:Male

Posted 12 February 2006 - 02:08 PM

On the subject of stats, are there any multi-site stats programs? One that I can use one area for all the sites I have?

Regards,
Dean

#3 breezer

    Likes Etomite Forums!

  • Member
  • PipPip
  • 308 posts

Posted 12 February 2006 - 09:14 PM

I use bbclone to catch all different "sites" on one server (put the bbclone in the main public html folder, then use a prefix for the different sites), don't know about if they are on different servers....

#4 gtatler

    Likes Etomite Forums!

  • Member
  • PipPip
  • 338 posts

Posted 12 February 2006 - 09:44 PM

Dean, on Feb 12 2006, 02:08 PM, said:

On the subject of stats, are there any multi-site stats programs? One that I can use one area for all the sites I have?
For your information, Dean, our friend Andreas posted a news item HERE about the site stats he uses for multiple sites which are available HERE.

Have to say that I have only had a very quick glance at it but it seems to work OK.

Edited by gtatler, 12 February 2006 - 09:47 PM.






1 user(s) are reading this topic

0 members, 1 guests, 0 anonymous users