Файл: public_html/modules/serv/meta-gen/result.php
Строк: 69
<?php
include_once($_SERVER["DOCUMENT_ROOT"]."/style/head.php");
include_once($_SERVER["DOCUMENT_ROOT"]."/modules/rekl/advert.php");
echo'<title>Генератор META тегов</title>';
echo'
<div id="raz"> <img src="/style/images/icon.png" alt=""/> Результат генератора</div>
';
$a1=$_POST['radiobut'];
if ($a1=="yes")
{
echo('<meta http-equiv="Pragma" content="no-cache"><br>');
}
?>
<meta http-equiv="Content-Type" content="text/html"; charset="<?php echo($_POST['charset']); ?>"><br>
<meta name="keywords" content="<?php echo($_POST['keywords']); ?>"><br>
<meta name="description" content="<?php echo($_POST['description']); ?>"><br>
<meta name="author" content="<?php echo($_POST['author']); ?>"><br>
<meta name="copyright" content="<?php echo($_POST['copyright']); ?>"><br>
<meta name="generator" content="<?php echo($_POST['generator']); ?>"><br>
<meta name="reply-to" content="<?php echo($_POST['reply-to']); ?>"><br>
<div class=b>Скопировать</div>
<textarea><?php
$a1=$_POST['radiobut'];
if ($a1=="yes")
{
echo('<meta http-equiv="Pragma" content="no-cache"><br>');
}
?>
<meta http-equiv="Content-Type" content="text/html"; charset="<?php echo($_POST['charset']); ?>"><br>
<meta name="keywords" content="<?php echo($_POST['keywords']); ?>"><br>
<meta name="description" content="<?php echo($_POST['description']); ?>"><br>
<meta name="author" content="<?php echo($_POST['author']); ?>"><br>
<meta name="copyright" content="<?php echo($_POST['copyright']); ?>"><br>
<meta name="generator" content="<?php echo($_POST['generator']); ?>"><br>
<meta name="reply-to" content="<?php echo($_POST['reply-to']); ?>"><br></textarea>
<?php
echo'<div id="links">
<a href="/META-GEN">Назад</a>
<a href="/serv">Сервисы</a>';
echo'<a href="/index.php?">На главную</a></div>';
include_once($_SERVER["DOCUMENT_ROOT"]."/style/foot.php");
?>