arkadaşlar merhaba. dün gece yeni bir projem üzerinde çalışıyordum. projeye bir üyelik sistemi oluşturdum. tüm kodlar sorunsuz çalışıyor ama bir türlü üye olamıyorum. Teknik bir neden sonucu kayıt oluşturulamıyor hatasını alıyorum. Aynı kodları başka bir hosting firmasında başka bir hosting paketinde denedim çok ta güzel çalıştı. Sizce sorun hosting firmasından mı kaynaklı ? dün geceden beridir 100 kere okudum ama birşey bulamadım. Sizlere bir sorayım dedim.

if(@$_SESSION["uyeoturum"] == true){

header("Location: profil.php");
exit();
}

?>































include("panel/fonksiyonlar.php");

if($_POST){

$ad = isim($_POST["ad"]);
$soyad = isim($_POST["soyad"]);
$eposta = eposta($_POST["eposta"]);
$ulke = isim($_POST["ulke"]);
$sehir = isim($_POST["sehir"]);
$ilce = isim($_POST["ilce"]);
$adres = text($_POST["adres"]);
$gun = text($_POST["gun"]);
$ay = text($_POST["ay"]);
$yil = text($_POST["yil"]);
$dogumtarih = text($gun.' '.$ay.' '.$yil);
$telefon = rakam($_POST["telefon"]);
$ceptelefon = rakam($_POST["ceptelefon"]);
$kullaniciadi = harf_rakam($_POST["kullaniciadi"]);
$sifre = parola($_POST["sifre"]);
$ustid = rakam($_GET["ustid"]);

$refID = $_GET["refID"];





if($ad == '' or $soyad == '' or $eposta == '' or $ulke == '' or $sehir == '' or $ilce == '' or $adres == '' or $dogumtarihi = '' or $ceptelefon == '' or $kullaniciadi == '' or $sifre == ''){

echo '



';

}elseif(!filter_var($eposta, FILTER_VALIDATE_EMAIL)){


echo '



';

}elseif(turkce_karakter_kontrol($kullaniciadi)){


echo '



';

}else{

$sorgula = @mysql_query("SELECT * FROM uyeler WHERE kullaniciAdi='".$kullaniciadi."' OR eposta='".$eposta."' ");
if(@mysql_num_rows($sorgula) > 0 ){

echo '



';

}else{


$uyeSor = mysql_query("select * from uyeler where id=$refID");

if(@mysql_num_rows($uyeSor) > 0){

$ekle = @mysql_query("INSERT INTO uyeler SET ustid='".$refID."',ad='".$ad."',soyad='".$soyad."',eposta='".$eposta."',ulke='".$ulke."',adres='".$adres."',sehir='".$sehir."',ilce='".$ilce."',postakodu='".$postakodu."',dogumtarihi='".$dogumtarih."',telefon='".$telefon."',ceptelefon='".$ceptelefon."',kullaniciAdi='".$kullaniciadi."',sifre='".$sifre."' ");

}else{

$ekle = @mysql_query("INSERT INTO uyeler SET ad='".$ad."',soyad='".$soyad."',eposta='".$eposta."',ulke='".$ulke."',adres='".$adres."',sehir='".$sehir."',ilce='".$ilce."',postakodu='".$postakodu."',dogumtarihi='".$dogumtarih."',telefon='".$telefon."',ceptelefon='".$ceptelefon."',kullaniciAdi='".$kullaniciadi."',sifre='".$sifre."' ");


}



//$ekle = @mysql_query("INSERT INTO uyeler SET ad='".$ad."',soyad='".$soyad."',eposta='".$eposta."',ulke='".$ulke."',adres='".$adres."',sehir='".$sehir."',ilce='".$ilce."',postakodu='".$postakodu."',dogumtarihi='".$dogumtarih."',telefon='".$telefon."',ceptelefon='".$ceptelefon."',kullaniciAdi='".$kullaniciadi."',sifre='".$sifre."',ustid='".$ustid."' ");

if($ekle){

echo '




';

}else{

echo '



';


}

}

}


} // POST END
?>









































































































 

 

wmaraci
reklam