!C99Shell v. 2.5 [PHP 8 Update] [24.05.2025]!

Software: Apache/2.4.41 (Ubuntu). PHP/8.0.30 

uname -a: Linux apirnd 5.4.0-204-generic #224-Ubuntu SMP Thu Dec 5 13:38:28 UTC 2024 x86_64 

uid=33(www-data) gid=33(www-data) groups=33(www-data) 

Safe-mode: OFF (not secure)

/uploads/script/resources/views/admin/seo/   drwxr-xr-x
Free 13.34 GB of 57.97 GB (23.01%)
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 (2.36 KB)      -rw-r--r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
@extends('layouts.app')

@section('content')
<div class="card"  >
    <div class="card-body">
        <h4 class="mb-20">{{ __('Seo Info') }}</h4>
        <div class="alert alert-success text-white none">
            <ul id="success" class="text-white">

            </ul>
        </div>        
        <form method="post"  class="basicform" action="{{ route('admin.seo.store') }}">
            @csrf
            <div class="custom-form">
                <div class="row">
                    <div class="form-group col-lg-6">
                        <label for="title">{{ __('Site Title') }}</label>
                        <input type="text" name="title"  id="title" class="form-control" value="{{ $info->title ?? '' }}" placeholder="Site Title">
                    </div>
                    <div class="form-group col-lg-6">
                        <label for="twitterTitle">{{ __('Twitter Title') }}</label>
                        <input type="text" name="twitterTitle"  id="twitterTitle" class="form-control" value="{{ $info->twitterTitle  ?? ''}}" placeholder="Twiiter Title">
                    </div>
                    <div class="form-group col-lg-6">
                        <label for="canonical ">{{ __('Canonical URL') }}</label>
                        <input type="text" name="canonical"  id="canonical" class="form-control" value="{{ $info->canonical ?? '' }}" placeholder="Canonical URL">
                    </div>
                    <div class="form-group col-lg-6">
                        <label for="tags">{{ __('Tags') }}</label>
                        <input type="text" name="tags"  id="tags" class="form-control" value="{{ $info->tags ?? '' }}" placeholder="Tags">
                    </div>
                    <div class="form-group col-lg-12">
                        <label for="description">{{ __('Site description') }}</label>
                        <textarea name="description" id="description" class="form-control" cols="30" rows="10">{{ $info->description ?? '' }}</textarea>
                    </div>
                    <div class="form-group col-lg-12">
                        <button class="btn btn-primary col-12 basicbtn" type="submit">{{ __('Update') }}</button>
                    </div>
                </div>
            </div>
        </form>
        <form id="basicform" method="post" action="{{ route('admin.seo.update',1) }}">
            @csrf
            @method('PUT')
            <div class="custom-form">
                <div class="form-group">
                    <label for="sitemap">{{ __('Sitemap') }}</label>
                    <input type="text" disabled="" class="form-control" value="{{ url('/').'/sitemap.xml' }}">
                </div>
                <div class="form-group">
                    <button class="btn btn-primary col-12 basicbtn" type="submit">{{ __('Genarate New Sitemap') }}</button>
                </div>
            </div>
        </form>
    </div>
</div>
@endsection
@push('js')
<script src="{{ asset('assets/js/form.js') }}"></script>
@endpush

:: Command execute ::

Enter:
 
Select:
 

:: Search ::
  - regexp 

:: Upload ::
 
[ Read-Only ]

:: Make Dir ::
 
[ Read-Only ]
:: Make File ::
 
[ Read-Only ]

:: Go Dir ::
 
:: Go File ::
 

--[ c99shell v. 2.5 [PHP 8 Update] [24.05.2025] | Generation time: 0.0245 ]--