Best Blackhat Forum

Full Version: Mp3ora Not Nulled
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Anyone can decode This files
I Buy today but encrypted some files.i will share full script latest version.
Please Decode this files
Code:
http://www52.zippyshare.com/v/17375369/file.html

waiting...............
Send me the full script and I can decode it easily (more accurately than decry.pt)

Oops, I assumed that was ionCube/SourceGuarian/Etc. I'll take a look at the files anyway!

Yep. Can still decode them.

soundowl.php:
PHP Code:
<?php$search_owl urlencode(str_ireplace($delimiters" "$search));$html       get_content("http://soundowl.com/search?q=$search_owl");$i          0;while ($i++ < 10) {    $area     explode("<div class=\"track_list_item\">"$html);    $area     explode("</div><div class=\"\x61\x63\x74io\x6e\x73\">"$area[$i]);    $area     $area[0];    $id       explode("<div class=\"play\"><span id=\""$area);    $id       $id[1];    $id       explode("\""$id);    $id       $id[0];    $name     strip_tags($area);    $url      "http://dl.soundowl.com/" $id ".mp3";    $playtime "Unknown";    if ($url != "" and $name != "") {        $mp3datas_soundowl1[] = array(            "link" => $url,            "title" => $name,            "duration" => "",            "avatar" => ""        );    }}?>
Send me the script I try to decode
Reference URL's