Welcome to World of IPTV

With

+23k members
+11k threads
+106k posts

we are the most popular IPTV community on the web. 

IMPORTANT NOTE:
WE HAVE RECENTLY NOTICED THAT TOO MANY DOUBLE FAKE ACCOUNTS ARE CREATED IN THE PAST.
TO PREVENT THIS ISSUE THE DECISION WAS MADE THAT IN THE FUTURE A ANNUALLY FEE 20 EURO WILL BE RAISED FOR NEW MEMBERSHIPS.

Join now to the World of IPTV

Forum Rules

Before you start, check out the forum rules first

Account upgrade

Upgrade your account to get access to full features

Advertising

Would you like to place your advertisement with us ?

Resources Manager

Hundreds of IPTV scripts and apps are available for download
Resource icon

Resource DRM-Scripts / Movistar[Deleted] 2023-03-06

Register & Get access to index

dyna

Extended Member
Ext. Member
Joined
Sep 3, 2020
Messages
10
Reaction score
1
Points
14
Location
America
Hi, I'm using linux 20.04.5 maybe that's why it doesn't work. I have errors ,0:/home/wvtohls/scripts# ./start_clean.sh php-fpm: no processes found
ffmpeg: No processes found
php: no processes found
nginx: no processes found
php-fpm: no processes found
ffmpeg: No processes found
php: no processes found
rm: cannot remove '/home/wvtohls/config/persistence.db': File or directory does not exist
/home/wvtohls/php/sbin/php-fpm: error while loading shared libraries: libssl.so.1.0.0: cannot open shared object file: No such file or directory. How can I fix it thanks.
i think the no processes found is normal output checks when running scripts. it will do a different action if they're found.

for the libssl.so.1.0.0 problem, this worked for me:

1. sudo nano /etc/apt/sources.list
add this line bottom of open file, then save, close:
deb http://security.ubuntu.com/ubuntu xenial-security main
2. sudo apt update
3. sudo apt install libssl1.0.0

in looking at the script, it looks like the removing of the persistence.db command is just in case it's there, remove it. so maybe not really an error.

all that said, i get it to install, no errors now, but nothing the streams don't come alive when i activate them. they're green in the dashboard though.
 

KingOfSat

Basic Member
Basic Member
Joined
Oct 25, 2022
Messages
113
Reaction score
98
Points
39
Location
Germany
i think the no processes found is normal output checks when running scripts. it will do a different action if they're found.

for the libssl.so.1.0.0 problem, this worked for me:

1. sudo nano /etc/apt/sources.list
add this line bottom of open file, then save, close:
deb http://security.ubuntu.com/ubuntu xenial-security main
2. sudo apt update
3. sudo apt install libssl1.0.0

in looking at the script, it looks like the removing of the persistence.db command is just in case it's there, remove it. so maybe not really an error.

all that said, i get it to install, no errors now, but nothing the streams don't come alive when i activate them. they're green in the dashboard though.
its normals couse keys died :) replace key and will working
 

ChickenWarrior

Extended Member
Ext. Member
Joined
Sep 23, 2019
Messages
510
Reaction score
927
Points
104
Location
USA
i think the no processes found is normal output checks when running scripts. it will do a different action if they're found.

for the libssl.so.1.0.0 problem, this worked for me:

1. sudo nano /etc/apt/sources.list
add this line bottom of open file, then save, close:
deb http://security.ubuntu.com/ubuntu xenial-security main
2. sudo apt update
3. sudo apt install libssl1.0.0

in looking at the script, it looks like the removing of the persistence.db command is just in case it's there, remove it. so maybe not really an error.

all that said, i get it to install, no errors now, but nothing the streams don't come alive when i activate them. they're green in the dashboard though.
Also will depend on location of your server from memory (this maybe wrong).
 
Channels MatchTime Unblock CDN Offshore Server Contact
100 cnx / 90€ 5Gbps / 180€ 48CPU-256GRAM 10Gbps 569€ Skype live:giefsl
500 cnx / 350€ 10Gbps / 350€ 48CPU-128GRAM 5Gbps / 349€ TG @changglobize
1000 cnx / 500€ 20Gbps / 700€ 40CPU-128GRAM 20Gbps / €980 http://coronaserver.com

dyna

