Ready to work with various games, full source code, just install and configure, and you’re done!
You can create player bots, winning bots, bots for everything to make the site look more alive,
control the winnings, set the maximum wins and losses in each game.
Games are also included with the source code = NO third-party API,
just a one-time cost of the script, and you install it on your server, simply and naturally, without monthly costs.
Popular clash game, dice, plinko and other games available
Easy to manage, easy to edit and configure.
php/mysql-instant access to download the full code-no encrypted files-no license key required
Installation Instructions:
apt – get update
apt-get-and-install-software-common-properties
add-apt-repository ppa: phpmyadmin / ppa
add-apt-ppa repository: eek: ndrej / php
update apt-get–with-new-pkgs
apt – get install- and php7. 4 php7.4-bcmath php7. 4-ctype php7.4-fileinfo php7. 4-json php7. 4-mbstring php7.4-pdo php7.4-xml php7.4-tokenizer
apt-get install-and composer apache2 mysql server
sudo mysql_secure_installation
mysql root-u
USING mysql;
UPDATE the User SET authentication_string=PASSWORD (“g12J21q1MxXN”) WHERE User= ‘root’;
UPDATE the USER SET plugin= “mysql_native_password” WHERE User= ‘root’;
DOWNLOAD PRIVILEGES;
leaving
apt – get install-and phpmyadmin
The phpMyAdmin installer will ask for mysql data and where to install it. At the server selection stage, you need to select Apache by checking the (space) box.
curl-sL https://deb.nodesource.com/setup_8.x / sudo-E hit –
sudo apt-get install-and nodejs
npm i-g pm2
sudo apt-get install unzip
cd / var / www / html
unzip 1.zipper
Then go to /usr/share /phpmyadmin
and change the file name settings.simple.inc.php in configuration.inc.php
Let’s go to the website http://www.passwordtool.hu/blowfish-password-hash-generator
Copy the puffer fish and paste it into the file settings.inc.php in the field … cfg[‘blowfish_secret’] = “;
Important: Now you need to configure the Apache server for Laravel:
nano /etc/apache2/sites-available / 000-default.conf
Changing DocumentRoot/var/www/html to DocumentRoot/var/www/html/public
After DocumentRoot we wrote the following
Options-Indexes + Tracking links
Allow everyone
Require all granted
AllowOverride Everything
< / directory>
a2enmod rewrite
restarting service apache2
Go to the website /phpmyadmin with root data and create a database.
Upload the database file there in the script.
We handle the database data in the evn file and save it.
In the file, change APP_DEBUG to false, APP_URL to the site address..
DB_DATABASE to the name of the database
DB_USERNAME at root (default) or another username if it was created
DB_PASSWORD to the database password
, after which we execute the command:
chmod-R 777/var/www/html/storage
chmod-R 777 / var / www / html / bootstrap program
curl-SS https://getcomposer.org/installer | php
composer of mv.phar / usr / local / bin / composer
———————————————————————————-
Installation of NPM, as well as pm2 required for the operation:
apt-get install npm
npm install … save-g pm2
npm install save save-g cors easyvk express http xss-filters the crypto mathjs socket.js
npm install save save-g fs
The file on the main page of the script responsible for the promotional bot is promo_bot.js
The last domain should be changed to the site address:
domain = _ _ LOCALHOST ? ‘http://localhost “: “http://win5x.com ‘;
The file on the main page of the script responsible for starting the chat – chat.js
The last domain should be changed to the site address:
domain = _ _ LOCALHOST ? ‘http://localhost “: “http://win5x.com ‘;
Execution of scripts:
cd / var / www / html
pm2 starts the chat.js
pm2 starts promo_bot.js
pm2 start-f chat.js
pm2 clear all
———————————————————————————-
Issuance of the administration panel in the database, in the users table
In the line is_admin by 1 and put chat_role by 3
All the IDs of chat_role
0-user
1-youtube (spin is disabled)
2-moderator (in the administration area you have access to the creation of promotional codes)
3-administrator (full access)
After the issue, the admin panel will be available at http://site/admin
Leave a Reply