5864 comments found.
is it necessary to buy MTDb – Streaming Plugin with MTDb – Ultimate Movie&TV Database
Hey,
No, it is not necessary if you don’t need the streaming functionality.
Ok thats cool…am sorry the way my last question may sound but kindly answer it plz, i come across your app it really buy my interest. “How will i make money with this app”
It’s up to you really, there are predefined spots for ads or you could implement paid membership etc
and you not fix problems with letters in this version shows in news when use letters like ?,?,ž,š,? please do that
Do you mean in news index page (yoursite.com/news)?
anyone have problems with Fully Scrape Movies & Series from TMDB?
Hey,
If you are having any issues please us contact us via support tab and send us your site url so we can take a look.
Hey Vebto,
I sent a message to support a couple of days ago regarding the message:
“YouTube is upgrading to a newer version, which is not supported by your device or app…”
It was working when I installed the script….Please reply to my message
Bhai
Hey,
We’ve submitted a hotfix for this issue, it should be approved today or tomorrow. You can email us if you need it sooner.
Hi
I have many, many
youtube Devicesupport – bug.
How to solve, hath code I need to change, becouse I have more websites with this script.
Many thanks
Hey,
We’ve submitted a hotfix for this issue, it should be approved today or tomorrow. You can email us if you need it sooner.
Hello. How can I change the number of movies per page from 18 to 12?
Hey,
You would need to modify code to achieve it currently.
I am interested to buy this but I noticed that i can’t get an API key from themoviedb.org if my adress is in Tunisia.
are there country restrictions??
Hey,
There isn’t, it just needs to be formatted properly most likely. Make sure you are requesting developer key, you can enter anything in address there (like America) and you should get the key instantly.
Thanks
I just made the purchase…do you provide installation services?
Yes, email us from support tab if you are having any issues.
fully scraped movie takes forever i use VPS 1024 memory with 512 PHP memory OS ubuntu 14.04
Hey,
You’re probably using IMDb as data provider, there’s not much we can do about it unfortunately as imdb is quite slow and we need to download images locally because they block hotlinking. You can use tmdb as data provider though, it will be much faster.
no i am using tmdb
Hmm, what do you mean exactly a page load time or one of the scrapers in dashboard > actions page?
Fully Scrape Movies & Series in dashboard loads forever, Scrape TMDB Advanced Search works fine, Fully Scrape Movies & Series just not work connecting takes forever
Fully Scrape Movies & Series more than 50 not works, it works when scrape 10,20.30 movies
There’s probably some kind of request time limit on your server and it’s getting terminated if it reaches certain amount of time. You’ll have to contact your hosting support regarding that as there’s not much we can do about it.
bug in script, youtube Devicesupport
http://mtdb.info/movies/6453018-we-were-the-world-championsHi,
It’s due to recent changes in youtube API, should be working again now.
Ok…
how can i add turn off auto add from search and one movie only add myself automatically ?
Hi,
Sorry, but you’ll need to use the account you purchased MTDb with to receive support.
ok ty
The last question before I buy: how can i select only one movie to automatic add to the db? Can i for example, go to the “add new” option, put only the name and the script retrieve all other data about the movie and put on the db? I wanna work adding one by one, but using the automate script to fill all the data.
Hey,
You can do that, you just need to enter imdb or tmdb id when creating a new movie and then visit it’s page.
Can I edit the template to put a button before the photos on the movie page? I wanna use the same variable url from the green button ($ Buy Now). Please see this image to understand what i wanna:
https://drive.google.com/file/d/0B92GgfcgHXuUYllkQnJZcWxJTE0/view?usp=sharing
Hey,
Yes, you could do that fairly easily.
how can i deactive check setup , my host can’t available fileinfo extention and cms dont let me go next 
i found and delete line , ty
Can I turn off the auto create a movie in the database when an visitor just search for it in the frontend of the site?
Hey,
Yes, change search provider to ‘db’ from dashboard > settings page.
Can I set the TMDB and IMDB to get all data about the movies, series and actors in the braziliam portuguese version of this sites? There are not an option Language to the IMDB like there the TMDB Language option? The TMDB support the PT-BR option? Thanks!
Hi,
That’s correct, IMDb only has data in english. Tmdb will most likely have data in the language you need though.
any way to change widht of logo or no logo option?
Hi,
Yes, you can do that via css.
what template need to edit?
You will need to apply it via css, for example add this to assets/css/styles.css file:
.brand-logo {
width: 200px;
height: 100px;
}
i send you yesterday now another error if (starts_with($method, ‘where’)) { return $this->dynamicWhere($method, $parameters); }
$className = get_class($this);
throw new \BadMethodCallException("Call to undefined method {$className}::{$method}()");
Hey,
Please send any support requests via the form in support tab along with your site url (where the issue occurs), so we can take a look.
i send you yesterday i send you now again over email
manage to install it now after installation got another error
Missing argument 1 for Illuminate\Support\Manager::createDriver(), called in /var/sentora/hostdata/zadmin/public_html/xxxx_club/vendor/laravel/framework/src/Illuminate/Support/Manager.php on line 81 and defined
- Create a new driver instance. * * @param string $driver * @return mixed * * @throws \InvalidArgumentException */ protected function createDriver($driver) { $method = ‘create’.ucfirst($driver).’Driver’;
Hey,
Can you send me a url of your site (where this issue occurs) via email in the support tab please.
@just4fun0 Just click on the Live Preview button on this page, and then on the example site click “Dashboard” to have a look at the admin side of things.
how to fix this /var/sentora/hostdata/zadmin/public_html/alejafilmova_club/vendor/laravel/framework/src/Illuminate/Database/DatabaseManager.php
// To get the database connection configuration, we will just pull each of the // connection configurations and get the configurations for the given name. // If the configuration doesn’t exist, we’ll throw an exception and bail. $connections = $this->app‘config’;
if (is_null($config = array_get($connections, $name)))
{
throw new \InvalidArgumentException("Database [$name] not configured.");
}
Hey,
Did you install it via yoursiteurl.com/install url?