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

Titans Downloads and Edits Archive

Titan

Well-known member
Jul 2, 2020
314
452
63
Space
watcha.movie
Titan's Shite

Here is where I'll be storing my links to content on here as well as some edits and some other idbits, mainly for my sake in case I ever forget anything but you guys and gals might find stuff of use in here too.
Downloads:

Stuff I've posted here for you guys to download, these are all clean files stored on my own CDN. Downloads when downloaded via my site will have advertisements on them however for my love of Babiato any download links on here are direct and ad free.

Codecanyon - URL Shortener V1.3
https://babia.to/threads/code-canyon-url-shortener-script-1-3.24544/

API Codes - Mediafire Player Script V1.3
https://babia.to/threads/api-codes-mediafire-player-script-1-3.24765/

API Codes - Amazon Player Script V1.3
https://babia.to/threads/api-codes-amazon-player-script-1-3.24764/

API Codes - cPanel Player Script V1.0
https://babia.to/threads/api-codes-cpanel-1-0-script.24985/

API Codes - Google Drive Advanced Proxy Player 1.3


https://babia.to/threads/api-codes-google-drive-proxy-player-advanced-script-1-3.24540

Watch A Movie - Wovie Redux 3.0.0

https://babia.to/threads/wovie-redux-movie-and-show-streaming-portal.55182/page-2

Any downloads that have been removed on here for various reasons can also be found here:
https://cdn.watcha.movie/

If they're removed from here then please PM me.

Tutorials:

Tutorials I've written throughout the site, most of this stuff can be of use but maybe niche for some of you, but you never know what you might need ?

Automatically backing up your VPS or Dedicated server to Google Drive

https://babia.to/threads/automatically-backup-linux-server-to-google-drive-centos7.26199/

Websites and Links:

These are just links to stuff to do with my site, whether it's reviewing my site here on Babiato or just visiting my site, I even made a scraper if you guys don't want to get your own movies.

Review my site, Watch A Movie
https://babia.to/threads/review-watch-a-movie-watcha-movie.24097/

Watch A Movie
https://watcha.movie

Watch A Show

https://watcha.show

Remote Stream - Movies and TV Show API
https://remotestre.am
 
Last edited:
Thankyou Very Much!
Proxy and SV1-6 is Different Dedi/VPS?

They can all be the same if you only have one server, however repeat the steps for other servers and just change the IP for one of the "sv's" to the new server, if you have more than 6 servers, just add more in cloudflare.
 
yes, where did you edit it and give me an example?

Why can you not read the post and read what the man has said, he has taken his time and written a tut on how to do everything , he has said that his time is not free and if you want him to do it it’s £20

All the answers are in the edits above like he already told you lol
 
Introduction

Hello, a few of you know me here, some of you don't. I've uploaded around $400 worth of scripts here and I get messages daily asking for support or help or whatever else, so below is tutorials and edits on everything I've uploaded. I'll most likely be linking people here if you pop up to me so please read here first.

Please remember, my resources (including the thread) is free, however my time ain't as I'm a very busy person.



API Codes - Google Drive Proxy Player 1.8

google-drive-proxy-player-advanced-script-poster.png

Requirements:

Hosting which can be either cPanel hosting or shared hosting or even a dedicated server. (My Hosting - No Referral)
A dedicated server OR a VPS with at least 2GB or RAM and a decent CPU. running Ubuntu 18.08 (Cheap Servers - No Referral)
A Cloudflare account, which is free. (Can Register Here)

Installation:

Part A (Setting up Cloudflare)

1. Create an account at Cloudflare.
2. Change your name servers for your domain.
3. When domain is set up, enable force https and change ssl to flexible.
4. Set the following DNS settings.

TypeNameContentTTL
CNAMEwww@Auto
A@Hosting IP addressAuto
AproxyDedicated / VPS IP addressAuto
Asv1Dedicated / VPS IP addressAuto
Asv2Dedicated / VPS IP addressAuto
Asv3Dedicated / VPS IP addressAuto
Asv4Dedicated / VPS IP addressAuto
Asv5Dedicated / VPS IP addressAuto
Asv6Dedicated / VPS IP addressAuto

Part B (Hosting the script)