Extended Member
Ext. Member
Joined
Sep 3, 2020
Messages
10
Reaction score
1
Points
14
Location
America
Also will depend on location of your server from memory (this maybe wrong).
that is what i'm thinking. this server is in america. from direct web tests, spain vpn was required to enter movistar plus site and vod titles at least (did not test live channels personally).

Update:
that would be a little surprising as people were on here saying it was working as i was failing.
 
Last edited by a moderator:

iptv4you

Extended Member
Ext. Member
Joined
Feb 1, 2020
Messages
2
Reaction score
0
Points
1
Location
Panama
May need to update the installation notes and add some requarement.
 
Channels MatchTime Unblock CDN Offshore Server Contact
100 cnx / 90€ 5Gbps / 180€ 48CPU-256GRAM 10Gbps 569€ Skype live:giefsl
500 cnx / 350€ 10Gbps / 350€ 48CPU-128GRAM 5Gbps / 349€ TG @changglobize
1000 cnx / 500€ 20Gbps / 700€ 40CPU-128GRAM 20Gbps / €980 http://coronaserver.com

pollo0123

Extended Member
Ext. Member
Joined
Sep 21, 2019
Messages
22
Reaction score
67
Points
24
Location
spain
friends do not spread what is not you must install in ubuntu 18 get to this command
apt update
apt install unzip
apt install git
cd /home
unzip wvtohls.zip
cd /home/wvtohls/scripts
chmod 777 *
./setup.sh
after this install this
apt install libcurl3 libcurl-openssl1.0-dev
and then
./start_clean.sh
and the installation ends successfully

if you have other things installed you will have problems that can be solved and others not.
Clean install is recommended
Your good server
Adequate memory and good bandwidth

they don't want to have everything in one that will be impossible
 

j0su4

Basic Member
Basic Member
Joined
Nov 23, 2021
Messages
10
Reaction score
3
Points
14
Location
spein
friends do not spread what is not you must install in ubuntu 18 get to this command
apt update
apt install unzip
apt install git
cd /home
unzip wvtohls.zip
cd /home/wvtohls/scripts
chmod 777 *
./setup.sh
after this install this
apt install libcurl3 libcurl-openssl1.0-dev
and then
./start_clean.sh
and the installation ends successfully

if you have other things installed you will have problems that can be solved and others not.
Clean install is recommended
Your good server
Adequate memory and good bandwidth

they don't want to have everything in one that will be impossible
I followed all your instructions. the panel installs and boots but is not displayed.
When I start I get this message in the console
/home/wvtohls/scripts# ./start_clean.sh
ffmpeg: no process found
php: no process found
nginx: no process found
php-fpm: no process found
ffmpeg: no process found
php: no process found

the panel works but the channel does not appear in vlc
 
Channels MatchTime Unblock CDN Offshore Server Contact
100 cnx / 90€ 5Gbps / 180€ 48CPU-256GRAM 10Gbps 569€ Skype live:giefsl
500 cnx / 350€ 10Gbps / 350€ 48CPU-128GRAM 5Gbps / 349€ TG @changglobize
1000 cnx / 500€ 20Gbps / 700€ 40CPU-128GRAM 20Gbps / €980 http://coronaserver.com

padream1970

Extended Member
Ext. Member
Joined
Sep 14, 2019
Messages
211
Reaction score
837
Points
104
Location
suiça
I followed all your instructions. the panel installs and boots but is not displayed.
When I start I get this message in the console


the panel works but the channel does not appear in vlc
is geo blocked
 

hiervas

Extended Member
Ext. Member
Joined
Oct 25, 2019
Messages
104
Reaction score
137
Points
54
Location
spain
I followed all your instructions. the panel installs and boots but is not displayed.
When I start I get this message in the console


the panel works but the channel does not appear in vlc
Hello, I have the same problem, how have you solved it?
How can I remove that blocker is geo blocked
Installing on a server, Canada or USA?

thank you
 
Channels MatchTime Unblock CDN Offshore Server Contact
100 cnx / 90€ 5Gbps / 180€ 48CPU-256GRAM 10Gbps 569€ Skype live:giefsl
500 cnx / 350€ 10Gbps / 350€ 48CPU-128GRAM 5Gbps / 349€ TG @changglobize
1000 cnx / 500€ 20Gbps / 700€ 40CPU-128GRAM 20Gbps / €980 http://coronaserver.com

