Hi Grummel ,
in der ubbt.inc.php ganz oben unter :
# Note: if you modify ANY code within UBB.threads, we at Infopop Corporation
# cannot offer you support-- thus modify at your own peril

# ---------------------------------------------------------------------------
*/
Folgendes einfügen :
if ($HTTP_POST_VARS['thispath']) {
exit;
}
if ($HTTP_POST_VARS['configdir']) {
exit;
}
if ($HTTP_GET_VARS['thispath']) {
exit;
}
if ($HTTP_GET_VARS['configdir']) {
exit;
}
Nettomo