5864 comments found.
Hey,
I would like to purchase the script. I just have a question.
I will be hosting it on a private network, Will I be able to download (scrap) all content from IMDB and host it without internet access? I understand this will require a fair amount of space. Does anyone have a rough idea on how large?
Regards MDE
Hi,
You could scrape all data, yes, as for the space really not sure.
Cool, Once the data has been scraped and store in MYSQL does the program still require a internet connection. Excluding youtube and other social logins.
It does not, assuming you can connect to mysql server via your private network.
Thanks.
How can I do slider DESC, so the last added will show first? Thanks
Hey,
You can open up app/lib/slides/SlidesRepository.php file and change this line
$this->model->limit($limit)->cacheTags('slides')->remember(2000)->get()
to
$this->model->orderBy('created_at', 'desc')->limit($limit)->cacheTags('slides')->remember(2000)->get()
Thanks, in case someone need it the field wasn’t ‘created_at’, it work for me with ‘id’
@timtimtim this is a problem i also had with the lightbox… Please help
Hi,
1. How to add the “next” and “previous” in movies page at the bottom of the page as well.
2. also when in a movie and clicking any image on the right will always give the first image in lightbox, how to fix this?
Thanks.
Hello,
1. You’d need to modify the template file currently (app/views/titles/index.php) and copy/paste the navigation markup to the bottom.
2. That’s how it works at the moment, I’ll fix it in the next update.
Hi, a have a little problem. I can’t login.
session_start() [function.session-start]: open(/tmp/sess_ca948a62f360febf0dbc983eb0474bed, O_RDWR) failed: No such file or directory (2)
Any idea?
Hey,
You’ll have to contact your hosting support regarding that as it’s an issue with the server, they might need to create sessions folder or make it writable.
Hi
I’ve got a problem. I’m trying create a new actor but not working.
Please help
Hey,
Please send me your site url and ftp details via email so I can take a look.
Please look your mail inbox.
Sorry, but it doesn’t seem like I’ve received an email from you, can you send it directly please and not via my profile (you can find the address in the documentation)
Where is the Set Featured and Now Playing buttons gone? Also when will the next update be as it is important to me to have the Users control back ASAP, thanks
Also, how do I add directors in this version?
Also, it won’t publish my reviews, there are many bugs, i understand you are doing your best to resolve them, its just good to have a rough idea of when these issues will be fixed as it is impossible to run a functioning site without them and this is vital! Thanks again
Hello,
Featured movies are replaced by the slider, you can add them there, now playing section will fill up automatically. You can add directors by entering their names on the right side when creating/editing a movie.
As for the bugs, if you encounter any, please send the url it happens at and the description of the problem to me via email so I can solve it faster, because saying “it won’t publish reviews” doesn’t help much as it could be caused by a hundred different things.
Thanks!
Okay but how can i send you the link to the dashboard?
Also, I have emailed you twice with no reply!
You can send your admin or ftp credentials along with the url. As for the emails, I pretty much always reply within 48 hours, so if you didn’t hear from me, you should send me an email directly and not via my profile as those sometimes don’t get delivered. You can find the email address in the documentation.
@Gognoo @r4mark how cannot reproduce issue its present even on yours demo site here also game portal to see here http://s29.postimg.org/icvqbw3zr/Screen_Shot423.png its only when site is chargin
Hi,
That’s not really a bug it just happens before all assets are loaded and should only occur once before they are cached, even then it’s just for split second, either way I’ll look into adding a loading icon for slower devices in a future update.
Is there a way to generate sitemaps ? It would be really nice if there’s a sitemap feature.
Hey,
Not currently, but I’ll be adding that in a future update.
Hello, just purchased this and having trouble installing. I get a 403 forbidden error when I upload it to a sub-directory on my server.
Any help on this matter?
Regards
Hey,
Please send me your site url and ftp credentials via email so I can take a look.
Thanks for speedy reply! Good news, I resolved the installation issue by editing the .htaccess file.
Currently run into a new problem whenever I attempt to upload an image or scrape some data from imdb. When I upload an image it just says:
“object Object”
and when I scrape data I get the following error:
“Call to undefined function Intervention\Image\finfo_buffer()”
I run my own server and to my knowledge fileinfo is enabled in php.ini.
Anyway, I will send FTP details for you to take a look.
Regards
I would be very happy to buy this script, but at the moment it has too many bugs. 1)Seo is very poor, it should be improved. 2) With IE my pc view this (Windows7-Dimension15-Screen:1388-768): http://i59.tinypic.com/2zxxlld.png 3) So many issue with the css. 4) It would take a membership to allow members to change things. 5) Don’t have scrape specific title or specific category?
Hi,
Couldn’t reproduce the issue in the screenshot, it’s most likely due to outdated IE version.
As for the other points, they’re very vague, not sure what you meant exactly.
When I create a new movie title After I enter IMDb id ,will appear Error : ? Illuminate \ Database \ QueryException SQLSTATE23000: Integrity constraint violation: 1062 Duplicate entry ‘tt2191400’ for key ‘titles_imdb_id_unique’ (SQL: update `titles` set `imdb_id` = tt2191400, `tmdb_id` = , `allow_update` = 0, `featured` = 0, `now_playing` = 0, `updated_at` = 2014-07-26 21:37:00 where `id` = 32867) ? open: /home/fmovieco/public_html/movie/vendor/laravel/framework/src/Illuminate/Database/Connection.php }
// 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, $bindings, $e);
}
How can I fix it ?
Hey,
Please send me the url this happens at via email.
I am having issues scraping from imdb. Movies scraped from imdb do not have SEO URLs and are missing a lot of info like cast, reviews etc. When done with tmdb, it’s all perfectly ok. Please help.
The condition is worse, all the movies scraped from imdb or tmdb from the dashboard have non SEO URLs, but when searched from the front end, they come up with SEO URLs. It’s all so confusing. Why can’t the movies permanently have SEO URL ?
Hey,
Can you send me a link to movie that didn’t get it’s info fully scraped via email please.
As for the urls, there’s no need for seo urls in dashboard as users won’t be accessing movies from there.
The URLs are not SEO even when accessed from Home=>Movies section.
I’ll fix that with next update, or you can fix it manually by opening app/views/titles/index.blade.php file and replacing
href: vars.urls.baseUrl+'/'+vars.trans[type]+'/'+id
with
href: vars.urls.baseUrl+'/'+vars.trans[type]+'/'+id+'-'+title.replace(/\s+/g, '-').toLowerCase()
Working now.
Hello ,
When I edit the app/views/Titles/Show.blade.php file I get always error ,
When I open any movie on the website I get a blank page with this :
@extends(‘Main.Boilerplate’)
I don’t know what the problem is , I cleared the cache from FTP & from the Setting page but still no luck
I also have uploaded the files over 4 times but I just can’t edit this file
Please help
Thank you Regards
Hi,
What are you trying to edit exactly? Seems like some kind of syntax problem.
@indicahost that is true
My friend, I have a doubt, content is updated automatically right?
But there is a mistake, I edited the information in a series and after “upgrade” all I had done was gone, that was the title and synopsis of each episode.
That’s right?
Thanks
Hi,
The update itself doesn’t modify any data, make sure you select ‘db’ as data provider when modifying movies/series so they don’t get overwritten.
database is updated automatically, why?
Hey,
If you don’t want this functionality you can turn it off, by selecting ‘db’ as search and data providers in dashboard > settings page.
ok, thanks
do a search and I keep say 10 movies. But if I return the next day I find that the list has increased one. Because does this happen?
Hey,
Not sure what you mean exactly, can you clarify please?
can i get this to JUST show news rather than films – in the the main screen
Hi,
You could, although you’d need to modify the homepage template.
fully scrape movies/series 404 error
404 Not Found
Sorry, we could not find the page your requested!
Hey,
Please send me your site url/ftp details so I can take a look.
i dont see reason why i give to you acces to my FTP, scrape movies error image http://s29.postimg.org/xhytn63uf/oie_25135523j081_VXp_W.png
Well I can’t say the exact cause without taking a look myself, although it’s most likely due to request time limit on hosting side.