hsntngr adlı üyeden alıntı

değiştirdiğiniz kodu tekrar atar mısın ?



class gir extends bag
{
private function kodguncelle($h=1)
{
$kod=$this->fonk->rastgele();
$s=$_SESSION["hesaplama_kullanici"];
$sql="update admins set dogrula=:dkod,giris_tarihi=:giris where user=:sal order by sira asc limit 1";
$up=$this->vt()->prepare($sql);
$up->execute(array("dkod"=>$kod,"giris"=>time(),"sal"=>$s));
if($up)
{
if($h==1)
{

$sure=86400;// saniye cinsinden
$yol=""; //Çerez yolu
$alan=$this->ayar["alan"]; //alanadý
$ssl=false;//https protokolünde aktif et
$http=($_SERVER["HTTP_HOST"]!="localhost" ? true :false); //Sadece http protoknde kullan
ob_start();
setcookie("hatirla",$kod,time()+$sure,$yol,$alan,$ssl,1);
ob_end_flush();
}

return true;
}
else
{
return false;
}
}
}

class panel extends gir
{
function oturum ()
{
}
}