Seccondary Toplist Hotfix
Version 2.1 has been released of the toplist for phpBB2, please upgrade a.s.a.p.!
It has come to my attention that there is a possible seccondary exploid in the toplist. I still doubt if it's exploiteble but I'll post it just to be sure.
Opentoplist.php and fine:
if(!)include( . 'mods/toplist_mod/toplist_common.'.);
Object->set_filenames(array(
'toplist_top10' => 'toplist_top10.tpl')
);
replace that with:
if ( ! )
{
include( . 'extension.inc');
include( . 'mods/toplist/toplist_common.'.);
Object->set_filenames(array(
'toplist_top10' => 'toplist_top10.tpl')
);
}
Thnxs to MJ of forumfm.net that came up with this fix.
Greetings,
WyriHaximus
]


