1763 comments found.
any NEW update ???
Yup. It is coming.
Thanks Great Scipt 
please next update also add Adblock dictect script
Hello
Yup, that has been already implemented.
hello friend, I’ve been looking at the demo and it seems that it does not generate video image automatically is that right ? It has previsao to change it ?
Hello
You are right. It doesn’t generate thumbnails. That would require FFMPEG.
How difficult would it be to show the user’s point total on their profile page?
Hello
That is already the case. You can view that in private profile page but not on the public.
I guess I’m asking how difficult to show it on their public profile page.
Hello
Sorry I responded via my phone on my way home. All you have to is to put this code
<?php echo $user->points ?>anywhere you want to output the number of points.
Perfect. Do you do any paid customizations?
Yes.
Ok.
Ok.
So far I’m loving this script. Far superior compared to others.
I do have a quick question. I had my first user sign up and when I looked at their account details it had my admin email as their email.
Any idea why?
Looks like it has something to do with Chrome (iPad) saving my password. When I go to edit a user it inserts my email and password into their details. When I try to save the edits it tells me the email has already been used.
If I clear the saved password out of chrome settings the users detail page will show their actual email and allow me to save the changes to their account.
Hello
Yeah autofill can sometimes do that.
So we are unable to save our login info?
Hello
Yes you can but you should not use autofill when you create a user or edit one as it will automatically fill the fields with existing information.
Got it. Thanks!
Question before buying: Is it possible to change the comment system to a more robust one using tinymce? I know it’s possible, but would it take a lot of coding to do so? Thank you in advance. Oh, and looking at this media script I would have to say that is the BEST one I have seen by far; better than phpvibe, etc. Great job on this and I hope you keep developing it. I’ve seen others that never go anywhere and are abandoned. Keep up the good work. You have a great product with this!!!
Hello
That is not an issue. Requires some small modifications and that it. I would suggest using a more simple lightweight editor (add script, configure, make a small php change to prevent cleaning html chars and that is it). Thanks for the feedback 
You are welcome for the feedback. Will buy now.
Also can you guide me where the small php change to prevent cleaming html chrs is? Thank you very much!!
Hello
No problem, send me an email and I will tell you how.
Just bought this script today. I am having trouble with images when I select to store images on local server, they are not shown and when I choose not, they don’t work well with ssl, they are served from http instead off https.
Hi
It might be a problem with server. Can you open a ticket at http://support.gempixel.com?
I sent mails recently. you never replied.
Hello
I will check that now.
Okay.. been 2 days already
Hello
I don’t see your emails. Please resend.
i have done that
i have done that
Still no email. Try using the form on my profile: https://codecanyon.net/user/KBRmedia
This script just make frames from youtube instead of importing videos directly into server. Is there a way to serve videos from server instead of frames?
Hello
Copying the actual youtube video is illegal. You can copy videos however you will need to modify the script.
Hello, I want to know how to add inserts in the sidebar, such as a box facebook
Hello
Open the theme file and find the <div class="col-md-4 sidebar"> .. </div> and you code between.
What file?
It depends on the page. For ex. index.php, view.php, etc.
OK thanks.
Hello. Did u have any plan to make subcribe video that visitor need to purchase to certain video?
Hello
In fact, that will be the main feature of the upcoming version.
Any ETA for next updated?
Hello
I don’t have an exact ETA because I still need to work a bit on it but it will up before end of year.
Hello,
I want to show page navigation on every media at home page. Page navigation is only at the selected media browsing page. Please advise me how to add page navigation at home page.
Thanks
http://dl2.joxi.net/drive/2016/10/17/0019/2016/1271776/76/7a6fc43a93.jpgHello
There is a view more button that you can move at the bottom. However pagination is not a good idea for the home page because it will increase the load time.
If possible, I prefer to add page navigation in home page. Otherwise I would like the media to show randomly in home page – NOT latest added media. Is it possible?
Sure. In the file includes/App.class.php on line 173 find
$media = $this->listMedia($this->getMedia(array("type" => $type, "limit" => $this->config["homelimit"])));
and replace that by
$media = $this->listMedia($this->getMedia(array("order" => "RAND()","type" => $type, "limit" => $this->config["homelimit"])));
OK thanks. Working fine.
Hello again!
How can I increase the title word limit? I think it is too short for me. And what is <?><?> in the screenshot below? how can I fix it?
http://dl2.joxi.net/drive/2016/11/08/0019/2016/1271776/76/69ce0762a3.jpgThank you.
Hello
Increasing the word limit might break the layout. Those characters are due to cutting the words. If you want to remove this, please open a ticket at http://support.gemixel.com
Hi,
I’ve opened a ticket here http://kbrmedia.freshdesk.com/support/tickets/2588 because I cannot access http://support.gemixel.com. Pleae check for me.
Thank you.
Would you happen to have a Database Relations chart or something for anyone looking into adding their own extra functionality?
Hello
I don’t have a chart but it is very simple. Here is an example to get from a column using the condition where field = value and limit = 5.$this->db->get("COLUMN", array("field" => VALUE), array("limit" => 5);
You can check out the file Database.class.php or the fiel includes/App.class.php to understand how it works.
Hi . Can you tell us when is the next update and which features you have added or updated please?
Hello
I am working in adding the autoimport feature and a couple of others for the next update however those are massive features and require a bit of time to code.
Hi bro, Could you let me know when we will have auto import with cron jobs ?I will buy it instantly . And another question is will we see video ads from youtube when playing it ?
Hello
I am working in adding the autoimport feature for the next update however that is a massive feature and requires a bit of time to code. Yes. You can’t remove ads. That is part of Youtube TOS.
Hi, Your plugin will be perfect if it has Auto import. Waiting for it. Anyway, yours now is still awesome, cool design, amazing video player. As soon as you release this feature please tell me to know to buy it, thanks.
You know, it would be great if you also have “Serie” pages to group video having the same subject and showing it on homepage (available on widgets as well) with thumbnail and rating.
Did you know PHPMelody it’s quite popular Video Cms, but it now seems to be messy and expensive and the design is freaking out, not like yours , perfect. www.phpsugar.com . Yours will be a trending video CMS in the time to come
That is a great idea. The script currently has a playlist feature that can be used for that purpose however adding a series feature would even better. It is not really hard to do this either. Will look into it.
i upload fles and install this script but when i try to add dailymotion video,give this error : 403 Forbidden – Access to this resource on the server is denied! on last month,its working correctly but today i re-install it and its not working?
Hello
Please check this: https://codecanyon.net/item/premium-media-script/9324018/faqs/22849
thanks,i solve the problem 
Hi, i want to purchase this script and i will need a few customization like popular videos tab, Top weekly, and download button for videos. can you do this for me?
Hello
Sure. Get in touch with me via email.
I already did. please check and get back to me asap
Hi hamzakhanronak
Try adding this php_value upload_max_filesize 64M to your .htaccess file in that same domain it may help
Hi,
That is most likely the issue. I have checked his server and his server is very unstable with a high downtime.
Hi hamzakhanronak
I get invalid token while adding a video a lot too and have told him, I think he’s changing to ajax in next update which should fix it. I just keep adding same and usually works on 3rd attempt – just info to let you know your not alone with this.
Although ” invalid token” usually means there is something wrong with code you added its not always the case with it as Ive noticed. 
Also I dont think the script likes spaces in the folder/filename
Darn think I’ll take it all back as I’m getting “The link to the media doesn’t seem to be valid. Only these formats are supported: jpg, gif, png, mp4, mp3” now and all Ive done is add title and link to video which is defo correct.
Hope the update is sooner rather than later as it’s killing me 
Hello
As I said to other customer, that issue is most likely caused by the server. When you get the invalid token during upload, that means the value for ‘post_max_size’ is less than the size of your upload.
Actually when there is an invalid token, that means there is something on the server causing the issue – more specifically with $_POST.
You don’t need to create any folders as everything is already configured.
No. If you want to add a link to the video e.g. youtube, please use the “Import via URL” feature because “Add Media” is only to add local files or embed code.
sorry can you please tell me if this script allows for videos to be upload from the users drive to the server disk, ie not embed/link. thank you.
Hello
Yes.
great, thank you.
Hei there. Installed fresh install and if I want to add new media(import) then I get error:
“For some reason this video cannot be imported.”
Hello
Did you add a Youtube API key? If so then is most likely due to Youtube API IP restriction. Please make sure that there are no restrictions.
Hello. Thanks for fast response.
Got it fixed.. Had a problem with API as you said.
Some problems also with the timing.. The time for the clips isnt right.
PS! Sometimes the videos showing some ads(Google ads), how could I disable it? 
Hello
By timing you mean the published date or the duration? If Date then it is due to the timezone otherwise it might be due to your PHP version (open a ticket so I can check it)
Ads are showing by Google and that is part of Youtube TOS. There is nothing that can be done to remove those.