============================================================================================================
Gamble Galaxy - https://gamble-galaxy.com
Triggers V10 - https://gamble-galaxy.com/tv10/triggers.html - 
============================================================================================================

============================================================================================================
Install High Score Database
============================================================================================================

See How to Install Triggers V10.pdf for a better visual on steps 1-4

Step 1:
Unzip triggers V10
The triggers_mp3 folder and tv10 folder need to be in the
same directory.

Step 2:
Create a new database in phpMyAdmin named
u950110925_triggers

Step 3:
Import tables into your sql database:
● miss.sql
then scroll to the bottom and import.

Step 4:
In the file fetch-miss.php update the database with your
login info
$servername = "localhost";
$username = "u950110925_triggers";
$password = "";
$dbname = "u950110925_triggers";

============================================================================================================
Notes 
============================================================================================================

Redirect:
When the page size is too small, it will redirect to the mobile version. 
To change the redirect link 

open: triggers.html
search for and change: window.location.href = 'https://gamble-galaxy.com/tv10m/triggers-m.html';

------------------------------------------------------------------------------------------------------------
Ads:
To place ads below the tool, open main.js
and uncomment 

//appendFooter(); to appendFooter();

Then you can place your own adds in the appendAds() function in items/footer.js
