- Posts: 19
- Thank you received: 0
I will not add any new features to this releases.
Please upgrade to SermonSpeaker 6.x and Joomla 4.x, which is better anyway.
Vimeo
- Richard Moeller
- Topic Author
- Offline
- New Member
For reference we do not allow clients to maintain a php.ini file in their directories, it's another major risk, an attacker could overload our server by changing a few variables in PHP, like the file upload size limit, post size limit, memory allocations, et.
We do allow for some custom PHP settings per account, but the application and the reason needs to be reviewed before we can implement anything that carries a heavy risk, like allow_url_fopen.
The url_fopen & url_include settings would allow remote PHP code to effect your local PHP, this means that a rogue PHP script could re-write files on your website, allowing for full access and infection. This is why we leave url_fopen and url_include disabled.
While there is no sure fire way to save everything or everyone, we can and should still take steps to limit. The programmers of the application you are using should consider changing to a different method to load content remotely.
JavaScript, more specifically AJAX could do everything they're hoping to accomplish and stops the spread of website infections. iFrames would also be another safer method of sharing data. Google maps and YouTube use iFrames, and do allow for playlists.
support.google.com/youtube/answer/171780?hl=en
Please Log in or Create an account to join the conversation.
- Thomas Hunziker
- Offline
- Administrator
If you have the files also on Youtube, then I would use those anyway. JW PLayer is able to play Youtube videos as well as audio files. Which means you can use Youtube videos in the playlist and can use the toggle feature to switch between the audio and video file.
To enter the Youtube video, just paste the URL into the videofile field or you can try to set up the Google Picker, which then allows you to pick the videos from a list provided by Google. See www.sermonspeaker.net/faq/71-setting-up-google-picker.html for some instructions how to use the picker.
Please Log in or Create an account to join the conversation.
- Richard Moeller
- Topic Author
- Offline
- New Member
- Posts: 19
- Thank you received: 0
www.believers.us.com/media1
Please Log in or Create an account to join the conversation.
- Thomas Hunziker
- Offline
- Administrator
The Youtube video looks fine when you check it using the Protostar template ( www.believers.us.com/media1?template=protostar ). So it is somehow related to a CSS rule in your template. I would have to check closer where the difference is between the two.
Please Log in or Create an account to join the conversation.
- Richard Moeller
- Topic Author
- Offline
- New Member
- Posts: 19
- Thank you received: 0
Please Log in or Create an account to join the conversation.
- Thomas Hunziker
- Offline
- Administrator
Looks like you haven't properly set the referrers in the Google Console. Check the API key and Client-ID settings and make sure the referrer/source/redirect fields have the correct domain of your site.
Please Log in or Create an account to join the conversation.