5864 comments found.
And when you look for the serie “suits” press search you can’t find it
But when you type “suits” on the homepage and wait it appears in the auto search results
When you click ‘search’ it will use the data provider set in dashboard to perform the search, the autocomplete results always come from database, that is why there might be a difference.
Great script but would like to see the following:
1. Images in the section “in theaters now” are too stretched in hight on iPad / iPhone 2. Option to automated update , but not for news. 3. Option to set different standard text for twitter in the footer. 4. Option to follow a person and get updates when a new movie or serie comes out. Option to follow a serie and get an update when a new season starts airing.
Most important for myself: 5. Option to set manually a checkbox with each serie or movie for example “available on demand in COUNTRY” and also be able to filter on that. I know it the checkbox has to be set manually but really need this option.
Thnx so much.
Hi, I will see what I can do for next update.
For twitter text, the script uses meta description which you can change in app/lang/en/main.php
Thanks looking foward to it
?
Ar irasete savo duombazes informacija app/config/database.php faile?
One small useful update function which i have added to my site,you people also can do that.Function to see how many total movies are fully scraped in dashboard.
1. In Master.blade.php and add below after 8th line pasee below code
<div class="box col-sm-2">
<span id="number">{{ $fullyScraped }}</span><br /><span id="text">Fully Scraped</span>
</div>
and
2. In DbInfos.blade.php after 8th line paste below code
<div class="col-sm-3 box">
<i class="fa fa-film pull-left" />
<span class="pull-right col-red"><strong>{{ $fullyScraped }}</strong></span>
<br />
<span class="pull-right">Fully Scraped In DB</span>
</div>
3. In EventListeningServiceProvider.php after line 265 paste below code
->with('fullyScraped', Title::where('fully_scraped', '=', '1')->count())
In dash board you will have fully scraped movies number. movieregister.com
in dashboard
http://zupimages.net/up/14/05/ih2z.png
in page news -> edit
http://zupimages.net/up/14/05/ncdp.png
Can you send me your ftp details via contact form please, this is most likely caused by some accented character, but can’t say for sure without taking a closer look.
sent mail.
It does also with an edition of the news of ScreenRant in Dashboard. For the edition on the news page, it is surely due to the quotes that they work well in the dashboard. But see the capture below for display, whatever the language.
Any news?
Sent you an email.
which framework is? give me some explain where finde add filter function, i found in php but it get function some files, please tell me i want only add imdb filter and when someone go movies show first last added
{{ trans(‘main.popularity’) }} i saw this but {{ trans(‘main.imdb’) }} not working which file throw this function here> only need 2 function
help me
I’m sorry but I don’t think I understand your question, you will have to clarify it.
The filter form is in app/views/partials/filterBar.php
sveiki, kaip matau esate lietuvis
turiu keleta klausimu:
ar saitas pats ubdeitinasi automatiskai i naujausius filmus?
ar butu imanoma vietoje filmo pirkimo ideti online filmo perziura memberems?
1. Taip.
2. Tektu paciam rasyti koda.
o ar tai sunku butu?
Priklauso nuo to ar gerai mokate php ir laravel framework.
Na kad nelabai, o gal galetumete jus tai padaryti uz atitinkama mokesti?
Neturiu laiko siuo metu freelance darbui.
please add imdb filter and if movies go show last movies and add filters too
give me your contact i want some changes and can give money
Hi, sorry but I am not current available for freelance.
Hi, I’ve uploaded the script, it looks goot and running but when i click on login this error shows up, ErrorException session_start(): open(/var/lib/php/session/sess_idbdbmehkh5jukmekb9ug01i00, O_RDWR) failed: Permission denied (13) What do i need to change so this error wont show ever again? I followed the instructions on the documentation, but still this shows up.
Seems like the script doesn’t have permissions to open
var/lib/php/sessionfolder, you might have to contact your hosting support with that.
updating continues ..how stop it.i set Primary Search Provider on db but not works
uncheck the ‘auto update data’ box in dashboard (if that doesn’t work, ckeck it – save, uncheck it – save, the proper value might not be displayed after update.)
not installed http://www.georgiantime.com/ nothing happend, i wrote db names ins datebase.php whats wrong?
please tell me wich framework language is? i wnat to edit something
You need to visit http://www.georgiantime.com/install, as for the framework it is laravel.
How works the language system? Can I add multiples languages, like English and Spanish, and user chose the language?
Not currently, you can only change language as admin.
Hello, The script looks great and am looking to buy it. Just wanted to clear a doubt. I saw the admin dashboard and found that we are able to add only the actors, director, writer. What about adding the other crew like music composer, editor, producer, etc ? Is it already there or are you planning to give it in a update ?
It’s not there currently, I might add it in a future update if there’s enough demand for it.
1 – When Title Page View -> no tabs, you cannot change the images!
2 – It would only members can see the profile of others.
3 – Or are you with the translation.
1. It’s a legacy view. You can access it via url – **/edit-images 2. You’ll need to make that functionality yourself. 3. If you mean dashboard, it should be done next update.
1 – Why not integrate! Because we do not have the same function in both views.
2 – This should be a normal practice not to see the profile of someone not connected, right?
3 – ok, thanks.
1. I will next update. 2. I don’t see why it should.
not working and in file there is mydomain.com/install there is no install and errors Warning: require(DIR/bootstrap/autoload.php) [function.require]: failed to open stream: No such file or directory in /home4/playggg/public_html/forshots.com/index.php on line 21
Warning: require(DIR/bootstrap/autoload.php) [function.require]: failed to open stream: No such file or directory in /home4/playggg/public_html/forshots.com/index.php on line 21
Fatal error: require() [function.require]: Failed opening required ‘DIR/bootstrap/autoload.php’ (include_path=’.:/usr/lib/php:/usr/local/lib/php’) in /home4/playggg/public_html/forshots.com/index.php on line 21
Seems like you have php 5.2, the script requires at least 5.3
ok i will test another host but this is hostgator 5.2.17 this version is php
I believe you can upgrade hostgator to 5.3 via .htaccess, you should google that.
What is the folder ‘database’ in the last update?
What should he do with this file? And or put it?
Copy/Paste it as usual, it will remove the character limit from ‘custom field’ for titles when you run update.
This was not specified in the documentation…
It was at the top.
Hello
How to modify <title> tag in <head> ?
Depends what page you want to modify, for title pages – app/views/titles/themes/*/title.blade.php
I want to buy, but there are are 2 questions bothering me.
Is this legal? I can’t see how scraping content from an original source and then monetising it is ok – I can nearly see the lawyers lining up if it becomes successful..
Adsense – because it is not our own unique quality content, and it’s been scraped, Adsense TOS would be broken or at least it’s a grey area which most people wouldn’t want to get into.
Thanks for replying, in advance!
If you’re worried about about legality you can use tmdb as data provider, this way the data is not scraped it is acquired via api which is publicly available and is made for precisely this type of usage.
Hi r4mark,,,Thanks for this wonderful script and the enhancements you are making.one question
From front page for people – Edit , is there any option to upload image for actor in Edit window, I see only path to image and it will be better if you can add a button to upload Image
Thanks Arjun
Not currently, in future update perhaps.