Seite 1 von 1

ForumSpy und Ctracker

Verfasst: 02.06.2007 17:41
von Fantasie
Hallo,

wenn ich ForumSpy starte, sagt das mir:

Code: Alles auswählen

CrackerTracker stopped your Script because the engine detectet that the script you want to execute has not initialized the var $phpbb_root_path corecctly.
This could be a potential security risk for this board.
Leider hilft hier auch keine Einstellung in der ct_security.php

Code: Alles auswählen

define('CT_DEBUG_MODE', true);
Steht trozdem nichts im Log.
Wie kann ich nun ForumSpy trozdem freigenen ?

Verfasst: 02.06.2007 22:49
von Mahony
Hallo
Hier habe ich mal etwas zum Thema gefunden http://www.community.cback.de/viewtopic ... t=forumspy


Grüße: Mahony

Verfasst: 02.06.2007 23:24
von Fantasie
Hallo,

Danke, man muss nur in der Forumspy.php das suchen:

Code: Alles auswählen

// LANGUAGE SWITCH 
$language = detectLanguage(); 
und davor das einfügen:

Code: Alles auswählen

$phpbb_root_path = './'; 
Dann funktioniert das.