!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/picomail.picotech.app/public_html/resources/views/admin/servers/   drwxr-xr-x
Free 28.18 GB of 117.98 GB (23.89%)
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 (5.14 KB)      -rw-r--r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<div class="form-group col-md-4">
    <label for="from">@lang('admin.form.server')</label>
    @if(isset($server))
        <select disabled class="form-control">
            @foreach(available_servers() as $value)
                <option
                    {{isset($server) && $server->from==$value?'selected':(old('from')==$value?'selected':'')}} value="{{$value}}">{{format_field_name($value)}}</option>
            @endforeach
        </select>
        <input type="hidden" name="from" value="{{$server->from}}">
    @else
        <select class="form-control" name="from" id="from">
            <option>@lang('admin.form.select_an_option')</option>
            @foreach(available_servers() as $value)
                <option
                    {{(old('from')==$value?'selected':'')}} value="{{$value}}">{{format_field_name($value)}}</option>
            @endforeach
        </select>
    @endif
</div>
<div class="form-group col-md-4">
    <label for="title">@lang('admin.table.title')</label>
    <input required value="{{old('title')?old('title'):(isset($server)?$server->title:'')}}" type="text" name="title"
           class="form-control"
           id="title"
           placeholder="Enter Title">
</div>

<div class="form-group col-md-4">
    <label for="status">@lang('admin.form.status')</label>
    <select class="form-control" name="status" id="status">
        <option
            {{isset($server) && $server->status=='active'?'selected':(old('status')=='active'?'selected':'')}} value="active">
            Active
        </option>
        <option
            {{isset($server) && $server->status=='inactive'?'selected':(old('status')=='inactive'?'selected':'')}} value="inactive">
            Inactive
        </option>
    </select>
</div>

<div class="form-group col-md-4">
    <label for="hourly_limit">@lang('admin.form.input.hourly_limit')</label>
    <input value="{{old('hourly_limit')?old('hourly_limit'):(isset($server)?$server->hourly_limit:0)}}" type="text" name="hourly_limit"
           class="form-control"
           id="hourly_limit"
           placeholder="@lang('admin.form.input.hourly_limit')">
</div>
<div class="form-group col-md-4">
    <label for="daily_limit">@lang('admin.form.input.daily_limit')</label>
    <input value="{{old('daily_limit')?old('daily_limit'):(isset($server)?$server->daily_limit:0)}}" type="text" name="daily_limit"
           class="form-control"
           id="daily_limit"
           placeholder="@lang('admin.form.input.daily_limit')">
</div>

<div class="form-group col-md-4">
    <label for="monthly_limit">@lang('admin.form.input.monthly_limit')</label>
    <input value="{{old('monthly_limit')?old('monthly_limit'):(isset($server)?$server->monthly_limit:0)}}" type="text" name="monthly_limit"
           class="form-control"
           id="monthly_limit"
           placeholder="@lang('admin.form.input.monthly_limit')">
</div>
<div class="form-group col-md-4">
    <label for="from_email">@lang('admin.form.input.from_email')</label>
    <input value="{{old('from_email')?old('from_email'):(isset($server)?$server->from_email:'')}}" type="text" name="from_email"
           class="form-control"
           id="from_email"
           required
           placeholder="@lang('admin.form.input.enter_from_email')">
</div>

<div class="form-group col-md-4">
    <label for="delay_send">@lang('admin.form.input.delay_between_send') <span class="text-sm text-muted">(@lang('admin.form.input.in_millisecond'))</span></label>
    <input value="{{old('delay_send')?old('delay_send'):(isset($server)?$server->delay_send:0)}}" type="text" name="delay_send"
           class="form-control"
           id="delay_send"
           placeholder="@lang('admin.form.input.delay_between_send')">
</div>

<div class="form-group col-md-4">
    <label for="priority">@lang('admin.form.input.priority')</label>
    <input value="{{old('priority')?old('priority'):(isset($server)?$server->priority:1)}}" type="text" name="priority"
           class="form-control"
           id="priority"
           placeholder="@lang('admin.form.input.priority')">
</div>

<div class="col-md-12">
        <span id="custom_fields">
            @if(isset($server) && $server)
                    @foreach(collect(json_decode($server->value))->chunk(3) as $itemKey=>$items)
                        <div class="form-row">
                            @foreach($items as $key=>$value)
                                <div class="form-group col-md-4">
                                    <label for="{{$key.'_'.$value}}">{{format_field_name($key)}}</label>
                                    <input value="{{old($key)?old($key):$value}}" type="text" name="{{$key}}"
                                           class="form-control"
                                           id="{{$key.'_'.$value}}"
                                           placeholder="Enter {{format_field_name($key)}}">
                                </div>
                            @endforeach
                        </div>
                    @endforeach
            @endif
        </span>
</div>
<input type="hidden" name="to_mail" id="to_mail">

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