JavaScript is not enabled on your browser and in order to properly use Coder Profile JavaScript is required.
To view instructions on how to enable JavaScript on your browser click here .
Author Details
Code Information
Language
PHP (Hypertext Preprocessor)
Expires
Never
Length
880 Characters (20 Lines)
Password
no password
/*
|---------------------------------------------------------------
| SECURE ALL $_POST, $_GET, $_SESSION, $_REQUEST and $_COOKIE
|---------------------------------------------------------------
*/
if ( preg_match ( '/MICROSOFT URL CONTROL -
6.00.(88.62|81.69)/i' , getenv ( 'HTTP_USER_AGENT' ) ) === true ) die ( '<h1>You did wrong...</h1>' ) ;
$methods = array ( $_POST ,
$_GET , $_SESSION , $_REQUEST , $_COOKIE
) ;
foreach ( $methods as $method ) :
foreach ( $method as $key => $val ) :
endforeach ;
else :
endif ;
endforeach ;
Please login to post comments.
WHERE ARE YOUR BRACKETS!! AHHH....
Latest News About Coder Profile
Coder Profile Poll
Why do you get bored with programming?
Not enough time to do something productive I run out of ideas Too hard to show people my creations Everything i do has too many errors, and it's too hard I don't get bored!!!please login to cast your vote and see the results of this poll
Latest Coder Profile Changes
Coder Profile was last updated
1.67 Year Ago