5865 comments found.
Do that demo page has allready latest versioon?
what i I suggested before i do not see that update in demo page?
Don’t know what you suggested, but this was mostly a bugfix update.
Okay after that update i buy this script clearly
I suggest to you
“In movie page, under Details i can only sort clickable Stars: names, but why i don’t have options sort all of etc: Directing:, Writing:, Country:, Language: and also sort by clickable Genre?
Mine think it woult be extrem useful.”
Wrote up somewhere, and if new update comes do that has also in demo page?
I’ll add that in some future update, you’ll be able to see it on demo site when it’s done.
okay, sounds good! thank you for answer!
I have a error wen trying to login or register with twitter i did put all the information i notice the facebook login and register work but twitter i get this error: Exception Undefined index: oauth_token
Double check your twitter credentials in app/config/hybridauth.php, this error is caused by either wrong secret or key.
Got it working sorry that was me, blank space in the secret key is there a way to remove the google+ from the login and registration don’t want to use it
You’ll have to manually delete it from app/views/users/login.blade.php and register.blade.php
Nice script, but on home page can i have latest movies added to database instead of movie news? is that thru admin CP possible
Not currently.
not from control panel but manually edit? homepage to show Movies page http://mtdb.cloud.lt/movies? is it possible?
You can achieve that with some minimal modifications.
ok, sounds good, i have suggestion, could be better if Genres are links in Movie page, now there are just text
I will add that in future update.
one more suggestion – movie screenshots popups , there is no close button or something like that, , i see that this way looks nice but for some users is not clear how to close picture and go back to movie info , just my opinion
on android tablet when i browse movies i can’t see filters ( awesome feature!) , why?
sorry, there is filters but only on landscape mode, overall i like your script, great work!
It will hide the filters, if there’s no good way to fit them on current screen size.
I have an error with the 1.6 update. see here: http://zupimages.net/up/14/03/zv3q.png
Hi, delete all the files in app/database/migrations that don’t start with 2014_01_14 and then run update again.
ok solved
1 – Now, when I want to go to the page of a film, I have this error: http://zupimages.net/up/14/03/0yeb.png
2 – And updates to trailers in the dashboard, I have this error:
http://zupimages.net/up/14/03/e043.png
3 – Filter movies (whatever it is) returns a 404 error.
Send me a message via contact form, I’ll email you the fix.
message sent
Thanks for fix.
However point 2 and 3 error message above are not resolved
i wrote this function to get news from my own blog.
Note: i’d my blog set to display an image on the feed page, so was kinda easy to get the image.
http://pastebin.com/GahdrA87
add this function to the file
app/lib/Services/Scraping/NewsScraper.php
then in the same file
Find:
public function all()
{
$this->getFromScreenRant()->save();
}
Replace with:
public function all()
{
$this->getFromFeed()->save();
}
Note:Replace only if you want to show the news from a specific site, if you want to display the news from different sources instead of replacing add the newly created function under the first one.
EG:
public function all()
{
$this->getFromFeed()->save();//1st function
$this->getFromFeed2()->save();//2nd function
}
Running /update gives this: “Whoops, looks like something went wrong.”
Try to delete all the files that dont start with 2014_01_14 in app/database/migrations and run update again.
Hi,
is that script gonna require updates all the time ? i am building a site which is gonna run for long time and i want one part of the site for trailers and i will be using this script but i dont wanna end up messing up that part if the script require update and you are not here to update it.
Don’t update it if you don’t want to and I don’t see why do you need me to install updates, it’s not rocket science, you overwrite the files and visit update url if needed 
No, you didn’t get my question. i meant lets say you stop providing updates after 6 months or a year is that script still gonna work or it will require updates and i will have to hire someone to fix any issues. or is there going to be a stable release which will keep working ?
It will keep working unless you will use imdb/tmdb as data providers and those sites shutdown or make some drastic changes to how they work.
After update to 1.6 when trying to access some movies:
ErrorException
Undefined variable: images (View: /home/watchfre/public_html/app/views/Titles/Themes/Tabs/Description.blade.php) (View: /home/watchfre/public_html/app/views/Titles/Themes/Tabs/Description.blade.php)
//otherwise we will use image that we downloaded locally.
elseif ($img->local)
{
$images[] = $img->local;
}
}
$count = count($images);
//repeat images if we have less then 6
Can you send me url this happens at exactly via email?
it happens on ALL movies that havent been scraped from the dashboard. The site is live so im not puting debug->true. But the same happens in local with new install of 1.6
Seems to be a problem with manually created movies, send me a message via contact form so I can email you a fix.
I never created a movie manually, everything is automated from the script. I did send u an email but u didn’t reply hehe.
Hmm, maybe yahoo is having some problems with their email today, can you post your email here or make it public in your profile so I can send you the fix myself?
Okay, should receive a fix shortly.
Seems to be working, thanks again!
Just updated by uploading the 1.6 folder and overwriting but if I go to http://mysitename/update there is nothing there (404). Am I missing something?
It has suddenly appeared! Please ignore my message!
For future reference, this will happen if your try to access update page when not logged in with admin account.
Hello. I just sent you a message with my login details to the cpanel, because I wasted 1 hour without any results…Can you install it for me?
Don’t really know which email it was, but I can if you send me the details.
You do not know which email was? So where to send the details to know it?
What I meant was if you sent me an email I answered, I just don’t know which one it was exactly, as I get a ton of them.
No, you did not answered it. I sent it you 1 hour ago.
What is your email address? I do not have any unanswered emails currently.
Sent.
After I recoved my password my hosting support center said that this guy has changed my password… 
Don’t know if by ‘this guy’ you are referring to me but as I said in my email I was unable to login with the credentials you sent me.
I am really sorry if it was not caused by you, I just said what happened and what the support center said
Sorry 
r4mark, can you posted the changelog for v1.6, there is nothing in the zip-file. thanks 
I will soon.
I want to ask before PURCHASING. Can i change the the site from left to right? and it’s support any lang?
It supports any language, but you might need to do some small configurations like changing default charset from utf8 and add css for rtl direction.
can the news come from another site? can the in the theater now be from another country? like italy or germany or switzerland.
If you will write the code to fetch the news from another site then it can and I’m not sure if imdb/tmdb provides the movies playing in theaters in other countries.
is there a way to limit the movie genres? or is there a way i can have the users submit movies instead of them automatically showing up?
What do you mean by limit the genres?
You can switch to db data provider, then the script will not try to automatically fetch data about movies/series and you can give users permissions to create movies, it’s explained in documentation in more detail.
You really have to make the scraping faster my friend. Running /private/scrape-fully gives an “This request takes too long to process, it is timed out by the server. If it should not be timed out, please contact administrator of this web site to increase ‘Connection Timeout’.” error.
My timeout is set to 180 sec…... That is 3 minutes without anything showing up at the site…
Just select less movies to scrape, I can’t make it faster as the speed is fully dependant on your internet and imdb/tmdb response time.
I ham trying 100 at a time and it should have managed that.
if you are using imdb it will scrape 100 if you enter 1
Why didn’t you say that before..??
It was mentioned in documentation under scrapers explanation 
Couldn’t tell from the demo, but is it possible to track TV show episodes watched per user? Also it would be nice to have the option of adding a CAPTCHA to the registration form.
Not possible currently, unless you write the code yourself, might add this feature in future update.
What’s the versions number for Bootstrap and Laravel?
Latest. 4.1 for laravel and 3.0.3 for bootstrap.
When updating featured trailers i am getting ERROR 500 – INTERNAL SERVER ERROR
Most likely some sort of request time limit by the hosting, I’ll try to increase the speed in next update.
My featured movies doesn’t update at all…. How come..?
Hi,
The site the trailers are pulled from (trailer addict) is doing some updates on their database, it should start updating again by the weekend.
Ok. Thanks 
Now it has done a update, but only one movie is showing up…??
Did you try to update again? I just tested it and everything seems to be working.