uawdijnntqw1x1x1
IP : 216.73.216.183
Hostname : webm007.cluster114.gra.hosting.ovh.net
Kernel : Linux webm007.cluster114.gra.hosting.ovh.net 5.15.206-ovh-vps-grsec-zfs-classid #1 SMP Fri May 15 02:41:25 UTC 2026 x86_64
Disable Function : _dyuweyrj4,_dyuweyrj4r,dl
OS : Linux
PATH:
/
home
/
locationbo
/
www
/
templates
/
yootheme
/
offline.php
/
/
<?php namespace YOOtheme; use Joomla\CMS\Factory; use Joomla\CMS\HTML\HTMLHelper; use Joomla\CMS\Language\Text; use Joomla\CMS\Router\Route; use Joomla\CMS\Uri\Uri; defined('_JEXEC') or die; require_once JPATH_ADMINISTRATOR . '/components/com_users/helpers/users.php'; $app = Factory::getApplication(); $twofactor = \UsersHelper::getTwoFactorMethods(); $view = app(View::class); ?> <!DOCTYPE HTML> <html lang="<?= $this->language ?>" dir="<?= $this->direction ?>"> <head> <meta charset="<?= $this->getCharset() ?>"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1"> <jdoc:include type="head" /> </head> <body class="uk-flex uk-flex-middle" uk-height-viewport> <div class="tm-offline uk-container uk-container-small uk-text-center"> <jdoc:include type="message" /> <?php if ($app->get('offline_image') && file_exists($app->get('offline_image'))) : ?> <?= $view->image($app->get('offline_image'), ['uk-img' => true, 'alt' => htmlspecialchars($app->get('sitename'), ENT_COMPAT, 'UTF-8')]) ?> <?php endif ?> <h1><?= htmlspecialchars($app->get('sitename'), ENT_COMPAT, 'UTF-8') ?></h1> <?php if ($app->get('display_offline_message', 1) == 1 && str_replace(' ', '', $app->get('offline_message')) != '') : ?> <p><?= $app->get('offline_message') ?></p> <?php elseif ($app->get('display_offline_message', 1) == 2) : ?> <p><?= Text::_('JOFFLINE_MESSAGE') ?></p> <?php endif ?> <form class="uk-panel uk-margin" action="<?= Route::_('index.php', true) ?>" method="post"> <div class="uk-margin"> <input class="uk-input" type="text" name="username" placeholder="<?= Text::_('JGLOBAL_USERNAME') ?>"> </div> <div class="uk-margin"> <input class="uk-input" type="password" name="password" placeholder="<?= Text::_('JGLOBAL_PASSWORD') ?>"> </div> <?php if (count($twofactor) > 1) : ?> <div class="uk-margin"> <input class="uk-input" type="text" name="secretkey" tabindex="0" size="18" placeholder="<?= Text::_('JGLOBAL_SECRETKEY') ?>" /> </div> <?php endif ?> <div class="uk-margin"> <button class="uk-button uk-button-primary uk-width-1-1" type="submit" name="Submit"><?= Text::_('JLOGIN') ?></button> </div> <div class="uk-margin"> <label> <input type="checkbox" name="remember" value="yes" placeholder="<?= Text::_('JGLOBAL_REMEMBER_ME') ?>"> <?= Text::_('JGLOBAL_REMEMBER_ME') ?> </label> </div> <input type="hidden" name="option" value="com_users"> <input type="hidden" name="task" value="user.login"> <input type="hidden" name="return" value="<?= base64_encode(Uri::base()) ?>"> <?= HTMLHelper::_('form.token') ?> </form> </div> </body> </html>
/home/locationbo/www/templates/yootheme/offline.php