Hi Grummel ,<br /><br />in der ubbt.inc.php ganz oben unter :<br /><br /># Note: if you modify ANY code within UBB.threads, we at Infopop Corporation<br /># cannot offer you support-- thus modify at your own peril <img src="/forum/images/icons/smile.gif" alt="" /><br /># ---------------------------------------------------------------------------<br />*/<br /><br /><br /><br />Folgendes einfügen :<br /><br />if ($HTTP_POST_VARS['thispath']) {<br />exit;<br />}<br />if ($HTTP_POST_VARS['configdir']) {<br />exit;<br />}<br />if ($HTTP_GET_VARS['thispath']) {<br />exit;<br />}<br />if ($HTTP_GET_VARS['configdir']) {<br />exit;<br />}<br /><br /><br />Nettomo