• You MUST read the Babiato Rules before making your first post otherwise you may get permanent warning points or a permanent Ban.

    Our resources on Babiato Forum are CLEAN and SAFE. So you can use them for development and testing purposes. If your are on Windows and have an antivirus that alerts you about a possible infection: Know it's a false positive because all scripts are double checked by our experts. We advise you to add Babiato to trusted sites/sources or disable your antivirus momentarily while downloading a resource. "Enjoy your presence on Babiato"

DEEPSOUND 1.3.3 UNTOUCHED

Modsauc3

Active member
Mar 13, 2020
288
79
28
32
3xodus.digital


DEEPSOUND 1.3.3 (NEEDS TO BE NULLED)

https://filedrop.design/shared/mxzkMAUIWHkq3zX0


VIRUS-TOTAL:
Code:
MD5
5ff787e41dd5d5b4bc4e89b7bd2541e0
SHA-1
614237aca1511477a4f9077151f13871cf89803b
SHA-256
1e7bafedf1a98f76275567ea70c007a013b269c33049de7227e63577ee3d691c
Vhash
fd6ae93e08db1c74155c3aa3e9deebb4
SSDEEP
1572864:0iMW/w20MaRC+fj6rqfcgmJlDkpaPaBjUSfZxmhD/e:x/90vRCi+WTkVSfZY5e
TLSH
T1F908F1525E27C956DD106FB3E2BFB91FFA7192011226DC397D1B2E84AAD3C638814D38
File type
Google Chrome Extension
Magic
Zip archive data, at least v2.0 to extract
Sweet Home 3D design (generic) (34.4%)
TRiD
Mozilla Firefox browser extension (26.2%)
TRiD
Mozilla Archive Format (gen) (22.9%)
TRiD
ZIP compressed archive (13.1%)
TRiD
PrintFox/Pagefox bitmap (640x800) (3.2%)
File size
80.09 MB (83975970 bytes)
History

First Submission
2021-01-06 08:32:45
Last Submission
2021-01-06 08:32:45
Last Analysis
2021-01-06 08:32:45
Earliest Contents Modification
2013-08-07 10:24:28
Latest Contents Modification
2021-01-06 01:15:14
 
It is already nulled, why you claim the opposite ?

Proof ?

Take a look at this code, the remote check if fails (sure for a fake purchase key) will return success too:


function check_($check) {
$siteurl = urlencode(getBaseUrl());
$arrContextOptions = array(
"ssl" => array(
"verify_peer" => false,
"verify_peer_name" => false
)
);
$file = file_get_contents('http://deepsoundscript.com/purchase.php?code=' . $check . '&url=' . $siteurl, false, stream_context_create($arrContextOptions));
if ($file) {
$check = json_decode($file, true);
} else {
$check = array('status' => 'SUCCESS', 'url' => $siteurl, 'code' => $check);
}
return $check;
}
function check_success($check) {
$siteurl = urlencode(getBaseUrl());
$arrContextOptions = array(
"ssl" => array(
"verify_peer" => false,
"verify_peer_name" => false
)
);
$file = file_get_contents('http://deepsoundscript.com/purchase.php?code=' . $check . '&success=true&url=' . $siteurl, false, stream_context_create($arrContextOptions));
if ($file) {
$check = json_decode($file, true);
} else {
$check = array('status' => 'SUCCESS', 'url' => $siteurl, 'code' => $check);
}
return $check;
}
 
What are trying to upload ?

Single song or album ?

If single there is a status code "402" which is returning this Alert
if ($_FILES['audio']['size'] > $music->config->max_upload) {
$max = size_format($music->config->max_upload);
$data = array('status' => 402,'error' => ("File is too big, Max upload size is" .": $max"));
echo json_encode($data);
exit();
}

The alert is located in these files:
codecanyon-23609470-deepsound-the-ultimate-php-music-sharing-platform/Script/themes/volcano/layout/upload-song/upload-album-form.html
Line 257: alert("{{LANG Error found while uploading your track, please try again later.}}");
codecanyon-23609470-deepsound-the-ultimate-php-music-sharing-platform/Script/themes/volcano/layout/upload-song/upload-song.html
Line 314: alert("{{LANG Error found while uploading your track, please try again later.}}");
 
Last edited:
@phpcore I can't upload anything, no images, no tracks, what should I do?

You should find the best settings, also you need to be sure to set the permissions for the upload path for each subdirectory. If you upload media that differ from mp3 you should set up ffmpeg.
 
You should find the best settings, also you need to be sure to set the permissions for the upload path for each subdirectory. If you upload media that differ from mp3 you should set up ffmpeg.

When I use local storage everything works great, but when trying to use Amazon S3 I can't upload anything to the page.
 
AdBlock Detected

We get it, advertisements are annoying!

However in order to keep our huge array of resources free of charge we need to generate income from ads so to use the site you will need to turn off your adblocker.

If you'd like to have an ad free experience you can become a Babiato Lover by donating as little as $5 per month. Click on the Donate menu tab for more info.

I've Disabled AdBlock