Файл: wapmaster/wapmaster/whios.php
Строк: 104
<?php
include_once '../sys/inc/start.php';
include_once '../sys/inc/compress.php';
include_once '../sys/inc/sess.php';
include_once '../sys/inc/home.php';
include_once '../sys/inc/settings.php';
include_once '../sys/inc/db_connect.php';
include_once '../sys/inc/ipua.php';
include_once '../sys/inc/fnc.php';
include_once '../sys/inc/user.php';
//only_reg();
$set['title']='Проверка домена';//здесь пишем название страници
include_once '../sys/inc/thead.php';
title();
err();
aut();
?>
<center>
<script language="javascript">
<!--
function freedomenform (form) {
if (form["domain"].value == "") {
alert("Напечатайте пожалуйста домен для проверки... nНапример - n § google.ua nили n § vkontakte.ru....");
document.freedomen.domain.select();
form["domain"].focus();
return false ; }
return true; }
-->
</script>
<form name="freedomen" action="http://freedomen.ru/index.php" method=post target="_blank" onsubmit="return freedomenform(this);">
<table border="0" width="370" bordercolor="#000000" cellspacing="0" cellpadding="0" style="padding:4px;border:1px solid gray;color:#fff;background-color:black;background:url('http://freedomen.ru/images/forma.jpg');" >
<tr>
<td >
<a href="http://freedomen.ru" target="_blank" style="text-decoration:none;color:#fff;">домены</a>:</td>
<td><div align="right"><INPUT maxLength=57 name=domain value=""><select name="ext">
<option>com
<option>ru
<option>ua
<option>com.ru
<option>net.ru
<option>org.ru
<option>info
<option>biz
<option>us
<option>name
<option>net
<option>org
<option>cc
<option>de
<option>ws
<option>it
</select></div></td>
</tr>
<tr>
<td><INPUT type=submit value="Получить инфо по сайту!" style="border:2px solid #fff;cursor:pointer;"></td>
<td><div align="right"></div></td>
</tr>
</table>
</form>
</center>
<br><br> <a href='/wapmaster'>В Раздел</a><br>
<?
include_once '../sys/inc/tfoot.php';
?>