Skip to content

Encoder Error We could not found your streamer site!

YouPHPTube edited this page Jan 21, 2018 · 2 revisions

Some times your PHP is configured that you can't include a PHP script that is on an external website/server into your local script

On your php.ini add this:

allow_url_fopen = On

allow_url_include = On

Clone this wiki locally