Code

Discussion on MTDb - Ultimate Movie&TV Database

Discussion on MTDb - Ultimate Movie&TV Database

By
Cart 3,663 sales

Vebto supports this item

Supported

5864 comments found.

Hello Vebto,

I have been customizing your script, I created two more categories one Latest Movies and Latest Series, both shows most recent movies and series respectively, order by link_updated column(new column created into titles table, using date as value)

The problem is that when I use these categories, the result on front end is not ordered by link_updated column, the correct result only comes after few refreshes and after another refresh the result again changes.

I debug the code using Laravel Debugbar, the queries are as expected but result not. Even I get wrong result for already exists categories when I use them with newly created categories.

I basically edited both TitleRepository.php (App and Plugin) and CategoriesRepository.php

What could be the issue?

This is the method I created for Latest Movies and similar for Latest Series, I also created similar method into plugins lib\Titles\TitleRepository.php (just like mostPopular method)

public function moviesWithLinkFirst($limit = 8) { return $this->model->whereNotNull('poster') ->whereNotNull('release_date') ->where('type', 'movie') ->orderBy('link_updated', 'desc') ->orderBy('created_at', 'desc') ->limit($limit) ->get(); }

If you can help me, I will be thankful to you, because from last three days I am trying to fix this issue, even some developers failed to tell the possible issue.

The actual buyer has already asked similar question, you told him that use only one orderBy clause, but nothing is working

It’s hard to say what’s the cause exactly, send me site url and ftp details via email so I can take a look.

Buyer is giving you FTP details

please add support for new youtube apiv3 the old one does not work anymore

Hey,

Support has been added for it in the latest version, you can download it from codecanyon.

again when try install got trhis error

*/
   public function createConnection($dsn, array $config, array $options)
   {
       $username = array_get($config, 'username');	

$password = array_get($config, 'password'); }

return new PDO($dsn, $username, $password, $options);

still no any replay over email

We’ve just replied to your email, please have some patience, spamming here will not move things along.

not work got 404 error on movie, series and actors page

I want tmdb to scrape all the movies, but on the movies page it should show only movies, i added myself. is this possible? Or can i divide them on any other way?

Thanks

Hey,

It’s possible, but it would require some code modifications.

what API is used here? YouTube???

Hey,

There are several APIs used, youtube is used only to fetch some of the trailers.

Hi,

I would like to purchase this script but before that i have some questions.

1. Is it legal to scrap movie details from IMDB and TMDB? What if they found i am scraping their details and displaying on my site. In their copyright page they have mentioned this. “All content included on this site in or made available through any IMDb Service, such as text, graphics, logos, button icons, images, audio clips, video clips, digital downloads, data compilations, and software, is the property of IMDb or its content suppliers and protected by United States and international copyright laws. “

2. I would like to have multiple homepages on my site. For example one homepage for Hollywood, Bollywood, German Movies etc which will contain only those movies.

3. How many movies can i copy per day from IMDB? also is there any way to copy all the movies from IMDB? I have a large server with me.

Crew currently does not have a separate page. As for the videos, it’s possible with the streaming plugin from codecanyon.

If i want to have pages for crew and full cast also the production pages like http://www.imdb.com/company/co0066464/?ref_=tt_dt_co then how hard is this to implement?

Depends on your php/laravel knowledge.

i have sent support requests and had no replys so can you please contact me regarding my site

Hey,

We’ll respond as soon as possible.

Small forum here:

http://pepecine.com/forum/forum/29-development/

The forum asword is – Paris

Hi 1. when I click the forgot password I got an error massage ErrorException Undefined index: id 2. is it possible to remove the slider from the main page?

I also got an error when I try to register for a new account Swift_TransportException

Hey,

We’ve answered your email regarding these issues, please don’t double post here and via support email, thank you.

@Geonode again 1000+ in forum others users can post modification of this script and everyone can try it on script, so again i realy dont know why @vebto avoid this suggestions?

I can probably make about over 100 support requests feature-wise and based on things I have done to advance the script even further. >_> why does “Enough Support Requests” have to fall in the category of adding a forum. Most of the Support Requests are features people want implemented, some users know how to do it (like me) but doesn’t have the time of day to be replying to emails individually to help them.

I’m at the point where I have already implemented a forum into the script :/ (A custom one at that)

when is next update and what changes are gonna happen?

Hey,

We don’t have an exact date yet, but hopefully this month.

hi iwas hired to install your script for a client who already brought it

i have this issue after the installation : categories creation aren’t showing and bugging like this :

http://img11.hostingpics.net/pics/5487371234.gif

any help ?

Hey,

You will need to use account you purchased MTDb with to receive support.

Hi, is it possible to fetch movies/tv shows in a different language than English? Is it also possible to fetch youtube videos in another language ? thank you!

Hey,

Yes, it’s possible, assuming those movies and series are translated in the language you want on themoviedb (most are).

@Geonode 1000+ for this i ask them 10 000 times to do this, but never gives me answer?

Vebto why not make a forum for help? I mean i already upgraded the application to Laravel 5, its fully functioning. And most of these stuff these clients are requesting I have already implemented in more ways than one.

Hi,

We’ll most likely make one in the future, but there’s just not enough support requests currently to warrant it.

@vebto it is any way to make category to show only tv shows?

Hey,

You can attach only shows manually, for automatically filled categories you’d need to modify some code.

can this option be added in next release or tutorial how to do it ?

It’s not a copy/paste solution unfortunately, we’ll see if we can add it in the next update though.

I need some help 1. its look like my hosting provider has some security measure that blocks javascript in http requests, can you please tell me wich files I need to edit so I can place it manually (Ad slot #1,Ad slot #2, Ad slot #3, Ad slot #4) 2. I set the website and add the “NEW AND UPCOMING” category but somehow in this category remains empty 3. from where I can get news for the “LATEST NEWS” category?

Thanks

this is my website http://trailers-database.com/

Hey,

1. Search app/views folder with text editor for the line below and replace it with your ad code.

<div id="ad">{{ $ad }}</div>

2. You probably don’t have enough movies to auto populate it yet, you can attach movies manually to it from dashboard > categories page.

3. Dashboard > news, click ‘update’ button.

how will i add MTDb – Streaming Plugin wih MTDb – Ultimate Movie&TV Database

Hey,

Check the documentation included with streaming plugin, it’s explained there.

how to fix this error Duplicate entry ‘43117-series’ for key ‘titles_tmdb_id_type_unique’

Hey,

You’ll have to use the account you purchased MTDb with to receive support.

@vebto any news for about page for this script i realy needed or code to put it myself?

Hey,

We’ll be implementing it in the next update, don’t have an ETA yet though.

Hi,

I have some questions:
1. Can i fetch upcoming movies from imdb? If so, how’s the scrape setting goes?
2. For the youtube api key what should i put on the allowed referers?
I’ve tried http://my-site.com/ and .my-site.com/ , but when i check on the db the trailer column is empty or NULL

Thanks.

Hey,

1. There’s no separate function to do it, but you can simply search for those movies and they will be fetched automatically.

2. You should leave it empty.

cool thanks!

by
by
by
by
by
by

Tell us what you think!

We'd like to ask you a few questions to help improve CodeCanyon.

Sure, take me to the survey