$badStrings = array("Content-Type:", "MIME-Version:", "Content-Transfer-Encoding:", "bcc:", "cc:"); foreach($_POST as $k => $v){ foreach($badStrings as $v2){ if(strpos($v, $v2) !== false){ header("HTTP/1.0 403 Forbidden"); exit; } } } ?>
|
|
Registration form |
Please enter your username and password to have a unique identification in our system. This action will allow the using of e-commerce tools, receiving information by mail and other services.Your info will not be disclosed in any way
|