Файл: wml/intim.php
Строк: 29
<?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);
print '<input type="text" name="key"/><br/>'.
'<anchor>'.$lang['enter'].'<go href="inpt.php?ci='.$ci.'&id='.$id.'&pass='.$pass.'" method="post">'.
'<postfield name="key" value="$(key)"/>'.
'</go>'.
'</anchor><br/>';
print '</p></card>';
print '</wml>';
?>