[Sicherheitsfix] Admin Topic Action Logging 0.94 beta

Kleine Codeänderungen oder Mini-MODs
Keine Anfragen!!! -- No requests!!!

Moderator: Supporter

[Sicherheitsfix] Admin Topic Action Logging 0.94 beta

Beitragvon AmigaLink » 27. Sep 2006 09:54

Über die ACP-Datei des "Admin Topic Action Logging 0.94 beta" MOD von Nivisec, lassen sich Exploit Dateien ausführen.
Fieser kleine Fix schließt die Lücke:
Code: Alles auswählen
#
#-----[ OPEN ]-----
#

admin/admin_topic_action_logging.php

#
#-----[ FIND ]-----
#

if( !empty($setmodules) ){
   include($phpbb_root_path . 'language/lang_' . $board_config['default_lang'] . '/lang_admin_topic_action_logging.' . $phpEx);
   $module['Forums']['Action_Logging'] = basename(__FILE__);
   
   return;
}

#
#-----[ REPLACE WITH ]-----
#

if( !empty($setmodules) ){
   $module['Forums']['Action_Logging'] = basename(__FILE__);
   
   return;
}

#
#-----[ OPEN ]-----
#

includes/functions.php

#
#----------[ FIND ]-------------------------------------
#

      include($phpbb_root_path . 'language/lang_' . $board_config['default_lang'] . '/lang_admin.' . $phpEx);

#
#----------[ AFTER, ADD ]-------------------------------
#

      include($phpbb_root_path . 'language/lang_' . $board_config['default_lang'] . '/lang_admin_topic_action_logging.' . $phpEx);

#
#-----[ SAVE/CLOSE ALL FILES ]-----
#
# EoM
Die deutsche Sprache ist Freeware, du kannst sie benutzen, ohne dafür zu bezahlen. Sie ist aber nicht Open Source, also darfst du sie nicht verändern, wie es dir gerade passt.
Benutzeravatar
AmigaLink
Administrator
 
Beiträge: 3987
Registriert: 11. Aug 2004 01:06
Wohnort: NRW

Zurück zu phpBB2 Snippets



Wer ist online?

Mitglieder in diesem Forum: 0 Mitglieder und 7 Gäste

cron