View file super2/intim.php

File size: 595B
<?php
// Чат GBodr
// Версия: 1.0
// Автор: Gemorroj

require 'header.php';
require 'functions.php';

$ref = rand(1,9999);
$id = intval($_GET['id']);
$ps = check($_GET['ps']);

print $top.'
<head><meta http-equiv="Cache-Control" content="no-cache" forua="true"/></head>
<card id="int" title="Интим">
<p>
Ключ<br/>
<input name="pwd'.$ref.'" type="text"/><br/>
<a href="chat.php?id='.$id.'&amp;ps='.$ps.'&amp;rm=10&amp;pwd=$(pwd'.$ref.')&amp;ref='.$ref.'">Войти</a><br/>
---<br/>
<a href="enter.php?id='.$id.'&amp;ps='.$ps.'">Прихожая</a>
</p></card></wml>';
?>