so bitte schön jetzt ist die werbung weg:D <? 
if (!ini_get('register_globals')) { 
$types_to_register = array('GET','POST','COOKIE','SESSION','SERVER'); 
foreach ($types_to_register as $type) { 
if (@count(${'HTTP_' . $type . '_VARS'}) > 0) { 
extract(${'HTTP_' . $type . '_VARS'}...