November 09 2022

Wintok + Twist + Instructions

The Wintok script has a referral program, crash, battle and other modes. Installation instructions are below, as well as in the archive itself.
What you need to uncomment the layout.

 


sudo apt-get -y --allow-unauthorized install unzip zip nginx curl php7.2 php7.2-mysql php7.2-fpm php7.2-mbstring php7.2-xml php7.2-curl redis-server
apt-get -y install mysql-client mysql-server
curl -sL https://deb.nodesource.com/setup_8.x | sudo -E bash -
npm i -g pm2 for websocket

Data from the database in the file /var/www/html .env
Configuration for nginx server in /etc/nginx

How to set up HTTPS certificates (get SSL for free) - https://routerus.com/secure-nginx-with-let-s-encrypt-on-ubuntu-18-04/
Here they will help you https://scriptov.net/
Configuration for nginx

limit_conn_zone $binary_remote_addr zone=perip:10m;
limit_conn_zone $server_name zone=perserver:10m;

server {
limit_conn perip 10;
limit_conn perserver 100;
# Log files for Debugging
access_log /var/log/nginx/laravel-access.log;
error_log /var/log/nginx/laravel-error.log;

# Webroot Directory for Laravel project
root /var/www/html/public;
index index.php index.html index.htm;

# Your Domain Name
server_name tuttwoidomain; # Here we change to your domain

location / {
try_files $uri $uri/ /index.php?$query_string;
}

# PHP-FPM Configuration Nginx
location ~ \.php$ {
try_files $uri =404;
fastcgi_split_path_info ^(.+\.php)(/.+)$;
fastcgi_pass unix:/run/php/php7.2-fpm.sock;
fastcgi_index index.php;
fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name;
include fastcgi_params;
}

listen [::]:443 ssl ipv6only=on;
listen 443 ssl;
ssl_certificate /etc/nginx/ssl/cert.pem;
ssl_certificate_key /etc/nginx/ssl/privkey.pem;
}
server {
if ($host= tuttwo domain) { # Here we change to your domain
return 301 https://$host$request_uri;
}

listen 80;
listen [::]:80 ipv6only=on;
server_name tuttwoidomain; # Here we change to your domain
return 404;
}
It is put on VPS|VDS

Information

Visitors who are in the group Guests they can't download files.
Log in to the site under your login and password or if you are a new user go through the process registrations on the website.

Comments:

This publication has no comments yet. You can be the first!

Information the publication:

Related News

09 November 2022
Roulettes, cases Scripts
PLAY2X website script +

WIN5X roulette script, aka PLAY2X, with 12 games. Of the payment cards there are PAYEER, qiwi, etc. By games:

Read more
07 November 2022
PHP Scripts / Doubler Scripts HYIP
MORROWS ZONE Doubler

download the MORROWS ZONE Doubler script for free Installation and configuration are standard:

Read more
13 March 2022
Information security / Protection and hacking
Fsociety - framework for

Fsociety - framework for hacker Greetings, dear reader! Today we will talk about the Fsociety framework. This

Read more
07 June 2022
Scripts Cryptocurrencies / Bitcoin scripts
CPocket Crypto Currency

CPocket is a full-fledged secure cryptocurrency wallet. The system platform is developed using the Laravel

Read more
07 June 2022
Sports betting Scripts
Betmart Portuguese

Betmart is a Portuguese software platform of aposta sistema. Uses Betsapi odds data, we include free odds data for

Read more

Information

Users of visitor are not allowed to comment this publication.

Site Search

Site Menu


☑ Scripts Software

Calendar

«    May 2024    »
MonTueWedThuFriSatSun
 12345
6789101112
13141516171819
20212223242526
2728293031 

Advertisement

Survey on the website

Evaluate the work of the site
 

Statistics

  • +6 Total articles 5578
  • +15 Comments 3149
  • +31 Users : 4130