stat_module
Verfasst: 15.02.2005 17:00
wie baut man den ein ???
Ich werde aus der Install nicht schlau.
Ich werde aus der Install nicht schlau.
Load the 'top_quiz_users' dir from the zip-file into you
# stat-modules dir. Normaly it's called 'stat_modules'. Then go
# into you adminpanel and install and activate the new module.
#
# Thats all. Have a lot fun.
#
# PS: Excuse me for my terrible english![]()
# EoM
Muss ich das auch einbauen oder nicht ???#-------------------------------------------------------------
# NOTE: THIS STEP IS ONLY NEEDED IF YOU USE THE FILE-BASED CACHED TEMPLATE.PHP FILE
#
# If you are using the template cache system (only file-based is mentioned here),
# please adjust your template.php as followed (This will NOT disable the Template Caching)
# It is a little tweak to let the template use the non-cached output if no cached template
# file could be found.#-------------------------------------------------------------
#
#-----[ OPEN ]---------------------------------------------
#
includes/template.php
#
#-----[ FIND ]---------------------------------------------
# around line 144
$fp = fopen($cache_file, 'w+');
fwrite ($fp, '<?php' . "\n" . $this->compiled_code[$handle] . "\n?" . '>');
#
#-----[ REPLACE WITH ]--------------------------------------
#
$fp = @fopen($cache_file, 'w+');
if (!$fp) ...........