Размер файла: 1.15Kb
<?php
/*
/////////////////////////////////////////////
// Автор: TDR //
// ICQ: 563-1991-59 //
// E-mail: [email protected] //
// Сайт: gens.wup.ru Все для WAP-мастеров //
/////////////////////////////////////////////
*/
define('_IN_JOHNCMS', 1);
$textl = 'Whois-сервис';
$rootpath = '../../';
require_once ("../../incfiles/core.php");
require_once ("../../incfiles/head.php");
header("Content-type:text/html; charset=utf-8");
echo '<div class="bmenu"><b>Whois-сервис</b></div>';
echo '<div class="menu">
<form action="whois.php">
<table cellspacing=0 cellpadding=10>
<tr>
<td>
<br>
<dl>
<dt> Введите домен или IP-адрес:
<dd> <input type=text name=Domain size=30>
<dt> Whois-сервер:
<dd> <input type=text name=Server size=30 value="--automatic--">
<dd><br /> <input type=submit value="Проверить">
</dl>
</td>
</tr>
</table>
</form>
</div>';
echo '<div class="bmenu">« <a href="/masterwap/index.php">Назад</a></div>';
require_once ("../../incfiles/end.php");
?>