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.

Hi Vebto,

I’m interested in a “film submission form” feature to send to admin for approve to submit to db & options to edit too. Similar Example http://bit.ly/16vsERs

I noticed “mtdb” info like Directing: & Writing: Names is not hotlink to people details page? I hope the next update have the options & “film submission form” too.

Hey,

We’ll see what we can do for a future update.

[Bug] Description of the role is “cut”

Like in the demo: http://i.imgur.com/zLZiMt3.png

Thanks for letting us know, we’ll correct that in the next update.

If an actor has a long name is the same.

i CANT INSTALL YOUR SCRIPT! CAN YOU HELP PLEASE?

Every time I try to add a user I get this error message!

Swift_TransportException

Expected response code 250 but got code “535”, with message “535-5.7.8 Username and Password not accepted. Learn more at 535 5.7.8 http://support.google.com/mail/bin/answer.py?answer=14257 k11sm3757810qaj.17 – gsmtp “

www.b s p n m e d i a . c o m

You either need to set up your email details in app/config/mail.php file or disable user activation by email from dashboard > settings page.

hello sir. i have a problem here.

i only can access my website by using this type of url : http://mywebsite.com/index.php/movies but if i use http://mywebsite.com/movies i got an 404 not found error. How do i fix this?

Hello,

First make sure .htaccess file got uploaded to your server properly (at the main folder of MTDb).

If it did then you will need to contact your hosting support to see exactly what is causing the issue.

Hello! Very nice script, I want to ask some questions…

1.) It is possible remove “Working…” text when something load? Just like normal page click and wait for successfully load. (without any text)

2.) I am want to make site in my language, I know it is possible to translate text in site. But I want to fetch from another database, in this case from site csfd.cz because it have lot of movies with main language description. It is possible to edit the fetch, or how can I do that?

3.) Have actor, it is possible to edit that like when I type first letter for example L.. it shows list of actor with firstname begin with L.

Thanks for answer!

Hi,

1. It’s possible, but you would need to modify some code.

2. It’s possible, but again you would need to modify some code.

3. Not sure I understand your question, can you clarify please?

Thanks, all of code is OOP with Laravel FW? Or some parts are programmed procedural?

1.) 2.) It will be big modification? Or can be easy?

About 3.) question i mean something like Google input. When I type one letter it suggest me words.

Thanks!

It’s all OOP.

1. Would be fairly easy.

2. Would require moderate amount of modifications.

3. It’s possible with some modifications as well.

hello sir..i get 404 not found error on mydomain.com/install . can you help me please

[solved]

hi, when will be next update, pls make cockies wich seson are you to save in cockies next time auto redirect your last vievd seson, its more comfortable for user to save last seson auto redirect thank

Hey,

