Файл: mining/banner.php
Строк: 49
<?php
$_CONF['title']='Конфигуратор';
include "../header/config.inc.php";
include "../header/function.inc.php";
include "../header/header.inc.php";
include "../header/connect.inc.php";
include "../header/click-club.class.php";
If (!isset($_GET['log'])) define("anybody","true");
include "../header/enter.inc.php";
echo '<div class="downsw"><b>Конфигуратор баннера</b></div>';
if (empty($_REQUEST['ref'])) {
echo'<form method="post">';
echo'<div class="menuindexom">
Введите адрес баннера с <a href="http://ltcraft.ru/r/888ca55560064c758ae24d84b7f2db94" target="_blank"><font color="#999966">ltcraft.ru</font></a><br/>
<input name="pic" type="text" value="http://ltcraft.ru/vsdffgsfgds.gif" /><br/>
</div>';
echo'<div class="menuindexom">
Введите вашу реф ссылку<br/>
<input name="ref" type="text" value="http://ltcraft.ru/r/888ca55560064c758ae24d84b7f2db94" /><br/>
</div>';
echo'<div class="menuindexom">
Описание (ENG)<br/>
<input name="text" type="text" value="ltcraft.ru" /><br/>
</div>';
echo'<div class="menuindexom">
<input type="submit" value="Создать" value="">
</div>';
echo'</form>';
}
else{
$pic = htmlspecialchars(trim($_REQUEST['pic']) );
$ref = htmlspecialchars(trim($_REQUEST['ref']) );
$text = htmlspecialchars(trim($_REQUEST['text']) );
/*
if (!preg_match("/^[a-z0-9_]+$/i",$pic)){
echo '<div class="menuindexom">Данные содержат недопустимые символы!</div>';
include "../header/end.inc.php";
exit;
}
*/
echo'<div class="menuindexom">
<a href="'.$ref.'"><img src="'.$pic.'" alt="'.$text.'"/></a><br/>
<textarea cols="25" rows="4"><a href="'.$ref.'"><img src="'.$pic.'" alt="'.$text.'"/></a></textarea>
</div>';
}
include "../header/end.inc.php";
?>