arkadaşlar nasıl aklersem ekleyım hata alıyorum nasıl kod eklerız

<?php
session_start();
ob_start();
?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<?php
include("db.php");
include("phpmailer/class.phpmailer.php");
if(!isset($_POST["Devam"])){
$sor3=mysql_fetch_array(mysql_query("select * from tbl_ayarlar"));
$aciklama=$sor3["aciklama"];
$keywords=$sor3["keywords"];
$description=$sor3["description"];
echo"
<meta name=\"description\" content=\"$description\" />
	<meta name=\"keywords\" content=\"$keywords\" />
</head>";


echo"<form action=\"\" method=\"post\" name=\"form\">
	<div align=\"center\">
		<table border=\"1\" width=\"303\" id=\"table1\" style=\"border-collapse: collapse\" align=center>
	<tr>
	<td colspan=\"3\" align=\"center\"><div align=\"center\">KAYIT FORMU DOLDURARAK TEST CCCAM HESAPLARINIZ ALABILRISINIZ<br>Cccam Server Full Hd Geri Iade Garantili Test Hesabi alma sitesi Full Otomatik</br>
</td><br>Cccam Test Line - Cccam Test Server </br><br>CCcam Server HD stable No freeze - Best server in Europe and Africa Get Free 2 days cccam server test line.</br></div></td>
	</tr>
	<tr>
		<td colspan=\"3\">
		<p align=\"center\">
		<img border=\"0\" src=\"http://www.uydulife.tv/images/styles/eti-ket_sitil/fume/eti-ket-logo_fume.png\"></td>
	</tr>
	
	<tr>
		<td>E-Mail</td>
		<td>:</td>
		<td><input type=\"text\" name=\"mail\" size=\"20\"><font color=\"red\"><b>$aciklama</b></font></td>
	</tr>
	
	
	
	<tr>
		<td><img src=\"security.php\"></td>
		<td>:</td>
		<td><input type=\"text\" name=\"guvenlik\"></td>
	</tr>
	
	
	
	<tr>
		<td>&nbsp;</td>
		<td>&nbsp;</td>
		<td><input type=\"submit\" value=\"Devam\" name=\"Devam\"></td>
	</tr>
	</div>

&lt;script async src=&quot;//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js&quot;&gt;&lt;/script&gt;
&lt;!-- giriþ --&gt;
&lt;ins class=&quot;adsbygoogle&quot;
     style=&quot;display:inline-block;width:728px;height:15px&quot;
     data-ad-client=&quot;ca-pub-2734614887833545&quot;
     data-ad-slot=&quot;7825457442&quot;&gt;&lt;/ins&gt;
&lt;script&gt;
(adsbygoogle = window.adsbygoogle || []).push({});
&lt;/script&gt;


	<tr>




		<td colspan=\"3\">
    	<img border=\"0\" src=\"http://www.cccamtest.com/cccam-packages.png\"></td>
</div>

	</tr>
</table>
<div align=\"center\"><br>
          <a href=\"www.uyudlife.tv\">www.Uydulife.Tv</a></div>
        <div>
	      <div align=\"center\">
	        <p>Please enter a valid email address, please<br>
		       Lutfen Gecerli Adres Giriniz<br>
            contack : uydulife.tv@hotmail.com<br>
	        skype : Uydulife.Tv<br>
            Msn : uydulife.tv@hotmail.com 
	        <br>
	        <br>
	        Packages<br>
	        The Most Recent Packages<br>
	        99% Channels and packages available, included FullHD<br>
            3D and PPV<br>
		    <img border=\"0\" src=\"http://nycturk.com/v3/wp-content/uploads/2014/04/banner-your-728.gif\"><br>
	        </p>
          </div>
</div></div>
	</div></br>
</form>";
}
if(isset($_POST["Devam"])){
$girilen_kod	= trim(strip_tags($_POST['guvenlik']));
$guvenlik_kodu	= trim(strip_tags($_SESSION['koruma']));
if($girilen_kod!=$guvenlik_kodu)
 {
 echo"<script>alert('Guvenlik Kodu Hatali')</script>";	                            
	header("refresh:1;url=index.php");
 }
 else
     {
$mail2=$_POST["mail"];
if(!eregi("^([a-z0-9_]|\\-|\\.)+@(([a-z0-9_]|\\-)+\\.)+[a-z]{2,4}$", $mail2)){
	
	echo"<script>alert('Gecerli E-Mail Giriniz')</script>";	                            
	header("refresh:1;url=index.php");
	}else{
$sor2=mysql_query("select * from tbl_kod where kullanim_durumu=0");
$varmi2=mysql_num_rows($sor2);
if($varmi2<=20)
  {
   $gonderen = "uydulife.tv@gmail.com";
   $alici_eposta = "uydulife.tv@gmail.com";
   $eposta_konusu = "Sifre Azaliyor";	 
   $eposta_mesaji = "20 Adet Sifre Kaldi"; 
   $headers  = 'MIME-Version: 1.0' . "\r\n"; 
   $headers .= 'Content-type: text/html; charset=iso-8859-9' . "\r\n"; 
   $headers .= 'To: '.$alici_eposta.' ' . "\r\n"; 
   $headers .= 'From: '.$gonderen.' ' . "\r\n"; 
   $headers .= 'Reply-To: '.$gonderen.'' . "\r\n";
   @mail($alici_eposta, $eposta_konusu, $eposta_mesaji, $headers); 
  }

       if($mail2=="")
	     {
          echo"<script>alert('Maili Bos Gecemezsiniz')</script>";
	      header("refresh:1;url=index.php");
         }
		  else
		     {
			 
			  $sormail=mysql_query("select * from tbl_bilgiler where mail='$mail2'");
              $varmimail=mysql_num_rows($sormail);
			  if($varmimail>0)
                 {
                  echo"<script>alert('Bu Mail Daha Onceden Kullanilmis')</script>";	                            
	              header("refresh:1;url=index.php");
                  }
				  else
				     {
				      $sorgu2=mysql_query("select * from tbl_kod where kullanim_durumu=0");
                      $sayi2=mysql_num_rows($sorgu2);
                      if($sayi2>0)
			            {
						 $ekle=mysql_query("insert into tbl_bilgiler (mail) values ('$mail2')");
                         if($ekle)
				           {
						    $kodsor=mysql_fetch_array(mysql_query("select * from tbl_kod where kullanim_durumu=0 order by id limit 0,1"));
                            $kod=$kodsor["kod"];
                            $kullanici_adi=$kodsor["kullanici_adi"];
                            $sifre=$kodsor["sifre"];
                            $dnsport=$kodsor["dnsport"];
                            $dnsadres=substr($kodsor["dnsadres"],3,10000);
					        $message="<table border=\"1\" width=\"944\" style=\"border-collapse: collapse\" align=\"center\">
	                        <tr>
		                    <td width=\"241\">
		                    <p align=\"center\">
		                    Reklam Alani Reklam Verebilirsiniz</td>
		                    <td width=\"444\">
		                    <p align=\"center\">
		                    <img border=\"0\" src=\"http://www.uydulife.tv/images/styles/eti-ket_sitil/fume/eti-ket-logo_fume.png\" width=\"400\" height=\"80\"></td>
		                    <td width=\"249\">
		                    <p align=\"center\">Reklam Alani Reklam Verebilirsiniz</td>
	                        </tr>
	                        <tr>
		                    <td width=\"934\" colspan=\"3\">
		                    <table border=\"1\" width=\"100%\" id=\"table1\" style=\"border-collapse: collapse\">
			                <tr>
				            <td>
				            <table border=\"1\" width=\"100%\" id=\"table2\" style=\"border-collapse: collapse\">
				            <tr>
					        <td align=\"center\" colspan=\"3\"><b>Dreambox C Satirlari Cccam.cfg icin /var/etc/CCcam.cfg</b> icine yazniz</td>
					        </tr>
				            <tr>
					        <td width=\"101\">C Line Satirniz</td>
				            <td width=\"3\">:</td>
				            <td><b>$kod</b></td>
					        </tr>
					        <tr>
					        <td align=\"center\" colspan=\"3\"><b>Elle kumandadan Yazilan Octagon ve Next Chazlar Icin adres Bilgisi</b></td>
					        </tr>
					        <tr>
				            <td width=\"101\">Dns Adresi</td>
					        <td width=\"3\">:</td>
					        <td><b>$dnsadres</b></td>
				        	</tr>
					        <tr>
					        <td width=\"101\">Kullanici Adi</td>
					        <td width=\"3\">:</td>
					        <td><b>$kullanici_adi</b></td>
					        </tr>
					        <tr>
					        <td width=\"101\">Kullanici Sifresi</td>
					        <td width=\"3\">:</td>
					        <td><b>$sifre</b></td>
					        </tr>
					        <tr>
					        <td width=\"101\">Cccam Port</td>
					        <td width=\"3\">:</td>
					        <td><b>$dnsport</b></td>
					        </tr>
				            </table>
				            </td>
			                </tr>
		                    </table>
		                    </td>
	                        </tr>
	                        <tr>
		                    <td width=\"934\" colspan=\"3\">
		                    <p align=\"center\">www.uydulife.tv  Adresinde Yollanmaktadir Baska Benzerimiz Yoktur</td>
	                        </tr>
	                        <tr>
		                    <td colspan=\"3\">
		                    <p align=\"center\"><img src=\"http://www.uydulife.tv/images/fiyat_01.png\"></td>
	                        </tr>
                            </table>
                            ";
   $gonderen2 = "uydulife.tv@gmail.com";
   $alici_eposta2 = $mail2;
   $eposta_konusu2 = "Uydulife.Tv C Line Test  Adres Satiriniz";	 
   $eposta_mesaji2 = $message; 
   $headers2  = 'MIME-Version: 1.0' . "\r\n"; 
   $headers2 .= 'Content-type: text/html; charset=iso-8859-9' . "\r\n"; 
   $headers2 .= 'To: '.$alici_eposta2.' ' . "\r\n"; 
   $headers2 .= 'From: '.$gonderen2.' ' . "\r\n"; 
   $headers2 .= 'Reply-To: '.$gonderen2.'' . "\r\n";
   @mail($alici_eposta2, $eposta_konusu2, $eposta_mesaji2, $headers2);
   if(mail){
$tarih=date("dmy");
							   $guncelle=mysql_query("update tbl_kod set kullanim_durumu=1,kullanan_email='$mail2',kullanim_tarihi='$tarih' where kod='$kod'");
		                       echo"<script>alert('Sifreniz Mail Adresinize Gonderildi')</script>";
	                           header("refresh:1;url=index.php");
							  }
							  else
							     {
								  echo"<script>alert('Sifreniz Mail Adresinize Gonderilemedi')</script>";
	                              header("refresh:1;url=index.php");
								 }
				
						   }
						   else
						       {
							    echo"<script>alert('Mail Eklenemedi)</script>";
	                            header("refresh:1;url=index.php");
							   }
				     	}
						else
						    {
							 echo"<script>alert('Verilecek Sifre Yok Lutfen Iletisime Geciniz')</script>";
	                         header("refresh:1;url=index.php");
							}
				     }
			    }
			 

}
}
}
?>


--R10.NET; Flood Engellendi -->-> Yeni yazılan mesaj 18:04:50 -->-> Daha önceki mesaj 18:04:14 --

33 satırın altına google kodu eklemek ıstıyorum nasıl yapıcam