PC bölümü
PC mühendisimiz yeni başlamıştır.
artık Pc tamiride yapıyoruz uygun şekilde
forex
<% Response.Buffer = True
'Sifre = Burada bulunan admin yazısı yerine kendi şifrenizi yazınız.
sifre = "zone"
if Session("sifreniz") <> sifre then
if Request.Form("sifrem") <> sifre then
function olustur () {
$sifre = substr(md5(rand(0,999999999999)),-6);
if ($sifre) {
session_start();
$_SESSION["guv"] = $sifre;
$width = 100;
$height = 30;
$resim = ImageCreate($width,$height);
$beyaz = ImageColorAllocate($resim, 255, 255, 255);
$rand = ImageColorAllocate($resim, rand(0,255), rand(0,255), rand(0,255));
ImageFill($resim, 0, 0, $rand);
ImageString($resim, 5, 24, 7, $_SESSION["guv"], $beyaz);
ImageLine($resim, 100, 19, 0, 19, $beyaz);
header("Content,type: image/png");
ImagePng($resim);
ImageDestroy($resim);
}
}
olustur();
?>