JFIF !.%+&8&+/1555$;@;4?.451 4+$+44444444444444444444444444444544444444444444444444";!1AQaq"2BR#br"!1A"QR ?V!4,#J.rrvO( (랣AzRW+bZ9T+4(7r fa2 nָƮlk*42˥^ YWphMG% AȀh0Vl)*JW'-{G9aw#e?QGY՛oe9xigU/1 {oqcmj00W Σ*"!ծ&RqWTea2ʕ Tkj1axl V5yC_%AQCزaZЮ唛кpR4]`ĆuK?wwz}VR03]BK ߷_USannA5d~(Y5 H ]}JqSWg4ӏG7;)@X &P*Vhܪvpu$$)rH^Vau̽s \˦,h #w>.G,Lahg" O(*QHٞ{TaaC% (7rHpO~!RYX c{0jy*\<ktNbNE}zO2<;5ҧHE RiQmcma. `!|iguhLeqmώEl5rX|fCgcCR[F\ĺ`Rbzq 9]ԟPͤuX˞cYڜLpb`62lLY+YXvh۪Rg[eØ%'<Ǡ;yǻG.%*t&t\av鰒? u]8 L]\cؔ 5FilX<@x]|r3qjSژpV;0x;1LZ:)IزC֦Le|yXиZ鼯<yErB@ /\sKuտxVI Ce)*XEg)T: { pւOe-m,I{@ 8aUݫ0I?o .7tjMz+ e.kz8`1̑E&  WX7[aQd{1߬rzqՆl@#p{}UMk#p'GLɷ*q*Yv+U1c>)D;°5aq1HO[m;wBBJu/u]@obӗm={0C G ĕ{Ejӥ&u\!iNZjkp3ufO}x3XicFAw } 6S(ڴʌcum'~f q͏YYbC6,G*{PdH +NϨH=#||.ӔaxAmP}UY C%xּ\S_b:7*u+Ƣsr7PH;tRJnPo>A3aD\/0Iq}sk#V;L6 }VRpxUPcا(-#݄06uGR[{_>Jc K=ß_s~ m:͝`6J^)t㾑3r|lSLLpz} 4qU08=dÚ>m;]ZټOq.fߜաO&#xJ`,K)FSxs'WkQsj/a]H#~Y#˜u8"a_hu+-ҩMEvđ%hɦ!m#;1nvmwji''|#.]v4ו0JYLr*EDyyvW[*\leOU]^g+gT#HOxO[J{@hhSYru|P 0O gHKA5g>2UC齢Jc\ۍ*9Dsn;uEv$(ڱT扔VRs3D1 :z#:Wa:%dǟ'`$e=*DoY7 dL#X/Bxh |Mo \jib0HLmT{k< 3- IIx Huk#bt`]b1c傆j=Lmn?'*5ķTl&I ,8Q^=Lj`U *{&ƽ]4@),ɞcj`lCX ?Ui0<,GE4}Zfjih[gO DKY=P }|;e%El7'aljB@>' $}ǀD6==|+e-" 3}'twPCLDCRXӽecXЅ1%@ϒV/|HXm뿚.xL 8ihdʵѣSdu-Q-Y*LMMa=Vp졣PHJnLJ(JaAS}( ;c%ܭ% <˕QQBvAի)j1+HB wErP)UW} L 9p)ʍFB.^@laqd;vL@tr\qFˣ{Bc50B;#Lk(cDYw[ FA=H E Z' Q\"U9SBm A($۷i^n #XbdDer>)ͨHڽ| #gPqe6&p[gk|V3 NJ&FDu0C ^8jcDq ->Msh;*W0.+RzZyQtH^[=L^W6MT``TN+U$^W> S87JÎ't#:TKbEDu2]Xl3bo@k|mLP.\|ԫ#PxMH1"G&JLE^ * Y%1Fąf+t&UfJ+R#u/`(QJb0B ,mc Q}Q!0% %etW abdullahpasa1noluasm.com - UnknownSec

name : process.php
<?php
if ((isset($_POST['ad'])) && (strlen(trim($_POST['ad'])) > 0)) {
	$ad = stripslashes(strip_tags($_POST['ad']));
} else {$ad = 'Lütfen Gebenin Adını Giriniz';}

if ((isset($_POST['soyad'])) && (strlen(trim($_POST['soyad'])) > 0)) {
	$soyad = stripslashes(strip_tags($_POST['soyad']));
} else {$soyad = 'Lütfen Gebenin Soyadını Giriniz';}

