| Current Path : /home/digilove/www/administrator/components/com_akeeba/tmpl/ControlPanel/ |
| Current File : /home/digilove/www/administrator/components/com_akeeba/tmpl/ControlPanel/warnings.blade.php |
<?php
/**
* @package akeebabackup
* @copyright Copyright (c)2006-2023 Nicholas K. Dionysopoulos / Akeeba Ltd
* @license GNU General Public License version 3, or later
*/
/** @var $this \Akeeba\Backup\Admin\View\ControlPanel\Html */
// Protect from unauthorized access
defined('_JEXEC') || die();
$cloudFlareTestFile = 'CLOUDFLARE::' . $this->getContainer()->template->parsePath('media://com_akeeba/js/ControlPanel.min.js');
$cloudFlareTestFile .= '?' . $this->getContainer()->mediaVersion;
?>
{{-- Joomla 3 End of Life notice --}}
@if(time() > 1723852800)
<details class="akeeba-block--failure">
<summary>
YOU HAVE REACHED THE END OF EXTENDED SUPPORT AND SECURITY UPDATES FOR JOOMLA 3
</summary>
<p>
We do not provide security updates or any kind of support for our Joomla 3 software past August 17th, 2024. We do not guarantee an upgrade path for your site past that date, nor can we help with upgrading it.
</p>
<p>
Kindly note that we started showing these messages on August 17th, 2021, over three years ago.
</p>
</details>
@elseif(time() > 1692219600)
<details class="akeeba-block--info">
<summary>
Joomla 3 is End of Life
</summary>
<p>
We only provide security updates until August 17th, 2024 for our Joomla 3 software. You can also <a href="https://www.akeeba.com/subscribe/j3es.html">purchase extended, but limited, support</a> for our software running on Joomla 3 until that date. The limited support does not cover bug fixes, new features, or addressing compatibility issues with third party services and new web server and web browser versions.
</p>
<p>
Please upgrade your site to the latest Joomla version as soon as humanly possible and update Akeeba Backup to the latest released version. <em>We do not guarantee an upgrade path for your site, nor will we be able to help with upgrading it, after August 17th, 2024</em>.
</p>
</details>
@elseif(time() > 1660683600)
<details class="akeeba-block--warning">
<summary>
Joomla 3 is approaching its End of Life
</summary>
<p>
Joomla 3 will become End of Life on August 17th, 2023. We only guarantee support and software updates for Joomla 3 before that date. You can also <a href="https://www.akeeba.com/subscribe/j3es.html">purchase extended, but limited, support</a> for our software running on Joomla 3 until August 17th, 2024. The limited support does not cover bug fixes, new features, or addressing compatibility issues with third party services and new web server and web browser versions.
</p>
<p>
Please upgrade your site to the latest Joomla version (Joomla 4 at the time of this writing) as soon as humanly possible. Afterward, please update Akeeba Backup to the latest released version. The longer you delay the less likely is that there will be an upgrade path for your site.
</p>
</details>
@endif
{{-- Configuration Wizard pop-up --}}
@if($this->promptForConfigurationWizard)
@include('admin:com_akeeba/Configuration/confwiz_modal')
@endif
{{-- Stuck database updates warning --}}
@if ($this->stuckUpdates)
<div class="akeeba-block--warning">
<p>
@sprintf('COM_AKEEBA_CPANEL_ERR_UPDATE_STUCK', $this->getContainer()->db->getPrefix(), 'index.php?option=com_akeeba&view=ControlPanel&task=forceUpdateDb')
</p>
</div>
@endif
{{-- Potentially web accessible output directory --}}
@if ($this->isOutputDirectoryUnderSiteRoot)
<!--
Oh, hi there! It looks like you got curious and are peeking around your browser's developer tools – or just the
source code of the page that loaded on your browser. Cool! May I explain what we are seeing here?
Just to let you know, the next three DIVs (outDirSystem, insecureOutputDirectory and missingRandomFromFilename) are
HIDDEN and their existence doesn't mean that your site has an insurmountable security issue. To the contrary.
Whenever Akeeba Backup detects that the backup output directory is under your site's root it will CHECK its security
i.e. if it's really accessible over the web. This check is performed with an AJAX call to your browser so if it
takes forever or gets stuck you won't see a frustrating blank page in your browser. If AND ONLY IF a problem is
detected said JavaScript will display one of the following DIVs, depending on what is applicable.
So, to recap. These hidden DIVs? They don't indicate a problem with your site. If one becomes visible then – and
ONLY then – should you do something about it, as instructed. But thank you for being curious. Curiosity is how you
get involved with and better at web development. Stay curious!
-->
{{-- Web accessible output directory that coincides with or is inside in a CMS system folder --}}
<details class="akeeba-block--failure" id="outDirSystem" style="display: none">
<summary>@lang('COM_AKEEBA_CPANEL_HEAD_OUTDIR_INVALID')</summary>
<p>
@sprintf('COM_AKEEBA_CPANEL_LBL_OUTDIR_LISTABLE', realpath($this->getModel()->getOutputDirectory()))
</p>
<p>
@lang('COM_AKEEBA_CPANEL_LBL_OUTDIR_ISSYSTEM')
</p>
<p>
@lang('COM_AKEEBA_CPANEL_LBL_OUTDIR_ISSYSTEM_FIX')
@lang('COM_AKEEBA_CPANEL_LBL_OUTDIR_DELETEORBEHACKED')
</p>
</details>
{{-- Output directory can be listed over the web --}}
<details class="akeeba-block--{{ $this->hasOutputDirectorySecurityFiles ? 'failure' : 'warning' }}" id="insecureOutputDirectory" style="display: none">
<summary>
@if ($this->hasOutputDirectorySecurityFiles)
@lang('COM_AKEEBA_CPANEL_HEAD_OUTDIR_UNFIXABLE')
@else
@lang('COM_AKEEBA_CPANEL_HEAD_OUTDIR_INSECURE')
@endif
</summary>
<p>
@sprintf('COM_AKEEBA_CPANEL_LBL_OUTDIR_LISTABLE', realpath($this->getModel()->getOutputDirectory()))
</p>
@if (!$this->hasOutputDirectorySecurityFiles)
<p>
@lang('COM_AKEEBA_CPANEL_LBL_OUTDIR_CLICKTHEBUTTON')
</p>
<p>
@lang('COM_AKEEBA_CPANEL_LBL_OUTDIR_FIX_SECURITYFILES')
</p>
<form action="index.php" method="POST" class="akeeba-form--inline">
<input type="hidden" name="option" value="com_akeeba">
<input type="hidden" name="view" value="ControlPanel">
<input type="hidden" name="task" value="fixOutputDirectory">
<input type="hidden" name="@token()" value="1">
<button type="submit" class="akeeba-btn--block--green">
<span class="akion-hammer"></span>
@lang('COM_AKEEBA_CPANEL_BTN_FIXSECURITY')
</button>
</form>
@else
<p>
@lang('COM_AKEEBA_CPANEL_LBL_OUTDIR_TRASHHOST')
@lang('COM_AKEEBA_CPANEL_LBL_OUTDIR_DELETEORBEHACKED')
</p>
@endif
</details>
{{-- Output directory cannot be listed over the web but I can download files --}}
<details class="akeeba-block--warning" id="missingRandomFromFilename" style="display: none">
<summary>
@lang('COM_AKEEBA_CPANEL_HEAD_OUTDIR_INSECURE_ALT')
</summary>
<p>
@sprintf('COM_AKEEBA_CPANEL_LBL_OUTDIR_FILEREADABLE', realpath($this->getModel()->getOutputDirectory()))
</p>
<p>
@lang('COM_AKEEBA_CPANEL_LBL_OUTDIR_CLICKTHEBUTTON')
</p>
<p>
@lang('COM_AKEEBA_CPANEL_LBL_OUTDIR_FIX_RANDOM')
</p>
<form action="index.php" method="POST" class="akeeba-form--inline">
<input type="hidden" name="option" value="com_akeeba">
<input type="hidden" name="view" value="ControlPanel">
<input type="hidden" name="task" value="addRandomToFilename">
<input type="hidden" name="@token()" value="1">
<button type="submit" class="akeeba-btn--block--green">
<span class="akion-hammer"></span>
@lang('COM_AKEEBA_CPANEL_BTN_FIXSECURITY')
</button>
</form>
</details>
@endif
{{-- mbstring warning --}}
@unless($this->checkMbstring)
<div class="akeeba-block--warning">
@sprintf('COM_AKEEBA_CPANL_ERR_MBSTRING', PHP_VERSION)
</div>
@endunless
{{-- Front-end backup secret word reminder --}}
@unless(empty($this->frontEndSecretWordIssue))
<details class="akeeba-block--failure">
<summary>@lang('COM_AKEEBA_CPANEL_ERR_FESECRETWORD_HEADER')</summary>
<p>@lang('COM_AKEEBA_CPANEL_ERR_FESECRETWORD_INTRO')</p>
<p>{{ $this->frontEndSecretWordIssue }}</p>
<p>
@lang('COM_AKEEBA_CPANEL_ERR_FESECRETWORD_WHATTODO_JOOMLA')
@sprintf('COM_AKEEBA_CPANEL_ERR_FESECRETWORD_WHATTODO_COMMON', $this->newSecretWord)
</p>
<p>
<a class="akeeba-btn--green akeeba-btn--big"
href="index.php?option=com_akeeba&view=ControlPanel&task=resetSecretWord&@token(true)=1">
<span class="akion-refresh"></span>
@lang('COM_AKEEBA_CPANEL_BTN_FESECRETWORD_RESET')
</a>
</p>
</details>
@endunless
{{-- Wrong media directory permissions --}}
@unless($this->areMediaPermissionsFixed)
<details id="notfixedperms" class="akeeba-block--failure">
<summary>@lang('COM_AKEEBA_CONTROLPANEL_WARN_WARNING')</summary>
<p>@lang('COM_AKEEBA_CONTROLPANEL_WARN_PERMS_L1')</p>
<p>@lang('COM_AKEEBA_CONTROLPANEL_WARN_PERMS_L2')</p>
<ol>
<li>@lang('COM_AKEEBA_CONTROLPANEL_WARN_PERMS_L3A')</li>
<li>@lang('COM_AKEEBA_CONTROLPANEL_WARN_PERMS_L3B')</li>
</ol>
<p>@lang('COM_AKEEBA_CONTROLPANEL_WARN_PERMS_L4')</p>
</details>
@endunless
{{-- You need to enter your Download ID --}}
@if($this->needsDownloadID)
<details class="akeeba-block--warning">
<summary>
@lang('COM_AKEEBA_CPANEL_MSG_MUSTENTERDLID')
</summary>
<p>
@sprintf('COM_AKEEBA_LBL_CPANEL_NEEDSDLID','https://www.akeeba.com/download/official/add-on-dlid.html')
</p>
<form name="dlidform" action="index.php" method="post" class="akeeba-form--inline">
<input type="hidden" name="option" value="com_akeeba" />
<input type="hidden" name="view" value="ControlPanel" />
<input type="hidden" name="task" value="applydlid" />
<input type="hidden" name="@token(true)" value="1" />
<div class="akeeba-form-group">
<label for="dlid">@lang('COM_AKEEBA_CPANEL_MSG_PASTEDLID')</label>
<input type="text" name="dlid" placeholder="@lang('COM_AKEEBA_CONFIG_DOWNLOADID_LABEL')"
class="akeeba-input--wide">
<button type="submit" class="akeeba-btn--green">
<span class="akion-checkmark-round"></span>
@lang('COM_AKEEBA_CPANEL_MSG_APPLYDLID')
</button>
</div>
</form>
</details>
@endif
{{-- You have CORE; you need to upgrade, not just enter a Download ID --}}
@if($this->coreWarningForDownloadID)
<div class="akeeba-block--warning">
@sprintf('COM_AKEEBA_LBL_CPANEL_NEEDSUPGRADE','http://akee.ba/abcoretopro')
</div>
@endif
{{-- Warn about CloudFlare Rocket Loader --}}
<details class="akeeba-block--failure" style="display: none;" id="cloudFlareWarn">
<summary>@lang('COM_AKEEBA_CPANEL_MSG_CLOUDFLARE_WARN')</summary>
<p>@sprintf('COM_AKEEBA_CPANEL_MSG_CLOUDFLARE_WARN1', 'https://support.cloudflare.com/hc/en-us/articles/200169456-Why-is-JavaScript-or-jQuery-not-working-on-my-site-')</p>
</details>
<?php
/**
* DO NOT USE INLINE JAVASCRIPT FOR THIS SCRIPT. DO NOT REMOVE THE ATTRIBUTES.
*
* This is a specialised test which looks for CloudFlare's completely broken RocketLoader feature and warns the user
* about it.
*/
?>
<script type="text/javascript" data-cfasync="true">
var test = localStorage.getItem('<?php echo $cloudFlareTestFile?>');
if (test)
{
document.getElementById("cloudFlareWarn").style.display = "block";
}
</script>