Prv8 Shell
Server : Apache
System : Linux server.mata-lashes.com 3.10.0-1160.90.1.el7.x86_64 #1 SMP Thu May 4 15:21:22 UTC 2023 x86_64
User : matalashes ( 1004)
PHP Version : 8.1.29
Disable Function : NONE
Directory :  /home/matalashes/.trash/app.bak17jan25/Views/admin/pages/primary/store/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Current File : /home/matalashes/.trash/app.bak17jan25/Views/admin/pages/primary/store/newpassword.php
<?= $this->extend('admin/layout/store/loginstore') ?>
<?= $this->section('content') ?>
<!-- Section -->

<!--begin::Main-->
<!--begin::Root-->
<div class="d-flex flex-column flex-root">
    <!--begin::Authentication - Sign-in -->
    <div class="d-flex flex-column flex-column-fluid bgi-position-y-bottom position-x-center bgi-no-repeat bgi-size-contain bgi-attachment-fixed"
         style="background-image: url(assets/theme/admin/login/images/back-login-store.jpg">
        <!--begin::Content-->
        <div class="d-flex flex-center flex-column flex-column-fluid p-10 pb-lg-20">
            <!--begin::Logo-->
            <a href="<?= site_url() ?>" class="mb-12">
                <img alt="Logo" src="assets/theme/admin/images/logo_100.png" class=""/>
            </a>
            <!--end::Logo-->
            <!--begin::Wrapper-->
            <div class="w-lg-500px bg-body rounded shadow-sm p-10 p-lg-15 mx-auto">
                <!--begin::Form-->
                <?php
                $attr = array('class' => 'form w-100', 'id' => "kt_sign_in_form");
                echo form_open('/resetstore/' . $link, $attr) ?>
                <!--begin::Heading-->
                <div class="text-center mb-10">
                    <!--begin::Title-->
                    <h1 class="text-dark mb-3">Buat Password Baru</h1>
                    <!--end::Title-->
                    <!--begin::Link-->
                    <div class="text-gray-400 fw-bold fs-4">Simpan password baru akun anda.</div>
                    <!--end::Link-->
                </div>
                <!--begin::Heading-->
                <!--begin::Input group-->
                <div class="fv-row mb-10">
                    <!--begin::Label-->
                    <label class="form-label fs-6 fw-bolder text-dark">Password</label>
                    <!--end::Label-->
                    <!--begin::Input-->
                    <?= input_field('user_password', 'form-control form-control-lg form-control-solid', 'user_password', 'password', 'Password baru', '', 'autocomplete="off" required') ?>
                    <!--end::Input-->
                </div>
                <!--end::Input group-->
                <!--begin::Input group-->
                <div class="fv-row mb-10">
                    <!--begin::Label-->
                    <label class="form-label fs-6 fw-bolder text-dark">Konfirmasi Password</label>
                    <!--end::Label-->
                    <!--begin::Input-->
                    <?= input_field('user_password_confirm', 'form-control form-control-lg form-control-solid', 'user_password_confirm', 'password', 'Konfirmasi password baru', '', 'autocomplete="off" required') ?>
                    <!--end::Input-->
                </div>
                <!--end::Input group-->
                <div class="d-flex flex-center flex-column-auto mb-10">
                    <div class="g-recaptcha" data-sitekey="6Lcgyd4gAAAAADnBt4NEf05mn_bEIDR5K80H1HZH"></div>
                </div>
                <!--begin::Actions-->
                <div class="d-flex flex-wrap justify-content-center pb-lg-0">
                    <!--begin::Submit button-->
                    <?= input_field('login_button', 'btn btn-lg btn-primary fw-bolder me-4', 'login_button', 'submit', '', 'Submit') ?>
                    <a href="<?= site_url('authstore') ?>" class="btn btn-lg btn-light-primary fw-bolder">Batal</a>
                </div>
                <!--end::Actions-->
                <?= form_close() ?>
                <!--end::Form-->
            </div>
            <!--end::Wrapper-->
        </div>
        <!--end::Content-->
        <!--begin::Footer-->
        <div class="d-flex flex-center flex-column-auto p-10">
        </div>
        <!--end::Footer-->
    </div>
    <!--end::Authentication - Sign-in-->
</div>
<!--end::Root-->
<!--end::Main-->
<?= swal_error($error, $message) ?>
<?= $this->endSection() ?>

<!-- end: Section -->

haha - 2025