HOME SHELL

NULLCOMMUNITY
 LiteSpeed
 Linux server2.poyrazhosting.com 3.10.0-962.3.2.lve1.5.77.el7.x86_64 #1 SMP Mon Dec 12 07:06:14 EST 2022 x86_64
 safemode : OFF
 MySQL: OFF | Perl: OFF | cURL: ON | WGet: OFF
  >  / home / cuneytsener53 / rentacar3.snrsoft.com.tr /

Server Ip : 172.67.216.244




Filename/home/cuneytsener53/rentacar3.snrsoft.com.tr/iletisim.php
Size9.52 kb
Permissionrw-r--r--
Owner
Create time02-Mar-2025 05:46
Last modified14-Jun-2021 13:45
Last accessed05-Apr-2025 05:40
Actionsedit | rename | delete | download (gzip)
Viewtext | code | image
<?php include 'includes/header.php';?>
<title><?=$seo['contact_title'];?></title>
<meta name="Description" content="<?=$seo['contact_description'];?>"/>
<meta name="Keywords" content="<?=$seo['contact_keywords'];?>"/>
<?php
if ($_POST) {  
    if(
$_SESSION['captcha']==$_POST['deger']){


        
$name_surname $_POST['name_surname'];
        
$email $_POST['email'];
        
$phone $_POST['phone'];
        
$title $_POST['title'];
        
$description $_POST['description'];
        if (
$name_surname <> "" && $email <> "" && $phone <> "" && $title <> "" && $description <> "" ) {

            
$satir = [
                
'name_surname' => $name_surname,
                
'email' => $email,
                
'phone' => $phone,
                
'title' => $title,
                
'description' => $description,
            ];

            
$sql "INSERT INTO contact SET name_surname=:name_surname, email=:email, phone=:phone, title=:title, description=:description;";
            
$durum $dbh->prepare($sql)->execute($satir);

            if (
$durum) {
                
$sonId $dbh->lastInsertId();
                echo 
'<script language="javascript">
                alert(" Talebiniz başarı ile alınmıştır. ")
                </script> '
;
            }
        }
    }else{
        echo 
'<script language="javascript">
        alert(" Bilinmeyen bir hata oluştu ")
        </script> '
;

    }

}
?>  
<?php include 'includes/navbar.php';?>
        <!-- ========== MAIN CONTENT ========== -->
        <main id="content">
            <!-- Hero Section -->
               <div class="bg-img-hero text-center mb-1" style="background-image: url(<?=$ayar['web_adress'];?>/img/<?=$gorsel['contact_pictures'];?>);">
                <div class="container space-top-xl-3 py-6 py-xl-0">
                    <div class="row justify-content-center py-xl-4">
                        <!-- Info -->
                        <div class="py-xl-10 py-5">
                            <h1 class="font-size-40 font-size-xs-30 text-white font-weight-bold mb-0">Bize Ulaşın</h1>
                            <nav aria-label="breadcrumb">
                              <ol class="breadcrumb breadcrumb-no-gutter justify-content-center mb-0">
                                <li class="breadcrumb-item font-size-14"> <a class="text-white" href="<?=$ayar['web_adress'];?>">Anasayfa</a> </li>
                                <li class="breadcrumb-item custom-breadcrumb-item font-size-14 text-white active" aria-current="page">Bize Ulaşın</li>
                              </ol>
                            </nav>
                        </div>
                        <!-- End Info -->
                    </div>
                </div>
            </div>
            <!-- End Hero Section -->
             <!-- Features Section -->
            <div class="container text-center space-1">
                <!-- Title -->
                <div class="w-md-80 w-lg-50 text-center mx-md-auto pb-1">
                    <h2 class="section-title text-black font-size-30 font-weight-bold">İletişim Bilgilerimiz</h2>
                </div>
                <!-- End Title -->
                <!-- Features -->
                <div class="mb-8">
                    <div class="row">
                        <!-- Icon Block -->
                        <div class="col-md-4">
                            <i class="flaticon-call text-primary font-size-80 mb-3"></i>
                            <h5 class="font-size-17 text-dark font-weight-bold mb-2">Müşteri Hizmetleri</h5>
                            <p class="text-gray-1 px-xl-2 px-uw-7"><a href="tel:<?=$ayar['phone'];?>"><font color="black"><?=$ayar['phone'];?></font></a> <font color="black">/</font> <a href="tel:<?=$ayar['business_phone'];?>"><font
