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.

Nice Web App. My question: Will it be possible to use this script to sell own videos and membership subscription?

Hi, you can easily create groups that will allow users to do certain things on the site (like open movie pages or edit movie info etc), however the subscription selling and assigning of correct groups to users who bought it will be up to you.

Runnig /install/create-schema gives this errormessage even though the database does get created: “Whoops, looks like something went wrong.”

I am also getting this in my errorlog:

PHP Parse error: syntax error, unexpected ‘[’ in /home/*/app/lib/Services/Events/EventListeningServiceProvider.php on line 86

I was talking about the Buy Now button. What is the point in inserting my affiliate id in the admin panel when it doesn’t show up through the Buy Now button..??

it does, its tag=thebocom0a2-12 in the above link

Now they worked :)

Is there any monetization features built in? stuff like a buy now button displayed along with movie details, that links through our affiliate link to amazon or some other movie selling service online that offer affiliate programs?

Will the amazon and affiliate link support be automated for all movies and tv shows we have in our database?

Yes, you will enter your amazon id in dashboard and it will create links automatically, you will also be able to override these with custom links for individual movies/series.

Awesome! thanks I look forward to that.

Here is my feedback.

Be careful with this script. PHP 5.4 at least ! And you should have rights to put files above your server root in FTP (impossible in the vast majority of cases on shared hosting…) etc.

Even with PHP 5.4 Installation impossible for me, despite e-mail exchange with the author.

I thank him for his efforts but I gave up after spending too many hours trying to set up this script, which looks beautiful in its demo.

The installation is NOT easy, contrary to what is said in the introduction…

Hi, I’ve installed the script for a bunch of people with and without permissions to put files above root and it is working fine for all of them, I also installed it for you and as I said in my email all you needed to do was enter your mysql details.

Also I would like to point out that the vast majority of the problems you had was not due to the script but because of your hosting (domain not pointing to server, wrong php version etc).

Great improvement since 1.3 version ! More compatibility, works fine now ! Also, the installation guide and installation procedure has been simplified.

Thank you !

No problem :)

Please confirm once the amazon affiliate link is available to add as an id in the dashboard and I will purchase.

Thanks.

Okay.

Is there any way i can restrict it to bollywood movies only ?

Thanks.

Not sure if imdb/tmdb has a way to filter for bollywood movies, I will look into it.

Just a quick question, I see that there are links to buy movies that link to amazon, how easy would it be to make those links affiliate links?

There’s example in the comments how to integrate your id, in the next update it will be as easy as entering your affiliate id in dashboard, it should be finished in the coming days.

Hello

Is not so easy to install … did it but as far as it but with errors in the admin and contact is not .. Sorry

http://schnappy.net

and still an error-news. at the bottom

http://schnappy.net/news

Hi, please download updated version, those bugs are fixed.

Hello

Do I need to upload anything new? or only parts?

And wish you a super happy new year.

Replace views, lib and controllers folders inside the app folder.

Can i remove the news stream on home page and also from the site completely by replacing or showing new movies, upcoming movies, recent user reviews grids?

Not without editing code currently. Seems like a good suggestion for future update tho!

When can i expect that options in the next update?

This week, or the week after that, depends how complicated the implementation will be.

I just bought this script and I am looking forward to test it and to see many great updates in the future :)

Thanks! Next update will be released in the coming days + approval times :-)

Hi

Can the movie/series data be automaticaaly retrieved for in other languages than english ?

Thanks

Hi, only tmdb supports other languages, currently you will have to open tmdb/app/lib/repository/data/TmdbData.php with text editor and change the following line:
return $this->base . $type . '/' . $this->titleModel->tmdb_id . '?' . $this->key . $this->append;
to
return $this->base . $type . '/' . $this->titleModel->tmdb_id . '?' . $this->key . $this->append . '&language=de';

or the code of whichever language you want. I’ll add support for changing language from dashboard in next update.

HI!

great work, please add Facebook and Twitter login if possible!

Thank you so much

Thanks, I will look into it for next update.

Where it takes data from imdb?

A demo search does not actors, it’s just the demo, or is there a bug?

Thanks

And If it takes data from TMDb, we can set it to only put the Czech text and titles?

Hi, you currently can’t search for actors via search bar you will have to navigate to their page via movies, there was a bug with actor search and I had to take it out temporarily, Will be fixed in next update most likely.

For language see the comment above.

Keep getting error 404 when going to example.com/install

Hi, send me your site url and ftp details via contact form and I’ll take a look.

Any chance this will get ported to Wordpress?

At some point. But it’s harder to write something like this as wordpress plugin then from scratch, so can’t really say when.

Hello

Is it possible to use this script for clip and music news ?

best regards

No, it’s movies/tv specific.

Looks great! Will there be a WordPress version in the future or is there maybe a WP theme??

maybe there will, can’t say when tho.

I hope there will, because I would buy it fo sho! Make it happen, quickly!

Well as I said in earlier comments, it is easier to make something like this from scratch then trying to hack it into wordpress. Cant really be done quickly :)

Hello Mark, Is there any option to ad advertisement e.g. banners or etc? If I add this features, will the updates overwrite it ?

There is, it’s explained in more detail in documentation bundled.

I installed it on xamp localhost for tests, it was ok, but when Im trying to install it on my vps Im getting:

Catchable fatal error: Argument 1 passed to Illuminate\Container\Container::share() must be an instance of Closure, unknown given, called in /home/filmveb/vendor/laravel/framework/src/Illuminate/Exception/ExceptionServiceProvider.php on line 68 and defined in /home/filmveb/vendor/laravel/framework/src/Illuminate/Container/Container.php on line 196

Its because of server config, php version ?

hmm, are you running php 5.4+?

yep it was because of php version, before I uninstalled eaccelerator, I downgraded php to 5.3, now I go back to 5.5.7 and its working :) Thanks mate.

No problem.

Hi!

Is it possible to change or add categories? Can I add movies / series manually? What about reviews? How do they work? Can I add where to fetch reviews from or is that not possible? Latest news seems to be linked back to screenrant. Why? And are we stuck with this? Will you build this up with even more features in the future? Maybe with an award system? Are you available for custom work?

1. What exactly do you mean by categories? 2. You can. 3. You or users can write reviews. 4. Critic reviews are fetched from metacritic, they collect them from various movie critics. Currently reviews are avalaible from metacritic only. 5.News link back to screen rant for 3 reasons, 1 – less likely to cause copyright problems, 2 – it is much faster to scrape archive page which has excerpts, when each individual news page 3 – scraping each individual page (dozens of pages) simultaneously or in quick succession could be seen as a form of ddos. 6. Yes this is only 1.0 more features will come with future releases. 7. I am.

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