⚠️ **YÜKSEK GÜVENLİK RİSKİ:** Bu dosya herkese açık ve şifresizdir. Lütfen sadece **yerel ortamınızda** kullanın ve işiniz bittiğinde **silin**.
Aktif Dizin:
/home/dltain/public_html/app/Views/__layout
Dosya Düzenle: front.php
<!doctype html> <html class="no-js" lang="zxx"> <head> <meta charset="utf-8"> <meta http-equiv="x-ua-compatible" content="ie=edge"> <title>Welcome</title> <meta name="author" content="themeholy"> <meta name="description" content=""> <meta name="keywords" content=""> <meta name="robots" content="INDEX,FOLLOW"> <meta name="viewport" content="width=device-width,initial-scale=1,shrink-to-fit=no"> <link rel="apple-touch-icon" sizes="57x57" href="<?=base_url()?>assets/img/favicons.png"> <meta name="theme-color" content="#ffffff"> <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=Manrope:wght@500;600;700;800&family=Roboto:wght@100;300;400;500;700&display=swap" rel="stylesheet"> <link rel="stylesheet" href="<?= base_url() ?>assets/css/app.min.css"> <link rel="stylesheet" href="<?= base_url() ?>assets/css/fontawesome.min.css"> <link rel="stylesheet" href="<?= base_url() ?>assets/css/style.css"> <style type="text/css"> .startloader { position: fixed; left: 0; top: 0; z-index: 999; width: 100%; height: 100%; background: linear-gradient(#f70000, #f89200, #f8f501, #038f00, #0168f8, #a200f7); overflow: hidden; } .startloader:before { content: ""; display: block; background: #0f3423; position: absolute; z-index: 4; inset: 8px; } .startloader h1 { font-family: 'Teko', sans-serif; text-transform: uppercase; font-size: 7rem; text-align: center; display: -webkit-flex; display: flex; -webkit-align-items: center; align-items: center; -webkit-justify-content: center; justify-content: center; margin: 0; min-height: calc(70vh - 16px); position: relative; z-index: 9; color: #fff; padding-top: 45vh; } .startloader h1:before { content: attr(data-text); position: absolute; background: linear-gradient(#f70000, #f89200, #f8f501, #038f00, #0168f8, #a200f7); -webkit-background-clip: text; color: transparent; -webkit-text-fill-color: transparent; line-height: 0.9; clip-path: ellipse(120px 120px at -2.54% -9.25%); animation: swing 5s infinite; animation-direction: alternate; } @keyframes swing { 0% { -webkit-clip-path: ellipse(120px 120px at -2.54% -9.25%); clip-path: ellipse(120px 120px at -2.54% -9.25%); } 50% { -webkit-clip-path: ellipse(120px 120px at 49.66% 64.36%); clip-path: ellipse(120px 120px at 49.66% 64.36%); } 100% { -webkit-clip-path: ellipse(120px 120px at 105.77% 140.88%); clip-path: ellipse(120px 120px at 105.77% 140.88%); } } #pot { top: 5%; position: absolute; animation: run linear 3s forwards; z-index: 9; } @keyframes run { 0% { left: 0; } 100% { left: 100%; } } </style> </head> <body> <?php $s = "SELECT `id`, `parent_id`, `name`, `prefix`,`slug`, `top_bar`, `footer_menu` FROM `menus` WHERE `status`=1 AND `parent_id`=0 ORDER BY `orders` ASC"; $r = ps_rows($s); ?> <div class="th-menu-wrapper"> <div class="th-menu-area text-center"> <button class="th-menu-toggle"><i class="fal fa-times"></i></button> <div class="mobile-logo"><a href="<?= base_url() ?>"><img src="<?= base_url() ?>assets/img/logo.png" alt="DLTA"></a></div> <div class="th-mobile-menu"> <ul> <?php foreach ($r as $menu) : ?> <?php $menu_url = base_url($menu['slug']); $ss = "select `id`, `parent_id`, `name`, `prefix`,`slug`, `top_bar`, `footer_menu` from menus where status=1 and parent_id=" . $menu['id'] . " order by orders asc"; $rr = ps_rows($ss); if (!empty($rr) && count($rr) > 0) : ?> <li class="menu-item-has-children"><a href="<?= $menu_url ?>"><?php echo $menu['name']; ?></a> <ul class="sub-menu"> <?php foreach ($rr as $submenu) : if ($submenu['prefix']) { $ur = $submenu['prefix'] . '/' . $submenu['slug']; } else { $ur = $submenu['slug']; } $submenu_url = base_url($ur); ?> <li><a href="<?= $submenu_url ?>"><?= $submenu['name']; ?></a></li> <?php endforeach; ?> </ul> </li> <?php else : ?> <li><a href="<?= $menu_url ?>"><?php echo $menu['name']; ?></a></li> <?php endif; ?> <?php endforeach; ?> </ul> </div> </div> </div> <header class="th-header header-layout1"> <div class="sticky-wrapper"> <div class="header-top"> <div class="container th-container"> <div class="row justify-content-center justify-content-lg-between align-items-center gy-2"> <div class="col-auto d-none d-lg-block"> <div class="header-links"> <ul> <li><i class="far fa-phone"></i><a href="tel:01126193955"><?= ps_setting('company_phone') ?></a></li> <li><i class="far fa-envelope-open"></i><a href="mailto:dltatennis@dlta.in"><?= ps_setting('company_email') ?></a></li> <li><i class="fal fa-location-dot"></i><a href="#"><?= ps_setting('company_address') ?></a></li> </ul> </div> </div> <div class="col-auto"> <div class="header-links"> <ul> <li> <div class="social-links"><a href=<?= ps_setting('company_facebook'); ?>"><i class="fab fa-facebook-f"></i></a> <!--<a href="https://www.youtube.com/"><i class="fab fa-youtube"></i></a> <a href="https://www.linkedin.com/"><i class="fab fa-linkedin-in"></i></a> --> <a href="<?php echo ps_setting('company_instagram'); ?>"><i class="fab fa-instagram"></i></a> </div> </li> </ul> </div> </div> </div> </div> </div> <div class="menu-area"> <div class="container th-container"> <div class="row align-items-center justify-content-between"> <div class="col-md-2"> <div class="header-logo"><a href="<?= base_url() ?>"><img src="<?= base_url() ?>assets/img/logo.png" alt="Ruffer"></a></div> </div> <div class="col-md-10"> <nav class="main-menu d-none d-lg-inline-block"> <ul> <?php foreach ($r as $menu) : ?> <?php if ($menu['prefix']) { $ur = $menu['prefix'] . '/' . $menu['slug']; } else { $ur = $menu['slug']; } $menu_url = base_url($menu['slug']); $ss = "select `id`, `parent_id`, `prefix`,`name`, `slug`, `top_bar`, `footer_menu` from menus where status=1 and parent_id=" . $menu['id'] . " order by orders asc"; $rr = ps_rows($ss); if (!empty($rr) && count($rr) > 0) : ?> <li class="menu-item-has-children"><a href="<?= $menu_url ?>"><?php echo $menu['name']; ?></a> <ul class="sub-menu"> <?php foreach ($rr as $submenu) : // $submenu_url = base_url($submenu['slug']); if ($submenu['prefix']) { $ur = $submenu['prefix'] . '/' . $submenu['slug']; } else { $ur = $submenu['slug']; } $submenu_url = base_url($ur); ?> <li><a href="<?= $submenu_url ?>"><?= $submenu['name']; ?></a></li> <?php endforeach; ?> </ul> </li> <?php else : ?> <li><a href="<?= $menu_url ?>"><?php echo $menu['name']; ?></a></li> <?php endif; ?> <?php endforeach; ?> </ul> </nav> <button type="button" class="th-menu-toggle d-block d-lg-none"><i class="far fa-bars"></i></button> </div> </div> </div> </div> <div class="logo-bg"></div> </div> </header> <div class="th-hero-wrapper hero-1" id="hero-sec"> <div class="hero-slider-1 th-carousel" data-fade="true" data-slide-show="1" data-md-slide-show="1" data-arrows="true" data-adaptive-height="true"> <?php $sql = "SELECT `id`, `title`, `image`, `status`, `created_at` FROM `slider_images` WHERE status=1 ORDER BY `id` DESC LIMIT 3"; $res = ps_rows($sql); if (!empty($res) && count($res) > 0) : foreach ($res as $row) : ?> <div class="th-hero-slide"> <div class="th-hero-bg" data-bg-src="<?= base_url('uploads/sliders/' . $row['image']) ?>"></div> <div class="container"> <div class="row align-items-center"> <div class="col-lg-10 col-md-10"> <div class="hero-style1"> <h1 class="hero-title text-white" data-ani="slideinleft" data-ani-delay="0.4s"><?= $row['title'] ?></h1> </div> </div> </div> </div> </div> <?php endforeach; ?> <?php endif; ?> </div> </div> <marquee direction="left" border="0" behavior="scroll" scrollamount="5" class="marquee"> <?php ps_setting('marquee_text'); ?> </marquee> <div class="overflow-hidden space" data-bg-src="assets/img/bg/about-bg-3.png" id="about-sec"> <div class="container"> <div class="row align-items-left"> <div class="col-xl-4 mb-30 mb-xl-0 order-xl-3"> <?php $s2 = "SELECT `id`, `meta_key`, `meta_val`, `title`, `slug`, `heading`, `contents`, `img`, `heading_image`, `status` FROM `match_schedules` WHERE 1"; $r2 = ps_rows($s2); if (!empty($r2) && count($r2) > 0) : ?> <div class="shadowbox"> <h4>Match Schedule </h4> <ul> <?php foreach ($r2 as $row2) : ?> <li><a href="<?= base_urL($row2['slug']) ?>"><?= $row2['heading'] ?></a></li> <?php endforeach; ?> </ul> </div> <?php endif; ?> <?php $s1 = "SELECT `id`, `meta_key`, `meta_val`, `title`, `slug`, `heading`, `contents`, `img`, `heading_image`, `status` FROM `announcements` WHERE 1"; $r1 = ps_rows($s1); if (!empty($r1) && count($r1) > 0): ?> <div class="shadowbox"> <h4>Announcement </h4> <ul> <?php foreach ($r1 as $row1) : ?> <li><a href="<?= base_url($row1['slug']) ?>"> <?= $row1['heading'] ?></a></li> <?php endforeach; ?> </ul> </div> <?php endif; ?> </div> <div class="col-xl-8 order-xl-1"> <div class="title-area mb-35"><span class="sub-title">About DLTA</span> <h2 class="sec-title">Delhi Lawn Tennis Association (DLTA)</h2> </div> <p class="mt-n2 mb-20" style="text-align:justify; font-size:17px;">Launched in 1971, <strong>DLTA</strong> has come a long way by introducing the game of tennis to numerous individuals from various age groups.</p> <p class="mt-n2 mb-20" style="text-align:justify; font-size:17px;"><strong>DLTA</strong> has become synonymous with the breeding ground for tennis champions. Ex Davis Cup players Vivek Shokeen, Ashutosh Singh, Divij Sharan, Vishal Uppal, Rohit Rajpal are just a few of the players, who have gone on to represent the country at the top most competitive level.</p> <h3 class="color">General Information</h3> <p style="text-align:justify; font-size:17px;">From the perspective of a Sporting enthusiast, the <strong>DLTA</strong> Complex boasts of 1 World class Center Court, 1 Mini Center Court and 12 additional tennis courts out of which 9 are lighted to international specifications.</p> <p class="mt-n2 mb-30" style="text-align:justify; font-size:17px;">The <strong>DLTA</strong> operates a tennis training scheme for kids during the evening hours, while in the mornings, it is open for members and guests to have a refreshing game of tennis</p> <p style="text-align:justify; font-size:17px;">The <strong>DLTA</strong> operates a tennis training scheme for kids during the evening hours, while in the mornings, it is open for members and guests to have a refreshing game of tennis.</p> <!--<div class="btn-group"><a href="#" class="th-btn">READ MORE<i class="fa-regular fa-arrow-right ms-2"></i></a></div>--> </div> </div> </div> </div> <?= $this->renderSection('content') ?> <footer class="footer-wrapper footer-layout2 background-image" data-bg-src="assets/img/bg/footer-bg2.png"> <div class="widget-area"> <div class="container"> <div class="row justify-content-between"> <div class="col-md-6 col-xxl-3 col-xl-3"> <div class="widget footer-widget"> <div class="th-widget-about"> <h3 class="widget_title">Delhi Lawn Tennis Association (DLTA)</h3> <p class="about-text">Delhi Lawn Tennis Association (DLTA) is the premier body for tennis in Delhi State. It is responsible for popularizing and promoting the sport of Tennis to individuals from all walks of life.</p> <div class="th-social mt-4"><a href="https://www.facebook.com/"><i class="fab fa-facebook-f"></i></a> <a href="#"><i class="fab fa-instagram"></i></a> </div> </div> </div> </div> <?php $sss = "select `id`, `parent_id`, `prefix`,`name`, `slug`, `top_bar`, `footer_menu` from menus where status=1 and footer_menu=1 order by orders asc"; $rss = ps_rows($sss); $rs = array_chunk($rss, 4); if (!empty($rs[0]) && count($rss) > 0) : ?> <div class="col-md-6 col-xl-auto"> <div class="widget widget_nav_menu footer-widget"> <h3 class="widget_title">Quick Links</h3> <div class="menu-all-pages-container"> <ul class="menu"> <?php foreach ($rs[0] as $menu) : ?> <li><a href="<?= base_url($menu['slug']) ?>"><?= $menu['name'] ?></a></li> <?php endforeach; ?> </ul> </div> </div> </div> <?php endif; ?> <?php if (!empty($rs[1]) && count($rss) > 0) : ?> <div class="col-md-6 col-xl-auto"> <div class="widget widget_nav_menu footer-widget"> <h3 class="widget_title"></h3> <div class="menu-all-pages-container"> <ul class="menu"> <?php foreach ($rs[1] as $menu) : ?> <li><a href="<?= base_url($menu['slug']) ?>"><?= $menu['name'] ?></a></li> <?php endforeach; ?> </ul> </div> </div> </div> <?php endif; ?> <div class="col-md-6 col-xl-auto"> <div class="widget footer-widget"> <h3 class="widget_title">Quick Contact</h3> <div class="th-widget-contact"> <h6 class="info-box_title">Delhi Lawn Tennis Association </h6> <div class="info-box"> <div class="info-box_icon"><i class="far fa-location-dot"></i></div> <p class="info-box_text">DLTA Stadium, 1 Africa Avenue, New Delhi - 110029</p> </div> <div class="info-box"> <div class="info-box_icon"><i class="far fa-phone"></i></div> <a href="tel:01126193955" class="info-box_link">011-26193955</a> </div> <div class="info-box"> <div class="info-box_icon"><i class="far fa-envelope-open"></i></div> <a href="mailto:dltatennis@dlta.in" class="info-box_link">dltatennis@dlta.in</a> </div> </div> </div> </div> </div> </div> </div> <div class="copyright-wrap bg-title"> <div class="container"> <div class="row justify-content-between align-items-center"> <div class="col-md-6"> <p class="copyright-text">Copyright © 2025 Delhi Lawn Tennis Association | All Rights Reserved.</p> </div> <div class="col-md-6 text-end d-none d-md-block"> <div class="footer-links"> <ul> <li><a href="#" target="_blank">Powered by Fair Infotech</a></li> </ul> </div> </div> </div> </div> </div> </footer> <div class="scroll-top"> <svg class="progress-circle svg-content" width="100%" height="100%" viewBox="-1 -1 102 102"> <path d="M50,1 a49,49 0 0,1 0,98 a49,49 0 0,1 0,-98" style="transition: stroke-dashoffset 10ms linear 0s; stroke-dasharray: 307.919, 307.919; stroke-dashoffset: 307.919;"></path> </svg> </div> <script src="<?= base_url() ?>assets/js/vendor/jquery-3.6.0.min.js"></script> <script src="<?= base_url() ?>assets/js/app.min.js"></script> <script src="<?= base_url() ?>assets/js/main.js"></script> <script type="text/javascript"> setTimeout(function() { $(".startloader").hide(); }, 3500); </script> </body> </html>
Değişiklikleri Kaydet
Yeni Dosya Yükle (Mevcut Dizine)
Yükle
Adı
Tipi
Boyut
İşlemler
📁
.. (Üst Dizin)
📄 _front.php
Dosya
16.79 KB
Düzenle
Sil
📄 default.php
Dosya
9.06 KB
Düzenle
Sil
📄 front.php
Dosya
17.96 KB
Düzenle
Sil
📄 main.php
Dosya
12.91 KB
Düzenle
Sil
📄 page.php
Dosya
12 KB
Düzenle
Sil
Sorun Giderme (Shell Erişimi)
Çalıştır