PDA

View Full Version : bbclone integration?


Tudor
05-05-2006, 10:54 AM
Hi,

Did anyone succed integrating bbclone to esyndicat script?
bbclone (bbclone.de) is a free (GPL) php counter with many features and I'm interested in this integration...

Simon Gooffin
05-05-2006, 12:24 PM
Welcome to our support forums
Could you please explain what kind of problem you have with integration? I've just downloaded the script and I could help you with integration

Tudor
05-05-2006, 03:19 PM
Hello Simon,

I've tried to use it but the problem is in .htaccess I think. The code is:

AddType application/x-httpd-php .htm .html
<FilesMatch "\.(html?)$">
php_value short_open_tag "Off"
php_value auto_append_file "/the/path/that/leads/to/count.php"
</FilesMatch>

A good explanation you could see here (http://help.bbclone.de/index.php?n=Setup.ActivationCode) but I didn't succeed. Please try yourself to set up and if you succeed explain here every detail.
That's good because there could be many people interested in having a counter on their links directory.

(Also I've tried few minutes ago to setup phpwebtrace to work with esyndicat but I like bbclone much because don't use a db and it's faster.)