One Hat Cyber Team
Your IP :
216.73.216.152
Server IP :
27.254.111.200
Server :
Linux wh-sh59.csloxinfo.com 3.10.0-693.5.2.el7.x86_64 #1 SMP Fri Oct 20 20:32:50 UTC 2017 x86_64
Server Software :
Apache
PHP Version :
5.5.38
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
var
/
www
/
vhosts
/
oakwine.co.th
/
httpdocs
/
view
/
Banks
/
Edit File:
paymentDetail.php
<?php SYS::DOMAIN("Banks"); $banksInstanceList = new Banks(); $lang = ucfirst(strtolower(isset($_SESSION["lang"]) ? $_SESSION["lang"] : "TH")); ?> <!--=== Content Part ===--> <div class="content container"> <div class="row"> <div class="col-md-3 filter-by-block md-margin-bottom-60"> <?php include_once("view/Category/listBy.php"); ?> </div> <div class="col-md-9"> <!-- <div class="breadcrumbs-v4"> <h1>Payment <span class="shop-green"> Detail</span></h1> </div><br> --> <div class="heading heading-v1 margin-bottom-30"><h2>Payment Detail</h2></div> <!-- <div class="row margin-bottom-30"> <div class="col-md-12 shadow-wrapper"> <div class="tag-box tag-box-v1 box-shadow shadow-effect-2"> <?php // include_once("view/Banks/des".$lang.".php"); ?> </div> </div> </div> --> <div class="table-responsive"> <div class="headline"><h2>Bank account</h2></div> <table class="table table-striped"> <thead> <tr> <th>ชื่อธนาคาร<br> (Bank)</th> <th>สาขา <br>(Branch)</th> <th>เลขที่บัญชี<br> (Account No.)</th> <th>ชื่อบัญชี<br> (Account Name)</th> </tr> </thead> <tbody> <?php foreach($banksInstanceList->listBy(array( "condition"=>"banksName IS NOT NULL AND banksEn IS NOT NULL AND accountNumber IS NOT NULL AND banksEn!='' AND accountNumber!='' AND banksName!=''", "order"=>"banksEn DESC")) as $banksInstance){ $accountNumber = str_split($banksInstance->accountNumber, 3); ?> <tr> <th style="white-space: nowrap;"> <h2 class="heading-sm"> <img src="src/bank/32/<?php echo $banksInstance->icon; ?>.png"> <span><?php echo $banksInstance->{'banks'.$lang}; ?></span> </h2> </th> <td style="white-space: nowrap;"><h2 class="heading-sm"><?php echo $banksInstance->{'branch'.$lang}; ?></h2></td> <td style="white-space: nowrap;"><h2 class="heading-sm"><?php echo implode("-", $accountNumber); ?></h2></td> <td><h2 class="heading-sm"><?php echo nl2br($banksInstance->banksName); ?></h2></td> </tr> <?php } ?> </tbody> </table> </div> </div> </div><!--/end row--> </div><!--/container--> <!-- End Content Part -->
Simpan