I would like to know how to install BBClone to s9y?
I have poped this into the .htaccess file:
<FilesMatch "\.(php)$">
php_value short_open_tag "Off"
php_value auto_append_file "/mounted-storage/home7/sub001/sc13854-AEQJ/www/se/count.php"
</FilesMatch>
AddType application/x-httpd-php .htm .html
<FilesMatch "\.(html?)$">
php_value short_open_tag "Off"
php_value auto_append_file "/mounted-storage/home7/sub001/sc13854-AEQJ/www/se/count.php"
</FilesMatch>
And have done the requested files etc. But it doesn't appear to work too well.