MTDb - Ultimate Movie&TV Database

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

No permission to download

graphicfrog

New member
May 18, 2022
0
0
0
part of the seo issue is that it's hardcoded

if you go to
config/seo/home
and open
show.php

edit how you like

also you should add the og:image property

after
Code:
    [
        'property' => 'og:type',
        'content' => 'website',
    ],
add
Code:
    [
        'property' => 'og:image',
        'content' => 'LINK TO THE IMAGE YOU WANT TO BE USED ON SHARES',
    ],

you can edit the other show.php in the other folders in the config/seo/
because there again, a lot of it is hardcoded, so change them to however you like
 

graphicfrog

New member
May 18, 2022
0
0
0
Sorry for the late reply i've been buzy. Honnestly that script is very outdated. I'm almost finished with the complete script though. The finished script will embed movies, series and tv channels. ScreenShot_20210422023324.png

And the embed will look like this and be customizable. ScreenShot_20210422023809.png
I'm hoping to finish it by the end of the month.
this is looking promising, any chance on your updates?
 

lostkid

Active member
Mar 18, 2021
131
54
28
25
this is looking promising, any chance on your updates?
Yes, I came down with covid sometime back and wasn't able to work on it for some time. But I plan to finish it along with my own streamAPI. I decided to build it with Laravel as well.
 

Tyty21

New member
May 10, 2022
0
7
2
Here Can you mail templates in 3.2.2 edited
# Client

This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 6.1.5.

## Development server

Run `ng serve` for a dev server. Navigate to `http://localhost:4200/`. The app will automatically reload if you change any of the source files.

## Code scaffolding

Run `ng generate component component-name` to generate a new component. You can also use `ng generate directive|pipe|service|class|guard|interface|enum|module`.

## Build

Run `ng build` to build the project. The build artifacts will be stored in the `dist/` directory. Use the `--prod` flag for a production build.

## Running unit tests

Run `ng test` to execute the unit tests via [Karma](https://karma-runner.github.io).

## Running end-to-end tests

Run `ng e2e` to execute the end-to-end tests via [Protractor](http://www.protractortest.org/).

## Further help

To get more help on the Angular CLI use `ng help` or go check out the [Angular CLI README](https://github.com/angular/angular-cli/blob/master/README.md).

AND HERE INFO


have fun ;)

Can you tell me more about this bro? Can't access the support page since I don't have any purchases 🤣
 

YusEx

New member
Feb 14, 2021
10
-2
1
Around the world
Can someone help with what's happening. I'm getting a .htaccess error after a clean installation and I checked .htaccess in the root folder, active and not missing. Why is it bringing this error? And how do I fix this, please?

NB: my installation is on a subdomain.
 

graphicfrog

New member
May 18, 2022
0
0
0
Can someone help with what's happening. I'm getting a .htaccess error after a clean installation and I checked .htaccess in the root folder, active and not missing. Why is it bringing this error? And how do I fix this, please?

NB: my installation is on a subdomain.
in your .htaccess
did you uncomment where it says rewritebase?
Code:
# RewriteBase /
Code:
 RewriteBase /
depending on how your server is set up you may also need to add the folder name of your subdomain
Code:
 RewriteBase /SUBDOMAIN FOLDER NAME
 

YusEx

New member
Feb 14, 2021
10
-2
1
Around the world
in your .htaccess
did you uncomment where it says rewritebase?
Code:
# RewriteBase /
Code:
 RewriteBase /
depending on how your server is set up you may also need to add the folder name of your subdomain
Code:
 RewriteBase /SUBDOMAIN FOLDER NAME
I haven't done that at all. I will try that.
 

YusEx

New member
Feb 14, 2021
10
-2
1
Around the world
in your .htaccess
did you uncomment where it says rewritebase?
Code:
# RewriteBase /
Code:
 RewriteBase /
depending on how your server is set up you may also need to add the folder name of your subdomain
Code:
 RewriteBase /SUBDOMAIN FOLDER NAME
After trying this. It still shows the .htaccess not found. Please how do I fix this?
Screenshot (188).png
 

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