Просмотр файла load/main/index.php

Размер файла: 3.95Kb
<?



include "cfg.php";/////Настройки
$way=$time;
$s=round($frommin*60+$fromsec);
$p=round($tomin*60+$tosec);
$dp=substr($dirr,1);
$url='../'.$dp.'/'.$filename;
require_once "ID3_mp3/id.php"; 
$ver=intval($ver);

$substr_count = substr_count($dirr,"$Obmennik");
if(($substr_count!=0)&&($substr_count!="")) {$this_file=$this_file_obmennik;} 

if($ver==0) {
$header ='<?xml version = "1.0" encoding = "UTF-8"?>
<!DOCTYPE html PUBLIC "-//WAPFORUM//DTD XHTML Mobile 1.0//EN" "http://www.wapforum.org/DTD/xhtml-mobile10.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="ru">
<head>
<title>'.$title.'</title><link rel="stylesheet" href="../main/'.$dir_style.'/'.$style.'" type="text/css"/>
<meta http-equiv="Content-Type" content="application/vnd.wap.xhtml+xml; charset=utf-8" />
</head><body>';
$footer ='<div class="top"><a href="../'.$this_file.'?filename='.$filename.'&amp;dirr='.$dirr.'&amp;style='.$style.'&amp;ver='.$ver.'">Назад</a><div class="bottomn">
<a href="/index.php?style='.$style.'&amp;ver='.$ver.'">Начало</a><br/>
<a href="'.$copy.'">На главную</a></div></div>
<div class="copy">&#174; '.$copy.'</div><div class="block">';
$end='</div></body></html>';} else {
$header ='<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE wml PUBLIC "-//PHONE.COM//DTD WML 1.3//EN" "http://www.phone.com/dtd/wml13.dtd">
<wml>
<card id="Menu" title="'.$title.'"><p align="left">';
$footer ='<a href="../'.$this_file.'?filename='.$filename.'&amp;dirr='.$dirr.'&amp;style='.$style.'&amp;ver='.$ver.'">Назад</a><br/>
----<br/><a href="/index.php?style='.$style.'&amp;ver='.$ver.'">Начало</a><br/>
<a href="'.$copy.'">На главную</a><br/>
&#174; '.$copy.'';
$end='</p>
</card>
</wml>';}
if($ver==0) {
header ("Content-type: application/xhtml+xml; charset=utf-8");} else { header ("Content-type:text/vnd.wap.wml; charset=utf-8");}
print $header;

if($shop=="ok") {$files = @file("../main/shop.txt");
if(!empty($files)) {
 $shop = file("../main/shop.txt");
 $i = rand(0, sizeof($shop)-1);
$magazin = "$shop[$i]";
echo "$magazin"; 
} else {print'Не могу открыть файл (main/shop.txt) с рекламой.<br/> В настройках(main/cfg.php) можно убрать рекламу. '; }}


if($ver==0) {print '<div class="bottom">';} print'Нарезать';  if($ver==0) {print '</div>';} else {print '<br/>----<br/>';}
if($ver==0) {print '<div class="block">';}

$randintval = 'tmp/'.rand(10000000,99999999).".mp3";

if(copy($url,$randintval)){


$fp = fopen($randintval, "rb");
$raz = filesize($randintval);
$s = intval($s);
$p = intval($p);

$id3 = new MP3_Id(); 
$result = $id3->read($randintval); 
$result = $id3->study(); 
$byterate = $id3->getTag('bitrate')/8;
$secbit = $raz/1024/$byterate;
if($s>$secbit||$s<0){$s = 0;}
if($p>$secbit||$p<$s){$p = $secbit;}
$s = $s*$byterate*1024;
$p = $p*$byterate*1024;
$p = $p-$s;
fseek($fp, $s);
$filefp = fread($fp, $p);
fclose($fp);
unlink($randintval);
$fp = fopen($randintval, "xb");
print 'Результат: ';
if(!fwrite($fp, $filefp) === FALSE){


print "Файл успешно нарезан!<br/><img src=\"img/down_file.gif\" alt=\"\"/>
<a href=\"$randintval\">Скачать!</a><br/>
Прямая ссылка:<br/><input type=\"text\" name=\"link\" value=\"http://".$_SERVER['SERVER_NAME'].dirname($_SERVER['PHP_SELF'])."/".$randintval."\"/><br/>
";
}else{print "Ошибка! этот файл испочен или неявляется mp3 файлом!";}
fclose($fp);
}else{print "Ошибка в ходе чтения файла!<br/>";}

if($ver==0) {print '</div>';}


print $footer;


if($count=="ok") {$file =@file("../main/count.php");
if(!empty($file)) {

include("../main/count.php"); print '<br/>'.$count;} else {echo'<br/>Не могу открыть файл (main/count.php) с Щетиками.<br/> В настройках(main/cfg.php) можно убрать их.'; }} 

print $end;

?>