!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)

/var/www/html/dokan/script/resources/views/seller/store/   drwxrwxrwx
Free 13.15 GB of 57.97 GB (22.68%)
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Self remove    Logout    


Viewing file:     seo.blade.php (1.9 KB)      -rwxrwxrwx
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
@extends('layouts.app')
@section('head')
@include('layouts.partials.headersection',['title'=>'Seo And Sitemap'])
@endsection
@section('content')
@php
    $url=domain_info('full_domain');
@endphp
<div class="card"  >
    <div class="card-body">
        <h4 class="mb-20">{{ __('Seo Info') }}</h4>
            
        <form method="post"  id="basicform" action="{{ route('seller.seo.update',$id) }}">
            @csrf
            @method('PUT')
            <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" type="submit">{{ __('Update') }}</button>
                    </div>
                </div>
            </div>
        </form>
        
    </div>
</div>


@endsection
@push('js')
<script src="{{ asset('assets/js/form.js') }}"></script>

@endpush

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