also ich weiss ja nicht was du da machst, schon mal die anleitung gelesen?
du lädst den ornder mit dem counter komplett hoch, da ist natürlich auch ein includes ordner dabei und dann machst du das
#
#-----[ OPEN ]------------------------------------------
#
includes/page_header.php
#
#-----[ FIND ]------------------------------------------
#
//
// The following assigns all _common_ variables that may be used at any point
// in a template.
//
#
#-----[ BEFORE, ADD ]------------------------------------------
#
//
// chCounter
//
ob_start();
$chCounter_force_new_db_connection = FALSE;
include( 'absolute_path_to_counter_directory/counter.php' );
$chCounter = ob_get_contents();
ob_end_clean();
#
#-----[ FIND ]------------------------------------------
#
'SITENAME' => $board_config['sitename'],
#
#-----[ AFTER, ADD ]------------------------------------------
#
'COUNTER' => $chCounter,
#
#-----[ OPEN ]------------------------------------------
#
templates/subSilver/overall_footer.tpl
#
#-----[ IN-LINE FIND ]------------------------------------------
#
Powered by <a href="
http://www.phpbb.com/" target="_phpbb" class="copyright">phpBB</a> {PHPBB_VERSION} © 2001, 2002 phpBB Group<br />{TRANSLATION_INFO}</span>
#
#-----[ In-LINE AFTER, ADD ]------------------------------------------
#
<br />
{COUNTER}
#
#-----[ OPEN ]------------------------------------------
#
templates/subSilver/simple_footer.tpl
#
#-----[ IN-LINE FIND ]------------------------------------------
#
Powered by <a href="
http://www.phpbb.com/" target="_phpbb" class="copyright">phpBB</a> {PHPBB_VERSION} © 2001,2002 phpBB Group</span>
#
#-----[ IN-LINE AFTER, ADD ]------------------------------------------
#
<br />
{COUNTER}
und schon wird der counter auf allen seiten angezeigt und sollte auch zählen