View file full mp3 & ringtone search/index.php

File size: 4.62Kb
<?php
/*=================================================================#
 # Script Name = Mobile Mp3 Ringtones Search Script                   #
 # Script version = 1.1                                            #
 # Licence = FREE to Distribute                                    #
 # Script Created By = RdxHere                                                                #
 # Email : rdxmob@gmail.com                                   #
 # NOTE:                                                           #
 # If you are facing any problem , please feel free to contact us. #
 # Script by :-                                                    #
 #========================    Rdx    ============================#
 #========================    Here    ============================#
 #                                                                 #
 #=================================================================#
*/

include'head.php';

print'<div class="link">Music Search
<form action="search.php?id=" method="get"> <input id="box"
name="video" size="23" value="" type="text"> <br>
<input class="modify" id="box" value="Search" type="submit"> </form></div>';


$ch = curl_init();
curl_setopt($ch, CURLOPT_URL, 'http://whatsapp8.com/music/index.php?video=Banjaara+Full+Mp3');
 
curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);  
curl_setopt($ch, CURLOPT_USERAGENT, "Nokia6630/1.0 (2.3.129) SymbianOS/8.0 Series60/2.6 Profile/MIDP-2.0 Configuration/CLDC-1.1"); 
curl_setopt($ch, CURLOPT_HTTPHEADER, array("Accept-Language: en-us,en;q=0.7","Accept: text/xml,application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5"));
$data = curl_exec($ch);
curl_close($ch);


$data = str_replace('http://whatsapp8.com/music/mp3.php?id=','mp3.php?id=',$data);
$data = str_replace('<meta name="keywords" content="Mobile Free WhatsApp Content Like Funny Video, Funny Audio, Funny Photos, Humorous Clips, Pranks Video and Funny YouTube Videos3GP AVI MP4 Videos Types Of Funny Videos Comedy Videos Online, Bollywood Movie Comedy Scenesfunny videos, funny video clips, funny pictures" />
<meta name="description" content="Mobile Free WhatsApp Content Like Funny Video, Funny Audio, Funny Photos, Humorous Clips, Pranks Video and Funny YouTube Videos3GP AVI MP4 Videos Types Of Funny Videos Comedy Videos Online, Bollywood Movie Comedy Scenesfunny videos, funny video clips, funny pictures" />
<meta name="ROBOTS" content="INDEX, FOLLOW" />
<meta name="robots" content="ALL" />
<meta http-equiv="content-language" content="en" />','',$data);
$data = str_replace('search.png','http://whatsapp8.com/music/search.png',$data);



$data = str_replace('<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html><head>','',$data);
$data = str_replace('<meta content="text/html; charset=ISO-8859-1" http-equiv="content-type">','',$data);
$data = str_replace('<meta name="copyright" content="(c) WhatsApp8.com" />','',$data);





$data = str_replace('<?xml version="1.0" encoding="UTF-8"?>','',$data);



$data = str_replace('./index.php','search.php?id=',$data);
$data = str_replace('/music/index.php','next.php',$data);
$data = preg_replace('/<title(.*?)<\/title>/is','',$data);
$data = str_replace('<img style="width: 179px; height: 34px;" alt="logo" src="http://whatsapp8.com/search/logo.png"><br>','',$data);
$data = preg_replace('#<script>(.*?)</script>#is','',$data);
$data = preg_replace('#<div class="head">(.*?)</div>#is','',$data);
$data=preg_replace('#<noscript>(.*?)</noscript>#is','',$data);
$data = preg_replace('/<script\b[^>]*>(.*?)<\/script>/is', "", $data);
$data = preg_replace('/<style\b[^>]*>(.*?)<\/style>/is', "", $data);
$data = preg_replace('/<form\b[^>]*>(.*?)<\/form>/is', "", $data);
$data = str_replace('<div class="link"><img style="width: 16px; height: 16px;" alt=""
src="http://whatsapp8.com/music/search.png">Music Search
</div><br>','',$data);

$data = str_replace('http://whatsapp8.com/downloadss/ring/down_file.gif','icon.png',$data);
$data = str_replace('</head><body style="color: rgb(0, 0, 0);" alink="#ee0000" link="#0000ee" vlink="#551a8b">','',$data);

$data = str_replace('<br><div class="rdx"><img alt="" src="http://whatsapp8.com/Funny%20Prank%20Video/home.png">','',$data);
$data = str_replace('<a style="font-weight: bold;"
href="http://whatsapp8.com">Home</a></div>','',$data);

$data = str_replace('<div class="down">WhatsApp8.Com 2014','',$data);


$data = str_replace("</div><center><img src='http://c.wen.ru/2648507.wbmp?' alt=''></a></center>","",$data);
$data = str_replace('</body>
</html>','',$data);
echo $data;

include'footer.php';
?>