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

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

No permission to download

YuviDX

New member
Nov 30, 2020
24
5
3
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.
 

MrSam_1

Well-known member
Administrative
Trusted Seller
Dec 1, 2018
23,640
26,991
120
PHP 8 is live and kicking since Nov 26 and there are still people using 5.x? Really?
 

AMWolfstein

Member
Jul 5, 2020
190
16
18
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

flashback19900

New member
Dec 12, 2020
1
2
3
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: 56
Last edited:

AMWolfstein

Member
Jul 5, 2020
190
16
18
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: 35

Mecky Clouds

Active member
May 2, 2020
310
177
43
One Piece
streamscripts.xyz
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
 

Forum statistics

Threads
69,229
Messages
908,458
Members
237,124
Latest member
skull

About us

  • Our community has been around for many years and pride ourselves on offering unbiased, critical discussion among people of all different backgrounds. We are working every day to make sure our community is one of the best.

Quick Navigation

User Menu