Файл: wml/inpt.php
Строк: 26
<?php
header ("Content-type:text/vnd.wap.wml; charset=utf-8");
print '<?xml version="1.0" encoding="UTF-8"?>'.
'<!DOCTYPE wml PUBLIC "-//WAPFORUM//DTD WML 1.1//EN" "http://www.wapforum.org/DTD/wml_1.1.xml">'.
'<wml><head><meta http-equiv="Cache-Control" content="no-cache" forua="true"/></head>';
include "./ini.php";
print '<card title="Intim">'.
'<p align="left">';
$r = @rand(0,100000);
@mysql_query ("update `".$px.$utable."` set intimkey = '$key' where id='$id' and ci=$ci;");
print "Ключ: $key<br/>";
print '<a href="iroom.php?ci='.$ci.'&key='.$key.'&id='.$id.'&pass='.$pass.'&room=intim">Enter</a><br/>';
print '</p></card>';
print '</wml>';
?>