TinyPortal

General => Chit chat => Topic started by: SOcRatEs on November 28, 2006, 06:57:55 PM

Title: BBCLONE PHP webstats on steriods!--free
Post by: SOcRatEs on November 28, 2006, 06:57:55 PM
BBCLONE (http://bbclone.de/)

BBclone is a web counter written in PHP and gives a detailed view of the visitors of your web site by displaying the nth last users (and the data they provided, like their IP, browser and so on) that visited the web site, not just showing a number of visitors. This is very handy for webmasters that want to see who is visiting their sites, what browser people use, where they came from etc.

For each visitor, BBClone can display

    * IP address,
    * hostname,
    * operating system,
    * robots,
    * browser,
    * referring URL (where do they come from),
    * visit date,
    * number of time the visitor has loaded the page,
    * number of visitor
    * the visited pages in the order someone viewed them
    * the last visited page
    * the search engine query that lead to your site (if applicable)
    * ranking of the most frequent countries, referrers, OS, browsers, robots, page views and hostnames



Other features include:

    * Easy customisation of font sizes, number of columns and their order, the number of icons to be displayed, duration of a unique visit.
    * 32 translations: Arabic, Bosnian, Bulgarian, Catalan, Czech, Chinese Simplified, Chinese Traditional, Danish, Dutch, English, Finnish, French, German, Greek, Hungarian, Italian, Japanese, Korean, Lithuanian, Macedonian, Norwegian (BokmÃÆ'Ã,Â¥l), Polish, Portuguese, Romanian, Russian, Slovak, Slovenian, Spanish, Swedish, Thai, Turkish and Ukrainian
    * Easy integration into MovableType, Pivot, Drupal, Textpattern, Wordpress, e107, CMSimple, CMComplex and possibly some more applications
    * Standard Compliance: BBClone conforms to XHTML 1.0 and CSS recommendations and doesn't lock out particular browsers or operating systems
    * no database required
    * reload resistance
    * hostname resolution (can be turned off)
    * time statistics (either by hits or unique visits)
    * proxy workaround and display
    * Whois lookup of ip addresses
    * exclusion of referrers coming from particular sites
    * support for rel=nofollow flag in referrer links against referrer spam
    * referrer filtering of the ones from the server itself
    * removal of query strings to get more useful summarized rankings
    * number of visits by a visitor
    * logging routine optimized to run fast on most websites
    * Exclusion of IPs or IP ranges from being counted
    * Ranking of the most frequent keywords from search engines
    * Accurate country allocation of visitors by using its own lookup database
    * Visualisation of visitors by using icons



bbclone-0.4.8b.zip (http://bbclone.de/download.php?get=bbclone-0.4.8b.zip)
981364 bytes, last modified: Wed Nov 23 19:44:24 2005

bbclone-0.4.8b.tar.gz (http://bbclone.de/download.php?get=bbclone-0.4.8b.tar.gz)
725146 bytes, last modified: Wed Nov 23 19:44:24 2005
Title: Re: BBCLONE PHP webstats on steriods!--free
Post by: Crip on November 28, 2006, 07:07:06 PM
Wow..
that was fast..thanks a lot SOcRatEs. :)

crip
Title: Re: BBCLONE PHP webstats on steriods!--free
Post by: rebelrose on November 28, 2006, 07:14:13 PM
 ;D  He is posting all kind of great information today  :up:
Title: Re: BBCLONE PHP webstats on steriods!--free
Post by: Nuked on November 28, 2006, 07:21:43 PM
nice one.  I've been debating on developing something of this sort.  Thanks for the information!
Title: Re: BBCLONE PHP webstats on steriods!--free
Post by: Crip on December 01, 2006, 07:47:12 PM
How canI add this php code i n my Forum site?
any pointers?
Title: Re: BBCLONE PHP webstats on steriods!--free
Post by: SOcRatEs on December 01, 2006, 07:59:10 PM
Sure!
After d/l files, ftp into your domian and upload all the files,
bbclone needs to be in a folder of it's own, like:

www.mydomain.com/bbclone

best bet is bbclone install (http://help.bbclone.de/index.php?n=Setup.HomePage)

edit your "index.php" at the bottom insert this code:
}
define("_BBCLONE_DIR", "bbclone/");
define("COUNTER", _BBCLONE_DIR."mark_page.php");
if (is_readable(COUNTER)) include_once(COUNTER);

I hope this helps! Other wise let me know, I'll do what I can....
?>
Title: Re: BBCLONE PHP webstats on steriods!--free
Post by: Crip on December 01, 2006, 08:47:04 PM
I have it working great on my regular website pages, but there should be a little bit of php code I could add in say a..phpbox.. but you can't use:
<?php

?>
tags..

somekind of include;
Title: Re: BBCLONE PHP webstats on steriods!--free
Post by: SOcRatEs on December 02, 2006, 02:38:40 AM
Cool!! I'm glad you got it workin...
Most likely there is away, like a php page or block,
I just use it on the index.php since most people will
land there first.

There's all kinds of way to modify this script, I just haven't so far.
It sure give alot of info as is though !!
Title: Re: BBCLONE PHP webstats on steriods!--free
Post by: Crip on December 02, 2006, 10:31:44 AM
Which index.php?
the one in the Forum root, or the one in the Theme you are using?
Title: Re: BBCLONE PHP webstats on steriods!--free
Post by: SOcRatEs on December 02, 2006, 10:57:51 AM
Quote from: crip on December 02, 2006, 10:31:44 AM
Which index.php?
the one in the Forum root
the one in the Forum root...
BtW, you have awesome themes!!!
TP_Techhead is one of my favs!!
Title: Re: BBCLONE PHP webstats on steriods!--free
Post by: Crip on December 02, 2006, 12:22:54 PM
Thanks,
TP_Techhead is Bloc's Theme, I just converted for him. :)
Title: Re: BBCLONE PHP webstats on steriods!--free
Post by: none on September 25, 2008, 07:34:30 AM
With Title:

}
define("_BBC_PAGE_NAME", $context['page_title']);
define("_BBCLONE_DIR", "bbclone/");
define("COUNTER", _BBCLONE_DIR."mark_page.php");
if (is_readable(COUNTER)) include_once(COUNTER);

?>