📁 PHP Dosya Yöneticisi
/
/
home
/
demodesigncom
/
b2be-ticaretscripti.demodesign.com.tr
/
ninico
📝
sifremiunuttum.php
← Geri Dön
<title>Şifremi Unuttum</title> <meta name="keywords" content="<?php echo $ayar['sitekey']; ?>"> <meta name="description" content="<?php echo $ayar['sitedesc']; ?>"> <meta property="og:url" content="<?php echo $url; ?>"/> <meta property="og:title" content="Üyelik Sözleşmesi ve Rıza Metni"/> <meta property="og:description" content="<?php echo $ayar['sitedesc']; ?>"/> <style> #content { padding-bottom: 20px; background: rgba(255, 255, 255, 1); max-width: 500px; margin: auto; background-color: #ffffff; padding: 20px; box-shadow: rgb(100 100 111 / 20%) 0px 7px 29px 0px; margin-top: 30px; margin-bottom: 30px; } .phone #content { max-width: 100% !important; } @media screen and (max-width: 600px) { #account-login .row { display: grid !important; } } #register-check-20:checked ~ .kutu, #register-check-21:checked ~ .kutu { color: white !important; background: #419dff !important; } input.form-control { background: rgb(255, 255, 255) !important; border-width: 1px !important; border-style: solid !important; border-color: rgba(226, 226, 226, 1) !important; border-radius: 3px !important; height: 50px; background: white !important; font-size: 12px; } .kutu{ background: #f2f0f0; border-radius: 5px; margin-top: 10px; padding: 10px; height: 50px; line-height: 30px; text-align: center; width: 100%; box-shadow: 0px 0px 20px #c6c6c6; } h5 { font-size: 16px; text-align: center; border-bottom: 1px solid <?php echo $tema['t16'];?>; padding-bottom: 30px; } </style> <main> <section class="breadcrumb__area pt-60 pb-60 tp-breadcrumb__bg" data-background="<?php echo $sitetemasi; ?>/img/banner/breadcrumb-01.jpg"> <div class="container"> <div class="row align-items-center"> <div class="col-xl-7 col-lg-12 col-md-12 col-12"> <div class="tp-breadcrumb"> <div class="tp-breadcrumb__link mb-10"> <span class="breadcrumb-item-active"><a href="<?php echo $url;?>">AnaSayfa</a></span> <span>Şifremi Unuttum</span> </div> <h2 class="tp-breadcrumb__title">Şifremi Unuttum</h2> </div> </div> </div> </div> </section> <section class="track-area pt-80 pb-40"> <div class="container"> <div class="row justify-content-center"> <div class="col-12"> <form action="" method="post"> <div class="tptrack__product mb-40"> <div class="tptrack__content grey-bg-3"> <div class="tptrack__item d-flex mb-20"> <div class="tptrack__item-icon"> <img src="<?php echo $sitetemasi; ?>/img/icon/sign-up.png" alt=""> </div> <div class="tptrack__item-content"> <h4 class="tptrack__item-title">Bayi Girişi</h4> <p>Kişisel verileriniz, bu web sitesindeki deneyiminizi desteklemek ve hesabınıza erişimi yönetmek için kullanılacaktır.</p> </div> </div> <div class="tptrack__id mb-10"> <span><i class="fal fa-user"></i></span> <input type="text" name="sadsoyad" value="" placeholder="Ad ve Soyad" required> </div> <div class="tptrack__id mb-10" style="display: flex;"> <?php if($system['sifrehatirlat']=='1'){?> <div class="md-form md-outline" style="width: 48%;"> <input value="0" name="yeniletip" type="radio" class="login-check" id="register-check-21" required style="display: none;" checked/> <label class="kutu" for="register-check-21" style="width: 100%;"> E-Posta ile Şifre Alma </label> </div> <?php } ?> <?php if($system['ssifrehatirlat']=='1'){?> <div class="md-form md-outline" style="width: 48%; margin-left: 4%;"> <input value="1" name="yeniletip" type="radio" class="login-check" id="register-check-20" required style="display: none;" /> <label class="kutu" for="register-check-20" style="width: 100%;"> SMS ile Şifre Alma </label> </div> <?php } ?> </div> <div class="tptrack__id mb-10" style="margin-block: 20px;"> <fieldset id="bireysel" style="margin-top: 10px;"> <span><i class="fas fa-envelope"></i></span> <input type="text" name="seposta" value="" placeholder="E-Posta Adresiniz" required> </fieldset> <fieldset id="kurumsal" style="display: none; margin-top: 10px;"> <span><i class="fas fa-phone"></i></span> <input type="text" name="stelefon" value="" placeholder="Telefon Numaranız" size="11" maxlength="11" required> </fieldset> </div> <div class="tptrack__btn"> <button class="tptrack__submition" name="sifremiunuttum" value="true" type="submit">Şifremi Unuttum <i class="fal fa-long-arrow-right"></i></button> </div> </div> </div> </form> </div> </div> </div> </section> </main>
💾 Kaydet
İptal
📝 Yeniden Adlandır
İptal
Kaydet
🔐 Dosya İzinleri (chmod)
İzin Değeri:
Hızlı Seçim:
777
755
644
600
777
= Herkes okur/yazar/çalıştırır
755
= Sahip tam, diğerleri okur/çalıştırır
644
= Sahip okur/yazar, diğerleri okur
600
= Sadece sahip okur/yazar
İptal
Uygula