Вход Регистрация
Файл: public_html/mp3/index.php
Строк: 51
<?php
include 'simple_html_dom.php';
include 
'conf.php';

if(isset(
$_POST['only']))
{
$url 'http://mp3.waprik.ru/index.php?query='.urlencode($_POST['query']).'&only=1&action=query&form=true';
$ok true;
}
elseif(isset(
$_POST['query']))
{
$url 'http://mp3.waprik.ru/index.php?query='.urlencode($_POST['query']).'&action=query&form=true';
$ok true;
}
else
{
$url 'http://mp3.waprik.ru/index.php?';
$ok false;
}

if(
$ok == true)
{
$headd get_headers($url1);
if (isset(
$headd['Location']))
{
$loc str_replace('http://mp3.waprik.ru/'''.HOME.''$headd['Location']);
header('Location: '.$loc.'');
exit();
}
else
{
define('_IN_JOHNCMS'1);
$textl 'Поиск музыки-KZWEN.RU';
$rootpath '../';
require_once (
'../incfiles/core.php');
require_once (
'../incfiles/head.php');
header("Content-type:text/html; charset=utf-8");
echo 
'Ошибка';
require_once (
'../incfiles/end.php');
}
}
else
{


define('_IN_JOHNCMS'1);
$textl 'Поиск музыки-KZWEN.RU';
$rootpath '../';
require_once (
'../incfiles/core.php');
require_once (
'../incfiles/head.php');
header("Content-type:text/html; charset=utf-8");
echo 
'<div class="phdr">Поиск музыки</div>
<form action="?" method="post">
<div class="menu">
<b>Что ищем ?</b>: <input name="query" type="text" /><br />

<input name="only" type="checkbox" value="1" /><b> Только с текстом</b><br />
<input name="action" type="hidden" value="query" />
<input name="form" type="hidden" value="true" />
<input value="Искать" type="submit" />
</div>
</form>
'
;


require_once (
'../incfiles/end.php');
}
?>
Онлайн: 0
Реклама