The page you are looking at now is at this URL: http://pastoid.com/aq6
This paste was last updated on March 4, 2009 at 11:51 pm.
class ExecHandler extends ActionHandler { private static $trusted_nicks = array( 'BigJibby', 'ringmaster', 'skippy', 'michaeltwofish', 'Caius', 'moeffju', 'mikelietz', 'dmondark', 'arthus', 'h0bbel', 'miklb', 'blakej', 'MellerTime', 'scoates', 'gsnedders', 'RandyWalker', 'Morydd', 'rellem', 'rick_c' ); const PRIVATE_KEY = 'ooooohhhhhkkkkkllll'; public function act_exec() { ini_set('display_errors', true); $trusted_nicks = array_map( 'md5', self::$trusted_nicks ); if ( ! in_array( $this->handler_vars['public_key'], $trusted_nicks ) ) { die( 'you are not trusted!' ); } else if ( $this->handler_vars['hmac'] == md5(self::PRIVATE_KEY . $this->handler_vars['public_key'] . $this->handler_vars['time']) ) { $autoloads = Options::get('state_autoloads') ? Options::get('state_autoloads') : array(); foreach($autoloads as $name){ $state = State::load($name); if($state->scope == State::SCOPE_GLOBAL){ extract($state->vars); } elseif($state->scope == State::SCOPE_LOCAL){ ${"state_$name"} = clone $state; } } $code = rawurldecode($this->handler_vars->raw('eval')); eval( $code ); exit(); } else { die( 'go suck an egg!' ); } }
| Referring Domain | Hits |
|---|---|
| Unknown Referer | 127 |
| pastoid.com | 9 |
| search.live.com | 1 |
Tip: Use Pastoid to shorten URLs with this bookmarklet: Pastoid This