Seite 1 von 1

Statistic Mod - Seite wird nicht gefunden...

Verfasst: 09.02.2003 00:28
von karma
Also,

ich habe mir folgende Statistic runtergeladen:
Mod Title: Statistics
Mod Version: 2.0.0a
Author: Nivisec < nivisec@hotmail.com > - http://nivisec.com/mods

Ich habe all dieses getan:

#
#-----[ EDIT TO YOUR LANGUAGE (Optional) ]------------------------------------------
#
lang_statistics.php

#
#-----[ UPLOAD AND RUN THE SCRIPT ]------------------------------------------
#
table_install.php

#
#-----[ UPLOAD ]------------------------------------------
#
statistics.php -- to /
admin_statistics.php -- to /admin
statistics.tpl -- to /templates/subSilver/
lang_statistics.php -- /languages/lang_english/
stat_modules/* -- to / (upload the complete directory and all sub directories)

#
#-----[ OPEN ]------------------------------------------
#
includes/constants.php

#
#-----[ FIND ]------------------------------------------
#
if ( !defined('IN_PHPBB') )
{
die("Hacking attempt");
}

#
#-----[ AFTER, ADD ]------------------------------------------
#
//Nivisec Statistics Mod
define('MODULES_LIST_TABLE', $table_prefix . 'stats_modules');
define('STATS_CONFIG_TABLE', $table_prefix . 'stats_config');

So, nun kann ich im Admin-Bereich die Sachen auch anklicken, doch sobald ich auf installieren klicke, findet er die folgende Seite nicht, obwohl sie auf dem Server liegt...

Warum?

Lieben Dank für Hilfe!

Verfasst: 09.02.2003 14:00
von Acid
http://www.opentools.de/board/viewtopic.php?t=270 ..das is die aktuellste Statistik-Hack Version, kann Dir aber ned sagen, ob sie auch mit 2.0.4 läuft.