Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

SignUp Now!

DOWNLOAD StreamBox - WEB IPTV Player v1.0.1

sonycafe

Banned
Well-known member
Joined
Sep 28, 2021
Messages
35
Offline
StreamBox - WEB IPTV Player v1.0.1

The web player only works on HTTPS://. It does not work on HTTP, and I don't know why the developer made it this way.
I'm just sharing it to see if it helps someone.

Credits to @danielssh 🚀


tutorial

 

Attachments

  • IMG_20250302_091201_883.jpg
    IMG_20250302_091201_883.jpg
    82.9 KB · Views: 446
  • IMG_20250302_091242_844.jpg
    IMG_20250302_091242_844.jpg
    232.4 KB · Views: 443
  • IMG_20250302_091249_311.jpg
    IMG_20250302_091249_311.jpg
    136.3 KB · Views: 442
Last edited:
It talks about connecting to a database, I believe that this works for anyone who has a server.
 
I will have to create a database, and add the tables there manually, that would be it
 
# DATABASE
#--------------------------------------------------------------------

# database.default.hostname = localhost
# database.default.database = editstreampro
# database.default.username = editstreampro
# database.default.password = 010203
# database.default.DBDriver = MySQLi
# database.default.DBPrefix =
# database.default.port = 3306

# database.tests.hostname = localhost
# database.tests.database = editstreampro
# database.tests.username = editstreampro
# database.tests.password = editstreampro
# database.tests.DBDriver = MySQLi
# database.tests.DBPrefix =
# database.tests.port = 3306
 
i've done the db fine as the index loads ok my issue is

CodeIgniter\Encryption\Exceptions\EncryptionException​


Decrypting: authentication failed.

SYSTEMPATH/Encryption/Handlers/OpenSSLHandler.php at line 139

<span>encryption.key</span> in the .env which we don't have
 
i've done the db fine as the index loads ok my issue is

CodeIgniter\Encryption\Exceptions\EncryptionException​


Decrypting: authentication failed.

SYSTEMPATH/Encryption/Handlers/OpenSSLHandler.php at line 139

<span>encryption.key</span> in the .env which we don't have
I can't understand I speak another language
 
Back
Top