if ((isset($_POST['ailehek'])) && (strlen(trim($_POST['ailehek'])) > 0)) {
	$ailehek = stripslashes(strip_tags($_POST['ailehek']));
} else {$ailehek = 'Lütfen aile Hekimini Seçinizi';}


if ((isset($_POST['telefon'])) && (strlen(trim($_POST['telefon'])) > 0)) {
	$telefon = stripslashes(strip_tags($_POST['telefon']));
} else {$telefon = 'Lütfen Telefon Numarası Giriniz';}

if ((isset($_POST['adres'])) && (strlen(trim($_POST['adres'])) > 0)) {
	$adres = stripslashes(strip_tags($_POST['adres']));
} else {$adres = 'Lütfen Adres Giriniz';}

ob_start();

$ad = mb_convert_encoding(stripslashes($_POST['ad']),"ISO-8859-9", "UTF-8");
$soyad = mb_convert_encoding(stripslashes($_POST['soyad']),"ISO-8859-9", "UTF-8");
$ailehek = mb_convert_encoding(stripslashes($_POST['ailehek']),"ISO-8859-9", "UTF-8");
$telefon = mb_convert_encoding(stripslashes($_POST['telefon']),"ISO-8859-9", "UTF-8");
$adres = mb_convert_encoding(stripslashes($_POST['adres']),"ISO-8859-9", "UTF-8");

if($_POST['email']) { $email = $_POST['email']; } 
else { $email = "info@abdullahpasa1noluasm.com"; }



$mesaj='<table width="550" border="1" cellspacing="2" cellpadding="2">
  <tr bgcolor="#eeffee">
    <td>ADI</td>
    <td>'.$ad.'</td>
  </tr>
  <tr bgcolor="#eeeeff">
    <td>SOYADI</td>
    <td>'.$soyad.'</td>
  </tr>
  <tr bgcolor="#eeffee">
    <td>AILE HEKIMI</td>
    <td>'.$ailehek.'</td>
  </tr>
    <tr bgcolor="#eeeeff">
    <td>TELEFONU</td>
    <td>'.$telefon.'</td>
  </tr>
    <tr bgcolor="#eeffee">
    <td>ADRESI</td>
    <td>'.$adres.'</td>
  </tr>
    </tr>
 <tr><td colspan="2" align="left"> 
<br> Bu Mail Size <b>'.date("d/m/Y").'</b> Tarihinde Gonderildi.
 </td><tr>
</table>';
?>

<?
$body = $mesaj;
require("class.phpmailer.php");
$mail = new PHPMailer();

$Ileti_Konusu ="Web Sitesi - Online Gebe Bildirimi";

$host = "mail.abdullahpasa1noluasm.com"; //SMTP server adresi
$username = "info@abdullahpasa1noluasm.com"; //mail kullanýcý adý
$pass = "Abdullahpasa1."; //mail þifre
$gidecek_mail = "info@abdullahpasa1noluasm.com"; //formun gönderileceði mail adresi


$mail->IsSMTP(); // Mailimizin SMTP ile gönderileceðini belirtiyoruz
$mail->From     = $email; //Gönderen kýsmýnda yer alacak e-mail adresi
$mail->Sender   = $email;
$mail->ReplyTo  = $email;
$mail->FromName = $email;
$mail->Host     = $host; //SMTP server adresi
$mail->SMTPAuth = true; //SMTP server'a kullanýcý adý ile baðlanýlcaðýný belirtiyoruz
$mail->Username = $username; //SMTP kullanýcý adý
$mail->Password = $pass; //SMTP þifre
$mail->WordWrap = 50;
$mail->Subject  = $Ileti_Konusu; // Konu
 
//Mailimizin HTML formatýnda hazýrlanacaðýný bildiriyoruz.
$mail->IsHTML(true);
 
//Mailimizin gövdesi: (HTML ile)
$body = $mesaj;
 
// HTML okuyamayan mail okuyucularda görünecek düz metin:
//$textBody = "Bu mail bir deneme mailidir. SMTP server ile gönderilmiþtir.";
 
$mail->Body = $body;
//$mail->AltBody = $text_body;
$error = "";
	$mail->AddAddress($gidecek_mail);
	if ($mail->Send()){
	$error="0";
	}else{
	$error="1";
	}
	$mail->ClearAddresses();
	$mail->ClearAttachments();
 

?>

© 2024 UnknownSec