Stake — Installation guide

System requirements

Installation

Step 1

Download the application zip package from CodeCanyon and log in to cPanel (or other control panel).

Step 2

Open File Manager, upload the downloaded zip package to public_html folder (web root folder of your domain or subdomain), right click on the archive and choose Extract.

Step 3

Open MySQL Databases page, create a new MySQL database, create a new user and add the user to the database selecting All privileges like this:

Step 4

Run the application installation script by accessing the following URL in a web browser: http://mywebsite.com/install.php (substitute mywebsite.com with your actual domain name). Follow the on-screen setup instructions to complete the installation.

Step 5

Open Cron Jobs page and add a new cron (scheduled) job to your server. The cron job parameters are provided after successful installation of the application and on the Backend » Maintenance page.

In cPanel the cron job should look like this:

In Plesk the cron job should look like this:

Step 6

Log in as admin and go to Backend » Settings » Email » Driver. Enter the credentials of the SMTP server that will deliver emails sent by the application.

Step 1

Install and configure a LAMP stack (Linux, Apache, MySQL, PHP). If your server comes with Ubuntu OS you can use this guide, for other operating systems find the corresponding manual.

Step 2

Create a new MySQL database, create a new user and add the user to the database. You can do so by logging in to MySQL as root and running the following commands:

CREATE DATABASE casino CHARACTER SET utf8 COLLATE utf8_general_ci; CREATE USER 'casino'@'localhost' IDENTIFIED BY 'password123'; GRANT ALL PRIVILEGES ON casino.* TO 'casino'@'localhost';

Step 3

Download the application zip package from CodeCanyon, upload it to the web root folder of your domain or subdomain and unzip.

Step 4

Run the application installation script by accessing the following URL in a web browser: http://mywebsite.com/install.php (substitute mywebsite.com with your actual domain name). Follow the on-screen setup instructions to complete the installation.

Step 5

Add a new cron (scheduled) job to your server. The cron job parameters are provided after successful installation of the application and on the Backend » Maintenance page. The cron job can be added by executing crontab -e and pasting the command.

Step 6

Log in as admin and go to Backend » Settings » Email » Driver. Enter the credentials of the SMTP server that will deliver emails sent by the application.

Frequently Asked Questions

I get "404 Not Found" error during installation

This error occurs if:

  • .htaccess files are missing
  • .htaccess files are not allowed (AllowOverride directive is set to None)
  • Apache Rewrite module is not enabled

Please follow the installation steps again.

I get "406 Not Acceptable" error during installation

This error occurs if a request has been blocked by Mod Security Apache module. Please contact your hosting support and ask them to disable Mod Security module.

Extra game add-ons

How to get support?

Please note that support can only be provided during the application support period. 6 months of free support are provided with your purchase. Should you need support outside of this period you will need to renew it. How to extend / renew the app support?

To get technical support please submit a new ticket at https://support.financialplugins.com. If you see an application error please do the following:


1 — If you don't have access to backend please edit .env configuration file (located in the web root folder of your domain) and set the following variables:

APP_DEBUG=true
APP_LOG_LEVEL=debug

In case the issue is difficult to trace our support team can request SSH / cPanel access to your server and / or website admin access.

© Built by FinancialPlugins.com