View Full Version : vBulletin Statistics (BBClone)
Adult SEO
01-26-2007, 10:00 PM
Hi there!
This mod enables you to use the BBClone Statistical System on your forum.
Instructions
Download BBClone at http://www.bbclone.de/
Upload the BBClone files to your server
Chmod the directory /var/ to 775
Edit the config file located in /conf/config.php
Import this product
If you changed the directory of your BBClone instalation, then configure it in your vBulletin adminpanel (options -> BBClone)
If you want to enable users to view statistics and want to use the custom statistical pages, then add the folowing code to your htaccess file:
RewriteEngine On
# BBclone Statistics
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^stats\.html$ index.php?bbclone_page=1&%{QUERY_STRING} [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^stats-detailed\.html$ index.php?bbclone_page=2&%{QUERY_STRING} [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^stats-time\.html$ index.php?bbclone_page=3&%{QUERY_STRING} [L]
If you want to add the counter, simply add the folowing code anywhere on any template:
<!--bbclonecounter-->
Demo Statistics
http://www.papegaaienforum.nl/stats.html
http://www.papegaaienforum.nl/stats-detailed.html
http://www.papegaaienforum.nl/stats-time.html
Have Fun!
Jan Jaap
Updates
31 januari 2007
SEO (forum style) statistical pages
Counter
Admin settings
Demo site using this mod: http://www.papegaaienforum.nl/
tankaya61
01-27-2007, 08:33 AM
i installed a mount back but
bbclone have problem
in the "Top 50 Visited Pages" link false
i delete it link
you can see
http://www.turkishboard.net/bbclone
Adult SEO
01-27-2007, 08:49 AM
Hi!
I've asked BBClone on how to solve this. It seems dynamic pages aren't tracked yet.
The request can be found on http://forum.bbclone.de/index.php/t/1688/fe446e83c00bf6611d69ea13940121f1/
Best Regards,
Jan Jaap
tankaya61
01-27-2007, 10:54 AM
i creat a vbulletin page
please look it
http://www.turkishboard.net/reklam.php
if can i put in the table
it be better good for view
and you can do group permision :up:
Atakan KOC
01-27-2007, 02:23 PM
Thanks. installed...
anyone got this to work yet ?
I gave up on this ..
Kaleem
01-27-2007, 07:32 PM
Insatlled and working fine :)
ChurchMedia
01-28-2007, 03:55 AM
Should bbclone be installed in the root directory or the forum root directory? And what would be the path depending on which directory it's installed in?
Hornstar
01-28-2007, 09:48 AM
does this have permissions so only certain usergroups can view the stats? If not, maybe a request.
Thanks.
Allan
01-28-2007, 11:16 AM
Thanks for this hack, click install ;)
navajotex?
01-28-2007, 04:37 PM
problem.
Statistics for www.newrevolutionsat.net generated on 28/01/2007
10 primi browser
Totale 0
10 primi sistemi operativi
Totale 0
10 prime estensioni
Totale 0
10 primi robot
Totale 0
10 primi host
Totale 0
10 prime pagine
Totale 0
10 primi referenti
Totale 0
10 prime ricerche
Totale 0
Accessi
Ultimo anno 0 Ultimo mese 0 Ultima settimana 0 Ultimo giorno 0
Visite totali 0 Totali unici 0
BBClone 0.4.9 ? Il team di BBClone - Distribuito sotto licenza GPL Valid XHTML 1.0! Valid CSS!
icon Sito principale icon Configurazione icon Statistiche globali icon Statistiche dettagliate icon Statistiche temporali
Vampyre
01-28-2007, 07:41 PM
If your first installation doesn't work right away, you may want to turn on the BBC_DEBUG option.
It can give you some useful hints. ;)
http://help.bbclone.de/index.php?n=Setup.TestingBBClone
transitbus
01-28-2007, 07:48 PM
I have used bbclone for years and gave it up when I migrated to vb, thanks for making this :D
Adult SEO
01-31-2007, 03:25 PM
Added: SEO forum style statistical pages, counter to be placed anywhere on the forum and new admin settings to manage BBClone.
Please note! if you upgrade from the previous version, then make sure to change the path to bbclone to the absolute server path.
Have Fun!
Jan Jaap
Kaleem
01-31-2007, 04:42 PM
Added: SEO forum style statistical pages, counter to be placed anywhere on the forum and new admin settings to manage BBClone.
Please note! if you upgrade from the previous version, then make sure to change the path to bbclone to the absolute server path.
Have Fun!
Jan Jaap
and how we gonna use it anywhere like this $bbclone ?
Cus with vboptions its not showing up in the footer?
i put the paths both absolute and http :)
Adult SEO
01-31-2007, 04:49 PM
Hi!
I forgot to mention the code.
If you want to add the counter, simply add the folowing code anywhere on any template:
<!--bbclonecounter-->
Best Regards,
Jan Jaap
transitbus
01-31-2007, 09:17 PM
LOL! never mind looks like I forgot to get mu .htlock file chmodded properly. All is well :D
rs2000
02-01-2007, 01:36 AM
I seem to have the actual stats program working, I can even display the correct stats on the bottom of the forum page, however when I click on the link it takes me to a stats.html page which isnt there.
my site is: http://www.rs2000-16v.net
my forum is: http://www.rs2000-16v.net/forum
my BBclone is: http://www.rs2000-16v.net/stats
I believe I have the absolute path etc setup correct, I just dont know why its not displaying the stats inside the forum like it is on the right hand screen shot.
Any help would be nice
Thanks
Mupetz
02-01-2007, 11:40 AM
rs2000,
Check out the instructions from the main post.
If you want to enable users to view statistics and want to use the custom statistical pages, then add the folowing code to your htaccess file:
Add the lines to your htaccess file.
Adult SEO,
Everything works just splendid. Thanks again.
The only thing i dislike is the Top 10 Visited Pages. There is no valid link to the thread or forum specified. All the visited pages are linked to /showthread.php or /forumdisplay.php
A fix for this on the future versions will be appreciated.
Thank you
Adult SEO
02-01-2007, 11:50 AM
I forgot to mention, that you first need to activate Mod Rewrite if you aren't already using Mod Rewrite functions on your site.
If you aren't already using Mod Rewrite functions, then use the folowing code:
RewriteEngine On
# BBclone Statistics
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^stats\.html$ index.php?bbclone_page=1&%{QUERY_STRING} [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^stats-detailed\.html$ index.php?bbclone_page=2&%{QUERY_STRING} [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^stats-time\.html$ index.php?bbclone_page=3&%{QUERY_STRING} [L]
NaughtyStud
02-01-2007, 12:06 PM
Very cool mod, thanks and marked as installed. ;)
Mupetz
02-01-2007, 12:07 PM
Adult SEO,
Everything works just splendid. Thanks again.
The only thing i dislike is the Top 10 Visited Pages. There is no valid link to the thread or forum specified. All the visited pages are linked to /showthread.php or /forumdisplay.php
A fix for this on the future versions will be appreciated.
Thank you
Adult SEO, can You please answer if this will be possible to future updates ?
rs2000
02-01-2007, 06:23 PM
OK thank you its working now, however my only other problem is the background colors OR the color of the text, can this be changed? You will see what I mean by visiting:
http://www.rs2000-16v.net/forum and clicking on the counter at the bottom of the page, then click on detailed.
Very hard to read (if you can read at all!)
Thanks
Mr Chad
02-01-2007, 10:59 PM
why is the most visited page my stats page?
http://beasttoast.com/forum/stats.html
Mr Chad
02-03-2007, 04:38 PM
some reason the todays hits is 0 now.
also i get {code]Parse error: parse error, unexpected $, expecting ')' in xxx.com/httpdocs/forum/bbclone/var/access.php on line 9817[/code] about 5% of them time.
Adult SEO
02-03-2007, 04:48 PM
Hi!
I just want to warn you, I've used BBClone on a 60k unique per day adult site and it crashed every 2 weeks. As BBClone uses flatfile storage to store the statistics. It might not be stable enaufh for sites with more then 20k/30k in traffic.
Best Regards,
Jan Jaap
p.s. if any developer would be interested to convert this statistical system into a MySQL version, it might become one of the most loved free PHP statistical systems on the Internet and capable to use on high traffic sites.
I was using this hack. The stat reset was driving me crazy. They would reset just about every day. I switched to http://soft.zoneo.net/phpTrafficA/.
It works well and gives a bit more information. It also will track several sites. I use vbulletin plugin system to add the php code for tracking. You can also track with js which I do on sites where I don't have vbulletin installed.
Yorixz
02-04-2007, 09:28 AM
I was using this hack. The stat reset was driving me crazy. They would reset just about every day. I switched to http://soft.zoneo.net/phpTrafficA/.
It works well and gives a bit more information. It also will track several sites. I use vbulletin plugin system to add the php code for tracking. You can also track with js which I do on sites where I don't have vbulletin installed.
Would you mind sharing that plugin with us? :)
amac64
03-01-2007, 09:45 PM
I've installed the hack, but I don't know where to look to see if it works. Where will I see it?
jerseyda6
06-03-2007, 05:03 PM
hmmmmmmmmm
MetalORock
07-11-2007, 04:17 PM
thanks, great mod :)
mauriceo
07-30-2008, 03:33 AM
Great mod! Can anyone confirm if this also works with version 3.7.x?
liefdesdichter
09-06-2010, 02:49 PM
can some one update this to vb 4
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.