5863 comments found.
you can check why not import correctly seasons, import from 0-10 regardless of the number of seasons, after new update.
Hey,
Not sure I understand the problem, can you clarify please?
Can you send me your site url and ftp details via email so I can take a look please.
ftp details sent
Hi, Sorry to bother you man, i have followed the instructions in the documentation on how to update however i am still running into problems.
Whenever i try to access my site www.myurl.com/update, this message appears:
Error in exception handler: The stream or file "/home/show/public_html/app/storage/logs/log-cgi-fcgi-2014-10-25.txt" could not be opened: fopen(/home/show/public_html/app/storage/logs/log-cgi-fcgi-2014-10-25.txt) [function.fopen]: failed to open stream: No such file or directory in /home/show/public_html/vendor/monolog/monolog/src/Monolog/Handler/StreamHandler.php:80
When updating i only kept the database.php and cache.php located inside of app/config.
So could you help me out by any chance?
Kind Regards
Hey,
Make sure app/storage/logs folder exists and that it is writable (777 permissions)
Hi, that solved the initial problem but now i am running into another problem 
file_put_contents(/home/show/public_html/app/storage/sessions/3a72aa329b4f7418ccaa45a794ac2af365a45bb8) [<a href="function.file-put-contents">function.file-put-contents</a>]: failed to open stream: No such file or directory
Sorry to ask you this but would you i mind if i sent you my ftp details to attempt to fix it.
Seems like some folders are missing for some reason, open up app/storage folder and make sure these sub-folders are present, if not create them: logs, views, sessions.
Hi, creating those folder fixed the problem however i also needed to add the “IMDB” folder from the previous version as it was not there in the update.
However, i am running into another problem which is related to your streaming plugin. The streaming plugins makes the site not work, for example when i click on the “series” page or “dashboard” page it loads the page but then a text saying “working…” appears like this: http://puu.sh/crvIh/55379ee078.png
so i was wondering if you could help sort that out. Again thank you for the great support.
here`s a better screenshot of the issue: http://puu.sh/crwcp/e145937342.png
The latest update to the plugin should solve this issue.
Yh, the update seems to have fixed all the issues except for the need to import the “imdb” folder manually from previous versions if you want to be able to save images locally.
Again, Thanks for the awesome support!!!
I did the update, now my site is not working. your instruction says to delete all the files except database.php and cache.php inside app/config. and upload the rest. so I deleted all the files from the config folder. and uploaded the rest, which does not make sense because I would end up overwriting my database username password etc. now I have to pay hostgator $15 to restore my website, not cool. please give clear instructions. still not sure how to update the right way.
Hey,
Sorry to hear you’re having problems. The right way to update is as explained in documentation delete all the files from app/config except database.php, because as you said that would overwrite the database credentials, in other words, don’t overwrite files you have modified.
Regarding the restoration, just shoot me an email if you’re having problems and I will fix it for you, no need to pay anyone.
The files to delete are from the server or download folder? too late, I payed to restore site.
From the download folder, even if you overwrite everything though, you just need to reenter your database details.
OK, will try again.
Got it updated; I just needed to enter database details.
Which is the affected files for this update?
Hi,
There’s too much files to list this time around.
And when update?
Hey,
It should be up now.
how scrap facebook page address people of imdb page actor?
dashboard/group groups what work? u can more details of Group? thank u
Hey,
It will be implemented in a future update.
<div data-bind="if: type == 'create_at'" class="status">Recently added</div>
@if ($title->affiliate_link)
<a href="{{ $title->affiliate_link }}" class="btn btn-secondary"><i class="fa fa-download" /> {{ trans('main.buy now') }}</a>
@else
<a href="{{ HTML::referralLink($title->title) }}" class="btn btn-primary"><i class="fa fa-dollar" /> {{ trans('main.buy now') }}</a>
@endif
<button class="btn btn-secondary" href="{{ $title->affiliate_link }}">
<i class="fa fa-download" />
Download Now! </button>
Can you help me with please! last time hehe please
Best regards
JM
Hi,
Not exactly sure what you want to achieve exactly, but in the first example you’re checking if titles type equals to ‘create_at’, but titles only have series and movies type. Created_at is a field with a timestamp of when the title was created.
In the second example you’re linking to titles affiliate link, which will not initiate a download.
No, hehe first was for show the sticker ‘recently added’ you remember my last images http://imgur.com/t7wV2H0 – and in the second im linking the afiliate link cuz there i will put the download link example: http://i.imgur.com/bkFEXlN.png for that i want to add a third button can you help me 
The recently added sticker is more complicated, so it’s really not something I can walk you through, as for the download the code in your second example above should work, what error are you receiving?
Hi, Man I got this error: @extends(‘Main.Boilerplate’)
PD: can you tell me what files you update for dont delete al my custom files please 
sorry for be so anoying i want to add my feed but i got this error to: http://mranime.tv/feed/news
Did you modify anything or is that the default feed that comes with the script?
Hi r4mark,
I email you like yesterday I had quick questions.
Hey,
I probably didn’t receive it, if I didn’t answer, can you please send it directly via email and not the contact form in my profile please.
Hello i delete tvshow from routes and i dont want to show link in static-pages-sitemap.xml
Hey,
Open up app/lib/services/sitemapMaker.php and remove this line
$sitemap->add(url(trans('main.series')), Carbon::now(), 1, 'weekly');
Hi,
All working fine. Just one question though, how to change meta title, description and keywords of homepage and everywhere too.
Regards
Hey,
You can do it in app/lang/en/main.php file along with other translations.
How can i remove the phone design ?
Hey,
Not sure I understand what you want to achieve exactly, can you clarify please?
Phone have their own design how can i remove i want the site to look like in when you are in the pc
It’s not possible without significant code modification, you can just request a desktop site on your phone though.
when can i i find the code
best regards
JM
or maybe will be easier add a form for put the name and color for the stickers well maybe you know how to do this 
Hey,
Can’t access that image so not sure what you need exactly, make it hotlinkable please.
You’ll want to open up plugins\streaming\views\Titles\Index\ForEachMovie.blade.php file and then you’ll need to add the logic you need there, example:
<!-- ko if: ! link || link.length === 0 -->
<div class="status">Not available to stream</div>
<!-- /ko -->
You can use if: type == ‘movie’ to check for type, and you can use created_at property to check for date added.
Can you help me with that please hehe in know you are bussy but can you help me with this just with Ova and recently added – then i will se how can do this and make it alone
i hope you can pd: ftp details sent to your e-mail 
Hello there,
Firstly i want to let you know that your script is awesome!! The clean design along Its great speed its not compared to anything i ve found! Congratz for your awesome job!
I have some questions for you though :
1. I want to use your script for specific only movies and use the imdb/tmbd for scraping those info. I dont want to add all that info by hand (Titles->Create) and also the scraping is for bulk, not one by one movie. Can i add only movies i want to have (one by one) in my DB?
2. I saw also that you have a streaming plugin that works along with this, is it compatible with the last update of MTDb? Im saying this because the stream demo is with previous version.
3. Have you thought converting this for wordpress as theme or plugin?
4. And last question…:D Do you have in your plans to keep making this awesome script better and with more functions?
Thanks for your time
Hey,
1. Yes, you just need to enter imdb/tmdb id when creating the movie and it will fetch the info.
2. It is, haven’t gotten around to updating the plugin demo site yet.
3. I did, but It’s fairly hard to implement in wordpress, maybe I will in the future though.
4. Yup, I have a bunch of cool features planned.
Hello again,
I is not how hard I tried. I changed almost 5 units hosting the script but somehow I was unable to. If possible, if you k to a website and see if you can deliver me, will you? I will send to your PayPal account fee. If the domain name will be cafesinema.net .
Can you help?
Hey,
If you need help installing, send me your cpanel credentials via email please, if you could upload the files first that would speed up the process.
Hi again r4mark
1- Where can i change text “db” 2- Where can i change link “en” (i want to “TR”)
Sample screen http://snag.gy/8t54L.jpg.thanks sir .
Hey,
You can change the wikipedia link in app/lib/helpers.php file by changing this line
'http://en.wikipedia.org/wiki/
as for the ‘db’, open up app/views/actors/show.blade.php and change this
$provider
to
'your text here'
Don’t forget the quotes.
yes yes yessssssss.
You’re the king.
I was very happy.
very thanks sir.
Hi r4mark
I am trying to run MTDb locally using wampserver 2.5 without any success.
When I go to http://localhost/mtdb/install, I get @404 error.
First thing I did was to enable mod_rewrite but it made no difference.
I managed to install using http://localhost/mtdb/index.php/install but now the site can’t load the pictures ;
It’s trying to access http://localhost/mtdb/index.php/imdb/posters/tt0111161.jpg
But the real path should be http://localhost/mtdb/imdb/posters/tt0111161.jpgI understand that the problem here is that I should not use the index.php
Any solutions?
Hey,
Make sure that mod_rewrite is enabled in httpd.conf if it is then it might be due to the way the new wamp works (you need to create virtual hosts for your sites).
Thanks For your help, I found out that it’s working when I use http://127.0.0.1/ instead of http://localhost/.. Question 2, is there a way to deactivate some section, let’s say I don’t want Series and News & want to remove the search. I understand I can do all this in CSS but if there is a better way, I am all for it!
Let me add 1 more question to that, Can I host video locally instead of playing them from youtube?
To remove some sections you’d need to delete the from the templates in app/views folder and disable them in app/routes.php file so they’re not accessible via the url, not easier way to do it currently.
As for the video, yes, just upload them to your server and enter the direct url to it when creating/editing a movie (and make sure to select custom player in the dashboard)
Hi,
I am getting this error while scraping movies
InvalidArgumentException Expecting a DOMNodeList or DOMNode instance, an array, a string, or null, but got “boolean”.
I have applied for api for TMDB, but they are not replying at all. What is the worth if I am not able to use the api. I am using this script for 2-3 days, but developer is slow in response. I am very disappointed in this script. Nothing is working at all.
Regards
Hey,
Please send me your site url and ftp details via email so I can take a look. As for the api, you can request a developer key, you will get that one instantly.
<span> <strong> <br />Views:<span> <a> <i class="fa fa-eye" />
{{ $title->views }}</a></span></strong></span><span>
</span>
but this gave me error in titles/index.blade.php can you help me with that i put a link how i want this hehe thank you best regards JM
Hey,
Send me your site url and ftp details via email so I can take a look at the error.
ftp details sent*
Hello, really nice script. I am planning to buy this along with the streaming extension plugin but have a few questions:
1. can we create new posts and pages and stick new pages to the main menu?
2. can we scrape certain pages on wikipedia with this?
3. I see that a lot of people having trouble when installing, getting lots of errors, have you fixed this issue?
4. is everything automated including the homepage slider images, and all other images and reviews? so we dont manually do anything
5. what is the limit we can scrape and publish on the site? I want to scrape all movies and tv series from imdb for example?
thanks
1. Yes.
2. No, at least not without code modification.
3. It’s caused by server misconfiguration or missing extensions the majority of the time and not by the script.
4. Everything except slider, you only have to search & click the movies you want to display though.
5. There’s no limits on the script, you can scrape all of it if you want to, there might be limitations on your hosting side though.
thanks. I also wonder how the streaming extension works. does it find and add all the movies, tv series etc? can you give some information?
Hey,
You can use one of the scrapers in dashboard to fetch movies/series or they will be fetched automatically once someone searches for them, or visits actors that starred in them profile page .