1. Download the script here and then extract to your desktop.
2. Log into your hosting as you would usually to access file explorer on hosting.
3. Copy the contents on "/new/source_cpanel" onto your server.
4. Go to your URL and it show display the script.

Disclaimer: This will run without the load balancer or proxy HOWEVER if API Codes closes their proxy the script will no longer work so it's best you create your own.

Part C (Creating the Load Balancer and Proxy)

1. Log into your VPS or Dedicated server using a SSH like Putty or Termius.
2. Run the following commands.:

Code:
CD /root/

wget http://cdn.ineeda.org/apicodes-gdriveplayer.zip

apt-get install unzip -y

apt-get install nano -y

unzip apicodes-gdriveplayer.zip

chmod 0777 setup.sh

setup.sh


3. Once the script has finished run the following command:

Code:
nano /root/LoadBalancer/models/CacheManager.js


change line 46 to the following:

Code:
CacheManager.KEY_ENCRYPT = 'apicodesdotcom'

The press CTRL + X followed by Y to save the file.

4. Once you've done the above run the following command:

Code:
nano /root/LoadBalancer/configs/servers.js

change line 4 to the following:

Code:
exports.NumberNode = 6; //The number of nodes you want to play

change line 6 to the following:

Code:
exports.DomainNode = [' INSERT YOUR OWN DOMAIN WITH NOT HTTPS OR FOLLOWING / ']; //Your primary domain

The press CTRL + X followed by Y to save the file.

5. Now run the next command:


Code:
nano /root/ProxyStream/models/CacheManager.js

change line 49 to the following:

Code:
CacheManager.KEY_ENCRYPT = 'apicodesdotcom';

Then press CTRL + X followed by Y to save the file.

6. Final edits, run the following commands:

Code:
nano /root/ProxyStream/configs/servers.js

change line 3 to the following:

Code:
exports.ALLOW_DOMAIN = []; //Domain you want to play.

7. Setting up NGINX with the proxy and load balancer.

Input the following command:

Code:
nano /etc/ngnix/ngnix.conf

The following section between lines 57 and 63 will be changes to be careful.

line 61 and 62 change to

Code:
#include /etc/nginx/conf.d/*.conf;
#include /etc/nginx/sites-enabled/*;

now on line 60 enter the following:

Code:
upstream LoadBalancer {
    server 127.0.0.1:6666;
}
upstream ProxyStream {
    server 127.0.0.1:6868;
}

server {
    listen 80;
    server_name proxy.yourdomain.com;

    location / {
        proxy_pass http://LoadBalancer;
        proxy_http_version 1.1;
        proxy_send_timeout   600;
        proxy_read_timeout   600;
        proxy_set_header Upgrade $http_upgrade;
        proxy_set_header Connection 'upgrade';
        proxy_set_header Host $host;
        proxy_cache_bypass $http_upgrade;
    }
}

server {
    listen 80;
    server_name sv1.yourdomain.com;

    location / {
        proxy_pass http://ProxyStream;
        proxy_http_version 1.1;
        proxy_send_timeout   600;
        proxy_read_timeout   600;
        proxy_set_header Upgrade $http_upgrade;
        proxy_set_header Connection 'upgrade';
        proxy_set_header Host $host;
        proxy_cache_bypass $http_upgrade;
    }
}

change line 70 to the following:

Code:
server_name proxy. INSERT YOUR DOMAIN WITH NO TRAILING /;

change line 86 to the following:

Code:
server_name sv1. INSERT YOUR DOMAIN WITH NO TRAILING /;

and that's it Proxy and Load Balancer are now sorted, you just need to run the following commands to reboot NGINX and Start them.

Code:
service nginx restart

pm2 restart all

That's all done now :) just need to edit a few files on your hosting to use your new load balancer and proxy.

Part D (Linking your Dedicated with your hosting)

1. Go to your hosting file manager again, and edit the config.php file and edit line 5 with the following:

Code:
$proxyDomain = 'https://proxy. INSERT YOUR DOMAIN NAME WITHOUT THE TRAILING / ';

And viola done!


If you want to add pop ads or a watermark in the player then edit embed.php and add the advertisement code there.

Watermark code:

