Server IP : 103.233.192.212 / Your IP : 3.128.78.43 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/domains/sumpatuan.go.th/public_html/main/ |
Upload File : |
<?php require_once('db_main.php'); $menu='เชื่อมโยง Links'; $type='เชื่อมโยง Links'; $link='subWeblink'; ?> <!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"> <?php echo $menu; ?> </div> <div class="w-100"></div> <div class="col p-4 fw-500 text-center pb-5 pt-5"> <?php $sql_data = "SELECT * FROM `data_weblink` WHERE `stt_weblink`=0 ORDER BY `id_weblink` ASC "; $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 href="'.$rs_data['link_weblink'].'" target="_blank" title="'.$rs_data['name_weblink'].'"><img src="../'.$rs_data['img_weblink'].'" class="img-fluid m-2 border img_weblink"></a>'; if( ($c_row % 4) == 0 ){ echo '<div class="w-100"></div>'; } } ?> </div> <div class="w-100 mb-4"></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>