I have some suggestions for the next update which i think are crucial

  • Custom pages which will be in the top menu (drop down).
  • Members/Users star rating system in the details.

  • And here are some other suggestions

  • I like more the popup/register login page of the Origins. Its simpler and more practical. Please use that.
  • A menu tab with a calendar which will show the next series episodes release dates or/and upcoming movies dates.
  • A forum. The FluxBB (http://fluxbb.org) is based on Laravel and can be integrated fairly easy (https://github.com/franzliedke/auth-fluxbb) i think

  • The last 2 you can make them as plugins like the streaming since they are extras somehow.

    Please consider those suggestions and thanks once again for this awesome script!!

    Hey,

    Thanks for suggestions, I’ll add them to the to-do list.

    Hi hope so developer of this awesome product, in next release will add my suggestion about implementation google video code and option to disable registration.Thanks!!

    Hi, where exactly I can change the favicon? The last comment about that was 4 months ago and I think the route completely changed.

    Thanks!

    Hey,

    It’s located in assets/images folder.

    It seems not working, I replace the favicon.ico for my own favicon.ico (i delete the old one) but nothing happens. Do you know what could be wrong?

    You will need to clear your browser cache or you will need to add a query number to favicon url to auto-update it, you can do it by changing this line

    asset('assets/images/favicon.ico')

    to

    asset('assets/images/favicon.ico?v2')

    in app/views/main/boilerplate.blade.php like so

    Hi bro, long time well i need your help actually im trying to put the episode links on the show title page (app/views/titles/show.blade.php) http://imgur.com/EmxCNox with:
    {{ Helpers::episodeUrl($title->title, $title->id, $title->type, $num, $episode->episode_number) }}
    {{ $episode->title }} 
    without that the lines work fine but it dont show the episodes … and when i put them it gave me php blade error code so can you help me please for be fast im trying to add the ep. list in the show page of the titles i sent you a imbox with the code hope you will help me best regards JM

    Hey,

    Episodes data is not available in main title page, that’s why you are getting the error.

    Ohh and there’s no way to will add this to fix that problem?

    It’s possible, but it’s not something I can explain how to do as you’d need to have some PHP and Laravel knowledge.

    also my suggest is option to disable registration

    Hey,

    Thanks for the suggestion, I’ll add it to the to-do list.

    What VPS setup requires this script, last time when install it eat my memory and space veryfast?

    Hey,

    It depends entirely on your traffic so it’s hard to say. We are using a 10$ a month plan on digital ocean for the demo site and had no problems with it.

    Any chance to work for portal registration, to integrate to popular forum srcipt like Xenforo?

    Hey,

    You would need to implement something like that yourself.

    Not responding to my email makes more mad. I am on vacation and we need to resolve this issue that you have caused. You deleted all the movies and actors. I had to truncate 2 months of work down the drain plus lots of money, please respond. This is really unfair to me.

    Hello,

    Be assured that we are not ignoring anyone’s emails, it simply takes time to answer sometimes due to time differences, severity of the issue, number of pending requests etc. We will respond as soon as possible.

    Hi consider to add Google video code option.

    Hey,

    Thanks for the suggestion, I’ll add it to the to-do list.

    Would be a great idea to include your database dump with already 129.000 movies, actors, reviews etc…

    Hello,

    It’s not possible unfortunately due to envato TOS.

    Hi,

    It is possible to add writers and directors “link” to their page in “actors” section?

    Hey,

    Not sure I understand your question, can you clarify please?

    http://i.imgur.com/Sv3NB3V.png

    I mean… writers and directors could be clickable. Like actor name..

    We might implement that in a future update.

    I want to add an Back to Top – button, but I cant find the footer to add the php code.

    You can indicate the exact route to the footer – <footer id=”footer”> ... </footer>

    Hey,

    It’s located in app/views/main/boilerplate.blade.php file.

    Thanks- I have add the botton.

    You can add this funcction (but with jquery for smoth…) in the next update??? – is just an small piece of code, but relay need need in season wiew (at last) and also set the boton to apear after scroll down, for example 500px???

    FOR OTHER USERS – ADD – GO TO TOP

    Inside your footer – located at – app/views/main/boilerplate.blade.php add this code:

    <div style="float:right;"> <a href="#" class="back-to-top">Top</a> </div>

    Then go to – /assets/css/styles.css – and add this code:

    .back-to-top { position: fixed; bottom: 2em; right: 0px; text-decoration: none; color: #000000; background-color: rgba(0, 0, 0, 0.9); font-size: 16px; padding: 10px; } .back-to-top:hover { background-color: rgba(135, 135, 135, 0.60); }

    NOW YOU HAVE AN BASIC – GO TO TOP IN YOUR SITE

    I’ll add it to the to-do list.

    If I select – Auto update title if possible? – to NO, this will stop autouptate for NEW seasons and episodes?

    - I ask this becouse I need to traslate titles and descriptions from English to Romanian, and with this option ENABLED, the title will get back the English language. But, of corse, I need to get autoupdate for the new seasons and episodes.

    ¿Also, the script have some option to make title and descriptions autoupdate OFF by default ?

    Hey,

    It should update seasons and episodes, yes.

    Regarding the other question, no such options exists at the moment.

    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