!C99Shell v. 2.0 [PHP 7 Update] [25.02.2019]!

Software: nginx/1.24.0. PHP/7.3.32 

uname -a: Linux ip-172-31-28-255.ec2.internal 6.1.159-181.297.amzn2023.x86_64 #1 SMP PREEMPT_DYNAMIC
Mon Dec 22 22:31:59 UTC 2025 x86_64
 

 

Safe-mode: OFF (not secure)

/www/wwwroot/itce.co.in/admin/   drwxr-xr-x
Free 30.77 GB of 49.93 GB (61.63%)
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Feedback    Self remove    Logout    


Viewing file:     customer_card.php (2.94 KB)      -rw-r--r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?php
/* find total id */
include 'connect.php';
 
$cmonth=date('m'); // Get the current month as a number (1-12)
$cyear=date('Y'); 

switch (
$cmonth) {
    case 
12:
         
$season 'December';
        break;

    case 
11:
        
$season 'November';
        break;

    case 
10:
        
$season 'Octomber';
        break;

    case 
9:
         
$season 'Semptember';
        break;
        
    case 
8:
         
$season 'August';
        break;
        
    case 
7:
         
$season 'July';
        break;
        
    case 
6:
         
$season 'June';
        break;
        
    case 
5:
         
$season 'May';
        break;
        
    case 
4:
         
$season 'April';
        break;
        
    case 
3:
         
$season 'March';
        break;
        
    case 
2:
         
$season 'Februrary';
        break;
        
    case 
1:
         
$season 'january';
        break;
        
        default:
        
$season 'Unknown';
        break;
}

// Attempt select query execution
$sql "SELECT * FROM monthly_fees where fees_month='$cmonth' AND fees_year='$cyear'";
if(
$result mysqli_query($link$sql)){
    if(
mysqli_num_rows($result) > 0){
       
$currentMonth date('F');
        
$currentmonth=0;
        while(
$row mysqli_fetch_array($result))
        {
    
            
$currentmonth=$currentmonth+$row['paid_fees'];
        }
  
        
// Free result set
        
mysqli_free_result($result);
    } else{
        
$currentmonth=0;
    }
} else{
    echo 
"ERROR: Could not able to execute $sql. " mysqli_error($link);
}
 
// Close connection
mysqli_close($link);
?>


<div class="col-xxl-4 col-xl-12">

              <div class="card info-card customers-card">

                <div class="filter">
                  <a class="icon" href="#" data-bs-toggle="dropdown"><i class="bi bi-three-dots"></i></a>
                  <ul class="dropdown-menu dropdown-menu-end dropdown-menu-arrow">
                    <li class="dropdown-header text-start">
                      <h6>Filter</h6>
                    </li>

                    <li><a class="dropdown-item" href="#">Today</a></li>
                    <li><a class="dropdown-item" href="#">This Month</a></li>
                    <li><a class="dropdown-item" href="#">This Year</a></li>
                  </ul>
                </div>

                <div class="card-body">
                  <h5 class="card-title"><?php echo $season ?><span>|<?php echo $cyear ?></span></h5>

                  <div class="d-flex align-items-center">
                    <div class="card-icon rounded-circle d-flex align-items-center justify-content-center">
                      <i class="bi bi-people"></i>
                    </div>
                    <div class="ps-3">
                     <h6><a href="current_month_fees_details.php"><?php echo $currentmonth?></a></h6>
                      
                      <span class="text-danger small pt-1 fw-bold">   </span> <span class="text-muted small pt-2 ps-1"></span>

                    </div>
                  </div>

                </div>
              </div>

            </div>

:: Command execute ::

Enter:
 
Select:
 

:: Search ::
  - regexp 

:: Upload ::
 
[ ok ]

:: Make Dir ::
 
[ ok ]
:: Make File ::
 
[ ok ]

:: Go Dir ::
 
:: Go File ::
 

--[ c99shell v. 2.0 [PHP 7 Update] [25.02.2019] maintained by KaizenLouie | C99Shell Github | Generation time: 0.0011 ]--