Ask about this product:

E-mail: Question:
Ask the question
Your question was sent. We will contact you shortly. Please, fill all fields. E-Mail is not correct. An error occured. Try again later.

PHP FRANCK Casino Script + Sports betting

18 4.61 18
Product code: CASCRIPTS-FRANCK
Recently updated
?
?
$500 $1,750
View Demo

Bundle

Extra discount when purchasing in bundle

Total price: $500
selected bundle
Have a question?

Games Live Casino, Sports, Slots
Crypto deposits Yes
PHP 8+ compatible Yes
Mobile responsive Yes
Technology PHP,NodeJS

Categories: PHP Casino Scripts

Tags: casino, games, betting, scripts, script, open, sports, instructions, template, works, server, html, connect, warez

Overview

Casino and sports betting script.
The script works on gsm GOLDSVET
We have made a nice modern responsive template for all DEMO devices

There are no domain restrictions.
All games are open source.
There are 1154 games in total.
All games work on computer and phone and are in html5 format.

Sports betting works via API – you can connect different providers (cost is about $80 per month)

The script is ready to run. After payment, you will receive a link to the file in the cloud.

The only point is to comment out unnecessary html in the template (e.g. menu items). Where the files are located is written in the instructions for the script.

The file has installation instructions. If you have any difficulties, write to your server support and send them instructions for installing and configuring the server.

Specifications
Games Live Casino, Sports, Slots
Crypto deposits Yes
PHP 8+ compatible Yes
Mobile responsive Yes
Technology PHP,NodeJS
Reviews

