5865 comments found.
Hi, Can we scrape more than 3 actors?
Can you clarify that please?
i mean to say that there are currently 3 actors displayed in your movie page. Can we scrape more actors like 10 for each movie.. 
If there’s 3 actors, that’s the amount of actors on TMDB/IMDb. You can add more manually if you want tho.
ok ..Can you please tell me the name of the file which scrapes data from imdb…
app/lib/repository/ActorData/ImdbActorData.php
Is there a way to translate?
Not currently, In a future update it will be.
Hello, I got this error. PHP: 5.5 MySql: 5.6 Apache: 2
Url: /movies/xxxx
Msg: Illuminate \ Database \ QueryException
SQLSTATE[HY000]: General error: 1364 Field ‘user_id’ doesn’t have a default value (SQL: INSERT INTO reviews (source,author,body,link,score,title_id) VALUES ( ....
Could be several reasons, try to run this
SET @@global.sql_mode= '';from PhpMyAdmin or whatever you are using, this will reset mysql mode so it’s not running in strict anymore.
Thanks, for that but i have new problem, The page and all links set to home page (/) and display register dialog when i have change config/app/’locale’ => ‘xx’, (none en). i cannot click to other page.
More bug: views/Themes/NoTabs/Jumbotron.blade.php line: 14,18 must be {{ ... }} not {{{ ... }}}.
The bracket problem will be fixed next update. As for your last problem, I’m not sure I understand it, can you clarify please?
@r4mark, When i change locale to other like `th` and translate some my language and back to the site, the home page away show `register` dialog and any links linked to homepage (/), i think you may `hardcode` your code with `value of trans.key` in some where (?).
Not sure I understand the problem exactly, can you email me the link where this happens?
I found it. when i translate `menu` section the links are wrong. Try to do that, (lang/xx/main.php line 256 //menu)
Seems to be working for me, the //menu section will translate the urls as well as the menu items. What is the problem exactly?
Try to change menu to none english word like: ???????. (cause from Str::slug)
I can not post none english word, Please copy some Korea, Japan word to change in menu section. http://ko.wikipedia.org/wiki/%EC%A1%B0%EC%84%A0%EB%AF%BC%EC%A3%BC%EC%A3%BC%EC%9D%98%EC%9D%B8%EB%AF%BC%EA%B3%B5%ED%99%94%EA%B5%AD
Alright, I can see the problem now, the urls will only accept accented characters but not russian/chinese ones. I’ll try to solve it in the next update, in the meantime please use contact form so I can email you a version of script that will not try to translate urls.
Hello, have u gone through the email that I had sent u yesterday, demanding the modifications I need?
regards ehsanali7345
Yes, I’ve sent you en email.
Sorry to disturb u again, bro, I can offer u $400…...it is not necessary that u will have to do it know. take 2 to 3 months, spend just 20 minutes daily.
I really need this. Please don’t let me down.
Hi,
When i get movie information from IMDB for a serie like (tt3408076) the episodes information is not downloaden.
Can you look into it and check if its a bug?
Regards, Interop
Hi,
The script will only fetch season information from IMDb when some one requests it (visits the season page) as it is a time/resource heavy action.
Hi,
Thanks for your quick reply, i understand.
I encountered the following bug:
Information about series with for example 15 seasons only the last 9 season information is fetched, see for example (tt0383126). The crawler scrapes information only from the series home page and not all of the seasons information is displayed there.
Can you look into that?
Regards, Interop
I’ll definitely look into that, thanks for reporting it.
Thanks looking forward in hearing from you.
My implementation errors with this, I would fix it.
pontodebusca.com.br /filmes
The access to the panel? How do I update the movies?
Hi,
For the error that seems like mysql server is timing out, you’ll have to contact your hosting support with that, not much I can do about it.
If by panel you mean dashboard, you can access it by clicking on dashboard in the menu bar (make sure you’re logged in with account you created during installation), you can update a speciific movie by clicking ‘update from external’ in dashboard.
Hi
I sent you email. I went to Settings and added facebook and discuq shortname and then the script crashed http://143.95.38.204/~tes123/Symfony \ Component \ HttpKernel \ Exception \ NotFoundHttpException
Any help?
Did you update to 1.6.2? That error should be fixed.
Hi With the Permissions setting I need to set it so that the Users can only edit and create the same fields which they themselves created. So for example. people.create – create and store new people in db. people.edit – edit people information and attach/dettach them to/from movies.
So the ‘actors’ table needs an extra column called ‘creatorID’ with is gathered from the ‘user.id’ column, and the EDIT button should only be visible when the creator of the people is logged in.
Hi I would like to change some of the fields in the registration page. I am not familiar with laravel. How do I change the fields, where is the app page that handles this?
OK I found what I was looking for in app\database\migrations to handle the registration page, but I don’t know how to change the permissions so that only the creator can edit fields.
You will have to as you said store user_id that created it, you can get the id by using
Helpers::loggedInUser()->idand then you’ll need to create a new filter for the controllers that checks whether the id of current user and the one stored in database matches before returning edit page, you can look at filters and controllers here http://laravel.com/docs/controllers#controller-filters
Hey are you using sentry eloquent or kohana to control user permissions. I don’t know, the code is very complex.
sentry and eloquent.
The best Movie script OnLiNe “SOLD!”
It’ll be cool if you could integrate some type of forum too. sell it as a plugin extra?
My other cool site http://bit.ly/ZoPCEN
Thanks. There are already other forum solutions that you can integrate quite easily, it’s not really this scripts territory.
I agree @pixavi , very good support from r4mark I have some suggestions for the script :
- Scrape movies data according with IMDB code list - Users should select and exclude which kind of data they want to scrape for example , exclude big backdrops due to download speed etc - Users should create movie lists and add movies to lists.
I will most likely add user lists in a future update.
i want to say something to everybody.
This Man is the best supporter on Envato
More than 5 stars, i give you 100 stars.
Keep it up! 

Thanks 
Hey, I would really appreciate if u cud make some special modifications for me. I am ready to pay $250 or more.
Email me via contact form with more details please.
I have sent u the email.
Hi, I noticed only at homepage when scroll down the header bar doesn’t shows search input option? Can you add it next update 1.6.2? thanks
It’s on purpose as there is already a search bar at the top 
I translate the script, but filters in search didn’t work anymore.
And a suggestion for next update: Users can click in movie/serie genre, like “Breaking Bad 45 Min – Drama – 2008-01-19”. Users click in Drama, and find others series or movies with this genre.
Did you update to 1.6.1? that issue is fixed with it.
I installed the 1.6.1
Why my trailers links have this ”?version=3”? How I remove?
It’s youtube api version, you shouldn’t remove it as it may cause problems.
Okay, thanks. I have problem with filters, and I have the 1.6.1
It will be fixed in 1.6.2, should be available tomorrow.
Thank you man, you are the best 
Hi,
i would like to install the script above my root, i noticed that this can be done from other posts?
It was, but I modified the structure, because the majority of script installs were on shared hosting without the above root access, you’ll need to modify the structure of folders a bit to install it the old way.
do you still have the old instalation guide for this?
No, but you can download fresh installation of laravel framework from github to see how the folder structure looks and follow this guide http://driesvints.com/blog/laravel-4-on-a-shared-host
oke thanks, but i got a new problem with the truncate button when i hit it it will delete every movie, series and actors but when i refresh there are 6 movies and 9 series that won’t go (i tried thru phpmyadmin but they still dont go! phpmyadmin doesn’t give a error it say’s that it workd!) realy weird….
maybe because fully scraped is on 0?
in phpmyadmin this is the error when i want to truncate the table titles: #1701 – Cannot truncate a table referenced in a foreign key constraint
Try to empty the app/storage/cache folder manually, perhaps the script doesn’t have permissions to do it. As for the tables, to truncate them from phpmyadmin you will have to disable the foreign key checks before truncating.
This did the trick! without deleting the table or deleting the index SET FOREIGN_KEY_CHECKS = 0; TRUNCATE TABLE [YOUR TABLE]; SET FOREIGN_KEY_CHECKS = 1;
maybe handy to put in the script in your next update if it goes wrong somehow?
That’s how the truncate button works currently.
i think i hit truncate and then the scrapers hit 15 more in my db.
Hi
Is it possible to make the search of Amazon.com just for German Amazon? I meen not the Affiliate Link on Dashboard.
Because it is almost impossible to put all the links with by hand. The database updates itself automatically and you can not comprehend what movie you linked, and which do not.
And whre i can change the language to german. In the documantation the link dosn´t work.
Step 5 – Once you are done translating follow Step 2.1 and simply change your locale to whatever you named your translation folder, ‘de’ in this examples case.
In app/config/app.php,
'locale' => 'en'
change en to de.
superp 
I have a Error 404 if i Filtered Movies, etc.
Did you update to 1.6.1? that issue was fixed with it.
you do it for me last monday.
My mistake, it was fixed in 1.6.2
I want to know if Admin can add local movies , that is apart from movies that will be pulled from imdb, can admin add movies himself, and can users register to add movies ?
Yes, you will need to give users permissions to add/update movie information tho.
bro when i add one permission for example {superuser} and click save this change to {\superuser\} and when u login this give one error.
you should add permissions in json format, like so:
{"superuser":1}
yes i put this code. but change to { \ ” superuser \ ” : 1 } (i add space in this code because heare change to {\superuser\} )
I can’t seem to be able to reproduce it, can you send me your site url/ftp details via contact form so I can take a look?
oki
Hi all, thx for the info. Unfortunately I still can’t get it to install. I’ve tried mysite.com/install and mysite.com/index.php/install
Anything else?
Hi, send me your site url/ftp details trough contact form and I’ll take a look.
details sent
@jman12, there is no install folder, the problem is the .htaccess would not work right!