View file music.php

File size: 877B
<?php
include 'includes/func.php';
include 'includes/info.php';
$yf=ngegrab('https://www.googleapis.com/youtube/v3/videos?key=AIzaSyBnlKXr67V4r8FhChDj-jJU6M4snYNEYSE&part=snippet,contentDetails,statistics,topicDetails&id='.$_GET['id'].'');
$yf=json_decode($yf);
if($yf){
foreach ($yf->items as $item)
{
$name   = $item->snippet->title;
{$title ='Convert '.$name.' Mp3 Format Online - '.$sitename.'';}
$tag    = $name;
$tag    = str_replace(" ",",", $tag);
$dtag   = $des;
include 'includes/config.php';
echo '<div class="title" align="center">'.$name.'</div>';
echo '<div class="item" align="center">';
echo '<iframe src="http://www.music-clips.net/small-api/'.$_GET['id'].'/mp3/" width="auto" height="auto" marginwidth="0" marginheight="0" frameborder="0" scrolling="no"></iframe>';
echo '</div>';
}
}
include 'related.php';
include 'ads3.php';
include 'includes/foot.php';
?>