18 reviews for PHP FRANCK Casino Script + Sports betting

  • By January 8, 2026 15:46
    отличная работа! все игры грузятся быстро, админка удобная. небольшая проблема была с платежами но поддержка помогла быстро решить
    • By December 11, 2025 15:46
      хороший скрипт!! была проблема с мобильной версией некоторых игр но после обновления все заработало. в целом доволен покупкой
      • By December 2, 2025 15:46
        cant beleive how good this is for the price! Games work flawlessly, mobile version is perfect, and I can control everything from admin panel. 10/10 would buy again
        • By October 8, 2025 15:46
          perfect!! works great
          • By October 3, 2025 15:46
            качественный продукт, установка заняла больше времени чем ожидал но результат хороший. рекомендую
            • By September 7, 2025 15:46
              super script!! jai installé hier et tout marche nickel. beaucoup de jeux et interface pro. meilleur achat 💪
              • By August 19, 2025 15:46
                solid product. had issues with ssl certificate at first but figured it out with help from support. been running smooth for a month now. recomend it
                • By August 15, 2025 15:46
                  хороший скрипт но были небольшие проблемы с настройкой платежей. поддержка помогла решить, в целом доволен
                  • By cascripts Cascripts | PHP Casino Scripts August 16, 2025 15:46
                    We appreciate your honest feedback! Our team is always working to improve the documentation and user experience. Thanks for your patience!
                  • By August 5, 2025 15:46
                    норм скрипт, пару багов было при установке но поддержка помогла исправить. сейчас работает без проблем уже месяц
                    • By July 31, 2025 15:46
                      Работает отлично!! установил сам за 3 часа, поддержка помогла с настройкой. Всё игры работают на мобильных тоже 👍
                      • By June 17, 2025 15:46
                        Clean, well-documented code. Easy to integrate payment systems. Support responded within hours when I had questions.
                        • By May 17, 2025 15:46
                          This is exactly what I needed for my business. Professional looking, tons of games, and the admin panel makes managing everything a breeze. Already recommended to 2 friends.
                          • By May 11, 2025 15:46
                            perfect for startups like mine!! affordable and works great right away. support team is very helpfull, answered all my questions
                            • By May 5, 2025 15:46
                              Good casino script, works as advertised. Installation wasnt as easy as i thought it would be but managed with support help. been running for 2 weeks no issues
                              • By April 21, 2025 15:46
                                купил уже второй скрипт у них, качество на высоте поддержка отвечает быстро. всё работает как надо!!
                                • By March 22, 2025 15:46
                                  excellent travail! les jeux fonctionnent parfaitement sur tous les appareils, tres satisfait de cet achat!!
                                  • By March 3, 2025 15:46
                                    Works well overall. Had a problem with some games not loading on iphone at first, but after updating php version everything worked. Good script for the price.
                                    • By February 22, 2025 15:46
                                      Great script! had a few questions during setup and support answered same day. all 1100+ games work perfect. players complain about nothing lol
                                      Instructions

                                      Server Requirements

                                      Before installation, ensure you have a clean VPS with the following specifications:

                                      • Operating System: Ubuntu 18.04
                                      • Storage: At least 100GB available space
                                      • RAM: Minimum 4GB
                                      • SSH Access: Via Putty or similar terminal client

                                      1. Install Nginx Web Server

                                      Connect to your server via SSH and run the following commands:

                                      sudo apt update
                                      sudo apt upgrade
                                      sudo apt install nginx
                                      sudo ufw allow OpenSSH
                                      sudo ufw allow 'Nginx HTTP'
                                      sudo ufw allow 'Nginx HTTPS'
                                      sudo ufw enable

                                      2. Configure Nginx

                                      Open the Nginx configuration file:

                                      sudo nano /etc/nginx/nginx.conf

                                      Make the following changes:

                                      • Uncomment multi_accept and set to on
                                      • Uncomment server_tokens and set to off (security)
                                      • Add client_max_body_size 64m; below server_tokens
                                      • Uncomment gzip_proxied and set to any
                                      • Uncomment gzip_comp_level and set to 2
                                      • Uncomment gzip_types directive

                                      Save with Ctrl+X then press Y.

                                      Edit FastCGI parameters:

                                      sudo nano /etc/nginx/fastcgi_params

                                      Add at the end of file:

                                      fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name;

                                      Test and restart Nginx:

                                      sudo nginx -t
                                      sudo service nginx restart

                                      3. Install PHP 7.4

                                      Run the following commands:

                                      sudo apt install software-properties-common
                                      sudo add-apt-repository ppa:ondrej/php
                                      sudo apt update
                                      sudo apt install php7.4-fpm php7.4-common php7.4-mysql php7.4-xml php7.4-xmlrpc php7.4-curl php7.4-gd php7.4-imagick php7.4-cli php7.4-dev php7.4-imap php7.4-mbstring php7.4-opcache php7.4-soap php7.4-zip unzip -y

                                      Verify installation:

                                      php-fpm7.4 -v

                                      4. Configure PHP 7.4

                                      Edit PHP configuration:

                                      sudo nano /etc/php/7.4/fpm/php.ini

                                      Press F6 to search and update these values:

                                      upload_max_filesize = 100M
                                      post_max_size = 100M

                                      Test and restart PHP-FPM:

                                      sudo php-fpm7.4 -t
                                      sudo service php7.4-fpm restart

                                      5. Install MySQL Database

                                      sudo apt install mysql-server
                                      sudo mysql_secure_installation
                                      sudo mysql

                                      Inside MySQL prompt, run:

                                      SELECT user,authentication_string,plugin,host FROM mysql.user;
                                      ALTER USER 'root'@'localhost' IDENTIFIED WITH mysql_native_password BY 'password';
                                      FLUSH PRIVILEGES;
                                      exit;

                                      6. Install and Configure VSFTPD

                                      Install FTP server:

                                      sudo apt update && sudo apt install vsftpd
                                      sudo service vsftpd status
                                      sudo ufw allow 20/tcp
                                      sudo ufw allow 21/tcp
                                      sudo ufw allow 40000:50000/tcp
                                      sudo ufw allow 990/tcp

                                      Create FTP user and configure:

                                      sudo adduser ftpuser
                                      sudo cp /etc/vsftpd.conf /etc/vsftpd.conf.bak
                                      sudo nano /etc/vsftpd.conf

                                      Find and modify:

                                      write_enable=YES
                                      chroot_local_user=YES
                                      local_umask=022
                                      anon_upload_enable=YES
                                      anon_mkdir_write_enable=YES

                                      Add at the bottom:

                                      force_dot_files=YES
                                      pasv_min_port=40000
                                      pasv_max_port=50000
                                      allow_writeable_chroot=YES

                                      Set permissions and restart:

                                      sudo chown -R ftpuser /var/www/html
                                      sudo chmod o+w /var/www/html -R
                                      sudo systemctl restart vsftpd

                                      7. Upload Script Files

                                      Download and extract the script files:

                                      cd /var/www/html
                                      wget 'your-download-link.zip'
                                      unzip your-file.zip

                                      For games:

                                      cd /var/www/html/public/games/
                                      wget 'your-games-link.zip'
                                      unzip games.zip

                                      8. Install Database Manager (Adminer)

                                      Download Adminer to the public folder from: https://www.adminer.org/

                                      9. Configure Nginx for Laravel

                                      sudo nano /etc/nginx/sites-enabled/default

                                      Replace with:

                                      server {
                                          listen 80 default_server;
                                          root /var/www/html/public/;
                                          index index.php index.html index.htm;
                                      
                                          location / {
                                              try_files $uri $uri/ /index.php$is_args$args;
                                          }
                                      
                                          location ~ \.php$ {
                                              try_files $uri /index.php =404;
                                              fastcgi_pass unix:/var/run/php/php7.4-fpm.sock;
                                              fastcgi_index index.php;
                                              fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name;
                                              include fastcgi_params;
                                          }
                                      }

                                      Restart Nginx:

                                      systemctl restart nginx

                                      10. Setup Database

                                      1. Open browser and navigate to your-server-ip/adminer.php
                                      2. Create a new database
                                      3. Import the goldsvet.sql file
                                      4. Edit /var/www/html/.env file via FTP and configure:
                                        • MySQL connection details
                                        • APP_URL (your server IP or domain)

                                      11. Configure Game Servers

                                      Navigate to /var/www/html/public and edit all .json files:

                                      "host": "your-server-ip",
                                      "host_ws": "your-server-ip"

                                      Open required ports:

                                      sudo ufw allow 12053
                                      sudo ufw allow 12087
                                      sudo ufw allow 12096

                                      12. Install Node.js and Game Services

                                      Install Node.js:

                                      apt-get install curl
                                      curl -sL https://deb.nodesource.com/setup_12.x | sudo -E bash -
                                      apt-get install nodejs

                                      Verify installation:

                                      nodejs -v

                                      Install dependencies and PM2:

                                      npm install -g ws
                                      npm install -g request
                                      npm install pm2 -g

                                      Navigate to PTWebSocket folder and start services:

                                      cd /var/www/html/PTWebSocket
                                      pm2 start Arcade.js
                                      pm2 start Game2.js
                                      pm2 start ServerMN.js
                                      pm2 startup
                                      pm2 save

                                      13. Configure Laravel Cron Jobs

                                      sudo apt-get update
                                      sudo apt-get upgrade
                                      sudo apt-get install cron
                                      systemctl status cron

                                      Setup cron task:

                                      crontab -e

                                      Add at the end:

                                      * * * * * cd /var/www/html && php artisan schedule:run >> /dev/null 2>&1

                                      14. Access Admin Panel

                                      Navigate to: your-server-ip/admin

                                      • Login: admin
                                      • Password: 123456

                                      Important: Change the default admin password immediately after first login!

                                      15. SSL Certificate Configuration (Optional)

                                      To run with HTTPS:

                                      1. Update .env file: Change APP_URL to https://your-domain.com
                                      2. Edit public/.htaccess for HTTPS redirect
                                      3. Update public/socket_config.json:
                                      {
                                          "port": 8449,
                                          "host": "your-domain.com",
                                          "prefix": "https://",
                                          "host_ws": "your-domain.com",
                                          "prefix_ws": "wss://",
                                          "ssl": true
                                      }

                                      Add SSL certificates in PTWebSocket/ssl/:

                                      • crt.crt - Your SSL certificate
                                      • key.key - Your private key

                                      Restart game services:

                                      cd /var/www/html/PTWebSocket
                                      pm2 delete Arcade.js
                                      pm2 delete Game2.js
                                      pm2 delete ServerMN.js
                                      pm2 start Arcade.js
                                      pm2 start Game2.js
                                      pm2 start ServerMN.js
                                      pm2 startup
                                      pm2 save

                                      Support

                                      If you encounter any issues during installation, please contact our support team with your order number and server details.