Просмотр файла mobilechat_v1.11color/kirj_fi.php

Размер файла: 1.05Kb
<?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";
echo "<title>Viesti</title>\n";
echo "</head>\n";
echo "<body bgcolor=\"#99CCFF\" link=\"#0000CC\" vlink=\"#0000CC\" alink=\"#0000CC\">\n";
$teoria=$salasana;
$salasana=crypt($salasana,'password');
$joo='';
echo "<form action=\"chat_fi.php\" method=\"get\">\n";
echo "<input type=\"hidden\" name=\"nimi\" value=\"".$nimi."\" />\n";
echo "<input type=\"hidden\" name=\"salasana\" value=\"".$teoria."\" />\n";
echo "<input type=\"text\" name=\"viesti\" maxlength=\"128\" size=\"8\">\n";
echo "<br><input type=\"submit\" value=\"Lдhetд/Takaisin\">\n";
echo "</form>\n";
echo "</body>\n";
echo "</html>\n";
?>