DeepSound - Ultimate PHP Music Sharing & Streaming Platform

DeepSound - Ultimate PHP Music Sharing & Streaming Platform v1.5.2 Nulled Free

No permission to download

lorddoom

Well-known member
Apr 6, 2020
98
279
63
lorddoom updated DeepSound - The Ultimate PHP Music Sharing Platform with a new update entry:

DeepSound - The Ultimate PHP Music Sharing Platform - v1.3.5

Version 1.3.5 [21/05/2021]

  • [Fixed] PayPal on PHP 8.0
  • [Fixed] audio embed issue on other sites.
  • [Fixed] spotlight page (500 Internet Error) on PHP 8.0
  • [Fixed] ajax load on admin panel (wasn’t loading all the page).
  • [Fixed] (500 Internet Error) in admin panel’s dashboard.
  • [Fixed] report a song in “latest songs” page in user profile.
  • [Fixed] 3+ minor reported bugs.

Read the rest of this update entry...
 

Grinder

New member
May 4, 2022
1
0
1
I downloaded it here and when and installed it on my test server, and when I try to open some of its links, from these errors, someone already went through this. broken links are this:
hall of fame
spotlight
Discover
and everything I upload to the server in Album, not index in album
 

Attachments

  • albums.png
    albums.png
    96.1 KB · Views: 14
  • discover.png
    discover.png
    112.3 KB · Views: 13
  • hall of fame.png
    hall of fame.png
    97.6 KB · Views: 11
  • spotlight.png
    spotlight.png
    112.2 KB · Views: 12

lorddoom

Well-known member
Apr 6, 2020
98
279
63
I downloaded it here and when and installed it on my test server, and when I try to open some of its links, from these errors, someone already went through this. broken links are this:
hall of fame
spotlight
Discover
and everything I upload to the server in Album, not index in album
I can see you used domain while installation as https://musictoken.com.br/ , reinstall without the trailing slash as https://musictoken.com.br .. Maybe that can solve your issue.

Or migrate to php7.2, that's what i use and it works perfectly fine.
 

Grinder

New member
May 4, 2022
1
0
1
I've tried everything, the portal opens, but on that home page when I click on EXPLORE, the page doesn't exist and inside the portal when I enter some links it doesn't work.
I already tried it with apache2
php 7 and 8
and it's still the same error,
 

nightcrawller

Member
Jun 6, 2019
87
17
8
I've tried everything, the portal opens, but on that home page when I click on EXPLORE, the page doesn't exist and inside the portal when I enter some links it doesn't work.
I already tried it with apache2
php 7 and 8
and it's still the same error,

Your error is in the .htaccess file, open_basedir and in symbolic links....
 

Grinder

New member
May 4, 2022
1
0
1
My .htaccess
Code:
Options +FollowSymLinks -Indexes
# Turn on URL rewriting
RewriteEngine On
# Installation directory
# RewriteBase /
# Allow any files or directories that exist to be displayed directly
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f
# Rewrite all other URLs to index.php/URL
RewriteRule ^(.*)$ index.php?path=$1 [NC,L,QSA]

<IfModule mod_deflate.c>
    AddOutputFilterByType DEFLATE text/html
    AddOutputFilterByType DEFLATE text/css
    AddOutputFilterByType DEFLATE text/javascript
    AddOutputFilterByType DEFLATE text/xml
    AddOutputFilterByType DEFLATE text/plain
    AddOutputFilterByType DEFLATE image/x-icon
    AddOutputFilterByType DEFLATE image/svg+xml
    AddOutputFilterByType DEFLATE application/rss+xml
    AddOutputFilterByType DEFLATE application/javascript
    AddOutputFilterByType DEFLATE application/x-javascript
    AddOutputFilterByType DEFLATE application/xml
    AddOutputFilterByType DEFLATE application/xhtml+xml
    AddOutputFilterByType DEFLATE application/x-font
    AddOutputFilterByType DEFLATE application/x-font-truetype
    AddOutputFilterByType DEFLATE application/x-font-ttf
    AddOutputFilterByType DEFLATE application/x-font-otf
    AddOutputFilterByType DEFLATE application/x-font-opentype
    AddOutputFilterByType DEFLATE application/vnd.ms-fontobject
    AddOutputFilterByType DEFLATE font/ttf
    AddOutputFilterByType DEFLATE font/otf
    AddOutputFilterByType DEFLATE font/opentype
    BrowserMatch ^Mozilla/4 gzip-only-text/html
    BrowserMatch ^Mozilla/4\.0[678] no-gzip
    BrowserMatch \bMSIE !no-gzip !gzip-only-text/html
    Header append Vary User-Agent env=!dont-vary
</IfModule>
<IfModule mod_security.c>
    SecFilterScanPOST Off
</IfModule>
## EXPIRES CACHING ##
<IfModule mod_expires.c>
    ExpiresActive On
    ExpiresByType image/jpg "access plus 1 year"
    ExpiresByType image/jpeg "access plus 1 year"
    ExpiresByType image/gif "access plus 1 year"
    ExpiresByType image/png "access plus 1 year"
    ExpiresByType text/css "access plus 1 month"
    ExpiresByType application/pdf "access plus 1 month"
    ExpiresByType text/x-javascript "access plus 1 month"
    ExpiresByType application/x-shockwave-flash "access plus 1 month"
    ExpiresByType image/x-icon "access plus 1 year"
    ExpiresDefault "access plus 2 days"
</IfModule>
## EXPIRES CACHING ##
I open the browser and type my website and the one shown in Figure 1.jpg appears.
Then click on EXPLORE and it appears that you are in figure 2.jpg.
Then I go back through the browser and type https://musictoken.com.br/new_music and open the picture 3.jpg
I even bought the original on the site and it doesn't work anyway and the support there is a beauty.
 

Attachments

  • 1.png
    1.png
    629.8 KB · Views: 19
  • 2.png
    2.png
    69.2 KB · Views: 18
  • 3.png
    3.png
    473.2 KB · Views: 18

Grinder

New member
May 4, 2022
1
0
1
As I had bought the original too, they sent me to do this
"Please ask your hosting provider to disable only_full_group_by mode in your database then check again"
I did this and solved my problem here
if anyone else has this problem, this was the solution
 
  • Like
Reactions: jacksparrow45

jacksparrow45

New member
Oct 12, 2020
12
-1
3
As I had bought the original too, they sent me to do this
"Please ask your hosting provider to disable only_full_group_by mode in your database then check again"
I did this and solved my problem here
if anyone else has this problem, this was the solution

@sgnet thanx


any idea how to solve uploading problem ??
 

Grinder

New member
May 4, 2022
1
0
1
@sgnet thanx


any idea how to solve uploading problem ??
Here I have no problem with uploading.
Here I use Ubuntu server 20 with LAMP installed and I changed my php.ini which is a:
/etc/php/7.2/apache2/php.ini

Changing the lines below and increasing to 110 and 100
. . .
upload_max_filesize = 2M
. . .
post_max_size = 8M
. . .

Also check if your web browser has the right to save in the upload folder.
 

rangzone

New member
Banned User
Dec 10, 2020
16
0
3
Do you know where I changed the app code for android to communicate with my server?
change ur domain in analitic.xml
<string name="ApplicationUrlWeb">yourdomain.com</string>
change CERT key in appsetting.cs
public static string Cert = "your key"
 

Grinder

New member
May 4, 2022
1
0
1
change ur domain in analitic.xml
<string name="ApplicationUrlWeb">yourdomain.com</string>
change CERT key in appsetting.cs
public static string Cert = "your key"
Thanks
What program do you use to compile and generate the apk file
 

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