color="black"><?=$ayar['business_phone'];?></font></a></p>
                        </div>
                        <!-- End Icon Block -->

                        <!-- Icon Block -->
                        <div class="col-md-4">
                            <i class="flaticon-edit text-primary font-size-80 mb-3"></i>
                            <h5 class="font-size-17 text-dark font-weight-bold mb-2">E-Mail</h5>
                            <p class="text-gray-1 px-xl-2 px-uw-7"><a href="mailto:<?=$ayar['email'];?>"><font color="black"><?=$ayar['email'];?></font></p>
                        </div>
                        <!-- End Icon Block -->

                        <!-- Icon Block -->
                        <div class="col-md-4">
                            <i class="flaticon-global-1 text-primary font-size-80 mb-3"></i>
                            <h5 class="font-size-17 text-dark font-weight-bold mb-2">Bizi Ziyaret Edin</h5>
                            <p class="text-gray-1 px-xl-2 px-uw-7"><a href="<?=$ayar['maps_link'];?>"><font color="black">Harita Linki</font></a></p>
                        </div>
                        <!-- End Icon Block -->
                    </div>
                </div>
                <!-- End Features -->
            </div>
            <!-- End Features Section -->
            <div class="border-bottom border-color-8 pb-6 pb-lg-9 mb-6 mb-lg-8">
                <div class="container mb-10">
                    <div class="w-md-80 w-lg-50 text-center mx-md-auto my-3">
                        <h2 class="section-title text-black font-size-30 font-weight-bold mb-5 pb-xl-1">Bize Yazın</h2>
                    </div>
                    <div class="comment-section max-width-810 mx-auto">
                        <form method="post">
                            <div class="row">
                                <!-- Input -->
                                <div class="col-sm-6 mb-5">
                                    <div class="js-form-message">
                                        <input type="text" class="form-control" name="name_surname" placeholder="İsim Soyisim" required="">
                                    </div>
                                </div>
                                <!-- End Input -->

                                <!-- Input -->
                                <div class="col-sm-6 mb-5">
                                    <div class="js-form-message">
                                       <input type="email" class="form-control" name="email" placeholder="E-Mail Adresiniz" required="">
                                    </div>
                                </div>
                                <!-- End Input -->

                                 <!-- Input -->
                                <div class="col-sm-6 mb-5">
                                    <div class="js-form-message">
                                        <input type="text" class="form-control" name="phone" placeholder="Telefon Numaranız" required="">
                                    </div>
                                </div>
                                <!-- End Input -->

                                <!-- Input -->
                                <div class="col-sm-6 mb-5">
                                    <div class="js-form-message">
                                       <input type="text" class="form-control" name="title" placeholder="Mesaj Başlığı" required="">
                                    </div>
                                </div>
                                <!-- End Input -->

                                <div class="col-sm-12 mb-5">
                                    <div class="js-form-message">
                                        <div class="input-group">
                                            <textarea class="form-control" rows="6" cols="77" name="description" placeholder="Mesaj İçeriği" required=""></textarea>
                                        </div>
                                    </div>
                                </div>

                                 <div class="col-sm-8 mb-5">
                                    <div class="js-form-message">
                                       <input type="text" class="form-control" name="deger" placeholder="Güvenlik Kodu" required="">
                                    </div>
                                </div>

                                 
                                   <!-- End Input -->
                                <div class="col d-flex justify-content-lg-start">
                                    <button type="button" onClick="reload();" class="btn rounded-xs bg-blue-dark-1 text-white height-51 width-190 transition-3d-hover">Yenile</button>
                                </div>

                                  <div class="col-md-12"> 
                                    <center><img src="captcha.php" id="capt"> </center> 
                                  </div>
                                


                                <!-- End Input -->
                                <div class="col d-flex justify-content-lg-start">
                                    <button type="submit" class="btn rounded-xs bg-blue-dark-1 text-white height-51 width-190 transition-3d-hover">Gönder</button>
                                </div>
                            </div>
                        </form>
                    </div>
                </div>
                <iframe src="<?=$ayar['maps_link'];?>" width="100%" height="500" frameborder="0" style="border:0;" allowfullscreen=""></iframe>
            </div>
        </main>
        <!-- ========== END MAIN CONTENT ========== -->
        <script type="text/javascript">
    function reload() {
        img = document.getElementById("capt");
        img.src = "captcha.php"
    }
</script>
<?php include 'includes/footer.php';?>