<?php
header("Content-type: text/html; charset=ISO-8859-1");
echo "<?xml version=\"1.0\" encoding=\"ISO-8859-1\" ?>\n";
echo "<!DOCTYPE html PUBLIC \"-//WAPFORUM//DTD XHTML Mobile 1.0//EN\"
\"http://www.wapforum.org/DTD/xhtml-mobile10.dtd\">\n";
echo "<!-- MobiiliChat v1.11color -->\n";
echo "<!-- Copyright (C) 2004-2005 Keijo Kangas ([email protected]) -->\n";
echo "<html xmlns=\"http://www.w3.org/1999/xhtml\">\n";
echo "<head>\n";
$teoria=$salasana;
$salasana=crypt($salasana,'password');
echo "<meta http-equiv=\"refresh\" content=\"60;url=prividis_fi.php?time=".date('dmHis').'&nimi='.$nimi.'&salasana='.$teoria."\" />\n";
echo "<title>Yksityisviestit</title>\n";
echo "</head>\n";
echo "<body bgcolor=\"#99CCFF\" link=\"#0000CC\" vlink=\"#0000CC\" alink=\"#0000CC\">";
$swe_from = array("ГҐ","Г¤","Г¶","Г…","Г„","Г–","$","&");
$swe_to = array("е", "д", "ц", "Е", "Д", "Ц","d","j");
for ($t=0; $t<count($swe_from); $t++)
{
$nimi = str_replace ($swe_from[$t], $swe_to[$t], $nimi);
$salasana = str_replace ($swe_from[$t], $swe_to[$t], $salasana);
$viesti = str_replace ($swe_from[$t], $swe_to[$t], $viesti);
$kenelle = str_replace ($swe_from[$t], $swe_to[$t], $kenelle);
}
$l="0";
$nimet=file_get_contents('chatpaikalla.txt');
$nim=file('chatpaikalla.txt');
$privaviestit=file('privnea.txt');
$salnim=file('nims.txt');
$salsan=file('sals.txt');
for ($i=0; $i<count($nim); $i++)
{
$alo=explode("¤",$nim[$i]);
if ($nimi==$alo[0]){$l="1";$hee=$nim[$i];}
}
$kenelle = strtolower($kenelle);
if ($kenelle==''){$kenelle='?';}
for ($i=0; $i<count($salnim); $i++)
{ if (rtrim($salsan[$i])==$salasana && rtrim($salnim[$i])==$nimi){$a="1";}}
if ($a !="1"){
echo "<a href=\"home_fi.php\">[Alkuun]</a>";
echo "</body>\n";
echo "</html>\n";
exit();
}
$nimi= htmlspecialchars($nimi);
$viesti= htmlspecialchars($viesti);
$viesti= stripslashes($viesti);
$kenelle=stripslashes($kenelle);
$nimoni=$viesti;
$turska=file('toisto.txt');
if ($viesti !=''){
for ($l=0; $l<count($turska); $l++)
{ if (rtrim($turska[$l])==$nimoni){$viesti='';}}
$toistoke = fopen('toisto.txt', 'r+');
$hypro=file_get_contents ('toisto.txt');
$hape=$nimoni . '
' . $hypro;
fputs($toistoke, $hape);
if (filesize('toisto.txt')>400)
{ftruncate ($toistoke,400);}
fclose($toistoke);
}
echo "<small>";
if ($viesti !=''){
$uusirivi ='<b>'. $nimi . '->' . $kenelle . '</b>: ' .$viesti.'<br/>
';
$tiedosto = fopen('privnea.txt', 'r+');
$kolmas=file_get_contents ('privnea.txt');
$toinen='*'.$kenelle.'¤'.$uusirivi . $kolmas;
fputs($tiedosto, $toinen);
fclose($tiedosto);
$tiedosto = fopen('privnea.txt', 'r+');
$kolmas=file_get_contents ('privnea.txt');
$toinen=time().'
'.$nimi.'¤'.$uusirivi.$kolmas;
fputs($tiedosto, $toinen);
fclose($tiedosto);
}
echo "<a href=\"privkirj_fi.php?time=".date('dmHis').'&nimi='.$nimi.'&salasana='.$teoria."\">[Kirjoita]</a>\n";
echo "<a href=\"chat_fi.php?time=".date('dmHis').'&nimi='.$nimi.'&salasana='.$teoria."\">[Chattiin]</a><br>\n";
$privaviestit=file('privnea.txt');
$lis=0;
for ($q=0; $q<count($privaviestit); $q++) {
$tech=explode("¤",$privaviestit[$q]);
$testos=str_replace("*", "",$tech[0]);
if (rtrim($testos)==$nimi){
$lis=$lis+1;if ($lis>8){$q=count($privaviestit)+1;}
$ttt=str_replace($nimi.'¤',"",$privaviestit[$q]);
echo $ttt;
$korvaus= fopen('privnea.txt', 'r+');
$hypro=file_get_contents ('privnea.txt');
$testi3=$privaviestit[$q];
$testi3=str_replace("*", "", $testi3);
$hypro= str_replace($privaviestit[$q], $testi3, $hypro);
fputs($korvaus, $hypro);
fclose($korvaus);
}
}
$joo=file('privnea.txt');
$jep=file_get_contents('privnea.txt');
$viimeinen=234430;
for ($i=0; $i<count($joo); $i++)
{
$uusi=rtrim($joo[$i]);
settype($uusi, "integer");
if ($uusi==0){$uusi=2000000000;}
if (time()-$uusi>259200){$viimeinen=$uusi;}
}
settype($viimeinen, "string");
$pos = strpos($jep, $viimeinen);
if ($pos>0){
$toistoke = fopen('privnea.txt', 'r+');
ftruncate ($toistoke,$pos);
fclose($toistoke);}
echo "</small>";
echo "</body>";
echo "</html>";
?>