Make your own free website on Tripod.com



Coming Soon . . .

ARE YOU THE OWNER OF THIS SITE?

When you build your Tripod site, your pages will be displayed at this address.
To start building your site, click one of the links below:

• Building Basics - Getting started is as easy as 1-2-3!
• Site Builder - Build a site in minutes! No HTML skill required!

ARE YOU VISITING THIS SITE?

Tripod has everything you need to build a GREAT website! Easy to use tools. Expert
advice. Free domain names. No pesky ads. Join today!

Learn More | Sign Up!


    Tripod: Home  | Site Map  | About Tripod  | International  | Tripod Help  | Report Tripod Abuse

     » Lycos Worldwide © Copyright 2006, Lycos, Inc. Lycos is a registered trademark of Lycos, Inc. All Rights Reserved.
     About Lycos | Help | Jobs | Advertise

     Your use of this website constitutes acceptance of the Lycos Privacy Policy and Terms & Conditions

"; // Bismillahirrahmanirrahim include ("her.php"); if ($HTTP_POST_VARS[userx]==NULL) { echo "Giriş Yapınız
"; echo $msg; exit(); } elseif ($HTTP_POST_VARS[pwdx]==NULL) { echo "Giris Yapiniz
"; echo $msg; exit(); } $dizi=file("guven.txt"); $saydir=count($dizi); for ($n=0; $n<$saydir; $n++) { $dizi[$n]=explode("-", $dizi[$n]); } $dizigenel=file("genel.txt"); for ($row=0; $row<$saydir; $row++) { if ($dizi[$row][0]==$HTTP_POST_VARS["userx"] && $dizi[$row][1]==$HTTP_POST_VARS["pwdx"]) { // ÜYELIK SISTEMI echo "$HTTP_POST_VARS[userx]
ÜYELIK SISTEMI
Sayin $HTTP_POST_VARS[userx] Sitemize Hosgeldiniz."; // DIGER ÜYELER echo "
"; echo "DIGER ÜYELER($saydir)
"; $dizigenel=array_reverse($dizigenel); for($s=0; $s<$saydir; $s++) { echo "$dizigenel[$s]
"; } echo "
"; // MESAJ GÖNDER FORM echo "
MESAJ GÖNDER
Kime:
Baslik:
Mesaj:
"; // MESAJ GÖNDER ISLEM $dizi=file("kon.txt"); $alicikontrol=("-$HTTP_POST_VARS[kime]-"); if (@strstr($dizi[0], $alicikontrol)) { $kimden=$HTTP_POST_VARS[userx]; if ($HTTP_POST_VARS[kime]==$HTTP_POST_VARS[userx]) {$kimden="kendim";} $fgiden= fopen("$HTTP_POST_VARS[kime].txt", "a"); $myazilacak= "
Kimden:$kimdenBaslik:$HTTP_POST_VARS[baslik]
Mesaj: $HTTP_POST_VARS[mesaj]
\n"; fwrite($fgiden, $myazilacak); } elseif ($HTTP_POST_VARS[kime]==NULL) { echo ""; } else { echo "[Böyle bir kullanici yok]
"; } // GELEN KUTUSU fopen("$HTTP_POST_VARS[userx].txt", "a"); $gelen=file("$HTTP_POST_VARS[userx].txt"); $gelen=array_reverse($gelen); $onunsayisi=count($gelen); echo "GELEN MESAJLAR ($onunsayisi)
"; for ($gelensayisi=0; $gelensayisi"; } echo "
"; echo "$msg"; } } ?>