Leprikon Posted October 18, 2023 Share Posted October 18, 2023 Скрипт рулетки VISOR с игровыми слотами от b2b, прием платежей через фрикассу и киви, в скрипте есть Dice, Mines, Coin, X50, Jackpot. Подкрутка в админке, реферальная система, бонусы. Установка на VDS/VPS // Инструкция // команды sudo apt-get -y --allow-unauthenticated 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 // Установка пароля для базы ALTER USER 'root'@'localhost' IDENTIFIED WITH mysql_native_password BY '1234'; curl -sL https://deb.nodesource.com/setup_8.x | sudo -E bash - sudo apt-get install nodejs npm i -g pm2 для вебсокета запуск игр команды cd /var/www/html/server pm2 start app.js Запустит игровые режимы и в целом сам сайт Данные от базы в файле /var/www/html .env Конфигурация для сервера nginx в /etc/nginx Как настроить сертификаты HTTPS (получить SSL бесплатно) - https://routerus.com/secure-nginx-with-let-s-encrypt-on-ubuntu-18-04/ Конфигурация для 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 туттвойдомен; # Тут изменяем на свой домен 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 = туттвойдомен) { # Тут изменяем на свой домен return 301 https://$host$request_uri; } listen 80; listen [::]:80 ipv6only=on; server_name туттвойдомен; # Тут изменяем на свой домен return 404; } Чтобы просмотреть скрытый контент, вам необходимо:• Зарегистрироваться или Войти в свою учетную запись! Quote Link to comment Share on other sites Зарегистрироваться или Войти в свою учетную запись! ' data-webShareUrl='https://gamerip.ru/index.php?/topic/642-%D1%81%D0%BA%D1%80%D0%B8%D0%BF%D1%82-%D1%80%D1%83%D0%BB%D0%B5%D1%82%D0%BA%D0%B8-visor-%D1%81-%D0%B0%D0%BD%D1%82%D0%B8%D0%BC%D0%B8%D0%BD%D1%83%D1%81%D0%BE%D0%BC-%D0%B8-%D0%BF%D0%BE%D0%B4%D0%BA%D1%80%D1%83%D1%82%D0%BA%D0%BE%D0%B9-%D1%81%D0%BB%D0%BE%D1%82%D0%B0%D0%BC%D0%B8/&do=findComment&comment=1161'>More sharing options...
lusty Posted December 17, 2023 Share Posted December 17, 2023 забираю )) Quote Link to comment Share on other sites More sharing options...
katana213 Posted January 29, 2024 Share Posted January 29, 2024 Выглядит очень круто Quote Link to comment Share on other sites More sharing options...
katana213 Posted January 29, 2024 Share Posted January 29, 2024 Но ооооочень не хватает краша Quote Link to comment Share on other sites More sharing options...
Артем Татаринов Posted May 9, 2024 Share Posted May 9, 2024 круто Quote Link to comment Share on other sites More sharing options...
Ruby-Da Cherry Posted July 6, 2024 Share Posted July 6, 2024 +rep Quote Link to comment Share on other sites More sharing options...
fox333 Posted November 19, 2024 Share Posted November 19, 2024 Ок Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.