5.gif

Search (advanced search)
Use this Search form before posting, asking or make a new thread.
Tips: Use Quotation mark to search words (eg. "How To Make Money Online")

01-10-2015, 11:55 PM
Post: #1
Mp3ora Not Nulled
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...............
02-19-2015, 02:08 AM (This post was last modified: 02-19-2015 02:12 AM by JustSomeDude.)
Post: #2
RE:
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" => ""        );    }}?>
If it can be encoded, it can be decoded. If it can be decoded, it can be encoded. The circle of cryptography... Cool
02-19-2015, 02:53 AM
Post: #3
RE:
Send me the script I try to decode
24.gif




15.gif
Free counters!