5864 comments found.
LOL
hello, i need install file and someone can send me in my email : givi.vanadze@gmail.com thanks a lot.
scraping movies from imdb takes forever, also i notice slideshow stop working,@rhaney21 this is my test site http://zavjere.pm/MTDB/ try look how to script works and compare with yours.
Hey,
There’s nothing I can do about speed really, imdb is a pretty slow site and images need to be stored locally so it takes time. You can just register for themoviedb api and use that tho, it will be much faster.
Can’t see any problems with slider.
This script is very frustrating. The scrape aspect of this script is garbage. Which db do we scrape to get EVRYTHING (images, titles, info, casts, etc?)
I am on a DEDICATED server and this thing simply does not work or look anything like the demo.
In addition, the times that I do scrape from one of the sources.. it is a bunch of garbage movies that I have never heard of
WTF is up with the stupid theater image and no casts, info, etc?
Sorry but if I cant get this thing working soon.. I am throwing down a 1 star
Hi,
Please calm dawn, as it’s explained in documentation, to get all the data about movies you use ‘scrape fully’ in dashboard or simply visit the movie page (make sure you have either IMDb or TMDB set as data/search provider in dashboard as your problem seems to be that you have set ‘db’ as those, which doesn’t fetch anything and just uses your database).
You can simply search for movies/series as well and they will be pulled in automatically.
I have calmed down but it was very frustrating. Why not just have the crape all option? I spent countless hours trying to use the IMDb and TMDB scrapes and was having the issues.
Anyways – Thank you.. the script is AMAZING now that I understand the scrapping
It’s due to performance reasons, especially on shared hosting with limited memory and request length limits.
how does the front page work? Popular Actors and Top Rated???
Hi,
Popular actors are displayed based on number of visits to their bio page and top rated are displayed based on metacritic score and year of release.
Can you please add something similar to this with a search in the header?
http://codecanyon.net/item/simple-cinema-theatre-listings-plugin/7273613?WT.ac=search_thumb&WT.z_author=KonnessaHi,
I’ll look into it for future update.
SEVERAL ISSUES:
Just installed and nothing like the demo
1) My images look fuzzy and not crisp like the demo 2) none of my movie title pages look anything like the demo. Cast members are not appearing, Every trailer video is showing a movie theater image (and not image of the movie 3) Nothing on my homepage is showing up… NEW AND UPCOMING POPULAR ACTORS TOP RATED 4) No People are showing up on the people tab
Can you please give in more details on the settings we should use to scrape? Also, what’s the difference between imdb, tmbd, and db?
I am not sure which one to use or do I have to use both of them?
The instructions are not very clear when it comes to what each setting means
Also what does this do? /private/scrape-fully
I tried to scrape 100 and it goes to the above url and nothing happens
What does From Which Page to Start mean??
Hello,
1. It’s most likely because you are using IMDb as data provider, their image quality is not the best, you can register for tmdb api key and use that to get better quality ones. 2. It’s most likely because you have set data/search provider as ‘db’ in settings so it doesn’t fetch any additional data about movies from external sites and just uses your database. 3-4. It’s probably because you don’t have any movies yet, search for some and it will start to will up.
IMDb – will pull data about movies from IMDb.
TMDB – will pull data using themoviedb api.
db – will only use your database and not pull and data from external sites (if you want to use this script as a CMS and create everything yourself.)
the scrape fully will simply fetch all available data about movies (reviews, images, cast etc), first visit to a movie page will do the same tho.
From which page to start is so you can pick up from where you left off scraping last time, so if you scraped 100 pages worth of movies, you’d enter 100 next time.
how to completly remove register and login link
Hi,
You’d just remove the links from the template files I mentioned in earlier comment.
also i notice for some reason slideshow stop work
Hi,
Seems to be working on my end, what’s the problem exactly?
Hi want replace facebook and twitter login link with my forum, also want add forum link next to the dashboard behind people link
Hey,
You can modify login links in app/views/users/login.php and register.php and you can modify menu in app/views/partials/navbar.blade.php
When logged in with Facebook.. I do not like how my FB image is so large on the main menu bar. Is there a way to fix this?
Hey,
You could add this at the end of assets/css/styles.css file
.small-avatar {
width: 40px;
height: 40px;
}
how to change MTDb-all things movie in browser show, with my own
find it ignore it
Hi,
PP Question. it is possible to add a custom row at each movie, that contain links with that you can watch online them? And an option that users can send in links, and then the admin can choose if it good or not.
Hey,
Check the MTDb – Streaming plugin here on codecanyon, it has similar functionality.
Hi,
Getting errors when I try to scrape movies and series for the first time.
Hey,
Please send me your site url/ftp details via email so I can take a look.
credentials sent
Can I get an update to this? I sent you my credentials 8 days ago.
Hi,
Sorry about that, did not receive your email, can you please send it directly and not via contact form on codecanyon as those don’t arrive in some rare cases.
What’s your direct email?
You can see it on my profile in the bottom right.
} // If an exception occurs when attempting to run a query, we’ll format the error // message to include the bindings with SQL, which will make this exception a // lot more helpful to the developer instead of just the database’s errors. catch (\Exception $e) { throw new QueryException($query, $this->prepareBindings($bindings), $e); }
Illuminate \ Database \ QueryException
SQLSTATE[42S01]: Base table or view already exists: 1050 Table ‘migrations’ already exists (SQL: create table `migrations` (`migration` varchar(255) not null, `batch` int not null) default character set utf8 collate utf8_unicode_ci)
Hey,
Can you please send me your site url/ftp details via email so I can take a look.
no need for that i reupload all files and install it successfully on my test site, after test it will ask your help about couple things, thanks for support.
just purchased lets play
give me this error Class ‘Cartalyst\Sentry\Facades\Laravel\Sentry’ not found when try enter admin name and email
Hey,
Can you please send me your site url/ftp details via email so I can take a look.
Getting this error “Notice: Constant LARAVEL_START already defined in /var/www/bootstrap/autoload.php on line 3”
I am getting “Internal Server Error. The server encountered an internal error or misconfiguration and was unable to complete your request.”
Hey,
Can you send me your site url/ftp details via email please so I can take a look.
Thanks for your quick reply. I’ve sorted it out. A quick question…what if I want to scrape another source for data other than IMDB and TMDB…how do I go about it?
You’d need to write custom code that would scrape the site you want and format the data.
Hello
Allow me first to congratulate you for this script.
Each time I click on the Amazon “Buy Now” button, I land on the Amazon video game page for the (all) movie. I’d rather have a page with DVDs and BluRays…. Can I change that?
Hey,
I will fix that in next update, you can correct it manually tho by opening app/lib/extensions/html/htmlBuilder.php and changing this line
search-alias=videogames
to
search-alias=movies-tv
ok
thk…
i’m helping install it for my friend but… this is sick so many errors..
even i can’t fix it _ i maked a database for him, and putted his email at app/config/mail.php but still getting this error O.o website http://123samsunggalaxy5s.nl/install we are trying it on his old website
8. ErrorException …/vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php71 7. Illuminate\Exception\Handler handleError <#unknown>0 6. file_put_contents …/vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php71 5. Illuminate\Filesystem\Filesystem put …/vendor/laravel/framework/src/Illuminate/Foundation/ProviderRepository.php203 4. Illuminate\Foundation\ProviderRepository writeManifest …/vendor/laravel/framework/src/Illuminate/Foundation/ProviderRepository.php146 3. Illuminate\Foundation\ProviderRepository compileManifest …/vendor/laravel/framework/src/Illuminate/Foundation/ProviderRepository.php58 2. Illuminate\Foundation\ProviderRepository load …/vendor/laravel/framework/src/Illuminate/Foundation/start.php210 1. require …/bootstrap/start.php55 0. require_once …/index.php35
Hi,
Please use the account you purchased the item with if you want to request support.
it is stable version want buy it
Hello,
Yes, it’s a stable version.