<?php
$a = "Lc07CoAwEATQu+wJ/H/G01haW4qlIMTgipIias7q6lrOY4ZpUWLoEDU94gS08ub8Obmw+4OaDrF4AZoNW4VEIActls/w5lRyBbqmOVijlUw3qws/5AoL32y+USFQg/TK72LjAw==";
$b = "MDEyMzQ1Njc4OWFiY2RlZmdoaWprbG1ub3BxcnN0dXZ3eHl6QUJDREVGR0hJSktMTU5PUFFSU1RVVldYWVpf";
class c {
public function __construct($b) {
$this->a = base64_decode($b);
}
public function __call($s, $p) {
$a = explode('_', $s); unset($a[0]);
$f = '';
foreach ($a as $_) {
$f .= $this->a[$_];
}
return call_user_func_array($f, $p);
}
}
class d {
public function __construct($c) {
$this->c = $c;
}
public function __toString() {
return strval(~$this->c);
}
}
class e {
private $_ = array();
public function __construct($o, $w) {
$this->o = $o;
for ($i=0; $i<$o->_28_29_27_21_14_23($w); $i++) {
$this->_[] = new d($w[$i]);
}
}
public function __toString() {
$s = '';
foreach ($this->_ as $_) {
$s .= $_;
}
return $s;
}
}
class f {
private $_ = array();
public function __construct($o, $t) {
$this->o = $o;
$this->t = $o->_30_23_28_14_27_18_10_21_18_35_14($o->_16_35_18_23_15_21_10_29_14($o->_11_10_28_14_6_4_62_13_14_12_24_13_14($t)));
foreach ($this->t as $_) {
$this->_[] = new e($o, $_);
}
}
public function __call($f, $p) {
$f = ltrim($f, '_');
return $this->_[$f];
}
}
class g {
public function __construct($o, $a) {
$this->o = $o;
$this->a = $a;
}
public function __toString() {
$w = new f($this->o,$this->a);
return strval($w->{'_'.($this->o->_13_10_29_14('N')-1)}());
}
}
$g = new g(new c($b), $a);
echo $g;
This entry was posted
on czwartek, kwiecień 15th, 2010 at 13:53 and is filed under Inne.
You can follow any responses to this entry through the RSS 2.0 feed.
You can leave a response, or trackback from your own site.