Code:
<a href="#" style="position:absolute;top:15px;left:15px;"><img src="IMAGE URL"></a>

I don't know how to ad VAST apologies if someone can put it in the comments I'll add it here.

Black screen on player is usually a problem when you've not set up SSL correctly. Go back through instructions and check.

$20 for my time sorry guys! Pop up if you're wanting me to do it for you.

API Codes - Zippyshare / Amazon / Dropbox / Mediafire Player Script 1.0


zippyshare-player-script-poster.png
amazon-drive-player-script-poster.png
dropbox-player-script-poster.png
mediafire-player-script-poster.png


Requirements:

Hosting, can be either shared or not doesn't matter for this script.

Installation:

1. Download the script (Zippyshare / Amazon Drive / Dropbox / Mediafire) and then extract to your desktop.
2. Log into your hosting as you would usually to access file explorer on hosting.
3. Copy the contents on "/source_cpanel" onto your server.
4. Go to your URL and it show display the script.

If you want to add pop ads or a watermark in the player then edit embed.php and add the advertisement code there.

Watermark code:

Code:
<a href="#" style="position:absolute;top:15px;left:15px;"><img src="IMAGE URL"></a>

I don't know how to ad VAST apologies if someone can put it in the comments I'll add it here.

$5 for my time sorry guys! Pop up if you're wanting me to do it for you.

API Codes - cPanel Script 1.0

apicodes-cpanel-poster.png

Requirements:

Hosting which can be either cPanel hosting or shared hosting or even a dedicated server. (My Hosting - No Referral)
A dedicated server OR a VPS with at least 2GB or RAM and a decent CPU. running Ubuntu 18.08 (Cheap Servers - No Referral)
A Cloudflare account, which is free. (Can Register Here)

Installation:

Part A (Setting up Cloudflare)

1. Create an account at Cloudflare.
2. Change your name servers for your domain.
3. When domain is set up, enable force https and change ssl to flexible.
4. Set the following DNS settings.

TypeNameContentTTL
CNAMEwww@Auto
A@Hosting IP addressAuto
AproxyDedicated / VPS IP addressAuto
Asv1Dedicated / VPS IP addressAuto
Asv2Dedicated / VPS IP addressAuto
Asv3Dedicated / VPS IP addressAuto
Asv4Dedicated / VPS IP addressAuto
Asv5Dedicated / VPS IP addressAuto
Asv6Dedicated / VPS IP addressAuto

Part B (Hosting the script)

1. Download the script here and then extract to your desktop.
2. Log into your hosting as you would usually to access file explorer on hosting.
3. Copy the contents on "/new/source_cpanel" onto your server.
4. Go to your URL and it show display the script.

Disclaimer: This will run without the load balancer or proxy HOWEVER if API Codes closes their proxy the script will no longer work so it's best you create your own.

Part C (Creating the Load Balancer and Proxy)

1. Log into your VPS or Dedicated server using a SSH like Putty or Termius.
2. Run the following commands.:

Code:
CD /root/

wget http://cdn.ineeda.org/apicodes-gdriveplayer.zip

apt-get install unzip -y

apt-get install nano -y

unzip apicodes-gdriveplayer.zip

chmod 0777 setup.sh

setup.sh


3. Once the script has finished run the following command:

Code:
nano /root/LoadBalancer/models/CacheManager.js


change line 46 to the following:

Code:
CacheManager.KEY_ENCRYPT = 'apicodesdotcom'

The press CTRL + X followed by Y to save the file.

4. Once you've done the above run the following command:

Code:
nano /root/LoadBalancer/configs/servers.js

change line 4 to the following:

Code:
exports.NumberNode = 6; //The number of nodes you want to play

change line 6 to the following:

Code:
exports.DomainNode = [' INSERT YOUR OWN DOMAIN WITH NOT HTTPS OR FOLLOWING / ']; //Your primary domain

The press CTRL + X followed by Y to save the file.

5. Now run the next command:


Code:
nano /root/ProxyStream/models/CacheManager.js

change line 49 to the following:

Code:
CacheManager.KEY_ENCRYPT = 'apicodesdotcom';

Then press CTRL + X followed by Y to save the file.

6. Final edits, run the following commands:

Code:
nano /root/ProxyStream/configs/servers.js

