| Variable's name | Explanation | Variable's value |
| $BBC_MAINSITE |
The URL of your website. If empty, this URL doesn't appear in the navigation bar of all BBClone pages. Example: $BBC_MAINSITE = "http://www.mywebhost.com/somewhere/". |
"www.westlawn.net" |
| $BBC_SHOW_CONFIG | Determines whether the data of show_config.php should be displayed or not | yes |
| $BBC_TITLEBAR |
The title being displayed in the navigation bar of all BBClone pages. The following macros are recognized:
|
"Statistics for %SERVER generated the %DATE" -> "Statistics for westlawn.net generated the 2008/07/24" |
| $BBC_LANGUAGE |
The language you want to use. The default is english. To learn about available languages, you may take a look at the download section of the BBClone website. |
"en" |
| $BBC_MAXTIME |
Period of time (in seconds) between 2 different visits from the same IP/AGENT combination. The default is the emerging standard: 1800 s |
1800 |
| $BBC_MAXVISIBLE |
How many entries do you want to see in the detailed stats? Default is 100 do not set it higher than 500 (which is useless, anyway) |
100 |
| $BBC_MAXOS | How many OS do you want to see specified in the global stats? | 10 |
| $BBC_MAXBROWSER | How many browsers do you want to see specified in the global stats? | 10 |
| $BBC_MAXEXTENSION | How many extensions do you want to see specified in the global stats? | 10 |
| $BBC_MAXROBOT | How many robots do you want to see specified in the global stats? | 10 |
| $BBC_MAXPAGE | How many pages do you want to see specified in the global stats? | 10 |
| $BBC_MAXORIGIN | How many origins do you want to see specified in the global stats? | 10 |
| $BBC_IGNOREIP |
Which IP adress (or subnet) do you want to ignore? Format: <IP adress or subnet>, <another IP adress or subnet> Insert a comma "," between each IP. Default is most "local" IP. |
no |
| $BBC_IGNORE_REFER |
If you run a couple of sites and don't want them to be listed in your top
referrer list, you can add the hostnames here. The referrer will be treated
as "not specified" and no hits are lost. Use the following format: $BBC_IGNORE_REFER = "www.host1.org, another.host2.org, yetanother.host3.org"; and so on. |
no |
| $BBC_OWN_REFER | If this flag is set, all referrers originating from the server on which bbclone is running are displayed as http://www.myserver.com/ (placeholder for your server name) in the referrer ranking. This is useful if you don't want bbclone to list paths to administrative pages, protected directories or other stuff you want to keep for yourself | yes |
| $BBC_NO_STRING | BBClone writes a comment to the html source as indicator of its current state. However this output, though convenient, may interfere with some forums or content management systems. If you're confronted with a blank page or a couple of "header already sent by" messages you need to uncomment this flag to make your scripts work again. | no |
| $BBC_DETAILED_STAT_FIELDS |
The variable $BBC_DETAILED_STAT_FIELDS determines the columns to display in
show_detailed.php. Possible column names are: "id", "time", "visits", "dns" (hostname), "referer", "os", "browser", "ext" (extension) The order of the column names is important. Non-existing columns will be missing on the stats page. Examples: $BBC_DETAILED_STAT_FIELDS = "id, time, visits, ext, os, browser" $BBC_DETAILED_STAT_FIELDS = "date, browser, os, dns" |
"id, time, visits, ext, ext, dns, refer, os, browser" |
| $BBC_GENERAL_ALIGN_STYLE | Here you can set the main stats page's align style. Possible values are "left", "right", "center" | "center" |
| $BBC_TITLE_SIZE | The titles' size between 0 (smallest) and 6 (largest) | 4 |
| $BBC_SUBTITLE_SIZE | The subtitles' size between 0 (smallest) and 6 (largest) | 2 |
| $BBC_TEXT_SIZE | The simple text's size between 0 (smallest) and 6 (largest) | 1 |
BBClone v0.33.1 © The BBClone team - Licensed under the GPL.
![]()