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.
Thank you brolorddoom updated DeepSound - The Ultimate PHP Music Sharing Platform with a new update entry:
DeepSound - The Ultimate PHP Music Sharing Platform - v1.3.5
Read the rest of this update entry...
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.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'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....
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 ##
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
Here I have no problem with uploading.
Do you know where I changed the app code for android to communicate with my server?Hello everyone, does anybody know how to disable comments both in the Deepsound PHP script and the Android app? Please help...
change ur domain in analitic.xmlDo you know where I changed the app code for android to communicate with my server?
Thankschange ur domain in analitic.xml
<string name="ApplicationUrlWeb">yourdomain.com</string>
change CERT key in appsetting.cs
public static string Cert = "your key"
visual studio 2019 (xamarin).. already on docs fileThanks
What program do you use to compile and generate the apk file