change line 3 to the following:

Code:
exports.ALLOW_DOMAIN = []; //Domain you want to play.

7. Setting up NGINX with the proxy and load balancer.

Input the following command:

Code:
nano /etc/ngnix/ngnix.conf

The following section between lines 57 and 63 will be changes to be careful.

line 61 and 62 change to

Code:
#include /etc/nginx/conf.d/*.conf;
#include /etc/nginx/sites-enabled/*;

now on line 60 enter the following:

Code:
upstream LoadBalancer {
    server 127.0.0.1:6666;
}
upstream ProxyStream {
    server 127.0.0.1:6868;
}

server {
    listen 80;
    server_name proxy.yourdomain.com;

    location / {
        proxy_pass http://LoadBalancer;
        proxy_http_version 1.1;
        proxy_send_timeout   600;
        proxy_read_timeout   600;
        proxy_set_header Upgrade $http_upgrade;
        proxy_set_header Connection 'upgrade';
        proxy_set_header Host $host;
        proxy_cache_bypass $http_upgrade;
    }
}

server {
    listen 80;
    server_name sv1.yourdomain.com;

    location / {
        proxy_pass http://ProxyStream;
        proxy_http_version 1.1;
        proxy_send_timeout   600;
        proxy_read_timeout   600;
        proxy_set_header Upgrade $http_upgrade;
        proxy_set_header Connection 'upgrade';
        proxy_set_header Host $host;
        proxy_cache_bypass $http_upgrade;
    }
}

change line 70 to the following:

Code:
server_name proxy. INSERT YOUR DOMAIN WITH NO TRAILING /;

change line 86 to the following:

Code:
server_name sv1. INSERT YOUR DOMAIN WITH NO TRAILING /;

and that's it Proxy and Load Balancer are now sorted, you just need to run the following commands to reboot NGINX and Start them.

Code:
service nginx restart

pm2 restart all

That's all done now :) just need to edit a few files on your hosting to use your new load balancer and proxy.

Part D (Linking your Dedicated with your hosting)

1. Go to your hosting file manager again, and edit the config.php file and edit line 5 with the following:

Code:
$proxyDomain = 'https://proxy. INSERT YOUR DOMAIN NAME WITHOUT THE TRAILING / ';

And viola done!

You may notice that you need domain.com/?login=admin for this script to work. You can remove lines 10 and 502 in index.php to make it public and work without the login.

OR

You can change the login name to whatever you like by editing line 8 in config.php to change the "password"

If you want to add pop ads or a watermark in the player then edit embed.php and add the advertisement code there.

Watermark code:

Code:
<a href="#" style="position:absolute;top:15px;left:15px;"><img src="IMAGE URL"></a>

I don't know how to ad VAST apologies if someone can put it in the comments I'll add it here.


Black screen on player is usually a problem when you've not set up SSL correctly. Go back through instructions and check.

Silence is golden is usually associated with you forgetting to add ?login=admin look at the edits section to change that requirement.

$20 for my time sorry guys! Pop up if you're wanting me to do it for you.

I hope this helps guys and gals. I honestly feel if you struggle to follow these then maybe hosting your own ain't the best option and maybe check for existing sites!

I'm also working on making it look a little better to the eyes I know there's a lot of code edits and what-not on here.

I'll be adding my other script edits and installations on here soon, just took me 2 hours to type this much so I'm taking a break haha.

Thanks for reading guys!
Job for nginx.service failed because the control process exited with error code.
See "systemctl status nginx.service" and "journalctl -xe" for details.

zzz
 
Job for nginx.service failed because the control process exited with error code.
See "systemctl status nginx.service" and "journalctl -xe" for details.

zzz


Try to run the following two commands:
Code:
sudo fuser -k 80/tcp
Code:
sudo fuser -k 443/tcp

Then execute
Code:
sudo service nginx restart
 
  • Like
Reactions: aresela
Job for nginx.service failed because the control process exited with error code.
See "systemctl status nginx.service" and "journalctl -xe" for details.

zzz

Apologies other than this specific script I've never used nginx or ubuntu I usually use centos7 with apache so I'm not too sure the issue based on the information provided.
 
  • Like
Reactions: aresela
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