MTDb - Ultimate Movie&TV Database

MTDb - Ultimate Movie&TV Database v3.2.4 - Patch Update

No permission to download

YusEx

New member
Feb 14, 2021
10
-2
1
Around the world
Are you using a vps? Also check the read permission of your htaccess file
No, I'm on Shared Hosting. How do I do that?
I made sure the file permission for the htaccess file is 644 and it's not missing in the public_html directory. What could possibly be happening?
 

lostkid

Active member
Mar 18, 2021
131
54
28
25
No, I'm on Shared Hosting. How do I do that?
I made sure the file permission for the htaccess file is 644 and it's not missing in the public_html directory. What could possibly be happening?
Either try adding this to your htaccess file <FilesMatch "\.(php)$">
<IfModule mod_headers.c>
Header set Access-Control-Allow-Origin "*"
</IfModule>
</FilesMatch>

Check if the htaccess file in the public folder is readable.

Or copy the htaccess.exmple file and rename it as .htaccess
 
Last edited:
  • Like
Reactions: YusEx

wxsiret

Active member
Apr 24, 2019
120
45
28
Slovakia
www.fiverr.com
RewriteBase /

RewriteCond %{HTTP_HOST} !^subdomain
RewriteCond %{REQUEST_URI} !^public
RewriteRule ^(.*)$ public/$1 [L]

RewriteCond %{HTTP_HOST} ^subdomain
RewriteCond %{REQUEST_URI} !^public
RewriteRule ^(.*)$ public/ [L]
 

YusEx

New member
Feb 14, 2021
10
-2
1
Around the world
Either try adding this to your htaccess file <FilesMatch "\.(php)$">
<IfModule mod_headers.c>
Header set Access-Control-Allow-Origin "*"
</IfModule>
</FilesMatch>

Check if the htaccess file in the public folder is readable.

Or copy the htaccess.exmple file and rename it as .htaccess
Unfortunately, after trying this, it doesn't work still. When I changed the renamed the htaccess.example file to .htaccess, it worked but the homepage loaded with the preloader and a blank page shows up after. Then other URLs like the admin are throwing 500 Internal Server Error.
 

YusEx

New member
Feb 14, 2021
10
-2
1
Around the world
RewriteBase /

RewriteCond %{HTTP_HOST} !^subdomain
RewriteCond %{REQUEST_URI} !^public
RewriteRule ^(.*)$ public/$1 [L]

RewriteCond %{HTTP_HOST} ^subdomain
RewriteCond %{REQUEST_URI} !^public
RewriteRule ^(.*)$ public/ [L]
Ok. Let me give this another try with this command.
 

house3000

New member
May 1, 2020
14
0
1
Hi

Can many movies/series can be imported? Type Bulk?

Or it is only possible to add one by one?
 

Proxybunker

Well-known member
Jan 3, 2021
2,660
1,841
120
codecanyonscripts.com
@Tomz
Mega Download Link

Latest version 3.2.4 - Untouched Files

2021 September 05 - Version 3.2.4​

New Features​

  • Video and stream viewing can now be resumed at the same time from previous session.
  • Added several search integrations, including meillisearch and algolia. This allows for much better search speed and accuracy.
  • Added view mode switcher to browse titles and list page.
  • Added comments for title and episode page.
  • Added a fully featured, token based API. It can be used to integrate MTDb into other projects, native apps and more.
  • Added Manage API Access Tokens section in account settings page for creating or revoking API access tokens.
  • Added functional API docs. They can be accessed at your-site.com/api-docs url, there's also a link in account settings page.
  • Updated datatable design in admin area and added a number of new filters.

Enhancements​

  • Browse titles and people page will now have next and previous pagination buttons instead of infinite scroll.
  • List page will now show list owner, created at and updated_at dates.
  • Original title is now editable and searchable on the site.
  • Streamable label will now show in lists and related titles panel.
  • Filmography categories on person page will now be ordered by item count.
  • It's now possible to change language and switch to dark mode from footer.
  • Separated all "as himself" credits on person page into separate category.
  • Main title page will now show up to three directors.
  • A more descriptive error message will now be shown if incompatible PHP version is detected.
  • Updated laravel and angular to latest versions.
  • Permission manager in admin area will now have better descriptions and rarely used permissions will be hidden behind "advanced" flag.
  • Compatibility with latest Stripe API version.
  • Custom pages will now support code highlighting for more languages.

Bug Fixes​

  • Fixed an issue where season data was not cached properly sometimes.
  • Prevent search page from opening when clicking on search icon in add credit modal.
  • Fullscreen for vimeo embeds will now work properly.
  • Corrected a few languages in "admin > settings > automation" page having wrong code.
  • Don't show aggregate rating SEO tag, if title does not have any ratings or reviews.
  • Episode release date will now show correctly when editing it from admin area.
  • Quotes will now show correctly on search page.
  • Social logins panel in account settings page will now be hidden if all social logins are disabled in settings page.
  • Fixed an issue where titles containing only numbers might not be searchable.
  • Sitemap generator will now include episode and season urls.
  • Full credits url will now be correctly added to sitemap generated from admin area.
  • Fixed a few issues with sitemap generation.
  • Landing page "join now" button will now link to register page instead of pricing if billing is disabled in settings page.
  • Fixed an issue where public image would sometimes be uploaded as private when using s3 to store files.
  • Fixed an issue where deleting all text in search bar might prevent further searching until page reload.
  • Fixed an issue where installation might not start properly on some hosting environments.
  • A number of other smaller fixes.
 

Tyty21

New member
May 10, 2022
0
7
2
Does anyone know how to fix the social sharer buttons?

It produces ".comtitles" instead of the proper ".com/titles" share link.

Maybe I'm wrong? But I think it's based on the
Code:
main.51d3ab87516a2e615d53
files
 

lostkid

Active member
Mar 18, 2021
131
54
28
25
THANKS, MATE! Much appreciated!!!!! 🙌🙌🙌
Found it. In the main.js file search for this.url.generate(this.mediaItem) before it just add '/' + and it will work.
JavaScript:
//change
shareUsing(o){const d=this.settings.getBaseUrl()+this.url.generate(this.mediaItem).replace(/^\//,"");if("mail"===o)
//to
shareUsing(o){const d=this.settings.getBaseUrl()+'/'+this.url.generate(this.mediaItem).replace(/^\//,"");if("mail"===o)
Or replace with fix file
 

Attachments

  • main.51d3ab87516a2e615d53.zip
    421.6 KB · Views: 20
Last edited:

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