j0su4

Basic Member
Basic Member
Joined
Nov 23, 2021
Messages
10
Reaction score
3
Points
14
Location
spein
Hello, I have the same problem, how have you solved it?
How can I remove that blocker is geo blocked
Installing on a server, Canada or USA?

thank you
I can't send private messages.
I find it complicated with this script but there are solutions.
 

hiervas

Extended Member
Ext. Member
Joined
Oct 25, 2019
Messages
104
Reaction score
137
Points
54
Location
spain
is it actualy working??
1698884608871.png
Hello, I manage to get it to work, it always gives the same error,,
and tested on vps Germany and France
and always error 404 when trying to get the url
Is there any colleague I can confirm if it really works,,, and how to solve those errors
 
Channels MatchTime Unblock CDN Offshore Server Contact
100 cnx / 90€ 5Gbps / 180€ 48CPU-256GRAM 10Gbps 569€ Skype live:giefsl
500 cnx / 350€ 10Gbps / 350€ 48CPU-128GRAM 5Gbps / 349€ TG @changglobize
1000 cnx / 500€ 20Gbps / 700€ 40CPU-128GRAM 20Gbps / €980 http://coronaserver.com

j0su4

Basic Member
Basic Member
Joined
Nov 23, 2021
Messages
10
Reaction score
3
Points
14
Location
spein
View attachment 4863
Hello, I manage to get it to work, it always gives the same error,,
and tested on vps Germany and France
and always error 404 when trying to get the url
Is there any colleague I can confirm if it really works,,, and how to solve those errors
The problem is in geolocation. It has to be Spain, but Spanish proxies do not work, they can only be used with home IPs.

The only thing you have left is to find someone who resides in Spain and create a proxy server with 3proxy or squid.

that's the way I got it
 

hiervas

Extended Member
Ext. Member
Joined
Oct 25, 2019
Messages
104
Reaction score
137
Points
54
Location
spain
The problem is in geolocation. It has to be Spain, but Spanish proxies do not work, they can only be used with home IPs.

The only thing you have left is to find someone who resides in Spain and create a proxy server with 3proxy or squid.

that's the way I got it
Hello, well it doesn't work for me, and I have it on a server with a Spanish IP

it no longer gives 404 error

but still not downloading

This website cannot be accessed
It has taken too long to respond.

:mad::poop::mad:
 
Channels MatchTime Unblock CDN Offshore Server Contact
100 cnx / 90€ 5Gbps / 180€ 48CPU-256GRAM 10Gbps 569€ Skype live:giefsl
500 cnx / 350€ 10Gbps / 350€ 48CPU-128GRAM 5Gbps / 349€ TG @changglobize
1000 cnx / 500€ 20Gbps / 700€ 40CPU-128GRAM 20Gbps / €980 http://coronaserver.com

j0su4

Basic Member
Basic Member
Joined
Nov 23, 2021
Messages
10
Reaction score
3
Points
14
Location
spein
Hello, well it doesn't work for me, and I have it on a server with a Spanish IP

it no longer gives 404 error

but still not downloading

This website cannot be accessed
It has taken too long to respond.

:mad::poop::mad:
An any Spanish IP is not useful, it does not work with Spanish proxy.
You can only use it with a house IP. Use a PC to create a proxy and use it in a VPS, that if you can, I have it like this
 

hiervas

Extended Member
Ext. Member
Joined
Oct 25, 2019
Messages
104
Reaction score
137
Points
54
Location
spain
An any Spanish IP is not useful, it does not work with Spanish proxy.
You can only use it with a house IP. Use a PC to create a proxy and use it in a VPS, that if you can, I have it like this
Hi, thanks for your help

1703112901002.png
Let's see the vps server is in a house and with Timo fonica IP

I will try it on a PC, with 12 Ram.. I don't know if it will be enough

What would be the minimum RAM more or less?

thank you
 
shape1
shape2
shape3
shape4
shape5
shape6
Top
AdBlock Detected

We know, ad-blocking software do a great job at blocking ads. But our site is sponsored by advertising. 

For the best possible site experience please take a moment to disable your AdBlocker.
You can create a Account with us or if you already have account, you can prefer an Account Upgrade.

I've Disabled AdBlock