Файл: public_html/modules/serv/PR/result.php
Строк: 13
<?php
include_once($_SERVER["DOCUMENT_ROOT"]."/style/head.php");
include_once($_SERVER["DOCUMENT_ROOT"]."/modules/rekl/advert.php");
echo'<title>Результат анализа</title>';
$text = $_POST["sait"];
echo'<div id="cont"><div id="con">';
echo'Рeзyльтaт aнaлизa caйтa: <b style="color:red"> <a href="http://'.$text.'"> '.$text.'</a> </b><hr>';
echo'<img src="http://www.cy-pr.com/e/'.$text.'_5_107.138.206.gif"><br/>';
echo '</div></div><div id="links"><a href="/PR/"> <img src="/style/images/back.png" alt=""/> Ввести другой сайт</a>';
echo' <a href="/index.php?"> <img src="/style/images/back.png" alt=""/> На главную</a></div>';
include_once($_SERVER["DOCUMENT_ROOT"]."/style/foot.php");
?>