shell bypass 403
UnknownSec Shell
: /home/espa7358/leme.espacofacial.com.br/templates/espaofacial-unidaderecreioshopping/ [ drwxr-xr-x ]
<?php defined( '_JEXEC' ) or die;
// variables
$app = JFactory::getApplication();
$doc = JFactory::getDocument();
$menu = $app->getMenu();
$active = $app->getMenu()->getActive();
$params = $app->getParams();
$pageclass = $params->get('pageclass_sfx');
$tpath = $this->baseurl.'/templates/'.$this->template;
// generator tag
$this->setGenerator(null);
// template css
$doc->addStyleSheet($tpath.'/css/template.css.php');
include_once JPATH_THEMES.'/'.$this->template.'/logic.php';
?><!doctype html>
<html lang="<?php echo $this->language; ?>">
<head>
<!-- Bootstrap javascript -->
<!--<script src="<?php echo $this->baseurl ?>/templates/<?php echo $this->template; ?>/js/jquery.js"></script>
<script src="<?php echo $this->baseurl ?>/templates/<?php echo $this->template; ?>/js/bootstrap.min.js"></script>
<script src="<?php echo $this->baseurl ?>/templates/<?php echo $this->template; ?>/js/application.js"></script>
<script src="<?php echo $this->baseurl ?>/templates/<?php echo $this->template; ?>/js/logic.js"></script>
<script src="<?php echo $this->baseurl ?>/templates/<?php echo $this->template; ?>/js/npm.js"></script>
<script src="<?php echo $this->baseurl ?>/templates/<?php echo $this->template; ?>/js/prettify.js"></script>
<script src="<?php echo $this->baseurl ?>/templates/<?php echo $this->template; ?>/js/respond.min.js"></script>
<script src="<?php echo $this->baseurl ?>/templates/<?php echo $this->template; ?>/js/ie-emulation-modes-warning.js"></script>-->
<!-- LINKS DO TEMPLATE -->
<!-- CSS -->
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/font/bootstrap-icons.min.css" type="text/css" />
<!--FONTE GOOGLE-->
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Raleway:wght@400;600&family=Source+Sans+3:wght@300;400&display=swap" rel="stylesheet">
<link rel="stylesheet" href="<?php echo $this->baseurl ?>/templates/<?php echo $this->template; ?>/css/personalizado/bootstrap-V28.css" type="text/css" />
<!--<script type="text/javascript">jQuery.noConflict();</script>-->
<jdoc:include type="head" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0" />
<link rel="apple-touch-icon-precomposed" href="<?php echo $tpath; ?>/images/apple-touch-icon-57x57-precomposed.png">
<link rel="apple-touch-icon-precomposed" sizes="72x72" href="<?php echo $tpath; ?>/images/apple-touch-icon-72x72-precomposed.png">
<link rel="apple-touch-icon-precomposed" sizes="114x114" href="<?php echo $tpath; ?>/images/apple-touch-icon-114x114-precomposed.png">
<link rel="apple-touch-icon-precomposed" sizes="144x144" href="<?php echo $tpath; ?>/images/apple-touch-icon-144x144-precomposed.png">
</head>
<body class="<?php echo (($menu->getActive() == $menu->getDefault()) ? ('front') : ('site')).' '.$active->alias.' '.$pageclass; ?>">
<!--
YOUR CODE HERE
-->
<jdoc:include type="modules" name="debug" />
<header class="mx-sm-5 px-sm-4">
<div class="container-fluid">
<div class="row">
<div class="topo">
<div class="logo">
<jdoc:include type="modules" name="logo" />
</div>
<div class="float-end direita-topo">
<div class="topo-nome-franquia">
<jdoc:include type="modules" name="topo-nome-franquia" />
</div>
<div class="topo-redes">
<jdoc:include type="modules" name="topo-redes" />
</div>
</div>
</div>
</div>
</div>
</header>
<div class="menu">
<div class="mx-sm-5 px-sm-4">
<div class="container-fluid">
<div class="row">
<div class="menu-nome-franquia">
<jdoc:include type="modules" name="menu-nome-franquia" />
</div>
<div class="menu-nome-endereco">
<jdoc:include type="modules" name="menu-nome-endereco" />
</div>
</div>
</div>
</div>
</div>
<main>
<!--BANNER-->
<div class="banner">
<div class="banner-bloco-destaque-1">
<jdoc:include type="modules" name="banner-bloco-destaque-1" />
</div>
<div class="banner-bloco-botoes">
<jdoc:include type="modules" name="banner-bloco-botoes" />
</div>
<div class="banner-bloco-destaque-2">
<jdoc:include type="modules" name="banner-bloco-destaque-2" />
</div>
</div>
<!--NOSSOS TRATAMENTOS-->
<div class="nossos-tratamentos">
<div class="bloco-nossos-tratamentos-titulo">
<jdoc:include type="modules" name="bloco-tratamentos-titulo" />
</div>
<div class="container">
<div class="row">
<div class="bloco-tratamentos">
<jdoc:include type="modules" name="bloco-tratamentos" />
</div>
</div>
</div>
</div>
<!--NOSSA EQUIPE-->
<div class="nossa-equipe" id="nossa-equipe">
<div class="bloco-nossa-equipe-titulo">
<jdoc:include type="modules" name="bloco-nossa-equipe-titulo" />
</div>
<div class="container">
<div class="row">
<div class="bloco-nossa-equipe-img">
<div class="bloco-nossa-equipe-img">
<jdoc:include type="modules" name="bloco-nossa-equipe-img" />
</div>
</div>
</div>
</div>
</div>
<!--CONTATO-->
<div class="contato" id="contato">
<div class="col-md-5">
<div class="mapa">
<jdoc:include type="modules" name="bloco-mapa" />
</div>
</div>
<div class="col-md-7">
<div class="formulario">
<jdoc:include type="modules" name="bloco-formulario" />
</div>
</div>
</div>
<!--FOOTER-->
<footer>
<div class="container">
<div class="row">
<div class="mapa-de-navegacao">
<jdoc:include type="modules" name="bloco-roda-pe-1" />
<jdoc:include type="modules" name="bloco-roda-pe-2" />
</div>
<div class="icones-footer">
<jdoc:include type="modules" name="bloco-roda-pe-3" />
</div>
<div class="copyright">
<jdoc:include type="modules" name="bloco-direitos-autorais" />
</div>
</div>
</div>
</footer>
</main>
<!--NOTÍCIAS-->
<!--<div class="container">
<div class="row">
<jdoc:include type="message" />
<jdoc:include type="component" />
</div>
</div>-->
<!--VALIDAÇÃO FORMULÁRIO-->
<script type="text/javascript">
// Example starter JavaScript for disabling form submissions if there are invalid fields
(() => {
'use strict'
// Fetch all the forms we want to apply custom Bootstrap validation styles to
const forms = document.querySelectorAll('.needs-validation')
// Loop over them and prevent submission
Array.from(forms).forEach(form => {
form.addEventListener('submit', event => {
if (!form.checkValidity()) {
event.preventDefault()
event.stopPropagation()
}
form.classList.add('was-validated')
}, false)
})
})()
</script>
<script src="<?php echo $this->baseurl ?>/templates/<?php echo $this->template; ?>/js/personalizado/bootstrap.bundle.min.js"></script>
<script src="<?php echo $this->baseurl ?>/templates/<?php echo $this->template; ?>/js/personalizado/bootstrap.min.js"></script>
<!--JS MASCARA-->
<script src="<?php echo $this->baseurl ?>/templates/<?php echo $this->template; ?>/js/mascara/mascaras.js"></script>
<script src="<?php echo $this->baseurl ?>/templates/<?php echo $this->template; ?>/js/mascara/jquery.maskedinput.js"></script>
</body>
</html>