API Codes - Google Drive Proxy Player Advanced Script 1.3

Titan

Well-known member
Jul 2, 2020
246
316
63
Space
watcha.movie
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
 

ChainofChaos

Active member
May 5, 2020
148
55
28
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
 

WhiteKnight

Active member
May 26, 2020
212
48
28
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
 

kimnamyou

New member
Jun 5, 2020
12
3
3
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!
 

WhiteKnight

Active member
May 26, 2020
212
48
28
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
 

ChainofChaos

Active member
May 5, 2020
148
55
28
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?
 

zackaz

Member
Dec 14, 2018
63
23
18
Indonesia
animecracks.net
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
 

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