• You MUST read the Babiato Rules before making your first post otherwise you may get permanent warning points or a permanent Ban.

    Our resources on Babiato Forum are CLEAN and SAFE. So you can use them for development and testing purposes. If your are on Windows and have an antivirus that alerts you about a possible infection: Know it's a false positive because all scripts are double checked by our experts. We advise you to add Babiato to trusted sites/sources or disable your antivirus momentarily while downloading a resource. "Enjoy your presence on Babiato"

WebFlix - Movies - TV Series - Live TV Channels - Subscription

WebFlix - Movies - TV Series - Live TV Channels - Subscription V1.6

No permission to download
install in your root folder please
Thanks admin.
btw i never had any issue, I was trying to help him to fix that because at some point i also got that error due to php 5.x so after changing to php 7.x it got fixed.
 
PHP 8 is live and kicking since Nov 26 and there are still people using 5.x? Really?
 
Yea add in inframe code allowfullscreen
Example:
<iframe width="560" height="315" src="//www.youtube.com/embed/9bZkp7q19f0" allowfullscreen></iframe>


noted with thanks bro , also there is another issue with me while importing series TV . season 1 is not showing at all . Do you know how to fix this ?
 

Attachments

  • resw.PNG
    resw.PNG
    151.8 KB · Views: 42
If you know how please mention me
YES I FIXED Try that you like on my site vedio embed full screen fixed https://chafcha.com/player/m/78/numb/75.html
I found the solution on my own
for movie player embed
go to src -- WebBundle --Resources -- views -- Player -- file : movie.html.twig and fetch
{% elseif source.type == "embed" %}
<div class="flix_app_player" >
<iframe src="{{source.url}}" ></iframe>
</div>
set
{% elseif source.type == "embed" %}
<div class="flix_app_player" >
<iframe src="{{source.url}}" allowfullscreen
allowtransparency
allow="autoplay" ></iframe>
</div>
for tv show player embed
go to src -- WebBundle --Resources -- views -- Player -- file : episode.html.twig and fetch
% elseif source.type == "embed" %}
<div class="flix_app_player" >
<iframe src="{{source.url}}" ></iframe>
set
% elseif source.type == "embed" %}
<div class="flix_app_player" >
<iframe src="{{source.url}}" allowfullscreen
allowtransparency
allow="autoplay"></iframe>

after delete folder prod from var -- cache
 

Attachments

  • Sans titre.png
    Sans titre.png
    188.9 KB · Views: 57
Last edited:
YES I FIXED Try that you like on my site vedio embed full screen fixed https://chafcha.com/player/m/78/numb/75.html
I found the solution on my own
for movie player embed
go to src -- WebBundle --Resources -- views -- Player -- file : movie.html.twig and fetch
{% elseif source.type == "embed" %}
<div class="flix_app_player" >
<iframe src="{{source.url}}" ></iframe>
</div>
set
{% elseif source.type == "embed" %}
<div class="flix_app_player" >
<iframe src="{{source.url}}" allowfullscreen
allowtransparency
allow="autoplay" ></iframe>
</div>
for tv show player embed
go to src -- WebBundle --Resources -- views -- Player -- file : episode.html.twig and fetch
% elseif source.type == "embed" %}
<div class="flix_app_player" >
<iframe src="{{source.url}}" ></iframe>
set
% elseif source.type == "embed" %}
<div class="flix_app_player" >
<iframe src="{{source.url}}" allowfullscreen
allowtransparency
allow="autoplay"></iframe>

after delete folder prod from var -- cache


noted with thanks , this works perfectly . Do you know fix for this also ??
 

Attachments

  • resw.PNG
    resw.PNG
    151.8 KB · Views: 36
This script has a very large and heavy cache
I already mention about this last time
Another tips because on first release i encounter that disk got large fast because of cache. on me in few hours got 75GB+ because of cache. so to prevent that

go to folder
App/Config/config_dev.yml

Edit line 8, 11, 12
Change the false to true

only_exceptions: true
toolbar: true
intercept_redirects: true
 
AdBlock Detected

We get it, advertisements are annoying!

However in order to keep our huge array of resources free of charge we need to generate income from ads so to use the site you will need to turn off your adblocker.

If you'd like to have an ad free experience you can become a Babiato Lover by donating as little as $5 per month. Click on the Donate menu tab for more info.

I've Disabled AdBlock