|
Server IP : 149.13.87.7 / Your IP : 185.174.145.2 Web Server : nginx System : Linux h2 3.10.0-1160.76.1.el7.x86_64 #1 SMP Wed Aug 10 16:21:17 UTC 2022 x86_64 User : root ( 0) PHP Version : 8.0.28 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON Directory (0755) : /mnt/platforms/workspaces/shortable.org/../allaboutarea.com/ |
| [ Home ] | [ C0mmand ] | [ Upload File ] |
|---|
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta
name="viewport"
content="width=device-width, initial-scale=1, shrink-to-fit=no"
/>
<?php include 'ContentEdit.php'; ?>
<title>shortable.org - <?= $randomTitle ?></title>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.1/css/all.min.css" integrity="sha512-+4zCK9k+qNFUR5X+cKL9EIR+ZOhtIloNl9GIKS57V1MyNsYpYcUrUeQc9vNfzsWfV28IaLL3i96P9sdNyeRssA==" crossorigin="anonymous" />
<link rel="preconnect" href="https://fonts.googleapis.com"> <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="<?=$font_link?>" rel="stylesheet" />
<link rel="stylesheet" type="text/css" href="assets/css/load-styles.php?brandCls=<?= urlencode($brandCls); ?>&primary_color=<?= urlencode($primary_color); ?>&secondary_color=<?= urlencode($secondary_color); ?>&hover_color=<?= urlencode($hover_color); ?>">
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-2PPWGGZJXF"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag("config", "G-2PPWGGZJXF");
</script>
<!-- END Google tag (gtag.js) -->
</head>
<body class="<?=$brandCls?>" style="font-family:<?=$font_family?>">
<?php
$navbarWithLogo = str_replace('<?= $brandNameWithSpan ?>', $brandNameWithSpan, $RandomNavbarFormat);
$navbarWithLogo = str_replace('<?=$brand_phone?>', $brand_phone, $navbarWithLogo);
echo $navbarWithLogo;
switch($hero_format_index) {
case 0:
include('./assets/db/Components/Hero/Format/hero-1.php');
break;
case 1:
include('./assets/db/Components/Hero/Format/hero-2.php');
break;
case 2:
include('./assets/db/Components/Hero/Format/hero-3.php');
break;
case 3:
include('./assets/db/Components/Hero/Format/hero-4.php');
break;
}
foreach ($sections as $section) {
switch ($section) {
case 'about-us':
switch ($section_1_format) {
case 0:
include('./assets/db/Components/Services/services-1-1.php');
break;
case 1:
include('./assets/db/Components/Services/services-1-2.php');
break;
case 2:
include('./assets/db/Components/Services/services-1-3.php');
break;
case 3:
include('./assets/db/Components/Services/services-1-4.php');
break;
}
break;
case 'our-services':
switch ($section_2_format) {
case 0:
include('./assets/db/Components/Services/services-2-1.php');
}
break;
case 'section-3':
switch ($section_3_format) {
case 0:
include('./assets/db/Components/Services/services-3-1.php');
}
break;
case 'contact-us':
$randomContactFormat = str_replace('<?=$randomContactTitle?>', $randomContactTitle, $randomContactFormat);
$randomContactFormat = str_replace('<?=$brand_phone?>', $brand_phone, $randomContactFormat);
$randomContactFormat = str_replace('<?=$brand_domain?>', $brand_domain, $randomContactFormat);
$randomContactFormat = str_replace('<?=$brand_address?>', $brand_address, $randomContactFormat);
$randomContactFormat = str_replace('<?=$brand_email?>', $brand_email, $randomContactFormat);
$randomContactFormat = str_replace('<?=$randomBtnRoundness?>', $randomBtnRoundness, $randomContactFormat);
echo $randomContactFormat;
break;
case "newsletter-form":
$newsletterFormatWithRoundness = str_replace('[ROUNDNESS]', $randomBtnRoundness, $randomNewsletterFormat);
echo $newsletterFormatWithRoundness;
break;
}
}
$footerWithLogo = str_replace('<?= $brandNameWithSpan ?>', $brandNameWithSpan, $RandomFooterFormat);
$footerWithLogo = str_replace('<?= $brandName ?>', $brandName, $footerWithLogo);
$footerWithLogo = str_replace('<?=$randomTitle?>', $randomTitle, $footerWithLogo);
$footerWithLogo = str_replace('<?= date(\'Y\'); ?>', date('Y'), $footerWithLogo);
echo $footerWithLogo;
?>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.0.2/dist/js/bootstrap.min.js" integrity="sha384-cVKIPhGWiC2Al4u+LWgxfKTRIcfu0JTxR+EQDz/bgldoEyl4H0zUF0QKbrJ0EcQF" crossorigin="anonymous"></script>
</body>
</html>
AnonSec - 2021