Sohbet mIRC V3.4

Sohbet mirc son sürüm burdan indir..
mIRC indir mIRC Yükle mIRC Download mIRC,

IP yi Eposta adresi ile doğrulama

Kod:
if(preg_match(”/[A-Za-z0-9_.-]+@([A-Za-z0-9_]+\\.)+[A-Za-z]{2,4}/i”, $email))
return true;
else
return false;
Php ile form kontrolu
Php ile formdan gelen verilerin kontrol edilmesi
Kod:
///////////////////////////////////////////////////////////////
FORM SAYFASI
///////////////////////////////////////////////////////////////
<form name=”form1″ method=”post” action=”kontrol.php”>
<table width=”50%” border=”0″ align=”center” cellpadding=”0″ cellspacing=”2″>
<tr>
<td width=”43%”><div align=”center”>Ad :</div></td>
<td width=”57%”><div align=”center”>
<input name=”txt_ad” type=”text” id=”txt_ad”>
</div></td>
</tr>
<tr>
<td><div align=”center”>Soyad :</div></td>
<td><div align=”center”>
<input name=”txt_soyad” type=”text” id=”txt_soyad”>
</div></td>
</tr>
<tr>
<td colspan=”2″><div align=”center”>
<input type=”submit” name=”Submit” value=”Submit”>
</div></td>
</tr>
</table>
</form>
///////////////////////////////////////////////////////////////
Kontrol.php Sayfası
///////////////////////////////////////////////////////////////
<?php
if(empty($txt_ad)){
echo(”<center><b>AD Bölümünü Boş Bıraktınız. Lütfen Geri Dönüp Doldurunuz.</b></center>”);
}elseif(empty($txt_soyad)){
echo(”<center><b>SOYAD Bölümünü Boş Bıraktınız. Lütfen Geri Dönüp [...]

Renk Diyaloğu

alias cstudio { $iif(!$dialog(cstudio),dialog -m cstudio cstudio,dialog -v cstudio) }
dialog cstudio {
title “Color Studio | www.mIRCdb.Com | by ReBeL”
size -1 -1 154 131
option dbu
scroll “”, 1, 35 3 115 8, range 0 255 horizontal bottom
text “Red”, 2, 1 3 11 8
text “Green”, 3, 1 15 16 8
text “Blue”, 4, 1 27 10 8
scroll “”, 5, [...]

Mirc Hesap Makinesi

alias cancalc { dialog -m cancalc cancalc }
dialog cancalc {
title “..::| Coded BY CaN |::..”
size -1 -1 105 108
option dbu
button “1″, 1, 27 31 10 10
button “2″, 2, 37 31 10 10
button “3″, 3, 47 31 10 10
button “4″, 4, 27 41 10 10
button “5″, 5, 37 41 10 10
button “6″, 6, 47 41 10 [...]

XServ Hazırlama

Once XServ`i direkman shell hesabimiza cekiyoruz. (Eger daha onceden ftp ile gonderdiyseniz bunu yapmaniza gerek yok.)
[user@xxxx] wget http://easynews.dl.sourceforge.net/sourceforge/xserv/XServ1.01-beta.tar.gz
[user@xxxx] tar zxvf XServ1.01-beta.tar.gz
[user@xxxx] cd XServ1.01
[user@xxxx] ./kur
Kurulum sadece bu kadar basittir. Kurulum islemi sistemin hizina gore 3-10 dakika kadar surebilir. Bir P4 islemcide kurulum suresi 2 dakika iken celeron bir islemcide bu sure 10dakikaya cikabilecektir.! Ayrica sistem cok [...]