Размер файла: 1.1Kb
<?php
require 'config.php';
require 'header.php';
require_once "../includes/start.php";
require_once "../includes/functions.php";
require_once "../includes/header.php";
include_once "../themes/".$config['themes']."/index.php";
if(!$_GET['s'])
{
print 'Выберите операцию :<br/><br/>
<a href="ipconvert.php?act=ip&url='.$url.'">IP » Домен</a><br/>
<a href="ipconvert.php?act=domain&url='.$url.'">Домен » IP</a><br/>
<br/>
<a href="faq.php?url='.$url.'">FAQ</a><br/>';
echo '<b><a href="/wapmaster/">Назад</a><br/></b>';
include_once '../../sys/inc/tfoot.php';
}
else
{
print 'Просто поставте у себя на сайте такую ссылку:<br/>
<div style="text-decoration:underline; font-weight:bold">http://'.$_SERVER['HTTP_HOST'].dirname($_SERVER['PHP_SELF']).'/?url=адрес вашего сайта без http://<br/>
</div>
</div>
</body></html>';
}
echo '<br /><img src="'.BASEDIR.'../images/img/act_home.gif" alt="image" /> <a href="'.BASEDIR.'../index.php?'.SID.'">На главную</a>';
include_once "../themes/".$config['themes']."/foot.php";
?>