Pages: [1]   Go Down
Send this topic | Print
Author Topic: BBClone ! Something like Statcounter but its all on your server!!  (Read 3026 times)
0men
Member
*
Offline Offline

Posts: 10

point. click. r00t.


WWW
« on: November 18, 2006, 12:20:23 PM »

I just registered so i decided to post something of help.lolx
Download here -----> http://bbclone.de/
Demo here -----> http://bbclone.de/demo/
lol.

And there are more Features as well.

Quote
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

Chow!.lol.enjoy
« Last Edit: November 18, 2006, 12:22:00 PM by 0men » Logged

chetz92
Active Member
**
Offline Offline

Posts: 88

Forum Idiot


WWW
« Reply #1 on: November 25, 2006, 10:35:52 PM »

I'll get back to you if it works,

Although the .htaccess file won't work.
Logged

http://www.chetz92.com

Get FREE web Traffic HERE
chetz92
Active Member
**
Offline Offline

Posts: 88

Forum Idiot


WWW
« Reply #2 on: November 26, 2006, 01:42:00 AM »

It does work, but you have to create your own tracker code, plus it only works on php pages!
Logged

http://www.chetz92.com

Get FREE web Traffic HERE
maya
Active Member
**
Offline Offline

Posts: 98


WWW
« Reply #3 on: December 03, 2006, 10:25:12 PM »

I've tried it too but can't get it to work on 110mb.com

It works fine on WAMP on my computer. I'm guessing it could be something to do with the upgrades. Has anyone else got this problem?
Logged

robleyd
Official 110mb Guru
********
Online Online

Posts: 5699

Ask before you PM


« Reply #4 on: December 04, 2006, 10:46:52 AM »

Di you try it in debug mode to see if there are problems e.g. writing to the data files?
Logged

I once had a hard drive clunk-clicking
Strange noises, weird sounds and tick-ticking
I thought I would wait
And procrastinate...
But now all my data is missing
--------------
dd, a dump, a data dump
read a line from standard in
$USER, the name I call my self
make - a long long time to run
.so a library that is shared
.ko it's not the same as .so
tee, a redirect with in and out
and brings us back to dd d d d
maya
Active Member
**
Offline Offline

Posts: 98


WWW
« Reply #5 on: December 05, 2006, 07:35:29 AM »

I get this on debug...

Code:
BBClone 0.4.8b debug mode:
It seems that BBClone has successfully written to file counter4.inc. If you keep getting this message despite access.php and last.php remain empty, it means the file system is denying access and returning a flag PHP doesn't understand. On Windows NT/2k/XP/2k3 the problem will occur with PHP 4.x if the var directory only has read permissions.
--------------------------------------------------------------------------------
Set $BBC_DEBUG = ""; in config.php to turn off debug mode again.
--------------------------------------------------------------------------------
BBClone 0.4.8b debug mode:
File bbclone/var/.htalock is inaccessible. You may have to check whether it has the right permissions or is even missing.
--------------------------------------------------------------------------------
Set $BBC_DEBUG = ""; in config.php to turn off debug mode again.

1) my access.php and last.php files are both empty

2) .htalock files cant be uploaded or created... how did you manage to get yours to work?

Further experimenting leads me to believe its just the .htalock file that is stopping it working as if I put the file in I get lots of sucessfull messages on my offline version and the stats work. Have requested .htalock files in appropriate topic.
« Last Edit: December 05, 2006, 08:08:53 AM by maya » Logged

maya
Active Member
**
Offline Offline

Posts: 98


WWW
« Reply #6 on: December 05, 2006, 11:08:59 PM »

Ahh I found the answer to the problem of the .htalock file...

http://help.bbclone.de/index.php?n=Solutions.HtalockInaccessible

Quote
File demo/var/.htalock is inaccessible. You may have to check whether it has the right permissions or is even missing.

It is most likely, that during an upgrade you did not include the file ".htalock" which is necessary for writing to access.php and last.php (where your stats data are stored). If you upgraded from an older installation, please include all files from the package. (See Upgrading Issues for more instructions on upgrading.)


Also check that your FTP client doesn't hide dotted files from you (typically this is an option which offers not to display hidden files, which is wrong in this case). Another possibility is that you're not allowed to use dotted files. A workaround would be the following:


Edit constants.php and change


 $BBC_LOCK = $BBC_CACHE_PATH.".htalock";

to


 $BBC_LOCK = $BBC_CACHE_PATH."lock";

or something which you find appropriate. After that create an empty file of exactly the same name (case sensitive!), put it into BBClone's var/ directory and make it writable for the server.
Logged

chetz92
Active Member
**
Offline Offline

Posts: 88

Forum Idiot


WWW
« Reply #7 on: December 08, 2006, 06:31:25 AM »

I got it to work, but I prefer statcounter, I don't know why but it seems like a more pleasing stats page.
Logged

http://www.chetz92.com

Get FREE web Traffic HERE
Pages: [1]   Go Up
Send this topic | Print
Jump to: