• 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"

API Codes - Google Drive Proxy Player Advanced Script 1.3

Yea the video doesn't give all the instruction. Like I said before the script requires https(SSL) but the given nginx configuration actually only for HTTP and this will results in no connection found.You can open it in http but doesn't work in https. You can configure the nginx configuration to https yourself.

The images use cloudflare as a CDN so I imagine that they use their https system as opposed to server side
 
The images use cloudflare as a CDN so I imagine that they use their https system as opposed to server side
I use Cloudflare as well and I already tried it. It doesn't work listen 80 is only for http when you open https without configuring the https in nginx conf you will receive server down from cloudflare or status code 521. You can try it yourself. You can open HTTP link but when you open the https its server down (521). you need to add listen 443 SSL to make it work both HTTP and https
 
I use Cloudflare as well and I already tried it. It doesn't work listen 80 is only for http when you open https without configuring the https in nginx conf you will receive server down from cloudflare or status code 521. You can try it yourself. You can open HTTP link but when you open the https its server down (521). you need to add listen 443 SSL to make it work both HTTP and https

Thanks you can please explain in simple terms :)

Add what port where
 
To solve this problem is simple, run the following commands;

Code:
$ apt install software-properties-common
$ echo -ne "\n" | add-apt-repository ppa:certbot/certbot
$ apt update && apt -y upgrade
$ apt -y install certbot python3-certbot-nginx
$ certbot --nginx --agree-tos --redirect --hsts --staple-ocsp --must-staple -d YOURDOMAIN.COM --email [email protected] --non-interactive

Change "YOURDOMAIN.COM" to the domains that the script uses, being them;

yourdomain.com
proxy.yourdomain.com
sv1.yourdomain.com

Thanks!
 
To solve this problem is simple, run the following commands;

Code:
$ apt install software-properties-common
$ echo -ne "\n" | add-apt-repository ppa:certbot/certbot
$ apt update && apt -y upgrade
$ apt -y install certbot python3-certbot-nginx
$ certbot --nginx --agree-tos --redirect --hsts --staple-ocsp --must-staple -d YOURDOMAIN.COM --email [email protected] --non-interactive

Change "YOURDOMAIN.COM" to the domains that the script uses, being them;

yourdomain.com
proxy.yourdomain.com
sv1.yourdomain.com

Thanks I will give it a try

I’m still waiting for my dns to switch over .
Do I have it right it’s below

A record @
A record www
A record proxy
A record sv1
Going up to sv6 and all pointing to the servers ip

Is that right ? is there something else I need to add thanks
 
Thanks I will give it a try

I’m still waiting for my dns to switch over .
Do I have it right it’s below

A record @
A record www
A record proxy
A record sv1
Going up to sv6 and all pointing to the servers ip

Is that right ? is there something else I need to add thanks
No need to point all of it
only proxy and sv1-sv6

Screenshot_33.png

I install with VPS , but be like this
Anyone had problem like this too?

Link?
 
Alway check your proxy.yourdomain.com and sv1.yourdomain.com
is it accessible and show 404 Not Found, if so than your installation is correct
but if not accessible than you're not installing the proxy and the loadbalancer correctly
 
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