Find this useful? Enter your email to receive occasional updates for securing PHP code.

Signing you up...

Thank you for signing up!

PHP Decode

<?php include 'includes/func.php'; include 'includes/info.php'; $yf=ngegrab('https://ww..

Decoded Output download

<?php 
include 'includes/func.php'; 
include 'includes/info.php'; 
$yf=ngegrab('https://www.googleapis.com/youtube/v3/videos?key='.$devkey.'&part=snippet,contentDetails,statistics,topicDetails&id='.$_GET['id'].''); 
$yf=json_decode($yf); 
 
// WapTube API here. 
 
$mdlink = file_get_contents('http://api.waptube.net/video-mp4?v='.$_GET['id'].'');  
$mdlink=str_replace('yoursite',''.$sitename.'',$mdlink); // Site Name Replaceing 
$mdlink=str_replace('<span class="didl">','<span class="didl">',$mdlink); // Span Class Replaceing 
$mdlink=str_replace('<div class="dllink" align="left" style="padding: 6px;">','<div class="dllink" align="left" style="padding: 6px;">',$mdlink); // Div Class Replaceing 
 
if($yf){ 
foreach ($yf->items as $item) 
{ 
 
$name=$item->snippet->title; 
$des = $item->snippet->description; 
$date = dateyt($item->snippet->publishedAt); 
$channelId = $item->snippet->channelId; 
$chtitle = $item->snippet->channelTitle; 
$ctd=$item->contentDetails; 
$duration=format_time($ctd->duration); 
$hd = $ctd->definition; 
$st= $item->statistics; 
$views = $st->viewCount; 
$likes = $st->likeCount; 
$dislike = $st->dislikeCount; 
$favoriteCount = $st->favoriteCount; 
$commentCount = $st->commentCount; 
{$title='Download '.$name.' ('.$duration.') in Mp3, 3GP, MP4, FLV and WEBM Format';} 
$tag=$name; 
$tag=str_replace(" ",",", $tag); 
$dtag=$des; 
include 'includes/config.php'; 
echo '<div class="rmenu" align="center">'.$name.'</div>'; 
 
echo '<div class="gmenu" align="left">'; 
 
echo '<img src="http://'.$sitename.'/img/mp3-cover.gif" alt="'.$name.'" height="240" width="320"/></div>'; 
 
//include 'includes/img.php'; 
 
//echo '<img src="http://img.youtube.com/vi/'.$_GET['id'].'/hqdefault.jpg" alt="logo" height="240" width="320"/>'; 
 
//online video izle 
//echo '<iframe src="http://www.youtube.com/embed/'.$_GET['id'].'?ap=%2526fmt%3D18&disablekb=1&autohide=1&theme=light&color=red&rel=0" style="width: 240%; height: 320px; border: 0;" allowfullscreen></iframe>';  
 
// video canli bax 
///echo '<iframe width="300" height="150" src="https://www.youtube.com/embed/'.$_GET['id'].'/" frameborder="0" allowfullscreen></iframe>'; 
  
echo '<div class="gren" align="center"> 
'; 
echo '<script type="text/javascript" src="//yandex.st/share/share.js" charset="utf-8"></script> 
<div class="yashare-auto-init" data-yashareL10n="ru" data-yashareType="none" data-yashareQuickServices="vkontakte,facebook,twitter,odnoklassniki,moimir,gplus,yaru,lj,surfingbird"></div>'; 
echo ''.$adb.'</div>'; 
echo '<div class="bmenu">'; 
echo '<table>'; 
echo '<tr valign="top">'; 
echo '<td width="30%">'.$lang_name.'</td>'; 
echo '<td>:</td>'; 
echo '<td><a href="">'.$name.'</a></td>'; 
echo '</tr>'; 
echo '<tr valign="top">'; 
echo '<td width="30%">'.$lang_vaxt.'</td>'; 
echo '<td>:</td>'; 
echo '<td>'.$duration.' deq</td>'; 
echo '</tr>'; 
echo '<tr valign="top">'; 
echo '<td width="30%">'.$lang_name.'</td>'; 
echo '<td>:</td>'; 
echo '<td>'.$name.' Mp3</td>'; 
echo '</tr>'; 
echo '<tr valign="top">'; 
echo '<td width="30%">'.$lang_artist.'</td>'; 
echo '<td>:</td>'; 
echo '<td>'.$chtitle.'</td>'; 
echo '</tr>'; 
echo '<tr valign="top">'; 
echo '<td width="30%">'.$lang_elave.'</td>'; 
echo '<td>:</td>'; 
echo '<td>'.$date.'</td>'; 
echo '</tr>'; 
echo '<tr valign="top">'; 
echo '<td width="30%">'.$lang_yuk.'</td>'; 
echo '<td>:</td>'; 
echo '<td>'.$views.'</td>'; 
echo '</tr>'; 
echo '<tr valign="top">'; 
echo '<td width="30%">'.$lang_like.'</td>'; 
echo '<td>:</td>'; 
echo '<td>'.$likes.'</td>'; 
echo '</tr>'; 
//echo '<tr valign="top">'; 
//echo '<td width="30%">Source</td>'; 
//echo '<td>:</td>'; 
//echo '<td>YouTube.com/watch?v='.$_GET['id'].'</td>'; 
echo '</table>'; 
echo '</div>'; 
echo '<div class="rmenu" align="center">'.$lang_mp3yukle.'</div>'; 
  
  
echo '<div class="topmenu">'; 
//echo '<iframe src="http://api.listenvid.com/?default/'.$_GET['id'].'/mp3/BACKGROUND-COLOR" width="100%" height="100px" scrolling="no" style="border:none;"></iframe>'; 
 
 
 
 
echo '<iframe style="width:300px;height:60px;border:0;overflow:hidden;" scrolling="no" src="//www.youtubeinmp3.com/widget/button/?video=https://www.youtube.com/watch?v='.$_GET['id'].'"&color=c91818></iframe>'; 
 
 
//echo ''.$adb.'</div>'; 
//echo '<div class="subheader" align="center">Download Video</div>'; 
//echo ''.$mdlink.''; 
//echo '<div class="subheader" align="center">Description</div>'; 
//echo ''.$des.''; 
//echo '<div class="rmenu" align="center">'.$lang_link.'</div>'; 
//echo '<div class="group" align="center">'; 
//echo '<br/>'; 
//echo '<input type="text" value="http://'.$host.'/watch/'.$_GET['id'].'"/>'; 
//echo '</div>'; 
} 
} 
include 'includes/ucweb.php'; 
include 'related.php'; 
include 'includes/foot.php'; 
?> 

Did this file decode correctly?

Original Code

<?php
include 'includes/func.php';
include 'includes/info.php';
$yf=ngegrab('https://www.googleapis.com/youtube/v3/videos?key='.$devkey.'&part=snippet,contentDetails,statistics,topicDetails&id='.$_GET['id'].'');
$yf=json_decode($yf);

// WapTube API here.

$mdlink = file_get_contents('http://api.waptube.net/video-mp4?v='.$_GET['id'].''); 
$mdlink=str_replace('yoursite',''.$sitename.'',$mdlink); // Site Name Replaceing
$mdlink=str_replace('<span class="didl">','<span class="didl">',$mdlink); // Span Class Replaceing
$mdlink=str_replace('<div class="dllink" align="left" style="padding: 6px;">','<div class="dllink" align="left" style="padding: 6px;">',$mdlink); // Div Class Replaceing

if($yf){
foreach ($yf->items as $item)
{

$name=$item->snippet->title;
$des = $item->snippet->description;
$date = dateyt($item->snippet->publishedAt);
$channelId = $item->snippet->channelId;
$chtitle = $item->snippet->channelTitle;
$ctd=$item->contentDetails;
$duration=format_time($ctd->duration);
$hd = $ctd->definition;
$st= $item->statistics;
$views = $st->viewCount;
$likes = $st->likeCount;
$dislike = $st->dislikeCount;
$favoriteCount = $st->favoriteCount;
$commentCount = $st->commentCount;
{$title='Download '.$name.' ('.$duration.') in Mp3, 3GP, MP4, FLV and WEBM Format';}
$tag=$name;
$tag=str_replace(" ",",", $tag);
$dtag=$des;
include 'includes/config.php';
echo '<div class="rmenu" align="center">'.$name.'</div>';

echo '<div class="gmenu" align="left">';

echo '<img src="http://'.$sitename.'/img/mp3-cover.gif" alt="'.$name.'" height="240" width="320"/></div>';

//include 'includes/img.php';

//echo '<img src="http://img.youtube.com/vi/'.$_GET['id'].'/hqdefault.jpg" alt="logo" height="240" width="320"/>';

//online video izle
//echo '<iframe src="http://www.youtube.com/embed/'.$_GET['id'].'?ap=%2526fmt%3D18&disablekb=1&autohide=1&theme=light&color=red&rel=0" style="width: 240%; height: 320px; border: 0;" allowfullscreen></iframe>'; 

// video canli bax
///echo '<iframe width="300" height="150" src="https://www.youtube.com/embed/'.$_GET['id'].'/" frameborder="0" allowfullscreen></iframe>';
 
echo '<div class="gren" align="center">
';
echo '<script type="text/javascript" src="//yandex.st/share/share.js" charset="utf-8"></script>
<div class="yashare-auto-init" data-yashareL10n="ru" data-yashareType="none" data-yashareQuickServices="vkontakte,facebook,twitter,odnoklassniki,moimir,gplus,yaru,lj,surfingbird"></div>';
echo ''.$adb.'</div>';
echo '<div class="bmenu">';
echo '<table>';
echo '<tr valign="top">';
echo '<td width="30%">'.$lang_name.'</td>';
echo '<td>:</td>';
echo '<td><a href="">'.$name.'</a></td>';
echo '</tr>';
echo '<tr valign="top">';
echo '<td width="30%">'.$lang_vaxt.'</td>';
echo '<td>:</td>';
echo '<td>'.$duration.' deq</td>';
echo '</tr>';
echo '<tr valign="top">';
echo '<td width="30%">'.$lang_name.'</td>';
echo '<td>:</td>';
echo '<td>'.$name.' Mp3</td>';
echo '</tr>';
echo '<tr valign="top">';
echo '<td width="30%">'.$lang_artist.'</td>';
echo '<td>:</td>';
echo '<td>'.$chtitle.'</td>';
echo '</tr>';
echo '<tr valign="top">';
echo '<td width="30%">'.$lang_elave.'</td>';
echo '<td>:</td>';
echo '<td>'.$date.'</td>';
echo '</tr>';
echo '<tr valign="top">';
echo '<td width="30%">'.$lang_yuk.'</td>';
echo '<td>:</td>';
echo '<td>'.$views.'</td>';
echo '</tr>';
echo '<tr valign="top">';
echo '<td width="30%">'.$lang_like.'</td>';
echo '<td>:</td>';
echo '<td>'.$likes.'</td>';
echo '</tr>';
//echo '<tr valign="top">';
//echo '<td width="30%">Source</td>';
//echo '<td>:</td>';
//echo '<td>YouTube.com/watch?v='.$_GET['id'].'</td>';
echo '</table>';
echo '</div>';
echo '<div class="rmenu" align="center">'.$lang_mp3yukle.'</div>';
 
 
echo '<div class="topmenu">';
//echo '<iframe src="http://api.listenvid.com/?default/'.$_GET['id'].'/mp3/BACKGROUND-COLOR" width="100%" height="100px" scrolling="no" style="border:none;"></iframe>';




echo '<iframe style="width:300px;height:60px;border:0;overflow:hidden;" scrolling="no" src="//www.youtubeinmp3.com/widget/button/?video=https://www.youtube.com/watch?v='.$_GET['id'].'"&color=c91818></iframe>';


//echo ''.$adb.'</div>';
//echo '<div class="subheader" align="center">Download Video</div>';
//echo ''.$mdlink.'';
//echo '<div class="subheader" align="center">Description</div>';
//echo ''.$des.'';
//echo '<div class="rmenu" align="center">'.$lang_link.'</div>';
//echo '<div class="group" align="center">';
//echo '<br/>';
//echo '<input type="text" value="http://'.$host.'/watch/'.$_GET['id'].'"/>';
//echo '</div>';
}
}
include 'includes/ucweb.php';
include 'related.php';
include 'includes/foot.php';
?>

Function Calls

None

Variables

None

Stats

MD5 484ecd5712826e0c20848eee2121e740
Eval Count 0
Decode Time 107 ms