NG1NDEX
Server IP : 103.233.192.212  /  Your IP : 18.217.218.162
Web Server : Apache/2
System : Linux sv1.inde.co.th 3.10.0-1160.36.2.el7.x86_64 #1 SMP Wed Jul 21 11:57:15 UTC 2021 x86_64
User : sumpatuan ( 1058)
PHP Version : 5.5.38
Disable Function : symlink,shell_exec,exec,proc_close,proc_open,popen,system,dl,putenv,passthru,escapeshellarg,escapeshellcmd,pcntl_exec,proc_get_status,proc_nice,proc_terminate,pclose,ini_alter,virtual,openlog,ini_restore
MySQL : ON  |  cURL : ON  |  WGET : OFF  |  Perl : OFF  |  Python : OFF  |  Sudo : OFF  |  Pkexec : OFF
Directory :  /home/sumpatuan/public_html/main/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ HOME SHELL ]     

Current File : /home/sumpatuan/public_html/main/subEService-Form.php
<?php  require_once('db_main.php'); ?>
<!doctype html>
<html lang="en">
    <head>
        <?php  include_once ("head.html"); ?>

    </head>
    <body class="bg-all animated fadeIn faster ">

        <?php  include_once ("chatfacebook.php"); ?>

    <div class="container-fluid p-0 " > 
        <div class="container bg-main fix-page mb-0 pb-0" >
            <?php  include_once ("menu.php"); ?>
        </div>

        <!------ data ------>

        <div class="container bg-white fix-page mt-0 " id="data">
            <div class="row">
                <div class="col bg-cl-0 fcl-cl-1 bg-txt-head text-center">
                    ยื่นแบบฟอร์มออนไลน์
                </div>
                <div class="w-100"></div>
                <div class="col text-secondary p-0" >
                    <div class="ps-4 p-2 box-link fw-300" >
                        <a href="subEService#data" class="link-danger fw-500">E-service</a> > ยื่นแบบฟอร์มออนไลน์
                    </div>
                </div>
                <div class="w-100"></div>
                <div class="col p-5 pt-3 pb-3 fw-500 mb-3">
                    <ul class="list-group list-group-flush fs-20">
                    <?php
                        $sql_data = "SELECT * FROM `data_formlink` WHERE `stt_formlink`='0' ORDER BY str_to_date(`lastupdate_formlink`,'%d/%m/%Y') DESC , `id_formlink` DESC ";
                        $qr_data = mysqli_query($con_db_main,$sql_data) or die( mysqli_error($con_db_main));
                        $c_row = 0;
                        while($rs_data = mysqli_fetch_array($qr_data)){
                            $c_row++;
                            echo '<a target="_blank" href="'.$rs_data['link_formlink'].'" class="list-group-item list-group-item-action d-flex justify-content-between align-items-center"><span><i class="fas fa-file-alt text-danger me-1"></i> '.$rs_data['name_formlink'].'
                            </span><small class="text-secondary fs-14 fw-300">ยื่นแบบฟอร์มออนไลน์</small></a>';
                        }
                    ?>
                    </ul>
                    <?php
                            if($c_row == 0){ 
                                echo '<div class="w-100 text-center mt-5 mb-5 text-secondary opacity-25 fs-20 fw-500" ><i class="fas fa-eye-slash fs-70"></i><br>ไม่พบข้อมูล<br>ยื่นแบบฟอร์มออนไลน์</div>';
                            }
                    ?> 
                </div>
                <div class="w-100"></div>
                <div class="col bg-cl-2 text-center fcl-cl-1 fs-1" style="height:10px;"></div>
            </div>
        </div>

        <!------------------>

        <?php  include_once ("footer.php"); ?>
    </div>
    <?php  include_once ("cookie.php"); ?>

    </body>

</html>

Anon7 - 2022
AnonSec Team