DEEPSOUND 1.3.3 UNTOUCHED

Modsauc3

Active member
Mar 13, 2020
302
75
28
33
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
 

phpCore

ReLOADED
Trusted Uploader
Banned User
Jun 6, 2020
1,511
1,657
120
127.0.0.1/::1
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;
}
 

phpCore

ReLOADED
Trusted Uploader
Banned User
Jun 6, 2020
1,511
1,657
120
127.0.0.1/::1
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:

antonioch11

Member
Dec 29, 2020
33
7
8
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.
 

About us

  • Our community has been around for many years and pride ourselves on offering unbiased, critical discussion among people of all different backgrounds. We are working every day to make sure our community is one of the best.

Quick Navigation

User Menu