| Server IP : 104.21.21.239 / Your IP : 216.73.217.99 Web Server : Apache/2.4.68 (Amazon Linux) OpenSSL/3.5.5 System : Linux ip-172-31-69-123.ec2.internal 6.1.176-223.369.amzn2023.x86_64 #1 SMP PREEMPT_DYNAMIC Fri Jul 24 13:34:27 UTC 2026 x86_64 User : ec2-user ( 1000) PHP Version : 8.4.23 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /home/banners/domains/mcifa.com/public_html/ |
Upload File : |
<?php require 'header.php'; ?>
<iframe src='https://cdn.knightlab.com/libs/timeline3/latest/embed/index.html?source=1VTC_yj22vPhUeP_wzGzff9UE_5nYiB6myjrBBRQhoW0&font=Default&lang=en&initial_zoom=2&height=650' width='100%' height='650' frameborder='0'></iframe> <!--/ .slider-->
<section id="content" class="sbr">
<div class="container clearfix">
<!--/ .page-header-->
<section id="main" class="twelve columns">
<article class="entry clearfix">
<div class="entry-body">
<style type="text/css">
.shortcode-content p iframe {
width:100%;
}
.shortcode-content iframe {
width:100%;
}
</style>
<div class="shortcode-content">
<?php
$pdo = getReadDb();
$stmt = $pdo->prepare("SELECT copy FROM columntable WHERE id = ?");
$stmt->execute([8753]);
$geter = $stmt->fetch();
?>
<font size="-1">
<?php if ($geter): ?>
<?= $geter['copy'] ?>
<?php endif; ?>
</div>
</div>
<!--/ .entry-body-->
</article>
<!--/ .entry-->
</section>
<!--/ #main-->
<?php require 'sidebar.php'; ?>
<?php require 'footer.php'; ?>