You are on page 1of 57

-- phpMyAdmin SQL Dump

-- version 5.1.3
-- https://www.phpmyadmin.net/
--
-- Host: 127.0.0.1:3307
-- Waktu pembuatan: 20 Jun 2023 pada 20.06
-- Versi server: 10.4.24-MariaDB
-- Versi PHP: 7.4.29

SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";


START TRANSACTION;
SET time_zone = "+00:00";

/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;


/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */;
/*!40101 SET NAMES utf8mb4 */;

--
-- Database: `db_kingcuannew`
--

-- --------------------------------------------------------

--
-- Struktur dari tabel `tb_admin`
--

CREATE TABLE `tb_admin` (


`cuid` int(11) NOT NULL,
`min_depo` int(11) NOT NULL,
`min_wd` int(11) NOT NULL,
`com_ref` text NOT NULL,
`rabat` text NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1;

--
-- Dumping data untuk tabel `tb_admin`
--

INSERT INTO `tb_admin` (`cuid`, `min_depo`, `min_wd`, `com_ref`, `rabat`) VALUES


(1, 20000, 20000, '1', '0.1');

-- --------------------------------------------------------

--
-- Struktur dari tabel `tb_backup`
--

CREATE TABLE `tb_backup` (


`cuid` int(11) NOT NULL,
`file_name` text NOT NULL,
`created_date` datetime NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1;

-- --------------------------------------------------------

--
-- Struktur dari tabel `tb_balance`
--

CREATE TABLE `tb_balance` (


`cuid` int(11) NOT NULL,
`userID` int(11) NOT NULL,
`active` text NOT NULL,
`pending` text NOT NULL,
`transfer` text NOT NULL,
`payout` text NOT NULL,
`created_date` datetime NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1;

--
-- Dumping data untuk tabel `tb_balance`
--

INSERT INTO `tb_balance` (`cuid`, `userID`, `active`, `pending`, `transfer`,


`payout`, `created_date`) VALUES
(1, 1, '0', '0', '0', '0', '2023-05-06 08:47:07');

-- --------------------------------------------------------

--
-- Struktur dari tabel `tb_bank`
--

CREATE TABLE `tb_bank` (


`cuid` int(11) NOT NULL,
`image` varchar(255) NOT NULL,
`akun` text NOT NULL,
`pemilik` text NOT NULL,
`no_rek` text NOT NULL,
`status` int(2) NOT NULL,
`userID` int(11) NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=latin1;

--
-- Dumping data untuk tabel `tb_bank`
--

INSERT INTO `tb_bank` (`cuid`, `image`, `akun`, `pemilik`, `no_rek`, `status`,


`userID`) VALUES
(1, 'BCAVA.png', 'Bank Central Asia (BCA)', 'Ari Budi Putranto', '3740631011', 1,
1);

-- --------------------------------------------------------

--
-- Struktur dari tabel `tb_banner`
--

CREATE TABLE `tb_banner` (


`cuid` int(11) NOT NULL,
`image` varchar(255) NOT NULL,
`content` text NOT NULL,
`status` text NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=latin1;
--
-- Dumping data untuk tabel `tb_banner`
--

INSERT INTO `tb_banner` (`cuid`, `image`, `content`, `status`) VALUES


(1, '', '', 'true');

-- --------------------------------------------------------

--
-- Struktur dari tabel `tb_game`
--

CREATE TABLE `tb_game` (


`cuid` int(255) NOT NULL,
`title` text NOT NULL,
`price` text NOT NULL,
`diskon` text NOT NULL,
`min_bet` int(15) NOT NULL,
`max_bet` int(15) NOT NULL,
`satuan` int(2) NOT NULL,
`parent` int(2) NOT NULL,
`status` int(2) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;

--
-- Dumping data untuk tabel `tb_game`
--

INSERT INTO `tb_game` (`cuid`, `title`, `price`, `diskon`, `min_bet`, `max_bet`,


`satuan`, `parent`, `status`) VALUES
(1, '4D/3D/2D', '0', '66', 1000, 1000000, 0, 0, 0),
(2, '4D', '3000', '66', 1000, 1000000, 0, 1, 0),
(3, '3D', '400', '59', 1000, 1000000, 0, 1, 0),
(4, '2D', '70', '29', 1000, 1000000, 0, 1, 0),
(5, 'COLOK BEBAS', '1.2', '4', 10000, 1000000, 0, 0, 0),
(6, 'COLOK BEBAS 2D', '5.3', '8', 10000, 1000000, 0, 0, 0),
(7, 'COLOK NAGA', '14', '8', 10000, 1000000, 0, 0, 0),
(8, 'COLOK JITU', '0', '4', 10000, 1000000, 0, 0, 0),
(9, 'TENGAH', '0', '1', 10000, 1000000, 1, 0, 0),
(11, 'TEPI', '-4', '1', 10000, 1000000, 1, 9, 0),
(12, 'TENGAH', '-3', '1', 10000, 1000000, 1, 9, 0),
(13, 'DASAR', '0', '1', 10000, 1000000, 1, 0, 0),
(14, 'GANJIL', '-23', '1', 10000, 1000000, 1, 13, 0),
(15, 'GENAP', '6', '1', 10000, 1000000, 1, 13, 0),
(16, 'BESAR', '-23', '1', 10000, 1000000, 1, 13, 0),
(17, 'KECIL', '6', '1', 10000, 1000000, 1, 13, 0),
(18, 'AS', '6', '4', 10000, 1000000, 1, 8, 0),
(19, 'KOP', '6', '4', 10000, 1000000, 1, 8, 0),
(20, 'KEPALA', '7', '4', 10000, 1000000, 1, 8, 0),
(22, 'SHIO', '9', '3', 10000, 1000000, 0, 0, 0),
(23, 'SILANG - HOMO', '0', '1', 10000, 1000000, 1, 0, 0),
(24, 'SILANG - DEPAN', '-2.3', '1', 10000, 1000000, 1, 23, 0),
(25, 'SILANG - TENGAH', '-2.3', '1', 10000, 1000000, 1, 23, 0),
(26, 'SILANG - BELAKANG', '-2.3', '1', 10000, 1000000, 1, 23, 0),
(27, 'HOMO - DEPAN', '-2.3', '1', 10000, 1000000, 1, 23, 0),
(28, 'HOMO - TENGAH', '-2.3', '1', 10000, 1000000, 1, 23, 0),
(29, 'HOMO - BELAKANG', '-2.3', '1', 10000, 1000000, 1, 23, 0),
(30, 'KEMBANG', '0', '1', 10000, 1000000, 1, 0, 0),
(31, 'KEMBANG - DEPAN', '-2.5', '1', 10000, 1000000, 1, 30, 0),
(32, 'KEMBANG - TENGAH', '-2.5', '1', 10000, 1000000, 1, 30, 0),
(33, 'KEMBANG - BELAKANG', '-2.5', '1', 10000, 1000000, 1, 30, 0),
(34, 'KEMPIS - DEPAN', '-2.5', '1', 10000, 1000000, 1, 30, 0),
(35, 'KEMPIS - TENGAH', '-2.5', '1', 10000, 1000000, 1, 30, 0),
(36, 'KEMPIS - BELAKANG', '-2.5', '1', 10000, 1000000, 1, 30, 0),
(37, 'KEMBAR - DEPAN', '-2.5', '1', 10000, 1000000, 1, 30, 0),
(38, 'KEMBAR - TENGAH', '-2.5', '1', 10000, 1000000, 1, 30, 0),
(39, 'KEMBAR - BELAKANG', '-2.5', '1', 10000, 1000000, 1, 30, 0),
(40, 'EKOR', '7', '4', 10000, 1000000, 1, 8, 0);

-- --------------------------------------------------------

--
-- Struktur dari tabel `tb_gamelist`
--

CREATE TABLE `tb_gamelist` (


`cuid` int(255) NOT NULL,
`provider` text COLLATE utf8mb4_unicode_ci NOT NULL,
`image` text COLLATE utf8mb4_unicode_ci NOT NULL,
`gameidnumeric` longtext COLLATE utf8mb4_unicode_ci NOT NULL,
`gameid` text COLLATE utf8mb4_unicode_ci NOT NULL,
`gamename` text COLLATE utf8mb4_unicode_ci NOT NULL,
`gametypeid` text COLLATE utf8mb4_unicode_ci NOT NULL,
`category` text COLLATE utf8mb4_unicode_ci NOT NULL,
`technology` text COLLATE utf8mb4_unicode_ci NOT NULL,
`platform` text COLLATE utf8mb4_unicode_ci NOT NULL,
`demogame` text COLLATE utf8mb4_unicode_ci NOT NULL,
`aspectratio` text COLLATE utf8mb4_unicode_ci NOT NULL,
`technologyid` text COLLATE utf8mb4_unicode_ci NOT NULL,
`jurisdictions` text COLLATE utf8mb4_unicode_ci NOT NULL,
`frbavailable` text COLLATE utf8mb4_unicode_ci NOT NULL,
`datatype` text COLLATE utf8mb4_unicode_ci NOT NULL,
`features` text COLLATE utf8mb4_unicode_ci NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data untuk tabel `tb_gamelist`
--

INSERT INTO `tb_gamelist` (`cuid`, `provider`, `image`, `gameidnumeric`, `gameid`,


`gamename`, `gametypeid`, `category`, `technology`, `platform`, `demogame`,
`aspectratio`, `technologyid`, `jurisdictions`, `frbavailable`, `datatype`,
`features`) VALUES
(1, 'PragmaticPlay', 'upload/game_pic/pragmaticplay/vs20olympgate.png',
'1605284987', 'vs20olympgate', 'Gates of Olympus', 'vs', 'Video Slots', 'html5',
'MOBILE,DOWNLOAD,WEB', '1', '16:9', 'H5',
'RS,X1,IT,UA,MT,RO,EE,DE,IM,GR,LV,GG,ZA,99,UK,CO,BG,ES,NL,LT,DK,SE,PT,66,CH,IE,ON,B
Y,CZ,NO,AT,BE', '1', 'RNG', 'ANTE,BUY'),
(2, 'PragmaticPlay', 'upload/game_pic/pragmaticplay/vswaysdogs.png', '1588845613',
'vswaysdogs', 'The Dog House Megaways', 'vs', 'Video Slots', 'html5',
'MOBILE,DOWNLOAD,WEB', '1', '16:9', 'H5',
'MT,IT,SE,GG,ES,LT,RS,UK,DK,EE,PT,99,LV,DE,CO,GR,BG,RO,IM,ZA,66,X1,UA,NL,CH,IE,CZ,B
Y,ON,AT,BE', '1', 'RNG', 'BUY'),
(3, 'PragmaticPlay', 'upload/game_pic/pragmaticplay/vs20starlight.png',
'1625837214', 'vs20starlight', 'Starlight Princess', 'vs', 'Video Slots', 'html5',
'MOBILE,DOWNLOAD,WEB', '1', '16:9', 'H5',
'IM,RO,66,RS,UA,DE,GR,LT,PT,99,EE,GG,IT,UK,DK,CO,X1,LV,ZA,MT,SE,ES,BG,IE,BY,ON,NL,A
T,NO,BE', '1', 'RNG', 'ANTE,BUY'),
(4, 'PragmaticPlay', 'upload/game_pic/pragmaticplay/vs20tweethouse.png',
'1631597776', 'vs20tweethouse', 'The Tweety House', 'vs', 'Video Slots', 'html5',
'MOBILE,DOWNLOAD,WEB', '1', '16:9', 'H5', '99', '1', 'RNG', ''),
(5, 'PragmaticPlay', 'upload/game_pic/pragmaticplay/vs20fruitsw.png', '1551185482',
'vs20fruitsw', 'Sweet Bonanza', 'vs', 'Video Slots', 'html5',
'MOBILE,DOWNLOAD,WEB', '1', '16:9', 'H5',
'DE,GR,EE,UK,IM,LT,RS,MT,DK,IT,LV,99,PT,RO,ES,SE,BY,GG,BG,ZA,CO,X1,UA,NL,66,CH,IE,O
N,CZ,NO,AT,BE', '1', 'RNG', 'ANTE,BUY'),
(6, 'PragmaticPlay', 'upload/game_pic/pragmaticplay/vs40wildwest.png',
'1579880805', 'vs40wildwest', 'Wild West Gold', 'vs', 'Video Slots', 'html5',
'MOBILE,DOWNLOAD,WEB', '1', '16:9', 'H5',
'LT,DK,RO,SE,LV,CO,PT,IT,99,GG,MT,BG,RS,ES,EE,IM,UK,DE,GR,NL,ZA,X1,UA,66,CH,IE,ON,B
Y,CZ,AT,BE', '1', 'RNG', 'BUY'),
(7, 'PragmaticPlay', 'upload/game_pic/pragmaticplay/vswayslions.png', '1613654675',
'vswayslions', '5 Lions Megaways', 'vs', 'Video Slots', 'html5',
'MOBILE,DOWNLOAD,WEB', '1', '16:9', 'H5',
'BG,ES,DK,LV,PT,IT,SE,X1,LT,CO,ZA,99,RS,IM,RO,UK,EE,MT,GR,66,DE,GG,UA,IE,BY,ON,NL,B
E', '1', 'RNG', 'ANTE,BUY'),
(8, 'PragmaticPlay', 'upload/game_pic/pragmaticplay/vs20doghouse.png',
'1547739735', 'vs20doghouse', 'The Dog House', 'vs', 'Video Slots', 'html5',
'MOBILE,DOWNLOAD,WEB', '1', '16:9', 'H5',
'GR,DE,IM,SE,99,EE,BG,ES,UK,RS,DK,IT,PT,LV,BY,GG,MT,LT,RO,ZA,UA,NL,66,CH,IE,ON,CZ,N
O,X1,AT,BE', '1', 'RNG', ''),
(9, 'PragmaticPlay', 'upload/game_pic/pragmaticplay/vs20sbxmas.png', '1570610572',
'vs20sbxmas', 'Sweet Bonanza Xmas', 'vs', 'Video Slots', 'html5',
'MOBILE,DOWNLOAD,WEB', '1', '16:9', 'H5',
'GR,DE,BG,99,DK,RO,PT,SE,GG,CO,EE,LV,IT,ES,MT,IM,UK,RS,LT,ZA,X1,UA,NL,66,CH,IE,CZ,B
Y,ON,BE', '1', 'RNG', 'ANTE,BUY'),
(10, 'PragmaticPlay', 'upload/game_pic/pragmaticplay/vs5aztecgems.png',
'1516626484', 'vs5aztecgems', 'Aztec Gems', 'vs', 'Video Slots', 'html5',
'MOBILE,DOWNLOAD,WEB', '1', '16:9', 'H5',
'EE,IT,SE,RO,LV,PT,BG,99,GG,ES,LT,IM,RS,CO,MT,UK,ZA,X1,UA,66,IE,BY,BE', '1', 'RNG',
''),
(11, 'PragmaticPlay', 'upload/game_pic/pragmaticplay/vs25pandagold.png',
'1505815201', 'vs25pandagold', 'Panda's Fortune', 'vs', 'Video Slots',
'html5', 'MOBILE,DOWNLOAD,WEB', '1', '16:9', 'H5',
'BG,RS,ES,CO,IT,GG,RO,LT,PT,IM,UK,EE,SE,99,LV,MT,ZA,X1,UA,66,IE,BE', '1', 'RNG',
''),
(12, 'PragmaticPlay', 'upload/game_pic/pragmaticplay/vswaysrhino.png',
'1582290630', 'vswaysrhino', 'Great Rhino Megaways', 'vs', 'Video Slots', 'html5',
'MOBILE,DOWNLOAD,WEB', '1', '16:9', 'H5',
'IM,GG,99,SE,LT,GR,RO,RS,IT,MT,LV,UK,EE,ES,DE,CO,PT,BG,DK,NL,ZA,66,X1,UA,CH,IE,BY,O
N,CZ,BE', '1', 'RNG', 'ANTE,BUY'),
(13, 'PragmaticPlay', 'upload/game_pic/pragmaticplay/vs20pbonanza.png',
'1628690435', 'vs20pbonanza', 'Pyramid Bonanza', 'vs', 'Video Slots', 'html5',
'MOBILE,DOWNLOAD,WEB', '1', '16:9', 'H5', '99', '1', 'RNG', 'ANTE,BUY'),
(14, 'PragmaticPlay', 'upload/game_pic/pragmaticplay/vswayshammthor.png',
'1606496748', 'vswayshammthor', 'Power of Thor Megaways', 'vs', 'Video Slots',
'html5', 'MOBILE,DOWNLOAD,WEB', '1', '16:9', 'H5',
'NL,DK,SE,PT,ES,LT,BG,UA,66,CO,X1,IT,99,MT,EE,DE,GR,LV,RO,UK,ZA,GG,IM,RS,CH,IE,ON,B
Y,CZ,BE', '1', 'RNG', 'BUY'),
(15, 'PragmaticPlay', 'upload/game_pic/pragmaticplay/vs243lionsgold.png',
'1551174315', 'vs243lionsgold', '5 Lions Gold', 'vs', 'Video Slots', 'html5',
'MOBILE,DOWNLOAD,WEB', '1', '16:9', 'H5',
'ES,PT,UK,LV,GG,SE,IM,IT,99,MT,DK,EE,LT,RO,RS,CO,BG,ZA,X1,UA,66,IE,BY,NL,BE', '1',
'RNG', ''),
(16, 'PragmaticPlay', 'upload/game_pic/pragmaticplay/vs5joker.png', '1519119693',
'vs5joker', 'Joker's Jewels', 'vs', 'Video Slots', 'html5',
'MOBILE,DOWNLOAD,WEB', '1', '16:9', 'H5',
'RO,DE,GR,ES,DK,GG,SE,IT,EE,CO,99,RS,BY,MT,UK,LT,LV,BG,IM,PT,NL,ZA,X1,UA,66,CH,IE,O
N,CZ,BE', '1', 'RNG', ''),
(17, 'PragmaticPlay', 'upload/game_pic/pragmaticplay/vs20amuleteg.png',
'1626782528', 'vs20amuleteg', 'Fortune of Giza', 'vs', 'Video Slots', 'html5',
'MOBILE,DOWNLOAD,WEB', '1', '16:9', 'H5',
'CO,LT,X1,DE,LV,ES,IT,DK,BG,66,99,EE,GG,GR,IM,MT,RO,RS,UA,UK,ZA,PT,SE,IE,NL,ON,BY,B
E', '1', 'RNG', ''),
(18, 'PragmaticPlay', 'upload/game_pic/pragmaticplay/vs20midas.png', '1599482900',
'vs20midas', 'The Hand of Midas', 'vs', 'Video Slots', 'html5',
'MOBILE,DOWNLOAD,WEB', '1', '16:9', 'H5',
'LT,DK,PT,CO,BG,RO,EE,GG,RS,MT,UK,ZA,IM,LV,GR,99,DE,SE,IT,ES,X1,UA,NL,66,CH,IE,CZ,B
Y,ON,BE', '1', 'RNG', 'ANTE,BUY'),
(19, 'PragmaticPlay', 'upload/game_pic/pragmaticplay/vs243caishien.png',
'1549294581', 'vs243caishien', 'Caishen's Cash', 'vs', 'Video Slots', 'html5',
'MOBILE,DOWNLOAD,WEB', '1', '16:9', 'H5',
'LT,PT,BG,ES,IM,GG,RS,LV,EE,IT,DK,99,CO,UK,SE,MT,RO,ZA,X1,GR,DE,UA,66,IE,BE', '1',
'RNG', ''),
(20, 'PragmaticPlay', 'upload/game_pic/pragmaticplay/vs25hotfiesta.png',
'1612433442', 'vs25hotfiesta', 'Hot Fiesta', 'vs', 'Video Slots', 'html5',
'MOBILE,DOWNLOAD,WEB', '1', '16:9', 'H5',
'SE,DK,PT,LT,UA,EE,GG,UK,GR,IM,MT,99,DE,66,ZA,RS,LV,RO,X1,BG,CO,ES,IT,IE,NL,BE',
'1', 'RNG', 'ANTE,BUY'),
(21, 'PragmaticPlay', 'upload/game_pic/pragmaticplay/vswayswildwest.png',
'1643285988', 'vswayswildwest', 'Wild West Gold Megaways', 'vs', 'Video Slots',
'html5', 'MOBILE,DOWNLOAD,WEB', '1', '16:9', 'H5',
'66,99,DE,EE,GG,GR,IE,IM,RO,RS,UA,UK,ZA,MT,NL,SE,PT,IT,X1,LT,CO,ON,DK,LV,ES,BG,BY,B
E', '1', 'RNG', 'ANTE,FREE_BONUS_FEATURE,BUY'),
(22, 'PragmaticPlay', 'upload/game_pic/pragmaticplay/vs12bbb.png', '1622710851',
'vs12bbb', 'Bigger Bass Bonanza', 'vs', 'Video Slots', 'html5',
'MOBILE,DOWNLOAD,WEB', '1', '16:9', 'H5',
'ES,SE,PT,LV,X1,BG,IT,LT,CO,RS,GG,GR,UK,EE,UA,MT,IM,RO,ZA,66,DE,99,DK,IE,BY,ON,NL,A
T,BE', '1', 'RNG', ''),
(23, 'PragmaticPlay', 'upload/game_pic/pragmaticplay/vswaysbufking.png',
'1610109843', 'vswaysbufking', 'Buffalo King Megaways', 'vs', 'Video Slots',
'html5', 'MOBILE,DOWNLOAD,WEB', '1', '16:9', 'H5',
'NL,BG,X1,CO,IT,PT,SE,UA,LT,LV,ES,GG,RS,66,EE,GR,UK,MT,RO,ZA,99,IM,DE,DK,CH,IE,ON,C
Z,BY,AT,BE', '1', 'RNG', 'ANTE,BUY'),
(24, 'PragmaticPlay', 'upload/game_pic/pragmaticplay/vs10floatdrg.png',
'1608220623', 'vs10floatdrg', 'Floating Dragon', 'vs', 'Video Slots', 'html5',
'MOBILE,DOWNLOAD,WEB', '1', '16:9', 'H5',
'UA,LT,DK,ZA,99,GG,66,DE,RS,EE,MT,RO,UK,IM,LV,GR,CO,X1,BG,ES,PT,SE,IT,IE,BY,ON,NL,A
T,BE', '1', 'RNG', ''),
(25, 'PragmaticPlay', 'upload/game_pic/pragmaticplay/vswayssamurai.png',
'1617195325', 'vswayssamurai', 'Rise of Samurai Megaways', 'vs', 'Video Slots',
'html5', 'MOBILE,DOWNLOAD,WEB', '1', '16:9', 'H5',
'66,GG,99,LV,PT,ES,UA,EE,LT,GR,IT,SE,RO,DE,IM,MT,RS,BG,ZA,DK,UK,IE,ON,BE', '1',
'RNG', 'ANTE,BUY'),
(26, 'PragmaticPlay', 'upload/game_pic/pragmaticplay/vs9aztecgemsdx.png',
'1587971999', 'vs9aztecgemsdx', 'Aztec Gems Deluxe', 'vs', 'Video Slots', 'html5',
'MOBILE,DOWNLOAD,WEB', '1', '16:9', 'H5',
'CO,ES,GG,BG,LT,PT,EE,UK,LV,RO,IT,SE,MT,RS,99,DK,IM,GR,DE,NL,ZA,66,X1,UA,CH,IE,BY,C
Z,BE', '1', 'RNG', ''),
(27, 'PragmaticPlay', 'upload/game_pic/pragmaticplay/vs4096bufking.png',
'1570091142', 'vs4096bufking', 'Buffalo King', 'vs', 'Video Slots', 'html5',
'MOBILE,DOWNLOAD,WEB', '1', '16:9', 'H5',
'IM,EE,GR,RO,RS,DK,GG,BG,PT,LT,IT,LV,UK,DE,SE,CO,MT,99,ES,NL,ZA,X1,UA,66,CH,IE,CZ,O
N,BY,BE', '1', 'RNG', ''),
(28, 'PragmaticPlay', 'upload/game_pic/pragmaticplay/vs25pandatemple.png',
'1611673947', 'vs25pandatemple', 'Panda Fortune 2', 'vs', 'Video Slots', 'html5',
'MOBILE,DOWNLOAD,WEB', '1', '16:9', 'H5',
'EE,RO,LV,ZA,IM,RS,GG,UK,66,99,MT,DE,GR,UA,ES,X1,SE,IT,LT,CO,PT,DK,BG,IE,BE', '1',
'RNG', ''),
(29, 'PragmaticPlay', 'upload/game_pic/pragmaticplay/vs10chkchase.png',
'1629126516', 'vs10chkchase', 'Chicken Chase', 'vs', 'Video Slots', 'html5',
'MOBILE,DOWNLOAD,WEB', '1', '16:9', 'H5',
'UK,DE,PT,LT,UA,99,IT,X1,ZA,DK,EE,BG,GG,RO,ES,GR,RS,66,IE,LV,MT,IM,NL,CO,SE,BY,BE',
'1', 'RNG', ''),
(30, 'PragmaticPlay', 'upload/game_pic/pragmaticplay/vs20mustanggld2.png',
'1635781496', 'vs20mustanggld2', 'Clover Gold', 'vs', 'Video Slots', 'html5',
'MOBILE,DOWNLOAD,WEB', '1', '16:9', 'H5',
'GR,ES,IT,BG,NL,66,99,DE,EE,GG,IE,IM,LV,MT,RO,RS,UA,UK,ZA,LT,CO,DK,SE,X1,PT,BY,BE',
'1', 'RNG', ''),
(31, 'PragmaticPlay', 'upload/game_pic/pragmaticplay/vs20drtgold.png',
'1639576365', 'vs20drtgold', 'Drill That Gold', 'vs', 'Video Slots', 'html5',
'MOBILE,DOWNLOAD,WEB', '1', '16:9', 'H5',
'DK,IE,RO,DE,IM,GG,CO,RS,EE,IT,LT,99,NL,BG,GR,LV,MT,PT,ZA,SE,UK,66,UA,X1,ES,BY,BE',
'1', 'RNG', 'ANTE,FREE_BONUS_FEATURE'),
(32, 'PragmaticPlay', 'upload/game_pic/pragmaticplay/vs10spiritadv.png',
'1640357295', 'vs10spiritadv', 'Spirit of Adventure', 'vs', 'Video Slots', 'html5',
'MOBILE,DOWNLOAD,WEB', '1', '16:9', 'H5',
'IT,PT,NL,SE,LT,LV,BG,ON,ES,GR,DK,X1,CO,66,99,DE,EE,GG,IE,IM,MT,RO,RS,UA,UK,ZA,BY,B
E', '1', 'RNG', 'BUY'),
(33, 'PragmaticPlay', 'upload/game_pic/pragmaticplay/vs10firestrike2.png',
'1642089410', 'vs10firestrike2', 'Fire Strike 2', 'vs', 'Video Slots', 'html5',
'MOBILE,DOWNLOAD,WEB', '1', '16:9', 'H5',
'ON,SE,GR,LT,ES,BG,IT,NL,CO,DK,X1,PT,66,99,DE,EE,GG,IE,IM,LV,MT,RO,RS,UA,UK,ZA,BY,B
E', '1', 'RNG', 'FREE_BONUS_FEATURE'),
(34, 'PragmaticPlay', 'upload/game_pic/pragmaticplay/vs40cleoeye.png',
'1629274598', 'vs40cleoeye', 'Eye of Cleopatra', 'vs', 'Video Slots', 'html5',
'MOBILE,DOWNLOAD,WEB', '1', '16:9', 'H5',
'DK,ES,SE,X1,CO,66,99,DE,EE,GG,GR,IE,IM,LV,MT,RO,RS,UA,UK,ZA,LT,ON,IT,BG,NL,PT,BY,B
E', '1', 'RNG', ''),
(35, 'PragmaticPlay', 'upload/game_pic/pragmaticplay/vs20hburnhs.png',
'1607600080', 'vs20hburnhs', 'Hot to Burn Hold and Spin', 'vs', 'Video Slots',
'html5', 'MOBILE,DOWNLOAD,WEB', '1', '16:9', 'H5',
'IT,UA,BG,DK,LT,CO,SE,PT,X1,ES,NL,EE,LV,MT,99,GG,GR,IM,UK,DE,RO,RS,ZA,66,CH,IE,CZ,B
E', '1', 'RNG', ''),
(36, 'PragmaticPlay', 'upload/game_pic/pragmaticplay/vs10bxmasbnza.png',
'1629217485', 'vs10bxmasbnza', 'Christmas Big Bass Bonanza', 'vs', 'Video Slots',
'html5', 'MOBILE,DOWNLOAD,WEB', '1', '16:9', 'H5',
'66,DK,GR,PT,RO,ZA,IM,RS,EE,99,LV,MT,DE,GG,UA,UK,IT,NL,SE,IE,X1,CO,LT,BG,ES,ON,BE',
'1', 'RNG', 'BUY'),
(37, 'PragmaticPlay', 'upload/game_pic/pragmaticplay/vswaysmadame.png',
'1604413074', 'vswaysmadame', 'Madame Destiny Megaways', 'vs', 'Video Slots',
'html5', 'MOBILE,DOWNLOAD,WEB', '1', '16:9', 'H5',
'PT,BG,CO,IT,NL,GR,MT,ZA,UK,IM,99,DE,LV,GG,RO,RS,EE,LT,ES,SE,DK,66,X1,UA,CH,IE,BY,C
Z,ON,AT,BE', '1', 'RNG', 'ANTE,BUY'),
(38, 'PragmaticPlay', 'upload/game_pic/pragmaticplay/vs4096magician.png',
'1622711664', 'vs4096magician', 'Magician's Secrets', 'vs', 'Video Slots',
'html5', 'MOBILE,DOWNLOAD,WEB', '1', '16:9', 'H5',
'BY,CO,IT,X1,DK,ES,IE,66,99,DE,EE,GG,GR,IM,LV,MT,RO,RS,UA,UK,ZA,NL,PT,SE,BG,LT,BE',
'1', 'RNG', 'BUY'),
(39, 'PragmaticPlay', 'upload/game_pic/pragmaticplay/vs20farmfest.png',
'1636618208', 'vs20farmfest', 'Barn Festival', 'vs', 'Video Slots', 'html5',
'MOBILE,DOWNLOAD,WEB', '1', '16:9', 'H5',
'UK,EE,IT,PT,GR,RO,SE,ZA,99,BG,GG,IE,NL,X1,66,DE,ES,DK,RS,LV,IM,CO,MT,LT,UA,BY,BE',
'1', 'RNG', 'BUY'),
(40, 'PragmaticPlay', 'upload/game_pic/pragmaticplay/vs243queenie.png',
'1635519094', 'vs243queenie', 'Queenie', 'vs', 'Video Slots', 'html5',
'MOBILE,DOWNLOAD,WEB', '1', '16:9', 'H5',
'BY,SE,UK,X1,PT,CO,BG,66,99,DE,EE,GG,GR,IE,IM,MT,RO,RS,UA,ZA,DK,LT,IT,NL,ES,LV,ON,B
E', '1', 'RNG', ''),
(41, 'PragmaticPlay', 'upload/game_pic/pragmaticplay/vs243discolady.png',
'1639484771', 'vs243discolady', 'Disco Lady', 'vs', 'Video Slots', 'html5',
'MOBILE,DOWNLOAD,WEB', '1', '16:9', 'H5', '99', '1', 'RNG', 'FREE_BONUS_FEATURE'),
(42, 'PragmaticPlay', 'upload/game_pic/pragmaticplay/vs10tictac.png', '1636445187',
'vs10tictac', 'Tic Tac Take', 'vs', 'Video Slots', 'html5', 'MOBILE,DOWNLOAD,WEB',
'1', '16:9', 'H5',
'SE,CO,LV,BG,PT,X1,66,99,DE,EE,GG,GR,IE,IM,MT,RO,RS,UA,UK,ZA,DK,LT,IT,ES,NL,BE',
'1', 'RNG', 'BUY'),
(43, 'PragmaticPlay', 'upload/game_pic/pragmaticplay/vs20rainbowg.png',
'1640249257', 'vs20rainbowg', 'Rainbow Gold', 'vs', 'Video Slots', 'html5',
'MOBILE,DOWNLOAD,WEB', '1', '16:9', 'H5',
'PT,DK,UK,IT,RO,BG,ES,LT,LV,RS,SE,GR,MT,EE,IM,DE,CO,GG,IE,ZA,X1,NL,UA,66,99,BE',
'1', 'RNG', 'ANTE'),
(44, 'PragmaticPlay', 'upload/game_pic/pragmaticplay/vs10snakeladd.png',
'1636465504', 'vs10snakeladd', 'Snakes and Ladders Megadice', 'vs', 'Video Slots',
'html5', 'MOBILE,DOWNLOAD,WEB', '1', '16:9', 'H5',
'BY,DE,LV,GG,IE,EE,GR,99,66,UK,ZA,IM,MT,RO,RS,UA,BG,CO,LT,X1,IT,DK,ES,PT,NL,SE,BE',
'1', 'RNG', ''),
(45, 'PragmaticPlay', 'upload/game_pic/pragmaticplay/vs50mightra.png',
'1625598783', 'vs50mightra', 'Might of Ra', 'vs', 'Video Slots', 'html5',
'MOBILE,DOWNLOAD,WEB', '1', '16:9', 'H5',
'BY,99,IE,ES,X1,CO,66,DE,EE,GG,GR,IM,LV,MT,RO,RS,UA,UK,ZA,IT,PT,SE,BG,DK,NL,LT,BE',
'1', 'RNG', ''),
(46, 'PragmaticPlay', 'upload/game_pic/pragmaticplay/vs10firestrike.png',
'1563973373', 'vs10firestrike', 'Fire Strike', 'vs', 'Video Slots', 'html5',
'MOBILE,DOWNLOAD,WEB', '1', '16:9', 'H5',
'PT,LT,RO,GG,MT,SE,99,LV,IT,IM,RS,GR,DK,EE,ES,CO,UK,BY,BG,DE,ZA,X1,UA,NL,66,CH,IE,C
Z,BE', '1', 'RNG', ''),
(47, 'PragmaticPlay', 'upload/game_pic/pragmaticplay/vs20xmascarol.png',
'1598517644', 'vs20xmascarol', 'Christmas Carol Megaways', 'vs', 'Video Slots',
'html5', 'MOBILE,DOWNLOAD,WEB', '1', '16:9', 'H5',
'ZA,GR,DE,99,MT,EE,RS,IM,GG,LV,UK,LT,RO,SE,ES,DK,IT,CO,BG,PT,X1,NL,UA,66,CH,IE,CZ,B
Y,ON,BE', '1', 'RNG', 'ANTE,BUY'),
(48, 'PragmaticPlay', 'upload/game_pic/pragmaticplay/vs7776aztec.png',
'1573553476', 'vs7776aztec', 'Aztec Bonanza', 'vs', 'Video Slots', 'html5',
'MOBILE,DOWNLOAD,WEB', '1', '16:9', 'H5',
'UK,RS,LT,IT,99,MT,DK,LV,GG,ES,IM,CO,PT,EE,BG,RO,GR,DE,ZA,X1,UA,66,IE,BY,BE', '1',
'RNG', ''),
(49, 'PragmaticPlay', 'upload/game_pic/pragmaticplay/vswaysxjuicy.png',
'1627560139', 'vswaysxjuicy', 'Extra Juicy Megaways', 'vs', 'Video Slots', 'html5',
'MOBILE,DOWNLOAD,WEB', '1', '16:9', 'H5',
'BY,LV,DK,IT,SE,ES,66,99,DE,EE,GG,GR,IE,IM,MT,RO,RS,UA,UK,ZA,X1,CO,NL,BG,LT,PT,BE',
'1', 'RNG', 'ANTE,BUY'),
(50, 'PragmaticPlay', 'upload/game_pic/pragmaticplay/vs20goldfever.png',
'1595225976', 'vs20goldfever', 'Gems Bonanza', 'vs', 'Video Slots', 'html5',
'MOBILE,DOWNLOAD,WEB', '1', '16:9', 'H5',
'IT,EE,GG,IM,RS,DK,RO,DE,GR,99,MT,SE,UK,CO,ZA,BG,ES,LT,LV,PT,X1,UA,NL,66,CH,IE,BY,O
N,CZ,BE', '1', 'RNG', 'BUY'),
(51, 'PragmaticPlay', 'upload/game_pic/pragmaticplay/vs25scarabqueen.png',
'1558530830', 'vs25scarabqueen', 'John Hunter and the Tomb of the Scarab Queen',
'vs', 'Video Slots', 'html5', 'MOBILE,DOWNLOAD,WEB', '1', '16:9', 'H5',
'IT,BG,RS,DK,MT,DE,ES,EE,IM,RO,99,BY,LV,SE,GG,GR,UK,LT,PT,CO,ZA,X1,UA,NL,66,CH,IE,O
N,CZ,BE,AT', '1', 'RNG', ''),
(52, 'PragmaticPlay', 'upload/game_pic/pragmaticplay/vs10returndead.png',
'1596025317', 'vs10returndead', 'Return of the Dead', 'vs', 'Video Slots', 'html5',
'MOBILE,DOWNLOAD,WEB', '1', '16:9', 'H5',
'DK,99,CO,IT,SE,EE,RO,ES,MT,LV,UK,GG,IM,LT,PT,BG,RS,ZA,DE,GR,X1,UA,66,IE,BE', '1',
'RNG', ''),
(53, 'PragmaticPlay', 'upload/game_pic/pragmaticplay/vswayslight.png',
'1613724310', 'vswayslight', 'Lucky Lightning', 'vs', 'Video Slots', 'html5',
'MOBILE,DOWNLOAD,WEB', '1', '16:9', 'H5',
'X1,CO,DK,PT,BG,SE,EE,GG,MT,IM,RO,99,RS,ZA,DE,GR,UA,UK,66,ES,LV,LT,IT,IE,BY,ON,BE',
'1', 'RNG', 'BUY'),
(54, 'PragmaticPlay', 'upload/game_pic/pragmaticplay/vs20trsbox.png', '1619783650',
'vs20trsbox', 'Treasure Wild', 'vs', 'Video Slots', 'html5', 'MOBILE,DOWNLOAD,WEB',
'1', '16:9', 'H5',
'GR,UK,IM,99,GG,RS,66,DE,RO,ZA,MT,UA,EE,ES,PT,BG,DK,LV,CO,X1,IT,LT,SE,IE,BY,ON,NL,B
E', '1', 'RNG', 'BUY'),
(55, 'PragmaticPlay', 'upload/game_pic/pragmaticplay/vs25goldparty.png',
'1621807754', 'vs25goldparty', 'Gold Party', 'vs', 'Video Slots', 'html5',
'MOBILE,DOWNLOAD,WEB', '1', '16:9', 'H5',
'BY,99,PT,IT,LV,ES,LT,X1,CO,IE,BG,DK,SE,NL,66,DE,EE,GG,GR,IM,MT,RO,RS,UA,UK,ZA,ON,B
E', '1', 'RNG', 'BUY'),
(56, 'PragmaticPlay', 'upload/game_pic/pragmaticplay/vs243lions.png', '1520439412',
'vs243lions', '5 Lions', 'vs', 'Video Slots', 'html5', 'MOBILE,DOWNLOAD,WEB', '1',
'16:9', 'H5',
'99,IT,UK,SE,RO,GG,CO,BG,EE,IM,LT,LV,RS,MT,PT,DK,ES,ZA,DE,GR,X1,UA,66,IE,BE', '1',
'RNG', ''),
(57, 'PragmaticPlay', 'upload/game_pic/pragmaticplay/vswaysyumyum.png',
'1617894269', 'vswaysyumyum', 'Yum Yum Powerways', 'vs', 'Video Slots', 'html5',
'MOBILE,DOWNLOAD,WEB', '1', '16:9', 'H5',
'DE,MT,66,DK,RS,UK,EE,GG,RO,ZA,GR,99,IM,UA,CO,SE,X1,PT,BG,ES,IT,LT,LV,IE,ON,BE',
'1', 'RNG', 'BUY'),
(58, 'PragmaticPlay', 'upload/game_pic/pragmaticplay/vs25copsrobbers.png',
'1627630162', 'vs25copsrobbers', 'Cash Patrol', 'vs', 'Video Slots', 'html5',
'MOBILE,DOWNLOAD,WEB', '1', '16:9', 'H5',
'UA,EE,RS,GG,66,RO,UK,ON,LV,MT,99,IM,ZA,X1,IT,LT,CO,ES,DK,DE,BG,GR,SE,PT,IE,NL,BY,B
E', '1', 'RNG', ''),
(59, 'PragmaticPlay', 'upload/game_pic/pragmaticplay/vs5ultra.png', '1591953815',
'vs5ultra', 'Ultra Hold and Spin', 'vs', 'Video Slots', 'html5',
'MOBILE,DOWNLOAD,WEB', '1', '16:9', 'H5',
'99,EE,GR,RS,GG,LT,SE,LV,PT,MT,DE,BG,RO,DK,IM,ES,CO,UK,IT,ZA,X1,UA,NL,66,CH,IE,BY,C
Z,BE', '1', 'RNG', ''),
(60, 'PragmaticPlay', 'upload/game_pic/pragmaticplay/vs20rhinoluxe.png',
'1587642556', 'vs20rhinoluxe', 'Great Rhino Deluxe', 'vs', 'Video Slots', 'html5',
'MOBILE,DOWNLOAD,WEB', '1', '16:9', 'H5',
'IT,SE,RO,EE,IM,BG,LT,GR,MT,DK,DE,GG,99,PT,RS,CO,UK,ES,LV,ZA,X1,UA,66,IE,BY,BE',
'1', 'RNG', ''),
(61, 'PragmaticPlay', 'upload/game_pic/pragmaticplay/vs15diamond.png',
'1503317712', 'vs15diamond', 'Diamond Strike', 'vs', 'Video Slots', 'html5',
'MOBILE,DOWNLOAD,WEB', '1', '16:9', 'H5',
'ES,CO,IM,GG,PT,SE,RS,DK,LT,IT,MT,BG,DE,LV,GR,UK,99,EE,RO,ZA,X1,UA,NL,66,CH,IE,BY,C
Z,ON,BE', '1', 'RNG', ''),
(62, 'PragmaticPlay', 'upload/game_pic/pragmaticplay/vs10bbbonanza.png',
'1599738017', 'vs10bbbonanza', 'Big Bass Bonanza', 'vs', 'Video Slots', 'html5',
'MOBILE,DOWNLOAD,WEB', '1', '16:9', 'H5',
'CO,DE,EE,LV,RS,UK,99,MT,GR,IM,ZA,RO,GG,SE,IT,PT,BG,ES,DK,LT,X1,UA,NL,66,CH,IE,BY,O
N,CZ,AT,BE,NO', '1', 'RNG', ''),
(63, 'PragmaticPlay', 'upload/game_pic/pragmaticplay/vs20terrorv.png',
'1611330460', 'vs20terrorv', 'Cash Elevator', 'vs', 'Video Slots', 'html5',
'MOBILE,DOWNLOAD,WEB', '1', '16:9', 'H5',
'UA,66,LV,IM,GG,ZA,EE,MT,GR,RS,UK,DE,99,SE,BG,LT,PT,DK,IT,RO,ES,CO,X1,IE,BY,BE',
'1', 'RNG', ''),
(64, 'PragmaticPlay', 'upload/game_pic/pragmaticplay/vs243empcaishen.png',
'1628355239', 'vs243empcaishen', 'Emperor Caishen', 'vs', 'Video Slots', 'html5',
'MOBILE,DOWNLOAD,WEB', '1', '16:9', 'H5', '99', '1', 'RNG', ''),
(65, 'PragmaticPlay', 'upload/game_pic/pragmaticplay/vs10nudgeit.png',
'1616059826', 'vs10nudgeit', 'Rise of Giza PowerNudge', 'vs', 'Video Slots',
'html5', 'MOBILE,DOWNLOAD,WEB', '1', '16:9', 'H5',
'CO,X1,LT,DK,BG,SE,UK,LV,EE,MT,RO,GG,IM,ZA,RS,DE,GR,UA,66,PT,ES,IT,99,IE,ON,BY,BE',
'1', 'RNG', 'BUY'),
(66, 'PragmaticPlay', 'upload/game_pic/pragmaticplay/vswayselements.png',
'1633098228', 'vswayselements', 'Elemental Gems Megaways', 'vs', 'Video Slots',
'html5', 'MOBILE,DOWNLOAD,WEB', '1', '16:9', 'H5',
'BY,UA,99,66,GG,DE,MT,ZA,RO,EE,GR,IM,LV,RS,IE,UK,ES,BG,DK,SE,NL,LT,PT,IT,X1,CO,BE',
'1', 'RNG', ''),
(67, 'PragmaticPlay', 'upload/game_pic/pragmaticplay/vs10amm.png', '1611903197',
'vs10amm', 'Amazing Money Machine', 'vs', 'Video Slots', 'html5',
'MOBILE,DOWNLOAD,WEB', '1', '16:9', 'H5',
'LT,UA,IT,PT,BG,DK,SE,X1,CO,ES,NL,LV,RS,UK,66,99,GR,ZA,IM,DE,MT,EE,RO,GG,CH,IE,BY,C
Z,ON,BE', '1', 'RNG', ''),
(68, 'PragmaticPlay', 'upload/game_pic/pragmaticplay/vs20bchprty.png',
'1634131757', 'vs20bchprty', 'Wild Beach Party', 'vs', 'Video Slots', 'html5',
'MOBILE,DOWNLOAD,WEB', '1', '16:9', 'H5',
'66,99,DE,EE,GG,GR,IE,NL,DK,IT,ES,PT,SE,IM,MT,RO,RS,UA,UK,ZA,CO,LV,LT,BG,X1,BY,BE',
'1', 'RNG', ''),
(69, 'PragmaticPlay', 'upload/game_pic/pragmaticplay/vs10egyptcls.png',
'1537863475', 'vs10egyptcls', 'Ancient Egypt Classic', 'vs', 'Video Slots',
'html5', 'MOBILE,DOWNLOAD,WEB', '1', '16:9', 'H5',
'GR,DE,ES,IM,EE,LT,GG,BG,SE,DK,LV,RS,RO,PT,CO,MT,99,IT,UK,ZA,X1,UA,66,IE,BY,BE',
'1', 'RNG', ''),
(70, 'PragmaticPlay', 'upload/game_pic/pragmaticplay/vs20santawonder.png',
'1631020967', 'vs20santawonder', 'Santa's Wonderland', 'vs', 'Video Slots',
'html5', 'MOBILE,DOWNLOAD,WEB', '1', '16:9', 'H5',
'IE,SE,DK,GR,BG,ES,X1,EE,PT,IT,99,DE,IM,RS,UA,LT,LV,MT,UK,ZA,66,GG,NL,CO,RO,BE',
'1', 'RNG', 'BUY'),
(71, 'PragmaticPlay', 'upload/game_pic/pragmaticplay/vs20rhino.png', '1521189220',
'vs20rhino', 'Great Rhino', 'vs', 'Video Slots', 'html5', 'MOBILE,DOWNLOAD,WEB',
'1', '16:9', 'H5',
'DE,GR,IM,IT,GG,BY,CO,RS,99,DK,LT,UK,LV,BG,SE,MT,PT,RO,EE,ES,ZA,X1,UA,NL,66,CH,IE,O
N,CZ,BE', '1', 'RNG', ''),
(72, 'PragmaticPlay', 'upload/game_pic/pragmaticplay/vs20superx.png', '1623763257',
'vs20superx', 'Super X', 'vs', 'Video Slots', 'html5', 'MOBILE,DOWNLOAD,WEB', '1',
'16:9', 'H5',
'IE,GG,RS,PT,DK,99,BG,CO,RO,ZA,IT,66,SE,MT,GR,UA,UK,DE,IM,LV,X1,BY,EE,ES,LT,NL,BE',
'1', 'RNG', 'SUPER_SPIN'),
(73, 'PragmaticPlay', 'upload/game_pic/pragmaticplay/vs40pirate.png', '1545310716',
'vs40pirate', 'Pirate Gold', 'vs', 'Video Slots', 'html5', 'MOBILE,DOWNLOAD,WEB',
'1', '16:9', 'H5',
'MT,EE,IM,99,IT,LT,RS,DE,LV,RO,PT,BY,DK,GG,ES,GR,SE,BG,UK,NL,ZA,UA,66,CH,IE,CZ,BE',
'1', 'RNG', ''),
(74, 'PragmaticPlay', 'upload/game_pic/pragmaticplay/vs10fruity2.png',
'1540818802', 'vs10fruity2', 'Extra Juicy', 'vs', 'Video Slots', 'html5',
'MOBILE,DOWNLOAD,WEB', '1', '16:9', 'H5',
'BG,UK,GG,ES,SE,LV,DK,MT,LT,IM,DE,EE,RS,GR,IT,99,PT,RO,ZA,UA,NL,66,CH,IE,BY,ON,CZ,B
E', '1', 'RNG', ''),
(75, 'PragmaticPlay', 'upload/game_pic/pragmaticplay/vs20fparty2.png',
'1617348645', 'vs20fparty2', 'Fruit Party 2', 'vs', 'Video Slots', 'html5',
'MOBILE,DOWNLOAD,WEB', '1', '16:9', 'H5',
'ZA,GG,GR,UK,IM,66,RO,EE,RS,99,DE,MT,UA,ES,DK,PT,IT,LT,CO,X1,LV,BG,SE,IE,ON,BY,NL,B
E', '1', 'RNG', 'BUY'),
(76, 'PragmaticPlay', 'upload/game_pic/pragmaticplay/vswayscryscav.png',
'1628587072', 'vswayscryscav', 'Crystal Caverns Megaways', 'vs', 'Video Slots',
'html5', 'MOBILE,DOWNLOAD,WEB', '1', '16:9', 'H5',
'IE,BY,66,PT,UK,IT,IM,NL,99,DK,MT,DE,ES,LV,RS,SE,BG,UA,ZA,CO,EE,GG,GR,LT,RO,X1,BE',
'1', 'RNG', 'BUY'),
(77, 'PragmaticPlay', 'upload/game_pic/pragmaticplay/vs10cowgold.png',
'1597301701', 'vs10cowgold', 'Cowboys Gold', 'vs', 'Video Slots', 'html5',
'MOBILE,DOWNLOAD,WEB', '1', '16:9', 'H5',
'EE,99,LV,RO,RS,UK,GG,IM,MT,ZA,ES,LT,DE,GR,DK,SE,IT,CO,BG,PT,X1,UA,NL,66,CH,IE,BY,C
Z,BE', '1', 'RNG', ''),
(78, 'PragmaticPlay', 'upload/game_pic/pragmaticplay/vs7fire88.png', '1516798686',
'vs7fire88', 'Fire 88', 'vs', 'Video Slots', 'html5', 'MOBILE,DOWNLOAD,WEB', '1',
'16:9', 'H5',
'IM,CO,BG,LV,LT,ES,MT,PT,RO,IT,GG,99,UK,RS,SE,EE,NL,ZA,X1,UA,66,CH,IE,BY,BE', '1',
'RNG', ''),
(79, 'PragmaticPlay', 'upload/game_pic/pragmaticplay/vs50juicyfr.png',
'1606463130', 'vs50juicyfr', 'Juicy Fruits', 'vs', 'Video Slots', 'html5',
'MOBILE,DOWNLOAD,WEB', '1', '16:9', 'H5',
'NL,PT,EE,ZA,DE,IM,UK,RS,RO,GR,LV,GG,MT,BG,CO,X1,IT,UA,ES,LT,DK,66,SE,99,CH,IE,ON,B
Y,CZ,BE', '1', 'RNG', 'ANTE,BUY'),
(80, 'PragmaticPlay', 'upload/game_pic/pragmaticplay/vs20ultim5.png', '1634561519',
'vs20ultim5', 'The Ultimate 5', 'vs', 'Video Slots', 'html5',
'MOBILE,DOWNLOAD,WEB', '1', '16:9', 'H5',
'BY,GG,RO,GR,IM,99,MT,DE,UK,EE,66,IE,LV,RS,UA,ZA,SE,ES,X1,CO,PT,LT,DK,BG,IT,NL,BE',
'1', 'RNG', ''),
(81, 'PragmaticPlay', 'upload/game_pic/pragmaticplay/vs10eyestorm.png',
'1602151278', 'vs10eyestorm', 'Eye of the Storm', 'vs', 'Video Slots', 'html5',
'MOBILE,DOWNLOAD,WEB', '1', '16:9', 'H5',
'SE,DK,CO,ES,IT,BG,PT,LT,EE,MT,UK,GR,RS,RO,IM,LV,ZA,GG,DE,99,X1,UA,NL,66,CH,IE,CZ,B
E', '1', 'RNG', ''),
(82, 'PragmaticPlay', 'upload/game_pic/pragmaticplay/vs243mwarrior.png',
'1553615521', 'vs243mwarrior', 'Monkey Warrior', 'vs', 'Video Slots', 'html5',
'MOBILE,DOWNLOAD,WEB', '1', '16:9', 'H5',
'99,GG,PT,IM,EE,BG,CO,ES,UK,IT,MT,RO,LV,LT,RS,ZA,X1,UA,66,IE,BE', '1', 'RNG', ''),
(83, 'PragmaticPlay', 'upload/game_pic/pragmaticplay/vs25mustang.png',
'1535445127', 'vs25mustang', 'Mustang Gold', 'vs', 'Video Slots', 'html5',
'MOBILE,DOWNLOAD,WEB', '1', '16:9', 'H5',
'RS,BG,MT,SE,LT,DK,BY,PT,99,RO,LV,CO,GG,UK,ES,IM,IT,EE,DE,GR,ZA,X1,UA,NL,66,CH,IE,O
N,CZ,BE,AT', '1', 'RNG', ''),
(84, 'PragmaticPlay', 'upload/game_pic/pragmaticplay/vswaysstrwild.png',
'1650031167', 'vswaysstrwild', 'Candy Stars', 'vs', 'Video Slots', 'html5',
'MOBILE,DOWNLOAD,WEB', '1', '16:9', 'H5',
'66,99,DE,DK,EE,GG,GR,IE,IM,LT,LV,NL,PT,RO,RS,SE,UA,UK,ZA,MT,CO,IT,ON,BG,ES,BE',
'1', 'RNG', 'FREE_BONUS_FEATURE,BUY'),
(85, 'PragmaticPlay', 'upload/game_pic/pragmaticplay/vs576treasures.png',
'1590589403', 'vs576treasures', 'Wild Wild Riches', 'vs', 'Video Slots', 'html5',
'MOBILE,DOWNLOAD,WEB', '1', '16:9', 'H5',
'DK,MT,UK,IM,CO,LV,LT,GG,GR,RS,IT,99,PT,DE,BG,EE,SE,ES,RO,NL,ZA,X1,UA,66,CH,IE,ON,C
Z,BY,BE', '1', 'RNG', 'ANTE'),
(86, 'PragmaticPlay', 'upload/game_pic/pragmaticplay/vs5drhs.png', '1611758020',
'vs5drhs', 'Dragon Hot Hold & Spin', 'vs', 'Video Slots', 'html5',
'MOBILE,DOWNLOAD,WEB', '1', '16:9', 'H5',
'IT,PT,X1,CO,RO,ZA,66,UK,GG,RS,EE,GR,IM,MT,UA,99,LV,DE,SE,BG,ES,DK,LT,IE,BE', '1',
'RNG', ''),
(87, 'PragmaticPlay', 'upload/game_pic/pragmaticplay/vs20kraken.png', '1562244428',
'vs20kraken', 'Release the Kraken', 'vs', 'Video Slots', 'html5',
'MOBILE,DOWNLOAD,WEB', '1', '16:9', 'H5',
'LV,RS,BG,EE,CO,LT,ES,SE,IM,GG,PT,MT,GR,DK,DE,UK,RO,IT,99,ZA,X1,UA,66,IE,BY,ON,NL,B
E', '1', 'RNG', 'BUY'),
(88, 'PragmaticPlay', 'upload/game_pic/pragmaticplay/vs20phoenixf.png',
'1612429795', 'vs20phoenixf', 'Phoenix Forge', 'vs', 'Video Slots', 'html5',
'MOBILE,DOWNLOAD,WEB', '1', '16:9', 'H5',
'PT,SE,LT,IM,LV,GG,RS,UK,MT,RO,EE,DE,66,GR,ZA,99,UA,ES,NL,X1,DK,CO,BG,IT,CH,IE,BY,C
Z,BE', '1', 'RNG', ''),
(89, 'PragmaticPlay', 'upload/game_pic/pragmaticplay/vs20rockvegas.png',
'1629122638', 'vs20rockvegas', 'Rock Vegas', 'vs', 'Video Slots', 'html5',
'MOBILE,DOWNLOAD,WEB', '1', '16:9', 'H5',
'BY,PT,IT,LT,ES,IE,X1,CO,BG,SE,DK,NL,66,99,DE,EE,GG,GR,IM,LV,MT,RO,RS,UA,UK,ZA,BE',
'1', 'RNG', ''),
(90, 'PragmaticPlay', 'upload/game_pic/pragmaticplay/vs1024temuj.png',
'1607697052', 'vs1024temuj', 'Temujin Treasures', 'vs', 'Video Slots', 'html5',
'MOBILE,DOWNLOAD,WEB', '1', '16:9', 'H5',
'X1,SE,PT,UA,DK,BG,RS,DE,RO,UK,99,GG,ZA,IM,EE,GR,MT,ES,IT,CO,LT,66,LV,IE,ON,BE',
'1', 'RNG', 'BUY'),
(91, 'PragmaticPlay', 'upload/game_pic/pragmaticplay/vs10runes.png', '1628164192',
'vs10runes', 'Gates of Valhalla', 'vs', 'Video Slots', 'html5',
'MOBILE,DOWNLOAD,WEB', '1', '16:9', 'H5',
'BY,ES,66,99,DE,EE,GG,GR,IM,MT,RO,RS,UA,UK,ZA,IE,CO,SE,X1,PT,BG,DK,LT,LV,IT,NL,BE',
'1', 'RNG', 'BUY'),
(92, 'PragmaticPlay', 'upload/game_pic/pragmaticplay/vs1dragon8.png', '1493812996',
'vs1dragon8', '888 Dragons', 'vs', 'Video Slots', 'html5', 'MOBILE,DOWNLOAD,WEB',
'1', '16:9', 'H5', 'RS,GG,UK,EE,MT,IM,SE,LV,99,IT,RO,ZA,UA,66,IE,BE', '1', 'RNG',
''),
(93, 'PragmaticPlay', 'upload/game_pic/pragmaticplay/vs25chilli.png', '1513769922',
'vs25chilli', 'Chilli Heat', 'vs', 'Video Slots', 'html5', 'MOBILE,DOWNLOAD,WEB',
'1', '16:9', 'H5',
'RO,GG,UK,DE,BY,LT,99,MT,ES,IM,DK,BG,SE,LV,GR,EE,IT,CO,RS,PT,ZA,X1,NL,UA,66,CH,IE,O
N,CZ,BE', '1', 'RNG', ''),
(94, 'PragmaticPlay', 'upload/game_pic/pragmaticplay/vswaysrabbits.png',
'1666863473', 'vswaysrabbits', '5 Rabbits Megaways', 'vs', 'Video Slots', 'html5',
'MOBILE,DOWNLOAD,WEB', '1', '16:9', 'H5', '99', '1', 'RNG', 'ANTE,BUY'),
(95, 'PragmaticPlay', 'upload/game_pic/pragmaticplay/vs25kfruit.png', '1650618938',
'vs25kfruit', 'Aztec Blaze', 'vs', 'Video Slots', 'html5', 'MOBILE,DOWNLOAD,WEB',
'1', '16:9', 'H5',
'66,99,DE,EE,GG,IE,IM,LV,MT,RO,RS,UA,UK,ZA,PT,LT,GR,ES,BG,CO,NL,IT,ON,SE,DK,BE',
'1', 'RNG', 'ANTE,FREE_BONUS_FEATURE,BUY'),
(96, 'PragmaticPlay', 'upload/game_pic/pragmaticplay/vs10bbkir.png', '1655131213',
'vs10bbkir', 'Big Bass Bonanza - Keeping it Reel', 'vs', 'Video Slots', 'html5',
'MOBILE,DOWNLOAD,WEB', '1', '16:9', 'H5',
'LV,SE,IT,NL,ON,PT,LT,GR,CO,BG,DK,ES,66,99,DE,EE,GG,IE,IM,MT,RO,RS,UA,UK,ZA,BE',
'1', 'RNG', 'ANTE,FREE_BONUS_FEATURE,BUY'),
(97, 'PragmaticPlay', 'upload/game_pic/pragmaticplay/vs12bbbxmas.png',
'1658214381', 'vs12bbbxmas', 'Bigger Bass Blizzard - Christmas Catch', 'vs', 'Video
Slots', 'html5', 'MOBILE,DOWNLOAD,WEB', '1', '16:9', 'H5',
'RO,RS,UA,UK,ZA,LV,NL,DK,ON,IT,PT,SE,CO,LT,GR,66,99,DE,EE,GG,IE,IM,MT,ES,BG,BE',
'1', 'RNG', 'ANTE,FREE_BONUS_FEATURE,BUY'),
(98, 'PragmaticPlay', 'upload/game_pic/pragmaticplay/vs20trswild2.png',
'1647530068', 'vs20trswild2', 'Black Bull', 'vs', 'Video Slots', 'html5',
'MOBILE,DOWNLOAD,WEB', '1', '16:9', 'H5',
'NL,X1,CO,LT,DK,ON,66,99,DE,EE,GG,GR,IE,IM,MT,RO,RS,UA,UK,ZA,LV,PT,SE,ES,BG,IT,BY,B
E', '1', 'RNG', 'FREE_BONUS_FEATURE,BUY'),
(99, 'PragmaticPlay', 'upload/game_pic/pragmaticplay/vs25bomb.png', '1642081790',
'vs25bomb', 'Bomb Bonanza', 'vs', 'Video Slots', 'html5', 'MOBILE,DOWNLOAD,WEB',
'1', '16:9', 'H5',
'DK,ES,PT,SE,66,99,DE,EE,GG,GR,IE,IM,LT,MT,RO,RS,UA,UK,ZA,LV,IT,NL,CO,X1,BG,ON,BE',
'1', 'RNG', 'FREE_BONUS_FEATURE'),
(100, 'PragmaticPlay', 'upload/game_pic/pragmaticplay/vs10tut.png', '1654176306',
'vs10tut', 'Book Of Tut Respin', 'vs', 'Video Slots', 'html5',
'MOBILE,DOWNLOAD,WEB', '1', '16:9', 'H5',
'SE,BG,NL,ES,IT,PT,GR,CO,LT,LV,66,99,DE,DK,EE,GG,IE,IM,MT,ON,RO,RS,UA,UK,ZA,BE',
'1', 'RNG', 'FREE_BONUS_FEATURE,BUY'),
(101, 'PragmaticPlay', 'upload/game_pic/pragmaticplay/vswaysbook.png',
'1647515448', 'vswaysbook', 'Book of Golden Sands', 'vs', 'Video Slots', 'html5',
'MOBILE,DOWNLOAD,WEB', '1', '16:9', 'H5',
'66,99,DE,EE,GG,IE,IM,MT,RO,RS,UA,UK,ZA,SE,IT,ON,NL,LT,LV,BG,CO,X1,DK,GR,PT,ES,BE',
'1', 'RNG', 'FREE_BONUS_FEATURE,BUY'),
(102, 'PragmaticPlay', 'upload/game_pic/pragmaticplay/vs243ckemp.png',
'1658909395', 'vs243ckemp', 'Cheeky Emperor', 'vs', 'Video Slots', 'html5',
'MOBILE,DOWNLOAD,WEB', '1', '16:9', 'H5', '99', '1', 'RNG', ''),
(103, 'PragmaticPlay', 'upload/game_pic/pragmaticplay/vs12tropicana.png',
'1660891115', 'vs12tropicana', 'Club Tropicana', 'vs', 'Video Slots', 'html5',
'MOBILE,DOWNLOAD,WEB', '1', '16:9', 'H5',
'BG,LV,BE,DK,LT,CO,GR,ES,66,99,DE,EE,GG,IE,IM,MT,RO,RS,UA,UK,ZA,IT,NL,ON,PT,SE',
'1', 'RNG', 'ANTE,FREE_BONUS_FEATURE,BUY'),
(104, 'PragmaticPlay', 'upload/game_pic/pragmaticplay/vs40cosmiccash.png',
'1646930177', 'vs40cosmiccash', 'Cosmic Cash', 'vs', 'Video Slots', 'html5',
'MOBILE,DOWNLOAD,WEB', '1', '16:9', 'H5',
'ON,ES,DK,66,99,DE,EE,GG,GR,IE,IM,MT,RO,RS,UA,UK,ZA,PT,IT,LV,NL,SE,CO,X1,LT,BG,CH,B
Y,BE', '1', 'RNG', 'BUY'),
(105, 'PragmaticPlay', 'upload/game_pic/pragmaticplay/vswaysultrcoin.png',
'1667822006', 'vswaysultrcoin', 'Cowboy Coins', 'vs', 'Video Slots', 'html5',
'MOBILE,DOWNLOAD,WEB', '1', '16:9', 'H5',
'66,99,DE,EE,GG,IE,IM,LV,MT,RO,RS,UA,UK,ZA', '1', 'RNG', 'FREE_BONUS_FEATURE,BUY'),
(106, 'PragmaticPlay', 'upload/game_pic/pragmaticplay/vs10crownfire.png',
'1653920247', 'vs10crownfire', 'Crown of Fire', 'vs', 'Video Slots', 'html5',
'MOBILE,DOWNLOAD,WEB', '1', '16:9', 'H5',
'66,99,LT,EE,GG,IE,IM,MT,RO,RS,UA,UK,ZA,GR,DK,BG,CO,X1,LV,IT,NL,ON,PT,SE,DE,ES,BE',
'1', 'RNG', ''),
(107, 'PragmaticPlay', 'upload/game_pic/pragmaticplay/vs20underground.png',
'1648559965', 'vs20underground', 'Down the Rails', 'vs', 'Video Slots', 'html5',
'MOBILE,DOWNLOAD,WEB', '1', '16:9', 'H5',
'99,GG,UK,66,DE,EE,IE,IM,MT,RO,RS,UA,ZA,PT,SE,DK,LT,LV,ON,IT,NL,X1,CO,ES,BG,GR,BE',
'1', 'RNG', 'FREE_BONUS_FEATURE'),
(108, 'PragmaticPlay', 'upload/game_pic/pragmaticplay/vs20drgbless.png',
'1666854917', 'vs20drgbless', 'Dragon Hero', 'vs', 'Video Slots', 'html5',
'MOBILE,DOWNLOAD,WEB', '1', '16:9', 'H5',
'BG,66,99,DE,EE,GG,IE,IM,MT,RO,RS,UA,UK,ZA,DK,GR,LT,ES,IT,ON,PT,SE,CO,NL,LV,BE',
'1', 'RNG', 'FREE_BONUS_FEATURE,BUY'),
(109, 'PragmaticPlay', 'upload/game_pic/pragmaticplay/vs25archer.png',
'1662032319', 'vs25archer', 'Fire Archer', 'vs', 'Video Slots', 'html5',
'MOBILE,DOWNLOAD,WEB', '1', '16:9', 'H5',
'BG,BE,IT,LV,NL,GR,CO,DK,LT,ES,66,99,DE,EE,GG,IE,IM,MT,RO,RS,UA,UK,ZA,ON,PT,SE',
'1', 'RNG', 'FREE_BONUS_FEATURE,BUY'),
(110, 'PragmaticPlay', 'upload/game_pic/pragmaticplay/vs100firehot.png',
'1648120006', 'vs100firehot', 'Fire Hot 100', 'vs', 'Video Slots', 'html5',
'MOBILE,DOWNLOAD,WEB', '1', '16:9', 'H5',
'IT,ES,66,99,DE,EE,GG,IE,IM,MT,RO,RS,UA,UK,ZA,ON,GR,BG,CO,DK,X1,LT,LV,NL,PT,SE,BE',
'1', 'RNG', ''),
(111, 'PragmaticPlay', 'upload/game_pic/pragmaticplay/vs20fh.png', '1647872051',
'vs20fh', 'Fire Hot 20', 'vs', 'Video Slots', 'html5', 'MOBILE,DOWNLOAD,WEB', '1',
'16:9', 'H5',
'IT,66,99,DE,EE,GG,IE,IM,MT,RO,RS,UA,UK,ZA,ES,ON,CO,DK,LT,X1,GR,BG,LV,NL,PT,SE,BE',
'1', 'RNG', ''),
(112, 'PragmaticPlay', 'upload/game_pic/pragmaticplay/vs40firehot.png',
'1648470786', 'vs40firehot', 'Fire Hot 40', 'vs', 'Video Slots', 'html5',
'MOBILE,DOWNLOAD,WEB', '1', '16:9', 'H5',
'SE,IT,66,99,DE,EE,GG,IE,IM,MT,RO,RS,UA,UK,ZA,ES,ON,X1,DK,BG,CO,LT,GR,LV,NL,PT,BE',
'1', 'RNG', ''),
(113, 'PragmaticPlay', 'upload/game_pic/pragmaticplay/vs5firehot.png',
'1647595145', 'vs5firehot', 'Fire Hot 5', 'vs', 'Video Slots', 'html5',
'MOBILE,DOWNLOAD,WEB', '1', '16:9', 'H5',
'NL,PT,SE,IT,66,99,DE,EE,GG,IE,IM,MT,RO,RS,UA,UK,ZA,ON,ES,LT,X1,CO,GR,BG,DK,LV,BE',
'1', 'RNG', ''),
(114, 'PragmaticPlay', 'upload/game_pic/pragmaticplay/vswaysconcoll.png',
'1655736970', 'vswaysconcoll', 'Firebird Spirit - Connect & Collect', 'vs', 'Video
Slots', 'html5', 'MOBILE,DOWNLOAD,WEB', '1', '16:9', 'H5',
'IT,NL,BG,ON,LV,PT,SE,ES,GR,66,99,DE,EE,GG,IE,IM,MT,RO,RS,UA,UK,ZA,LT,DK,CO,BE',
'1', 'RNG', 'FREE_BONUS_FEATURE,BUY'),
(115, 'PragmaticPlay', 'upload/game_pic/pragmaticplay/vs10fisheye.png',
'1663793834', 'vs10fisheye', 'Fish Eye', 'vs', 'Video Slots', 'html5',
'MOBILE,DOWNLOAD,WEB', '1', '16:9', 'H5',
'66,99,DE,EE,GG,IE,IM,MT,RO,RS,UA,UK,ZA,DK,IT,BE,ES,CO,GR,LT,LV,NL,ON,PT,SE,BG',
'1', 'RNG', 'ANTE,FREE_BONUS_FEATURE,BUY'),
(116, 'PragmaticPlay', 'upload/game_pic/pragmaticplay/vswaysfltdrg.png',
'1654619004', 'vswaysfltdrg', 'Floating Dragon Hold & Spin Megaways', 'vs', 'Video
Slots', 'html5', 'MOBILE,DOWNLOAD,WEB', '1', '16:9', 'H5',
'99,LV,NL,ON,IT,PT,SE,LT,ES,BG,GR,CO,BY,66,DE,EE,GG,IE,IM,MT,RO,RS,UA,UK,ZA,DK,BE',
'1', 'RNG', 'FREE_BONUS_FEATURE,BUY'),
(117, 'PragmaticPlay', 'upload/game_pic/pragmaticplay/vswaysfuryodin.png',
'1658907845', 'vswaysfuryodin', 'Fury of Odin Megaways', 'vs', 'Video Slots',
'html5', 'MOBILE,DOWNLOAD,WEB', '1', '16:9', 'H5',
'DK,BG,BE,CO,GR,LT,ES,66,99,DE,EE,GG,IE,IM,IT,LV,MT,ON,PT,RO,RS,SE,UA,UK,X1,ZA,NL',
'1', 'RNG', 'ANTE,FREE_BONUS_FEATURE,BUY'),
(118, 'PragmaticPlay', 'upload/game_pic/pragmaticplay/vs20aztecgates.png',
'1671197044', 'vs20aztecgates', 'Gates of Aztec', 'vs', 'Video Slots', 'html5',
'MOBILE,DOWNLOAD,WEB', '1', '16:9', 'H5', '99', '1', 'RNG', 'ANTE,BUY'),
(119, 'PragmaticPlay', 'upload/game_pic/pragmaticplay/vs20gatotgates.png',
'1664453812', 'vs20gatotgates', 'Gates of Gatot Kaca', 'vs', 'Video Slots',
'html5', 'MOBILE,DOWNLOAD,WEB', '1', '16:9', 'H5', '99', '1', 'RNG', 'ANTE,BUY'),
(120, 'PragmaticPlay', 'upload/game_pic/pragmaticplay/vs20gatotfury.png',
'1670316344', 'vs20gatotfury', 'Gatot Kaca's Fury', 'vs', 'Video Slots',
'html5', 'MOBILE,DOWNLOAD,WEB', '1', '16:9', 'H5', '99', '1', 'RNG', 'ANTE,BUY'),
(121, 'PragmaticPlay', 'upload/game_pic/pragmaticplay/vs20lcount.png',
'1649059371', 'vs20lcount', 'Gems of Serengeti', 'vs', 'Video Slots', 'html5',
'MOBILE,DOWNLOAD,WEB', '1', '16:9', 'H5',
'66,99,DE,EE,GG,IE,IM,MT,RO,RS,UA,UK,ZA,ON,GR,DK,CO,LV,NL,PT,SE,IT,LT,BG,ES,BE',
'1', 'RNG', 'FREE_BONUS_FEATURE'),
(122, 'PragmaticPlay', 'upload/game_pic/pragmaticplay/vs1024gmayhem.png',
'1645783969', 'vs1024gmayhem', 'Gorilla Mayhem', 'vs', 'Video Slots', 'html5',
'MOBILE,DOWNLOAD,WEB', '1', '16:9', 'H5',
'PT,LV,DK,SE,IT,NL,CO,X1,BG,MT,66,99,DE,EE,GG,GR,IE,IM,RO,RS,UA,UK,ZA,ON,LT,ES,BY,B
E', '1', 'RNG', 'BUY'),
(123, 'PragmaticPlay', 'upload/game_pic/pragmaticplay/vs20wolfie.png',
'1649884522', 'vs20wolfie', 'Greedy Wolf', 'vs', 'Video Slots', 'html5',
'MOBILE,DOWNLOAD,WEB', '1', '16:9', 'H5',
'SE,CO,X1,LT,DK,BG,66,99,DE,EE,GG,GR,IE,IM,MT,RO,RS,UA,UK,ZA,LV,NL,ES,ON,IT,PT,BY,B
E', '1', 'RNG', 'ANTE'),
(124, 'PragmaticPlay', 'upload/game_pic/pragmaticplay/vs40mstrwild.png',
'1649403727', 'vs40mstrwild', 'Happy Hooves', 'vs', 'Video Slots', 'html5',
'MOBILE,DOWNLOAD,WEB', '1', '16:9', 'H5',
'SE,66,99,DE,EE,GG,IE,IM,MT,RO,RS,UA,UK,ZA,IT,LV,NL,ON,PT,ES,CO,LT,X1,BG,BY,DK,GR,B
E', '1', 'RNG', 'FREE_BONUS_FEATURE,BUY'),
(125, 'PragmaticPlay', 'upload/game_pic/pragmaticplay/vs20dugems.png',
'1654681279', 'vs20dugems', 'Hot Pepper', 'vs', 'Video Slots', 'html5',
'MOBILE,DOWNLOAD,WEB', '1', '16:9', 'H5',
'IT,NL,ON,PT,SE,BG,LT,DK,CO,GR,ES,66,99,DE,EE,GG,IE,IM,LV,MT,RO,RS,UA,UK,ZA,BE',
'1', 'RNG', 'FREE_BONUS_FEATURE,BUY'),
(126, 'PragmaticPlay', 'upload/game_pic/pragmaticplay/vs40hotburnx.png',
'1650461546', 'vs40hotburnx', 'Hot To Burn Extreme', 'vs', 'Video Slots', 'html5',
'MOBILE,DOWNLOAD,WEB', '1', '16:9', 'H5',
'PT,NL,SE,DK,X1,LT,CO,BG,ON,IT,LV,ES,66,99,DE,EE,GG,GR,IE,IM,MT,RO,RS,UA,UK,ZA,BY,B
E', '1', 'RNG', 'FREE_BONUS_FEATURE,BUY'),
(127, 'PragmaticPlay', 'upload/game_pic/pragmaticplay/vs20mvwild.png',
'1654091720', 'vs20mvwild', 'Jasmine Dreams', 'vs', 'Video Slots', 'html5',
'MOBILE,DOWNLOAD,WEB', '1', '16:9', 'H5',
'66,99,DE,EE,GG,IE,IM,MT,RO,RS,UA,UK,ZA,BE', '1', 'RNG', 'FREE_BONUS_FEATURE'),
(128, 'PragmaticPlay', 'upload/game_pic/pragmaticplay/vs20asgard.png',
'1662996634', 'vs20asgard', 'Kingdom of Asgard', 'vs', 'Video Slots', 'html5',
'MOBILE,DOWNLOAD,WEB', '1', '16:9', 'H5', '99', '1', 'RNG', 'FREE_BONUS_FEATURE'),
(129, 'PragmaticPlay', 'upload/game_pic/pragmaticplay/vs243koipond.png',
'1632121425', 'vs243koipond', 'Koi Pond', 'vs', 'Video Slots', 'html5',
'MOBILE,DOWNLOAD,WEB', '1', '16:9', 'H5', '99', '1', 'RNG', ''),
(130, 'PragmaticPlay', 'upload/game_pic/pragmaticplay/vswayslofhero.png',
'1655895863', 'vswayslofhero', 'Legend of Heroes', 'vs', 'Video Slots', 'html5',
'MOBILE,DOWNLOAD,WEB', '1', '16:9', 'H5', '99', '1', 'RNG', 'BUY'),
(131, 'PragmaticPlay', 'upload/game_pic/pragmaticplay/vswaysluckyfish.png',
'1666863578', 'vswaysluckyfish', 'Lucky Fishing', 'vs', 'Video Slots', 'html5',
'MOBILE,DOWNLOAD,WEB', '1', '16:9', 'H5', '99', '1', 'RNG', 'BUY'),
(132, 'PragmaticPlay', 'upload/game_pic/pragmaticplay/vs25tigeryear.png',
'1638970408', 'vs25tigeryear', 'Lucky New Year - Tiger Treasures', 'vs', 'Video
Slots', 'html5', 'MOBILE,DOWNLOAD,WEB', '1', '16:9', 'H5', '99', '1', 'RNG', ''),
(133, 'PragmaticPlay', 'upload/game_pic/pragmaticplay/vs10mmm.png', '1648833669',
'vs10mmm', 'Magic Money Maze', 'vs', 'Video Slots', 'html5', 'MOBILE,DOWNLOAD,WEB',
'1', '16:9', 'H5',
'66,99,DE,EE,GG,GR,IE,IM,MT,RO,RS,UA,UK,ZA,CO,DK,X1,ON,LT,BG,NL,PT,SE,LV,IT,ES,BE',
'1', 'RNG', 'BUY'),
(134, 'PragmaticPlay', 'upload/game_pic/pragmaticplay/vs20mammoth.png',
'1664173161', 'vs20mammoth', 'Mammoth Gold Megaways', 'vs', 'Video Slots', 'html5',
'MOBILE,DOWNLOAD,WEB', '1', '16:9', 'H5',
'66,99,DE,EE,GG,IE,IM,MT,RO,RS,UA,UK,ZA,DK,LV,NL,ON,PT,SE,ES,GR,IT,CO,LT,BG,BE',
'1', 'RNG', 'FREE_BONUS_FEATURE,BUY'),
(135, 'PragmaticPlay', 'upload/game_pic/pragmaticplay/vs20superlanche.png',
'1665130261', 'vs20superlanche', 'Monster Superlanche', 'vs', 'Video Slots',
'html5', 'MOBILE,DOWNLOAD,WEB', '1', '16:9', 'H5',
'PT,LT,CO,ES,DK,66,99,DE,EE,GG,IE,IM,MT,NL,RO,RS,SE,UA,UK,ZA,IT,LV,ON,GR,BG,BE',
'1', 'RNG', 'ANTE,FREE_BONUS_FEATURE,BUY'),
(136, 'PragmaticPlay', 'upload/game_pic/pragmaticplay/vs20muertos.png',
'1657890717', 'vs20muertos', 'Muertos Multiplier Megaways', 'vs', 'Video Slots',
'html5', 'MOBILE,DOWNLOAD,WEB', '1', '16:9', 'H5',
'66,99,DE,EE,GG,IE,IM,MT,RO,RS,UA,UK,ZA,GR,LV,ON,SE,LT,CO,IT,NL,PT,ES,BG,DK,BE',
'1', 'RNG', 'FREE_BONUS_FEATURE,BUY'),
(137, 'PragmaticPlay', 'upload/game_pic/pragmaticplay/vswaysmorient.png',
'1668582966', 'vswaysmorient', 'Mystery of the Orient', 'vs', 'Video Slots',
'html5', 'MOBILE,DOWNLOAD,WEB', '1', '16:9', 'H5',
'66,99,DE,EE,GG,IE,IM,LV,MT,RO,RS,UA,UK,ZA,BE,NL,GR,IT,LT,ON,PT,SE,DK', '1', 'RNG',
'FREE_BONUS_FEATURE,BUY'),
(138, 'PragmaticPlay', 'upload/game_pic/pragmaticplay/vs20octobeer.png',
'1650009032', 'vs20octobeer', 'Octobeer Fortunes', 'vs', 'Video Slots', 'html5',
'MOBILE,DOWNLOAD,WEB', '1', '16:9', 'H5',
'66,99,DE,EE,GG,IE,IM,MT,RO,RS,UA,UK,ZA,LV,IT,NL,ON,PT,SE,X1,CO,GR,ES,BG,LT,DK,BE',
'1', 'RNG', 'BUY'),
(139, 'PragmaticPlay', 'upload/game_pic/pragmaticplay/vswaysoldminer.png',
'1644856286', 'vswaysoldminer', 'Old Gold Miner Megaways', 'vs', 'Video Slots',
'html5', 'MOBILE,DOWNLOAD,WEB', '1', '16:9', 'H5', '99,MT,RO,UK,NL,ON,BE', '1',
'RNG', 'ANTE,BUY'),
(140, 'PragmaticPlay', 'upload/game_pic/pragmaticplay/vswayspizza.png',
'1664288098', 'vswayspizza', 'PIZZA PIZZA PIZZA', 'vs', 'Video Slots', 'html5',
'MOBILE,DOWNLOAD,WEB', '1', '16:9', 'H5',
'66,99,DE,EE,GG,IE,IM,LV,MT,RO,RS,UA,UK,ZA,GR,SE,BG,ES,BE,ON,IT,NL,PT,CO,DK,LT',
'1', 'RNG', 'ANTE,FREE_BONUS_FEATURE,BUY'),
(141, 'PragmaticPlay', 'upload/game_pic/pragmaticplay/vs20ltng.png', '1654505839',
'vs20ltng', 'Pinup Girls', 'vs', 'Video Slots', 'html5', 'MOBILE,DOWNLOAD,WEB',
'1', '16:9', 'H5',
'PT,SE,DK,NL,66,99,DE,EE,GG,IE,IM,MT,RO,RS,UA,UK,ZA,IT,LV,LT,ES,GR,CO,ON,BG,BE',
'1', 'RNG', 'FREE_BONUS_FEATURE,BUY'),
(142, 'PragmaticPlay', 'upload/game_pic/pragmaticplay/vs20mtreasure.png',
'1645198209', 'vs20mtreasure', 'Pirate Golden Age', 'vs', 'Video Slots', 'html5',
'MOBILE,DOWNLOAD,WEB', '1', '16:9', 'H5',
'SE,BG,GR,ES,PT,CO,LT,IT,66,99,DE,EE,GG,IE,IM,MT,RO,RS,UA,UK,ZA,DK,LV,NL,ON,BE',
'1', 'RNG', 'FREE_BONUS_FEATURE'),
(143, 'PragmaticPlay', 'upload/game_pic/pragmaticplay/vs20goldclust.png',
'1669900144', 'vs20goldclust', 'Rabbit Garden', 'vs', 'Video Slots', 'html5',
'MOBILE,DOWNLOAD,WEB', '1', '16:9', 'H5', '99', '1', 'RNG',
'FREE_BONUS_FEATURE,BUY'),
(144, 'PragmaticPlay', 'upload/game_pic/pragmaticplay/vs25rlbank.png',
'1657027833', 'vs25rlbank', 'Reel Banks', 'vs', 'Video Slots', 'html5',
'MOBILE,DOWNLOAD,WEB', '1', '16:9', 'H5',
'UK,99,66,DE,EE,GG,IE,IM,MT,RO,RS,UA,ZA,SE,BE,LT,LV,NL,ON,PT,DK,GR,CO,ES,IT,BG',
'1', 'RNG', 'FREE_BONUS_FEATURE,BUY'),
(145, 'PragmaticPlay', 'upload/game_pic/pragmaticplay/vs20kraken2.png',
'1657867870', 'vs20kraken2', 'Release the Kraken 2', 'vs', 'Video Slots', 'html5',
'MOBILE,DOWNLOAD,WEB', '1', '16:9', 'H5',
'CO,66,99,DE,EE,GG,IE,IM,MT,RO,RS,UA,UK,ZA,IT,LV,NL,ON,PT,SE,BG,ES,DK,GR,LT,BE',
'1', 'RNG', 'ANTE,FREE_BONUS_FEATURE,BUY'),
(146, 'PragmaticPlay', 'upload/game_pic/pragmaticplay/vs20porbs.png', '1659687509',
'vs20porbs', 'Santa's Great Gifts', 'vs', 'Video Slots', 'html5',
'MOBILE,DOWNLOAD,WEB', '1', '16:9', 'H5',
'66,99,DE,EE,GG,IE,IM,MT,RO,RS,UA,UK,ZA,IT,LV,NL,ON,PT,SE,ES,BG,GR,CO,DK,LT,BE',
'1', 'RNG', 'ANTE,FREE_BONUS_FEATURE,BUY'),
(147, 'PragmaticPlay', 'upload/game_pic/pragmaticplay/vs25spgldways.png',
'1663758009', 'vs25spgldways', 'Secret City Gold', 'vs', 'Video Slots', 'html5',
'MOBILE,DOWNLOAD,WEB', '1', '16:9', 'H5',
'DK,IT,LV,NL,ON,BE,PT,SE,ES,LT,GR,CO,66,99,DE,EE,GG,IE,IM,MT,RO,RS,UA,UK,ZA,BG',
'1', 'RNG', 'FREE_BONUS_FEATURE,BUY'),
(148, 'PragmaticPlay', 'upload/game_pic/pragmaticplay/vs20sparta.png',
'1654691367', 'vs20sparta', 'Shield Of Sparta', 'vs', 'Video Slots', 'html5',
'MOBILE,DOWNLOAD,WEB', '1', '16:9', 'H5',
'CO,LT,BG,GR,ES,66,99,DE,EE,GG,IE,IM,MT,RO,RS,UA,UK,ZA,DK,LV,ON,PT,SE,IT,NL,BE',
'1', 'RNG', 'FREE_BONUS_FEATURE'),
(149, 'PragmaticPlay', 'upload/game_pic/pragmaticplay/vs100sh.png', '1644586301',
'vs100sh', 'Shining Hot 100', 'vs', 'Video Slots', 'html5', 'MOBILE,DOWNLOAD,WEB',
'1', '16:9', 'H5',
'LT,BG,ON,66,99,DE,EE,GG,GR,IE,IM,MT,RO,RS,UA,UK,ZA,ES,IT,LV,NL,PT,SE,X1,DK,CO,BY,B
E', '1', 'RNG', ''),
(150, 'PragmaticPlay', 'upload/game_pic/pragmaticplay/vs20sh.png', '1643976929',
'vs20sh', 'Shining Hot 20', 'vs', 'Video Slots', 'html5', 'MOBILE,DOWNLOAD,WEB',
'1', '16:9', 'H5',
'LT,ON,BG,66,99,DE,EE,GG,GR,IE,IM,MT,RO,RS,UA,UK,ZA,ES,IT,LV,NL,PT,SE,X1,DK,CO,BY,B
E', '1', 'RNG', ''),
(151, 'PragmaticPlay', 'upload/game_pic/pragmaticplay/vs40sh.png', '1642592904',
'vs40sh', 'Shining Hot 40', 'vs', 'Video Slots', 'html5', 'MOBILE,DOWNLOAD,WEB',
'1', '16:9', 'H5',
'LT,BG,ON,66,99,DE,EE,GG,GR,IE,IM,MT,RO,RS,UA,UK,ZA,IT,LV,NL,PT,SE,ES,X1,DK,CO,BY,B
E', '1', 'RNG', ''),
(152, 'PragmaticPlay', 'upload/game_pic/pragmaticplay/vs5sh.png', '1644228406',
'vs5sh', 'Shining Hot 5', 'vs', 'Video Slots', 'html5', 'MOBILE,DOWNLOAD,WEB', '1',
'16:9', 'H5',
'LT,ON,BG,66,99,DE,EE,GG,GR,IE,IM,MT,RO,RS,UA,UK,ZA,IT,LV,NL,PT,SE,ES,X1,CO,DK,BY,B
E', '1', 'RNG', ''),
(153, 'PragmaticPlay', 'upload/game_pic/pragmaticplay/vs10snakeeyes.png',
'1653393645', 'vs10snakeeyes', 'Snakes & Ladders - Snake Eyes', 'vs', 'Video
Slots', 'html5', 'MOBILE,DOWNLOAD,WEB', '1', '16:9', 'H5',
'GG,99,UK,GR,ON,DK,CO,LT,LV,NL,PT,SE,IT,BG,66,DE,EE,IE,IM,MT,RO,RS,UA,ZA,ES,BE',
'1', 'RNG', 'FREE_BONUS_FEATURE'),
(154, 'PragmaticPlay', 'upload/game_pic/pragmaticplay/vswaysfrywld.png',
'1657201370', 'vswaysfrywld', 'Spin & Score Megaways', 'vs', 'Video Slots',
'html5', 'MOBILE,DOWNLOAD,WEB', '1', '16:9', 'H5',
'CO,66,99,DE,EE,GG,IE,IM,MT,RO,RS,UA,UK,ZA,IT,NL,ON,PT,SE,BG,ES,LV,GR,DK,LT,BE',
'1', 'RNG', 'BUY'),
(155, 'PragmaticPlay', 'upload/game_pic/pragmaticplay/vs20schristmas.png',
'1666862661', 'vs20schristmas', 'Starlight Christmas', 'vs', 'Video Slots',
'html5', 'MOBILE,DOWNLOAD,WEB', '1', '16:9', 'H5',
'66,EE,GG,IE,IM,LV,MT,RO,RS,UA,ZA,99,UK,BE', '1', 'RNG', 'ANTE,BUY'),
(156, 'PragmaticPlay', 'upload/game_pic/pragmaticplay/vs5strh.png', '1651661433',
'vs5strh', 'Striking Hot 5', 'vs', 'Video Slots', 'html5', 'MOBILE,DOWNLOAD,WEB',
'1', '16:9', 'H5',
'66,99,DE,EE,GG,IE,IM,MT,RO,RS,UA,UK,ZA,NL,ON,PT,IT,LV,ES,CO,LT,X1,SE,BG,DK,GR,BE',
'1', 'RNG', ''),
(157, 'PragmaticPlay', 'upload/game_pic/pragmaticplay/vs20sugarrush.png',
'1646488614', 'vs20sugarrush', 'Sugar Rush', 'vs', 'Video Slots', 'html5',
'MOBILE,DOWNLOAD,WEB', '1', '16:9', 'H5',
'X1,CO,ON,ES,LT,IM,RS,DK,GG,IT,NL,EE,UK,LV,ZA,GR,MT,DE,PT,UA,99,66,IE,SE,RO,BG,BY,A
T,NO,BE', '1', 'RNG', 'BUY'),
(158, 'PragmaticPlay', 'upload/game_pic/pragmaticplay/vs20clspwrndg.png',
'1661154054', 'vs20clspwrndg', 'Sweet Powernudge', 'vs', 'Video Slots', 'html5',
'MOBILE,DOWNLOAD,WEB', '1', '16:9', 'H5',
'LV,DK,LT,CO,BG,NL,ON,ES,66,99,DE,EE,GG,IE,IM,MT,RO,RS,UA,UK,ZA,BE,PT,SE,GR,IT',
'1', 'RNG', 'ANTE,FREE_BONUS_FEATURE,BUY'),
(159, 'PragmaticPlay', 'upload/game_pic/pragmaticplay/vs20swordofares.png',
'1657802275', 'vs20swordofares', 'Sword of Ares', 'vs', 'Video Slots', 'html5',
'MOBILE,DOWNLOAD,WEB', '1', '16:9', 'H5',
'IT,NL,ON,PT,SE,66,99,DE,EE,GG,IE,IM,LV,MT,RO,RS,UA,UK,ZA,BG,ES,DK,CO,LT,GR,BE',
'1', 'RNG', 'FREE_BONUS_FEATURE,BUY'),
(160, 'PragmaticPlay', 'upload/game_pic/pragmaticplay/vs20doghousemh.png',
'1671616840', 'vs20doghousemh', 'The Dog House Multihold', 'vs', 'Video Slots',
'html5', 'MOBILE,DOWNLOAD,WEB', '1', '16:9', 'H5',
'BE,IT,PT,SE,66,99,DE,EE,GG,IE,IM,LV,MT,RO,RS,UA,UK,ZA,NL,ON', '1', 'RNG',
'FREE_BONUS_FEATURE,BUY'),
(161, 'PragmaticPlay', 'upload/game_pic/pragmaticplay/vs20sknights.png',
'1666631946', 'vs20sknights', 'The Knight King', 'vs', 'Video Slots', 'html5',
'MOBILE,DOWNLOAD,WEB', '1', '16:9', 'H5', '99', '1', 'RNG',
'FREE_BONUS_FEATURE,BUY'),
(162, 'PragmaticPlay', 'upload/game_pic/pragmaticplay/vs20theights.png',
'1650457777', 'vs20theights', 'Towering Fortunes', 'vs', 'Video Slots', 'html5',
'MOBILE,DOWNLOAD,WEB', '1', '16:9', 'H5',
'CO,LT,BG,66,99,DE,EE,GG,IE,IM,MT,RO,RS,UA,UK,ZA,GR,ES,DK,LV,ON,PT,SE,IT,NL,BE',
'1', 'RNG', 'FREE_BONUS_FEATURE'),
(163, 'PragmaticPlay', 'upload/game_pic/pragmaticplay/vswaysjkrdrop.png',
'1646656358', 'vswaysjkrdrop', 'Tropical Tiki', 'vs', 'Video Slots', 'html5',
'MOBILE,DOWNLOAD,WEB', '1', '16:9', 'H5',
'BG,DK,CO,X1,66,99,DE,EE,GG,GR,IE,IM,MT,RO,RS,UA,UK,ZA,IT,LV,NL,PT,SE,ES,ON,LT,BY,B
E', '1', 'RNG', 'FREE_BONUS_FEATURE,BUY'),
(164, 'PragmaticPlay', 'upload/game_pic/pragmaticplay/vs20mparty.png',
'1651051209', 'vs20mparty', 'Wild Hop & Drop', 'vs', 'Video Slots', 'html5',
'MOBILE,DOWNLOAD,WEB', '1', '16:9', 'H5',
'66,99,DE,EE,LT,GR,DK,BG,CO,X1,SE,LV,GG,IE,IM,MT,RO,RS,UA,UK,ZA,IT,NL,ON,PT,ES,BE',
'1', 'RNG', 'FREE_BONUS_FEATURE,BUY'),
(165, 'PragmaticPlay', 'upload/game_pic/pragmaticplay/vs20pistols.png',
'1658782771', 'vs20pistols', 'Wild West Duels', 'vs', 'Video Slots', 'html5',
'MOBILE,DOWNLOAD,WEB', '1', '16:9', 'H5',
'66,99,DE,EE,GG,IE,IM,LV,MT,RO,RS,UA,UK,ZA,IT,NL,ON,CO,PT,SE,BE,GR,LT,DK', '1',
'RNG', 'FREE_BONUS_FEATURE,BUY'),
(166, 'PragmaticPlay', 'upload/game_pic/pragmaticplay/vswayswwhex.png',
'1655994486', 'vswayswwhex', 'Wild Wild Bananas', 'vs', 'Video Slots', 'html5',
'MOBILE,DOWNLOAD,WEB', '1', '16:9', 'H5',
'GG,CO,DK,GR,LT,PT,SE,UK,66,99,DE,EE,IE,IM,MT,RO,RS,UA,ZA,IT,LV,NL,ON,BE,BG,ES',
'1', 'RNG', 'ANTE,FREE_BONUS_FEATURE'),
(167, 'PragmaticPlay', 'upload/game_pic/pragmaticplay/vswayswwriches.png',
'1663938013', 'vswayswwriches', 'Wild Wild Riches Megaways', 'vs', 'Video Slots',
'html5', 'MOBILE,DOWNLOAD,WEB', '1', '16:9', 'H5',
'GG,IM,UK,BE,66,99,DE,EE,IE,MT,RO,RS,UA,ZA,IT,LV,PT,SE,CO,DK,GR,LT,NL,ON,ES,BG',
'1', 'RNG', 'FREE_BONUS_FEATURE,BUY'),
(168, 'PragmaticPlay', 'upload/game_pic/pragmaticplay/vs40spartaking.png',
'1597399279', 'vs40spartaking', 'Spartan King', 'vs', 'Video Slots', 'html5',
'MOBILE,DOWNLOAD,WEB', '1', '16:9', 'H5',
'CO,ES,IT,RS,GG,LV,99,IM,RO,EE,GR,UK,DE,LT,MT,ZA,BG,PT,SE,X1,UA,66,IE,BE', '1',
'RNG', ''),
(169, 'PragmaticPlay', 'upload/game_pic/pragmaticplay/bjmb.png', '1510756997',
'bjmb', 'American Blackjack', 'bj', 'Blackjack', 'html5', 'MOBILE,DOWNLOAD,WEB',
'1', '16:9', 'H5', 'UK,IT,IM,SE,MT,EE,CO,RO,DK,99,GG,RS,ZA,UA,PT,66,IE,BE', '',
'LC', '');
INSERT INTO `tb_gamelist` (`cuid`, `provider`, `image`, `gameidnumeric`, `gameid`,
`gamename`, `gametypeid`, `category`, `technology`, `platform`, `demogame`,
`aspectratio`, `technologyid`, `jurisdictions`, `frbavailable`, `datatype`,
`features`) VALUES
(170, 'PragmaticPlay', 'upload/game_pic/pragmaticplay/vswaysaztecking.png',
'1623317373', 'vswaysaztecking', 'Aztec King Megaways', 'vs', 'Video Slots',
'html5', 'MOBILE,DOWNLOAD,WEB', '1', '16:9', 'H5', '99', '1', 'RNG', 'ANTE,BUY'),
(171, 'PragmaticPlay', 'upload/game_pic/pragmaticplay/cs5moneyroll.png',
'1507188401', 'cs5moneyroll', 'Money Roll', 'cs', 'Classic Slots', 'html5',
'MOBILE,DOWNLOAD,WEB', '1', '16:9', 'H5', '99', '', 'RNG', ''),
(172, 'PragmaticPlay', 'upload/game_pic/pragmaticplay/vs5ultrab.png', '1584361706',
'vs5ultrab', 'Ultra Burn', 'vs', 'Video Slots', 'html5', 'MOBILE,DOWNLOAD,WEB',
'1', '16:9', 'H5',
'EE,UK,MT,IM,LV,GR,DK,IT,GG,BG,99,CO,ES,RS,RO,LT,PT,DE,SE,NL,ZA,X1,UA,66,CH,IE,CZ,B
Y,BE', '1', 'RNG', ''),
(173, 'PragmaticPlay', 'upload/game_pic/pragmaticplay/vs20emptybank.png',
'1617603300', 'vs20emptybank', 'Empty the Bank', 'vs', 'Video Slots', 'html5',
'MOBILE,DOWNLOAD,WEB', '1', '16:9', 'H5',
'EE,IM,GG,UK,RO,ZA,GR,MT,DE,UA,99,66,RS,BG,IT,X1,CO,LT,DK,PT,ES,SE,LV,IE,ON,BE',
'1', 'RNG', 'ANTE,BUY'),
(174, 'PragmaticPlay', 'upload/game_pic/pragmaticplay/vs243chargebull.png',
'1622189972', 'vs243chargebull', 'Raging Bull', 'vs', 'Video Slots', 'html5',
'MOBILE,DOWNLOAD,WEB', '1', '16:9', 'H5', '99', '1', 'RNG', ''),
(175, 'PragmaticPlay', 'upload/game_pic/pragmaticplay/vs25btygold.png',
'1622215011', 'vs25btygold', 'Bounty Gold', 'vs', 'Video Slots', 'html5',
'MOBILE,DOWNLOAD,WEB', '1', '16:9', 'H5',
'GG,RS,EE,UA,99,UK,66,IM,RO,DE,ZA,MT,GR,DK,SE,PT,LV,IE,CO,ES,IT,LT,X1,BG,NL,BE',
'1', 'RNG', ''),
(176, 'PragmaticPlay', 'upload/game_pic/pragmaticplay/vs25gldox.png', '1605616608',
'vs25gldox', 'Golden Ox', 'vs', 'Video Slots', 'html5', 'MOBILE,DOWNLOAD,WEB', '1',
'16:9', 'H5', '99', '1', 'RNG', ''),
(177, 'PragmaticPlay', 'upload/game_pic/pragmaticplay/vs20eightdragons.png',
'1495539348', 'vs20eightdragons', '8 Dragons', 'vs', 'Video Slots', 'html5',
'MOBILE,DOWNLOAD,WEB', '1', '16:9', 'H5',
'LV,UK,99,GG,IM,EE,RS,MT,IT,ZA,UA,66,IE,RO,BE', '1', 'RNG', ''),
(178, 'PragmaticPlay', 'upload/game_pic/pragmaticplay/vs1money.png', '1580468307',
'vs1money', 'Money Money Money', 'vs', 'Video Slots', 'html5',
'MOBILE,DOWNLOAD,WEB', '1', '16:9', 'H5', '99', '1', 'RNG', ''),
(179, 'PragmaticPlay', 'upload/game_pic/pragmaticplay/vs25mmouse.png',
'1574083679', 'vs25mmouse', 'Money Mouse', 'vs', 'Video Slots', 'html5',
'MOBILE,DOWNLOAD,WEB', '1', '16:9', 'H5',
'LT,IT,PT,RO,CO,GG,RS,ES,LV,UK,MT,EE,99,BG,SE,IM,DE,GR,ZA,X1,UA,66,IE,BY,BE', '1',
'RNG', ''),
(180, 'PragmaticPlay', 'upload/game_pic/pragmaticplay/vs25rio.png', '1616072367',
'vs25rio', 'Heart of Rio', 'vs', 'Video Slots', 'html5', 'MOBILE,DOWNLOAD,WEB',
'1', '16:9', 'H5',
'EE,MT,66,ZA,UA,GG,IT,99,ES,IM,SE,RO,RS,DE,PT,UK,LT,GR,LV,DK,CO,X1,BG,IE,BY,ON,BE',
'1', 'RNG', ''),
(181, 'PragmaticPlay', 'upload/game_pic/pragmaticplay/vs75bronco.png',
'1581319336', 'vs75bronco', 'Bronco Spirit', 'vs', 'Video Slots', 'html5',
'MOBILE,DOWNLOAD,WEB', '1', '16:9', 'H5',
'BG,RS,LV,GR,MT,PT,ES,RO,EE,UK,GG,99,LT,DE,IM,SE,IT,CO,DK,ZA,X1,UA,66,IE,BY,BE',
'1', 'RNG', ''),
(182, 'PragmaticPlay', 'upload/game_pic/pragmaticplay/vs20bermuda.png',
'1622797439', 'vs20bermuda', 'Bermuda Riches', 'vs', 'Video Slots', 'html5',
'MOBILE,DOWNLOAD,WEB', '1', '16:9', 'H5',
'IM,MT,RO,RS,ZA,UA,GR,99,66,UK,EE,DE,GG,LT,CO,X1,DK,LV,BG,SE,ES,PT,IT,IE,BY,NL,BE',
'1', 'RNG', 'BUY'),
(183, 'PragmaticPlay', 'upload/game_pic/pragmaticplay/vs40bigjuan.png',
'1627046307', 'vs40bigjuan', 'Big Juan', 'vs', 'Video Slots', 'html5',
'MOBILE,DOWNLOAD,WEB', '1', '16:9', 'H5',
'DK,GG,RO,GR,LV,ZA,MT,EE,PT,IM,DE,UK,66,RS,SE,UA,99,IT,IE,X1,ES,BG,CO,LT,ON,BE',
'1', 'RNG', 'BUY'),
(184, 'PragmaticPlay', 'upload/game_pic/pragmaticplay/vswayschilheat.png',
'1617610052', 'vswayschilheat', 'Chilli Heat Megaways', 'vs', 'Video Slots',
'html5', 'MOBILE,DOWNLOAD,WEB', '1', '16:9', 'H5',
'DK,IM,ZA,GG,MT,RS,UA,ES,GR,DE,RO,66,99,EE,UK,LT,IT,PT,SE,BG,LV,X1,CO,IE,ON,BY,NL,B
E', '1', 'RNG', 'ANTE,BUY'),
(185, 'PragmaticPlay', 'upload/game_pic/pragmaticplay/vs243fortseren.png',
'1562750191', 'vs243fortseren', 'Greek Gods', 'vs', 'Video Slots', 'html5',
'MOBILE,DOWNLOAD,WEB', '1', '16:9', 'H5',
'ES,DE,RO,IT,LT,SE,LV,CO,GR,99,EE,GG,IM,RS,MT,UK,BG,PT,ZA,X1,UA,66,IE,BE', '1',
'RNG', ''),
(186, 'PragmaticPlay', 'upload/game_pic/pragmaticplay/vs10bookazteck.png',
'1644420346', 'vs10bookazteck', 'Book of Aztec King', 'vs', 'Video Slots', 'html5',
'MOBILE,DOWNLOAD,WEB', '1', '16:9', 'H5', '99', '1', 'RNG', 'BUY'),
(187, 'PragmaticPlay', 'upload/game_pic/pragmaticplay/vs1024lionsd.png',
'1591365456', 'vs1024lionsd', '5 Lions Dance', 'vs', 'Video Slots', 'html5',
'MOBILE,DOWNLOAD,WEB', '1', '16:9', 'H5',
'LT,CO,BG,GG,UK,IM,PT,SE,RS,LV,EE,99,RO,IT,DK,ES,MT,ZA,DE,GR,X1,UA,66,IE,BE', '1',
'RNG', ''),
(188, 'PragmaticPlay', 'upload/game_pic/pragmaticplay/vs20chickdrop.png',
'1619768910', 'vs20chickdrop', 'Chicken Drop', 'vs', 'Video Slots', 'html5',
'MOBILE,DOWNLOAD,WEB', '1', '16:9', 'H5',
'ZA,DE,GR,UK,99,GG,MT,RO,IM,RS,66,EE,UA,ES,DK,CO,X1,IT,LT,LV,BG,PT,SE,IE,BY,ON,NL,B
E', '1', 'RNG', 'BUY'),
(189, 'PragmaticPlay', 'upload/game_pic/pragmaticplay/vs576hokkwolf.png',
'1620375335', 'vs576hokkwolf', 'Hokkaido Wolf', 'vs', 'Video Slots', 'html5',
'MOBILE,DOWNLOAD,WEB', '1', '16:9', 'H5', '99', '1', 'RNG', 'ANTE'),
(190, 'PragmaticPlay', 'upload/game_pic/pragmaticplay/vs75empress.png',
'1573481798', 'vs75empress', 'Golden Beauty', 'vs', 'Video Slots', 'html5',
'MOBILE,DOWNLOAD,WEB', '1', '16:9', 'H5',
'RO,ES,DE,SE,IM,LT,BG,MT,LV,CO,99,DK,GR,RS,PT,IT,EE,UK,GG,ZA,X1,UA,66,IE,BY,BE',
'1', 'RNG', ''),
(191, 'PragmaticPlay', 'upload/game_pic/pragmaticplay/vs1600drago.png',
'1573809698', 'vs1600drago', 'Drago - Jewels of Fortune', 'vs', 'Video Slots',
'html5', 'MOBILE,DOWNLOAD,WEB', '1', '16:9', 'H5',
'GR,DE,ES,RS,IM,GG,LT,99,IT,EE,LV,RO,MT,PT,UK,BG,CO,DK,SE,ZA,X1,UA,66,IE,BE', '1',
'RNG', 'BUY'),
(192, 'PragmaticPlay', 'upload/game_pic/pragmaticplay/vs1fortunetree.png',
'1559907578', 'vs1fortunetree', 'Tree of Riches', 'vs', 'Video Slots', 'html5',
'MOBILE,DOWNLOAD,WEB', '1', '16:9', 'H5',
'BG,RS,CO,LV,IT,RO,MT,PT,GG,LT,EE,DE,DK,ES,GR,IM,UK,99,SE,ZA,X1,UA,66,IE,BE', '1',
'RNG', ''),
(193, 'PragmaticPlay', 'upload/game_pic/pragmaticplay/cs5triple8gold.png',
'1484225848', 'cs5triple8gold', '888 Gold', 'cs', 'Classic Slots', 'html5',
'MOBILE,DOWNLOAD,WEB', '1', '16:9', 'H5', '99', '', 'RNG', ''),
(194, 'PragmaticPlay', 'upload/game_pic/pragmaticplay/vs10bblpop.png',
'1631598049', 'vs10bblpop', 'Bubble Pop', 'vs', 'Video Slots', 'html5',
'MOBILE,DOWNLOAD,WEB', '1', '16:9', 'H5', '99', '1', 'RNG', ''),
(195, 'PragmaticPlay', 'upload/game_pic/pragmaticplay/vs25pyramid.png',
'1582874025', 'vs25pyramid', 'Pyramid King', 'vs', 'Video Slots', 'html5',
'MOBILE,DOWNLOAD,WEB', '1', '16:9', 'H5',
'99,LV,RO,MT,UK,DK,IT,GG,CO,GR,LT,EE,SE,BG,DE,IM,PT,ES,RS,ZA,X1,UA,66,IE,BY,BE',
'1', 'RNG', ''),
(196, 'PragmaticPlay', 'upload/game_pic/pragmaticplay/vs20vegasmagic.png',
'1525426594', 'vs20vegasmagic', 'Vegas Magic', 'vs', 'Video Slots', 'html5',
'MOBILE,DOWNLOAD,WEB', '1', '16:9', 'H5',
'RO,CO,UK,LT,RS,LV,ES,BG,PT,IT,EE,99,IM,MT,GG,SE,ZA,X1,UA,66,IE,BE', '1', 'RNG',
''),
(197, 'PragmaticPlay', 'upload/game_pic/pragmaticplay/bjma.png', '1455872782',
'bjma', 'Multihand Blackjack', 'bj', 'Blackjack', 'html5', 'MOBILE,DOWNLOAD,WEB',
'1', '16:9', 'H5', 'CO,99,IM,GG,SE,MT,RO,DK,RS,IT,EE,UK,ZA,UA,PT,66,IE,BE', '',
'LC', ''),
(198, 'PragmaticPlay', 'upload/game_pic/pragmaticplay/vswaysbbb.png', '1628177246',
'vswaysbbb', 'Big Bass Bonanza Megaways', 'vs', 'Video Slots', 'html5',
'MOBILE,DOWNLOAD,WEB', '1', '16:9', 'H5',
'UA,UK,GR,MT,EE,DE,GG,RS,66,ZA,RO,IM,99,IE,DK,LT,BG,ES,LV,SE,BY,CO,PT,X1,IT,NL,BE',
'1', 'RNG', ''),
(199, 'PragmaticPlay', 'upload/game_pic/pragmaticplay/vs432congocash.png',
'1598948184', 'vs432congocash', 'Congo Cash', 'vs', 'Video Slots', 'html5',
'MOBILE,DOWNLOAD,WEB', '1', '16:9', 'H5',
'CO,NL,DK,RO,DE,SE,IM,GR,IT,LT,LV,GG,BG,99,UK,ZA,PT,MT,EE,RS,ES,X1,UA,66,CH,IE,BY,C
Z,ON,BE', '1', 'RNG', ''),
(200, 'PragmaticPlay', 'upload/game_pic/pragmaticplay/vs20colcashzone.png',
'1630654866', 'vs20colcashzone', 'Colossal Cash Zone', 'vs', 'Video Slots',
'html5', 'MOBILE,DOWNLOAD,WEB', '1', '16:9', 'H5',
'BY,ES,66,99,DE,EE,GG,GR,IM,LV,MT,RO,RS,UA,UK,ZA,BG,IE,X1,PT,CO,SE,LT,DK,IT,NL,BE',
'1', 'RNG', ''),
(201, 'PragmaticPlay', 'upload/game_pic/pragmaticplay/vs243dancingpar.png',
'1574956138', 'vs243dancingpar', 'Dance Party', 'vs', 'Video Slots', 'html5',
'MOBILE,DOWNLOAD,WEB', '1', '16:9', 'H5',
'DE,GR,UK,RO,SE,DK,BG,CO,RS,IM,99,LV,IT,MT,LT,GG,EE,ES,PT,ZA,X1,UA,66,IE,BE', '1',
'RNG', ''),
(202, 'PragmaticPlay', 'upload/game_pic/pragmaticplay/vs25goldpig.png',
'1546428971', 'vs25goldpig', 'Golden Pig', 'vs', 'Video Slots', 'html5',
'MOBILE,DOWNLOAD,WEB', '1', '16:9', 'H5', '99', '1', 'RNG', ''),
(203, 'PragmaticPlay', 'upload/game_pic/pragmaticplay/vs40wanderw.png',
'1625224653', 'vs40wanderw', 'Wild Depths', 'vs', 'Video Slots', 'html5',
'MOBILE,DOWNLOAD,WEB', '1', '16:9', 'H5',
'IT,ES,IE,CO,X1,SE,NL,BG,PT,DE,GR,99,LV,UA,ZA,RS,DK,IM,MT,GG,LT,RO,UK,EE,66,BE',
'1', 'RNG', ''),
(204, 'PragmaticPlay', 'upload/game_pic/pragmaticplay/vs1masterjoker.png',
'1576066858', 'vs1masterjoker', 'Master Joker', 'vs', 'Video Slots', 'html5',
'MOBILE,DOWNLOAD,WEB', '1', '16:9', 'H5',
'RO,MT,GG,SE,LV,UK,BG,IT,IM,99,GR,ES,EE,DE,DK,CO,LT,PT,RS,ZA,X1,UA,NL,66,CH,IE,CZ,B
Y,BE', '1', 'RNG', ''),
(205, 'PragmaticPlay', 'upload/game_pic/pragmaticplay/vs243fortune.png',
'1496240977', 'vs243fortune', 'Caishen's Gold', 'vs', 'Video Slots', 'html5',
'MOBILE,DOWNLOAD,WEB', '1', '16:9', 'H5',
'IM,CO,BG,UK,IT,99,GG,ES,RS,MT,LV,PT,RO,DK,EE,LT,ZA,DE,GR,X1,UA,66,SE,IE,BY,BE',
'1', 'RNG', ''),
(206, 'PragmaticPlay', 'upload/game_pic/pragmaticplay/vs9piggybank.png',
'1620304691', 'vs9piggybank', 'Piggy Bank Bills', 'vs', 'Video Slots', 'html5',
'MOBILE,DOWNLOAD,WEB', '1', '16:9', 'H5',
'LT,CO,BG,X1,UA,UK,GG,ZA,EE,RS,DE,66,99,GR,RO,MT,IM,ES,LV,PT,SE,DK,IT,IE,BY,BE',
'1', 'RNG', ''),
(207, 'PragmaticPlay', 'upload/game_pic/pragmaticplay/vs25wolfgold.png',
'1487350061', 'vs25wolfgold', 'Wolf Gold', 'vs', 'Video Slots', 'html5',
'MOBILE,DOWNLOAD,WEB', '1', '16:9', 'H5',
'BY,SE,99,BG,UK,GR,LV,IT,RS,RO,EE,MT,ES,DE,DK,LT,GG,CO,IM,PT,ZA,X1,UA,NL,66,CH,IE,C
Z,ON,BE,AT', '1', 'RNG', ''),
(208, 'PragmaticPlay', 'upload/game_pic/pragmaticplay/bca.png', '1455872785',
'bca', 'Baccarat', 'bc', 'Baccarat', 'html5', 'MOBILE,DOWNLOAD,WEB', '1', '16:9',
'H5', 'MT,99,CO,RS,GG,IT,IM,DK,RO,EE,UK,SE,ZA,UA,66,IE,BE', '', 'LC', ''),
(209, 'PragmaticPlay', 'upload/game_pic/pragmaticplay/vs20wildboost.png',
'1608204824', 'vs20wildboost', 'Wild Booster', 'vs', 'Video Slots', 'html5',
'MOBILE,DOWNLOAD,WEB', '1', '16:9', 'H5',
'DK,99,ES,SE,IT,BG,LV,EE,UK,GG,GR,66,MT,RO,DE,IM,ZA,RS,CO,PT,LT,X1,NL,UA,CH,IE,CZ,B
E', '1', 'RNG', 'BUY'),
(210, 'PragmaticPlay', 'upload/game_pic/pragmaticplay/vswayswerewolf.png',
'1589544488', 'vswayswerewolf', 'Curse of the Werewolf Megaways', 'vs', 'Video
Slots', 'html5', 'MOBILE,DOWNLOAD,WEB', '1', '16:9', 'H5',
'LT,BG,PT,IT,IM,UK,LV,SE,CO,ES,99,RS,GG,DK,EE,RO,MT,DE,GR,NL,ZA,66,X1,UA,CH,IE,CZ,O
N,BE', '1', 'RNG', 'BUY'),
(211, 'PragmaticPlay', 'upload/game_pic/pragmaticplay/vs25wildspells.png',
'1499775857', 'vs25wildspells', 'Wild Spells', 'vs', 'Video Slots', 'html5',
'MOBILE,DOWNLOAD,WEB', '1', '16:9', 'H5',
'ES,RS,MT,EE,99,IM,LT,IT,RO,LV,GG,PT,BG,SE,CO,UK,DK,ZA,DE,GR,X1,UA,66,IE,BY,BE',
'1', 'RNG', ''),
(212, 'PragmaticPlay', 'upload/game_pic/pragmaticplay/vs5super7.png', '1573127688',
'vs5super7', 'Super 7s ', 'vs', 'Video Slots', 'html5', 'MOBILE,DOWNLOAD,WEB', '1',
'16:9', 'H5',
'CO,ES,UK,BG,99,SE,DE,MT,IT,RO,GG,LT,GR,EE,LV,IM,RS,PT,DK,NL,ZA,X1,UA,66,CH,IE,CZ,B
Y,BE', '1', 'RNG', ''),
(213, 'PragmaticPlay', 'upload/game_pic/pragmaticplay/vs10bookoftut.png',
'1582290405', 'vs10bookoftut', 'Book of Tut', 'vs', 'Video Slots', 'html5',
'MOBILE,DOWNLOAD,WEB', '1', '16:9', 'H5',
'BG,DE,EE,MT,ES,IM,LT,CO,GR,RS,LV,GG,DK,UK,99,IT,RO,PT,SE,ZA,X1,UA,NL,66,CH,IE,CZ,B
Y,ON,AT,BE', '1', 'RNG', 'BUY'),
(214, 'PragmaticPlay', 'upload/game_pic/pragmaticplay/vs10luckcharm.png',
'1614601142', 'vs10luckcharm', 'Lucky, Grace & Charm', 'vs', 'Video Slots',
'html5', 'MOBILE,DOWNLOAD,WEB', '1', '16:9', 'H5',
'BG,PT,ES,LT,DK,IT,SE,DE,RO,UA,EE,CO,GG,LV,UK,66,IM,MT,RS,X1,ZA,GR,99,IE,BE', '1',
'RNG', ''),
(215, 'PragmaticPlay', 'upload/game_pic/pragmaticplay/vs40pirgold.png',
'1596114870', 'vs40pirgold', 'Pirate Gold Deluxe', 'vs', 'Video Slots', 'html5',
'MOBILE,DOWNLOAD,WEB', '1', '16:9', 'H5',
'LV,IT,ES,BG,PT,EE,RO,RS,ZA,MT,GG,IM,GR,99,DE,UK,CO,DK,LT,SE,UA,66,IE,BE', '1',
'RNG', 'BUY'),
(216, 'PragmaticPlay', 'upload/game_pic/pragmaticplay/vs1tigers.png', '1513070130',
'vs1tigers', 'Triple Tigers', 'vs', 'Video Slots', 'html5', 'MOBILE,DOWNLOAD,WEB',
'1', '16:9', 'H5', 'MT,IT,IM,EE,RO,GG,99,LV,RS,SE,UK,ZA,UA,66,IE,BE', '1', 'RNG',
''),
(217, 'PragmaticPlay', 'upload/game_pic/pragmaticplay/vs10wildtut.png',
'1599212816', 'vs10wildtut', 'Mysterious Egypt', 'vs', 'Video Slots', 'html5',
'MOBILE,DOWNLOAD,WEB', '1', '16:9', 'H5',
'CO,MT,RO,RS,EE,UK,DE,LV,99,GR,IM,GG,ZA,LT,SE,PT,BG,DK,IT,ES,X1,UA,66,IE,ON,BE',
'1', 'RNG', 'BUY'),
(218, 'PragmaticPlay', 'upload/game_pic/pragmaticplay/vs25newyear.png',
'1511857851', 'vs25newyear', 'Lucky New Year', 'vs', 'Video Slots', 'html5',
'MOBILE,DOWNLOAD,WEB', '1', '16:9', 'H5',
'EE,99,RS,CO,MT,IT,RO,GG,IM,UK,SE,LV,ZA,X1,UA,66,IE,BE', '1', 'RNG', ''),
(219, 'PragmaticPlay', 'upload/game_pic/pragmaticplay/vswayswest.png',
'1619447303', 'vswayswest', 'Mystic Chief', 'vs', 'Video Slots', 'html5',
'MOBILE,DOWNLOAD,WEB', '1', '16:9', 'H5',
'DK,PT,CO,IT,LV,X1,LT,BG,ES,99,RS,RO,DE,UA,GG,EE,ZA,IM,UK,66,GR,MT,SE,IE,BY,ON,BE',
'1', 'RNG', ''),
(220, 'PragmaticPlay', 'upload/game_pic/pragmaticplay/vs25tigerwar.png',
'1589357657', 'vs25tigerwar', 'The Tiger Warrior', 'vs', 'Video Slots', 'html5',
'MOBILE,DOWNLOAD,WEB', '1', '16:9', 'H5', '99', '1', 'RNG', ''),
(221, 'PragmaticPlay', 'upload/game_pic/pragmaticplay/vs25peking.png',
'1529399160', 'vs25peking', 'Peking Luck', 'vs', 'Video Slots', 'html5',
'MOBILE,DOWNLOAD,WEB', '1', '16:9', 'H5',
'99,PT,BG,LT,LV,GG,MT,RO,ES,CO,EE,IM,IT,UK,RS,SE,ZA,DE,GR,X1,UA,66,IE,BE', '1',
'RNG', ''),
(222, 'PragmaticPlay', 'upload/game_pic/pragmaticplay/vs1024dtiger.png',
'1592569000', 'vs1024dtiger', 'The Dragon Tiger', 'vs', 'Video Slots', 'html5',
'MOBILE,DOWNLOAD,WEB', '1', '16:9', 'H5',
'DK,SE,EE,LV,GG,IM,LT,RS,99,MT,RO,UK,CO,ZA,ES,BG,IT,DE,GR,PT,X1,UA,66,IE,BE', '1',
'RNG', ''),
(223, 'PragmaticPlay', 'upload/game_pic/pragmaticplay/vs20smugcove.png',
'1626269940', 'vs20smugcove', 'Smugglers Cove', 'vs', 'Video Slots', 'html5',
'MOBILE,DOWNLOAD,WEB', '1', '16:9', 'H5',
'BG,IE,LT,CO,X1,IT,DK,EE,IM,RS,ZA,SE,UK,66,RO,DE,GG,LV,UA,99,GR,MT,NL,ES,PT,BE',
'1', 'RNG', 'ANTE'),
(224, 'PragmaticPlay', 'upload/game_pic/pragmaticplay/vs25asgard.png',
'1523960262', 'vs25asgard', 'Asgard', 'vs', 'Video Slots', 'html5',
'MOBILE,DOWNLOAD,WEB', '1', '16:9', 'H5',
'IM,SE,LV,IT,BG,UK,MT,CO,GG,PT,RO,LT,ES,99,RS,EE,ZA,X1,UA,66,IE,BE', '1', 'RNG',
''),
(225, 'PragmaticPlay', 'upload/game_pic/pragmaticplay/vs25goldrush.png',
'1507726919', 'vs25goldrush', 'Gold Rush', 'vs', 'Video Slots', 'html5',
'MOBILE,DOWNLOAD,WEB', '1', '16:9', 'H5',
'GR,DE,BG,RS,MT,DK,CO,LT,IT,UK,EE,PT,ES,LV,RO,IM,GG,SE,99,ZA,X1,UA,66,IE,BE', '1',
'RNG', ''),
(226, 'PragmaticPlay', 'upload/game_pic/pragmaticplay/vs5spjoker.png',
'1564667918', 'vs5spjoker', 'Super Joker', 'vs', 'Video Slots', 'html5',
'MOBILE,DOWNLOAD,WEB', '1', '16:9', 'H5',
'MT,PT,EE,99,SE,BG,UK,GR,LT,ES,LV,RO,DK,CO,GG,IM,DE,IT,RS,NL,ZA,X1,UA,66,CH,IE,CZ,B
Y,BE', '1', 'RNG', ''),
(227, 'PragmaticPlay', 'upload/game_pic/pragmaticplay/vs1024butterfly.png',
'1524579919', 'vs1024butterfly', 'Jade Butterfly', 'vs', 'Video Slots', 'html5',
'MOBILE,DOWNLOAD,WEB', '1', '16:9', 'H5',
'RO,IM,GG,SE,RS,EE,99,LT,ES,MT,BG,UK,PT,LV,IT,ZA,UA,66,IE,BE', '', 'RNG', ''),
(228, 'PragmaticPlay', 'upload/game_pic/pragmaticplay/vs5hotburn.png',
'1578498329', 'vs5hotburn', 'Hot to Burn', 'vs', 'Video Slots', 'html5',
'MOBILE,DOWNLOAD,WEB', '1', '16:9', 'H5',
'MT,IM,CO,ES,LT,GG,LV,UK,EE,99,IT,RO,DK,PT,SE,RS,BG,DE,GR,NL,ZA,UA,66,CH,IE,BY,CZ,B
E', '1', 'RNG', ''),
(229, 'PragmaticPlay', 'upload/game_pic/pragmaticplay/vs10mayangods.png',
'1594304610', 'vs10mayangods', 'John Hunter And The Mayan Gods', 'vs', 'Video
Slots', 'html5', 'MOBILE,DOWNLOAD,WEB', '1', '16:9', 'H5',
'CO,MT,LV,RO,GG,IM,ZA,EE,RS,UK,GR,99,DE,DK,IT,SE,LT,BG,ES,PT,X1,UA,NL,66,CH,IE,CZ,B
Y,BE', '1', 'RNG', ''),
(230, 'PragmaticPlay', 'upload/game_pic/pragmaticplay/vs10madame.png',
'1524489855', 'vs10madame', 'Madame Destiny', 'vs', 'Video Slots', 'html5',
'MOBILE,DOWNLOAD,WEB', '1', '16:9', 'H5',
'DK,MT,GG,EE,PT,99,IT,IM,DE,RO,ES,BG,UK,RS,LT,GR,LV,CO,SE,ZA,X1,UA,66,IE,BE', '1',
'RNG', ''),
(231, 'PragmaticPlay', 'upload/game_pic/pragmaticplay/bnadvanced.png',
'1545750248', 'bnadvanced', 'Dragon Bonus Baccarat', 'bn', 'Baccarat New', 'html5',
'MOBILE,DOWNLOAD,WEB', '1', '16:9', 'H5', '99', '', 'LC', ''),
(232, 'PragmaticPlay', 'upload/game_pic/pragmaticplay/vs20daydead.png',
'1625747556', 'vs20daydead', 'Day of Dead', 'vs', 'Video Slots', 'html5',
'MOBILE,DOWNLOAD,WEB', '1', '16:9', 'H5',
'LV,UA,UK,99,MT,GG,RO,CO,DK,GR,LT,66,IT,DE,PT,RS,X1,EE,ZA,IM,SE,BG,ES,IE,BY,NL,BE',
'1', 'RNG', 'BUY'),
(233, 'PragmaticPlay', 'upload/game_pic/pragmaticplay/vs25samurai.png',
'1590072949', 'vs25samurai', 'Rise of Samurai', 'vs', 'Video Slots', 'html5',
'MOBILE,DOWNLOAD,WEB', '1', '16:9', 'H5', '99', '1', 'RNG', ''),
(234, 'PragmaticPlay', 'upload/game_pic/pragmaticplay/vs25vegas.png', '1498044866',
'vs25vegas', 'Vegas Nights', 'vs', 'Video Slots', 'html5', 'MOBILE,DOWNLOAD,WEB',
'1', '16:9', 'H5', 'IT,IM,UK,RO,EE,RS,MT,BG,LT,99,GG,SE,PT,ES,LV,ZA,UA,66,IE,BE',
'1', 'RNG', ''),
(235, 'PragmaticPlay', 'upload/game_pic/pragmaticplay/vswayshive.png',
'1590991956', 'vswayshive', 'Star Bounty', 'vs', 'Video Slots', 'html5',
'MOBILE,DOWNLOAD,WEB', '1', '16:9', 'H5',
'GG,BG,RO,LT,UK,DK,LV,IM,CO,ES,IT,99,MT,PT,EE,SE,RS,ZA,DE,GR,66,X1,UA,IE,BE', '1',
'RNG', 'BUY'),
(236, 'PragmaticPlay', 'upload/game_pic/pragmaticplay/vs25jokerking.png',
'1603968551', 'vs25jokerking', 'Joker King', 'vs', 'Video Slots', 'html5',
'MOBILE,DOWNLOAD,WEB', '1', '16:9', 'H5',
'LT,IT,ES,SE,NL,CO,DK,PT,BG,99,EE,GG,MT,IM,LV,DE,UK,ZA,GR,RO,RS,X1,UA,66,CH,IE,CZ,B
E', '1', 'RNG', ''),
(237, 'PragmaticPlay', 'upload/game_pic/pragmaticplay/vs1fufufu.png', '1587098558',
'vs1fufufu', 'Fu Fu Fu', 'vs', 'Video Slots', 'html5', 'MOBILE,DOWNLOAD,WEB', '1',
'16:9', 'H5', '99', '1', 'RNG', ''),
(238, 'PragmaticPlay', 'upload/game_pic/pragmaticplay/vs10threestar.png',
'1581497589', 'vs10threestar', 'Three Star Fortune', 'vs', 'Video Slots', 'html5',
'MOBILE,DOWNLOAD,WEB', '1', '16:9', 'H5',
'IT,ES,RO,LV,GG,LT,BG,GR,EE,MT,RS,SE,CO,UK,99,PT,IM,DE,ZA,X1,UA,66,IE,BE', '1',
'RNG', ''),
(239, 'PragmaticPlay', 'upload/game_pic/pragmaticplay/vs40voodoo.png',
'1597418564', 'vs40voodoo', 'Voodoo Magic', 'vs', 'Video Slots', 'html5',
'MOBILE,DOWNLOAD,WEB', '1', '16:9', 'H5',
'PT,CO,99,LT,MT,EE,LV,RO,RS,SE,ZA,DE,GG,IM,GR,UK,IT,ES,BG,UA,66,IE,BE', '1', 'RNG',
'BUY'),
(240, 'PragmaticPlay', 'upload/game_pic/pragmaticplay/vs25dragonkingdom.png',
'1478788538', 'vs25dragonkingdom', 'Dragon Kingdom', 'vs', 'Video Slots', 'html5',
'MOBILE,DOWNLOAD,WEB', '1', '16:9', 'H5',
'GR,DE,99,IM,EE,RS,IT,ES,GG,LV,PT,BG,CO,RO,MT,SE,UK,DK,ZA,X1,UA,66,IE,BY,BE', '1',
'RNG', ''),
(241, 'PragmaticPlay', 'upload/game_pic/pragmaticplay/vs1ball.png', '1573134508',
'vs1ball', 'Lucky Dragon Ball', 'vs', 'Video Slots', 'html5',
'MOBILE,DOWNLOAD,WEB', '1', '16:9', 'H5', '99', '1', 'RNG', ''),
(242, 'PragmaticPlay', 'upload/game_pic/pragmaticplay/vs25kingdoms.png',
'1489503590', 'vs25kingdoms', '3 Kingdoms - Battle of Red Cliffs', 'vs', 'Video
Slots', 'html5', 'MOBILE,DOWNLOAD,WEB', '1', '16:9', 'H5',
'IM,LV,BG,RO,ES,MT,RS,EE,UK,99,LT,PT,GG,ZA,UA,66,IE,BE', '1', 'RNG', ''),
(243, 'PragmaticPlay', 'upload/game_pic/pragmaticplay/vs10goldfish.png',
'1606314731', 'vs10goldfish', 'Fishin Reels', 'vs', 'Video Slots', 'html5',
'MOBILE,DOWNLOAD,WEB', '1', '16:9', 'H5',
'IM,UK,EE,GR,GG,RS,ZA,99,DE,LV,MT,RO,PT,LT,SE,X1,IT,UA,BG,CO,ES,DK,NL,66,CH,IE,BY,C
Z,ON,BE', '1', 'RNG', ''),
(244, 'PragmaticPlay', 'upload/game_pic/pragmaticplay/vs20hercpeg.png',
'1562075684', 'vs20hercpeg', 'Hercules and Pegasus', 'vs', 'Video Slots', 'html5',
'MOBILE,DOWNLOAD,WEB', '1', '16:9', 'H5',
'DE,GR,UK,GG,RO,IT,RS,BG,LT,DK,SE,PT,EE,CO,MT,IM,99,ES,LV,ZA,X1,UA,66,IE,BE', '1',
'RNG', ''),
(245, 'PragmaticPlay', 'upload/game_pic/pragmaticplay/vs20egypttrs.png',
'1536585008', 'vs20egypttrs', 'Egyptian Fortunes', 'vs', 'Video Slots', 'html5',
'MOBILE,DOWNLOAD,WEB', '1', '16:9', 'H5',
'SE,DK,EE,RS,GG,BG,99,MT,IT,RO,LT,IM,PT,ES,CO,LV,UK,ZA,DE,GR,X1,UA,66,IE,BE', '1',
'RNG', ''),
(246, 'PragmaticPlay', 'upload/game_pic/pragmaticplay/vs50safariking.png',
'1537433259', 'vs50safariking', 'Safari King', 'vs', 'Video Slots', 'html5',
'MOBILE,DOWNLOAD,WEB', '1', '16:9', 'H5',
'99,MT,SE,CO,DK,LV,PT,IT,UK,BG,LT,GG,IM,EE,RS,ES,RO,ZA,X1,UA,66,IE,BE', '1', 'RNG',
''),
(247, 'PragmaticPlay', 'upload/game_pic/pragmaticplay/vs50pixie.png', '1496932177',
'vs50pixie', 'Pixie Wings', 'vs', 'Video Slots', 'html5', 'MOBILE,DOWNLOAD,WEB',
'1', '16:9', 'H5',
'MT,DK,CO,UK,PT,BG,RO,GG,IM,LV,EE,LT,SE,IT,RS,99,ES,ZA,X1,UA,66,IE,BE', '1', 'RNG',
''),
(248, 'PragmaticPlay', 'upload/game_pic/pragmaticplay/vs20ekingrr.png',
'1601366016', 'vs20ekingrr', 'Emerald King Rainbow Road', 'vs', 'Video Slots',
'html5', 'MOBILE,DOWNLOAD,WEB', '1', '16:9', 'H5',
'DK,BG,ZA,EE,GR,LV,MT,RS,UK,99,GG,IT,DE,RO,IM,PT,LT,SE,ES,CO,X1,UA,66,IE,BE', '1',
'RNG', ''),
(249, 'PragmaticPlay', 'upload/game_pic/pragmaticplay/vs88hockattack.png',
'1628247387', 'vs88hockattack', 'Hockey Attack', 'vs', 'Video Slots', 'html5',
'MOBILE,DOWNLOAD,WEB', '1', '16:9', 'H5', '99', '1', 'RNG', ''),
(250, 'PragmaticPlay', 'upload/game_pic/pragmaticplay/vswaysbankbonz.png',
'1624007316', 'vswaysbankbonz', 'Cash Bonanza', 'vs', 'Video Slots', 'html5',
'MOBILE,DOWNLOAD,WEB', '1', '16:9', 'H5',
'PT,DK,LV,DE,IM,EE,RO,RS,UK,GR,MT,UA,GG,ZA,66,99,LT,IT,ES,BG,X1,CO,SE,IE,ON,BY,BE',
'1', 'RNG', ''),
(251, 'PragmaticPlay', 'upload/game_pic/pragmaticplay/vs20honey.png', '1560171048',
'vs20honey', 'Honey Honey Honey', 'vs', 'Video Slots', 'html5',
'MOBILE,DOWNLOAD,WEB', '1', '16:9', 'H5',
'SE,GG,BG,RO,IM,IT,EE,LV,PT,DK,CO,RS,99,MT,LT,UK,ES,ZA,X1,UA,66,IE,BE', '1', 'RNG',
''),
(252, 'PragmaticPlay', 'upload/game_pic/pragmaticplay/rla.png', '1455872890',
'rla', 'Roulette', 'rl', 'Roulette', 'html5', 'MOBILE,DOWNLOAD,WEB', '1', '16:9',
'H5', 'RS,CO,SE,99,RO,MT,DK,IT,ES,EE,UK,IM,GG,ZA,X1,UA,PT,66,IE,BE', '', 'RNG',
''),
(253, 'PragmaticPlay', 'upload/game_pic/pragmaticplay/vs20santa.png', '1507812581',
'vs20santa', 'Santa', 'vs', 'Video Slots', 'html5', 'MOBILE,DOWNLOAD,WEB', '1',
'16:9', 'H5',
'ES,BG,DK,CO,GG,MT,LT,LV,SE,RS,PT,RO,UK,EE,IM,99,IT,ZA,GR,DE,X1,UA,66,IE,BE', '1',
'RNG', ''),
(254, 'PragmaticPlay', 'upload/game_pic/pragmaticplay/vs20wildpix.png',
'1536841004', 'vs20wildpix', 'Wild Pixies', 'vs', 'Video Slots', 'html5',
'MOBILE,DOWNLOAD,WEB', '1', '16:9', 'H5',
'ES,SE,99,IT,IM,BG,LT,RO,GG,MT,CO,EE,LV,PT,RS,UK,ZA,UA,66,IE,BE', '1', 'RNG', ''),
(255, 'PragmaticPlay', 'upload/game_pic/pragmaticplay/vs18mashang.png',
'1538387434', 'vs18mashang', 'Treasure Horse', 'vs', 'Video Slots', 'html5',
'MOBILE,DOWNLOAD,WEB', '1', '16:9', 'H5',
'RS,IM,IT,GG,DK,EE,ES,RO,PT,MT,99,UK,LT,BG,SE,LV,ZA,UA,66,IE,BE', '1', 'RNG', ''),
(256, 'PragmaticPlay', 'upload/game_pic/pragmaticplay/vs9madmonkey.png',
'1511957943', 'vs9madmonkey', 'Monkey Madness', 'vs', 'Video Slots', 'html5',
'MOBILE,DOWNLOAD,WEB', '1', '16:9', 'H5',
'RS,IT,EE,ES,RO,GG,LV,UK,PT,LT,SE,MT,99,BG,IM,ZA,66,UA,IE,BE', '1', 'RNG', ''),
(257, 'PragmaticPlay', 'upload/game_pic/pragmaticplay/vs40madwheel.png',
'1556892148', 'vs40madwheel', 'The Wild Machine', 'vs', 'Video Slots', 'html5',
'MOBILE,DOWNLOAD,WEB', '1', '16:9', 'H5',
'EE,RS,RO,IM,UK,GG,99,SE,IT,PT,DE,MT,LV,CO,DK,BG,ES,GR,LT,ZA,X1,UA,66,IE,BE', '1',
'RNG', ''),
(258, 'PragmaticPlay', 'upload/game_pic/pragmaticplay/vs20leprexmas.png',
'1539081379', 'vs20leprexmas', 'Leprechaun Carol', 'vs', 'Video Slots', 'html5',
'MOBILE,DOWNLOAD,WEB', '1', '16:9', 'H5',
'IM,BG,GG,ES,LT,EE,SE,99,DK,LV,IT,PT,MT,CO,RO,RS,UK,ZA,DE,GR,X1,UA,66,IE,BE', '1',
'RNG', ''),
(259, 'PragmaticPlay', 'upload/game_pic/pragmaticplay/vs9hotroll.png',
'1560415906', 'vs9hotroll', 'Hot Chilli', 'vs', 'Video Slots', 'html5',
'MOBILE,DOWNLOAD,WEB', '1', '16:9', 'H5',
'EE,99,PT,SE,IM,RS,GG,UK,IT,ES,LT,LV,BG,CO,MT,RO,ZA,66,X1,UA,IE,BE', '1', 'RNG',
''),
(260, 'PragmaticPlay', 'upload/game_pic/pragmaticplay/vs20chicken.png',
'1550648841', 'vs20chicken', 'The Great Chicken Escape', 'vs', 'Video Slots',
'html5', 'MOBILE,DOWNLOAD,WEB', '1', '16:9', 'H5',
'LV,SE,BG,CO,DK,RS,GG,PT,IT,EE,LT,RO,UK,ES,MT,99,IM,ZA,X1,UA,66,IE,BY,NL,BE', '1',
'RNG', ''),
(261, 'PragmaticPlay', 'upload/game_pic/pragmaticplay/vs10starpirate.png',
'1623297136', 'vs10starpirate', 'Star Pirates Code', 'vs', 'Video Slots', 'html5',
'MOBILE,DOWNLOAD,WEB', '1', '16:9', 'H5',
'CO,LT,X1,BG,ES,66,UA,GG,99,GR,DE,ZA,UK,EE,RO,MT,RS,IM,DK,SE,PT,IT,LV,IE,NL,BE',
'1', 'RNG', ''),
(262, 'PragmaticPlay', 'upload/game_pic/pragmaticplay/cs3w.png', '1455872761',
'cs3w', 'Diamonds are Forever 3 Lines', 'cs', 'Classic Slots', 'html5',
'MOBILE,DOWNLOAD,WEB', '1', '16:9', 'H5', '99', '', 'RNG', ''),
(263, 'PragmaticPlay', 'upload/game_pic/pragmaticplay/vs9chen.png', '1532961240',
'vs9chen', 'Master Chen's Fortune', 'vs', 'Video Slots', 'html5',
'MOBILE,DOWNLOAD,WEB', '1', '16:9', 'H5',
'ES,MT,99,PT,IM,RO,IT,SE,RS,LT,UK,GG,EE,BG,LV,ZA,66,UA,IE,BE', '1', 'RNG', ''),
(264, 'PragmaticPlay', 'upload/game_pic/pragmaticplay/vs20eking.png', '1595853176',
'vs20eking', 'Emerald King', 'vs', 'Video Slots', 'html5', 'MOBILE,DOWNLOAD,WEB',
'1', '16:9', 'H5',
'SE,CO,PT,BG,99,EE,RO,IT,RS,GG,DK,MT,UK,LT,IM,ES,LV,ZA,GR,DE,X1,UA,66,IE,BE', '1',
'RNG', ''),
(265, 'PragmaticPlay', 'upload/game_pic/pragmaticplay/vs50hercules.png',
'1477914757', 'vs50hercules', 'Hercules Son of Zeus', 'vs', 'Video Slots', 'html5',
'MOBILE,DOWNLOAD,WEB', '1', '16:9', 'H5',
'IT,EE,LV,RO,RS,MT,IM,PT,99,UK,SE,ES,GG,ZA,UA,66,IE,BE', '1', 'RNG', ''),
(266, 'PragmaticPlay', 'upload/game_pic/pragmaticplay/vs25davinci.png',
'1519836742', 'vs25davinci', 'Da Vinci's Treasure', 'vs', 'Video Slots',
'html5', 'MOBILE,DOWNLOAD,WEB', '1', '16:9', 'H5',
'DK,GG,LV,LT,UK,PT,CO,ES,MT,SE,EE,RO,IT,99,BG,IM,RS,NL,ZA,GR,DE,X1,UA,66,CH,IE,BE',
'1', 'RNG', ''),
(267, 'PragmaticPlay', 'upload/game_pic/pragmaticplay/vs20magicpot.png',
'1613144805', 'vs20magicpot', 'The Magic Cauldron', 'vs', 'Video Slots', 'html5',
'MOBILE,DOWNLOAD,WEB', '1', '16:9', 'H5',
'RO,LV,66,MT,DE,IM,GG,RS,EE,GR,ZA,UA,IT,LT,SE,DK,ES,BG,99,UK,PT,X1,CO,IE,BY,ON,BE',
'1', 'RNG', ''),
(268, 'PragmaticPlay', 'upload/game_pic/pragmaticplay/vs15fairytale.png',
'1515507828', 'vs15fairytale', 'Fairytale Fortune', 'vs', 'Video Slots', 'html5',
'MOBILE,DOWNLOAD,WEB', '1', '16:9', 'H5',
'LT,SE,IT,UK,RS,EE,BG,GG,RO,MT,LV,PT,99,IM,ES,ZA,UA,66,IE,BE', '1', 'RNG', ''),
(269, 'PragmaticPlay', 'upload/game_pic/pragmaticplay/vs25journey.png',
'1464092888', 'vs25journey', 'Journey to the West', 'vs', 'Video Slots', 'html5',
'MOBILE,DOWNLOAD,WEB', '1', '16:9', 'H5',
'IT,PT,SE,UK,ES,IM,99,LV,CO,MT,EE,GG,RO,RS,ZA,X1,UA,66,IE,BE', '1', 'RNG', ''),
(270, 'PragmaticPlay', 'upload/game_pic/pragmaticplay/vs20godiva.png',
'1455872846', 'vs20godiva', 'Lady Godiva', 'vs', 'Video Slots', 'html5',
'MOBILE,DOWNLOAD,WEB', '1', '16:9', 'H5',
'RS,IM,MT,RO,EE,SE,IT,LV,UK,GG,99,PH,ZA,UA,66,IE,BE', '1', 'RNG', ''),
(271, 'PragmaticPlay', 'upload/game_pic/pragmaticplay/vs40frrainbow.png',
'1579613180', 'vs40frrainbow', 'Fruit Rainbow', 'vs', 'Video Slots', 'html5',
'MOBILE,DOWNLOAD,WEB', '1', '16:9', 'H5',
'GR,LT,DK,99,RS,EE,ES,CO,GG,BG,RO,IM,LV,SE,PT,DE,UK,IT,MT,ZA,X1,UA,66,IE,BE', '1',
'RNG', ''),
(272, 'PragmaticPlay', 'upload/game_pic/pragmaticplay/vs5drmystery.png',
'1599640357', 'vs5drmystery', 'Dragon Kingdom - Eyes of Fire', 'vs', 'Video Slots',
'html5', 'MOBILE,DOWNLOAD,WEB', '1', '16:9', 'H5',
'SE,PT,CO,ES,DK,IT,BG,99,DE,LV,RS,RO,ZA,IM,MT,GG,UK,GR,EE,LT,X1,UA,66,IE,BE', '1',
'RNG', ''),
(273, 'PragmaticPlay', 'upload/game_pic/pragmaticplay/vs50chinesecharms.png',
'1461317789', 'vs50chinesecharms', 'Lucky Dragons', 'vs', 'Video Slots', 'html5',
'MOBILE,DOWNLOAD,WEB', '1', '16:9', 'H5',
'IT,IM,SE,GG,EE,99,LV,RS,RO,UK,MT,ZA,UA,66,IE,BE', '1', 'RNG', ''),
(274, 'PragmaticPlay', 'upload/game_pic/pragmaticplay/cs3irishcharms.png',
'1487083475', 'cs3irishcharms', 'Irish Charms', 'cs', 'Classic Slots', 'html5',
'MOBILE,DOWNLOAD,WEB', '1', '16:9', 'H5', '99', '', 'RNG', ''),
(275, 'PragmaticPlay', 'upload/game_pic/pragmaticplay/vs3train.png', '1492772366',
'vs3train', 'Gold Train', 'vs', 'Video Slots', 'html5', 'MOBILE,DOWNLOAD,WEB', '1',
'16:9', 'H5', 'GG,IM,UK,EE,MT,LV,RS,99,RO,ZA,UA,66,IE,BE', '1', 'RNG', ''),
(276, 'PragmaticPlay', 'upload/game_pic/pragmaticplay/vs4096mystery.png',
'1576682710', 'vs4096mystery', 'Mysterious', 'vs', 'Video Slots', 'html5',
'MOBILE,DOWNLOAD,WEB', '1', '16:9', 'H5',
'LV,DK,CO,RS,EE,UK,ES,LT,MT,99,DE,BG,IT,RO,SE,IM,GR,GG,PT,ZA,X1,UA,66,IE,BE', '1',
'RNG', ''),
(277, 'PragmaticPlay', 'upload/game_pic/pragmaticplay/vs25safari.png',
'1457774328', 'vs25safari', 'Hot Safari', 'vs', 'Video Slots', 'html5',
'MOBILE,DOWNLOAD,WEB', '1', '16:9', 'H5',
'PT,SE,EE,UK,RO,MT,GG,99,RS,CO,PH,BG,IT,IM,ES,LV,ZA,X1,UA,66,IE,BE', '1', 'RNG',
''),
(278, 'PragmaticPlay', 'upload/game_pic/pragmaticplay/vs7776secrets.png',
'1550843208', 'vs7776secrets', 'Aztec Treasure', 'vs', 'Video Slots', 'html5',
'MOBILE,DOWNLOAD,WEB', '1', '16:9', 'H5',
'GG,LT,DK,EE,IM,LV,SE,ES,PT,99,RO,CO,BG,MT,RS,IT,UK,GR,DE,ZA,X1,UA,66,IE,BE', '1',
'RNG', ''),
(279, 'PragmaticPlay', 'upload/game_pic/pragmaticplay/vs25queenofgold.png',
'1486107537', 'vs25queenofgold', 'Queen of Gold', 'vs', 'Video Slots', 'html5',
'MOBILE,DOWNLOAD,WEB', '1', '16:9', 'H5',
'RS,MT,RO,BG,EE,99,CO,IT,SE,UK,ES,LV,IM,GG,PT,ZA,GR,DE,X1,UA,66,IE,BE', '1', 'RNG',
''),
(280, 'PragmaticPlay', 'upload/game_pic/pragmaticplay/vs7pigs.png', '1499426883',
'vs7pigs', '7 Piggies', 'vs', 'Video Slots', 'html5', 'MOBILE,DOWNLOAD,WEB', '1',
'16:9', 'H5', 'IT,LV,GG,EE,BG,RO,SE,99,IM,PT,UK,MT,ES,LT,RS,ZA,UA,66,IE,BE', '1',
'RNG', ''),
(281, 'PragmaticPlay', 'upload/game_pic/pragmaticplay/vs25sea.png', '1455872798',
'vs25sea', 'Great Reef', 'vs', 'Video Slots', 'html5', 'MOBILE,DOWNLOAD,WEB', '1',
'16:9', 'H5', '99,PH', '1', 'RNG', ''),
(282, 'PragmaticPlay', 'upload/game_pic/pragmaticplay/vs50aladdin.png',
'1478694817', 'vs50aladdin', '3 Genie Wishes', 'vs', 'Video Slots', 'html5',
'MOBILE,DOWNLOAD,WEB', '1', '16:9', 'H5',
'IT,SE,99,DK,GG,BG,CO,UK,LV,PT,EE,MT,RS,IM,ES,RO,ZA,X1,UA,66,IE,BE', '1', 'RNG',
''),
(283, 'PragmaticPlay', 'upload/game_pic/pragmaticplay/vs8magicjourn.png',
'1571239142', 'vs8magicjourn', 'Magic Journey', 'vs', 'Video Slots', 'html5',
'MOBILE,DOWNLOAD,WEB', '1', '16:9', 'H5',
'LT,IM,CO,EE,MT,IT,LV,RS,PT,BG,SE,ES,RO,UK,99,GG,ZA,X1,UA,66,IE,BE', '1', 'RNG',
''),
(284, 'PragmaticPlay', 'upload/game_pic/pragmaticplay/vs10vampwolf.png',
'1560406594', 'vs10vampwolf', 'Vampires vs Wolves', 'vs', 'Video Slots', 'html5',
'MOBILE,DOWNLOAD,WEB', '1', '16:9', 'H5',
'MT,PT,LV,IT,RS,UK,IM,ES,99,SE,CO,RO,DK,GG,LT,BG,EE,ZA,GR,DE,X1,UA,66,IE,BE', '1',
'RNG', ''),
(285, 'PragmaticPlay', 'upload/game_pic/pragmaticplay/vs25walker.png',
'1593692685', 'vs25walker', 'Wild Walker', 'vs', 'Video Slots', 'html5',
'MOBILE,DOWNLOAD,WEB', '1', '16:9', 'H5',
'LV,GG,UK,CO,BG,DK,IT,ES,RS,EE,PT,LT,MT,IM,RO,99,SE,ZA,DE,GR,X1,UA,66,IE,BE', '1',
'RNG', ''),
(286, 'PragmaticPlay', 'upload/game_pic/pragmaticplay/vs50kingkong.png',
'1455872792', 'vs50kingkong', 'Mighty Kong', 'vs', 'Video Slots', 'html5',
'MOBILE,DOWNLOAD,WEB', '1', '16:9', 'H5',
'SE,99,CO,MT,RO,RS,IT,LV,UK,EE,PH,GG,IM,ZA,X1,UA,66,IE,BE', '1', 'RNG', ''),
(287, 'PragmaticPlay', 'upload/game_pic/pragmaticplay/vs40streetracer.png',
'1582626160', 'vs40streetracer', 'Street Racer', 'vs', 'Video Slots', 'html5',
'MOBILE,DOWNLOAD,WEB', '1', '16:9', 'H5',
'EE,UK,LT,RS,IT,GG,DK,BG,99,LV,CO,GR,IM,ES,SE,PT,DE,RO,MT,ZA,X1,UA,66,IE,BE', '1',
'RNG', ''),
(288, 'PragmaticPlay', 'upload/game_pic/pragmaticplay/vs5trdragons.png',
'1536668671', 'vs5trdragons', 'Triple Dragons', 'vs', 'Video Slots', 'html5',
'MOBILE,DOWNLOAD,WEB', '1', '16:9', 'H5',
'IM,GG,BG,LT,SE,MT,PT,99,ES,EE,LV,UK,RS,IT,RO,ZA,UA,66,IE,BE', '1', 'RNG', ''),
(289, 'PragmaticPlay', 'upload/game_pic/pragmaticplay/bndt.png', '1546961175',
'bndt', 'Dragon Tiger', 'bn', 'Baccarat New', 'html5', 'MOBILE,DOWNLOAD,WEB', '1',
'16:9', 'H5', '99', '', 'LC', ''),
(290, 'PragmaticPlay', 'upload/game_pic/pragmaticplay/vs20leprechaun.png',
'1524466813', 'vs20leprechaun', 'Leprechaun Song', 'vs', 'Video Slots', 'html5',
'MOBILE,DOWNLOAD,WEB', '1', '16:9', 'H5',
'GG,BG,CO,DK,PT,ES,SE,MT,LV,IM,EE,99,IT,UK,RS,LT,RO,ZA,X1,UA,66,IE,BE', '1', 'RNG',
''),
(291, 'PragmaticPlay', 'upload/game_pic/pragmaticplay/vs20aladdinsorc.png',
'1562328986', 'vs20aladdinsorc', 'Aladdin and the Sorcerer', 'vs', 'Video Slots',
'html5', 'MOBILE,DOWNLOAD,WEB', '1', '16:9', 'H5',
'MT,CO,99,LT,GG,EE,PT,RS,ES,SE,UK,IT,LV,BG,RO,IM,ZA,X1,UA,66,IE,BE', '1', 'RNG',
''),
(292, 'PragmaticPlay', 'upload/game_pic/pragmaticplay/vs25gladiator.png',
'1502116141', 'vs25gladiator', 'Wild Gladiator', 'vs', 'Video Slots', 'html5',
'MOBILE,DOWNLOAD,WEB', '1', '16:9', 'H5',
'RS,IT,ES,PT,DK,EE,SE,99,MT,CO,LV,GG,RO,UK,IM,ZA,X1,UA,66,IE,BE', '1', 'RNG', ''),
(293, 'PragmaticPlay', 'upload/game_pic/pragmaticplay/vs20bl.png', '1455872868',
'vs20bl', 'Busy Bees', 'vs', 'Video Slots', 'html5', 'MOBILE,DOWNLOAD,WEB', '1',
'16:9', 'H5', '99', '1', 'RNG', ''),
(294, 'PragmaticPlay', 'upload/game_pic/pragmaticplay/vs10egypt.png', '1512131581',
'vs10egypt', 'Ancient Egypt', 'vs', 'Video Slots', 'html5', 'MOBILE,DOWNLOAD,WEB',
'1', '16:9', 'H5',
'EE,IM,LT,MT,SE,BG,RO,GG,ES,UK,RS,DK,LV,99,PT,IT,ZA,UA,66,IE,BE', '1', 'RNG', ''),
(295, 'PragmaticPlay', 'upload/game_pic/pragmaticplay/vs20gorilla.png',
'1586253637', 'vs20gorilla', 'Jungle Gorilla', 'vs', 'Video Slots', 'html5',
'MOBILE,DOWNLOAD,WEB', '1', '16:9', 'H5',
'CO,IM,LT,BG,EE,RS,99,IT,GR,ES,DK,MT,DE,UK,GG,PT,RO,LV,ZA,X1,UA,66,IE,BE', '1',
'RNG', ''),
(296, 'PragmaticPlay', 'upload/game_pic/pragmaticplay/vs25dwarves_new.png',
'1461241564', 'vs25dwarves_new', 'Dwarven Gold Deluxe', 'vs', 'Video Slots',
'html5', 'MOBILE,DOWNLOAD,WEB', '1', '16:9', 'H5',
'SE,IT,IM,ES,RO,99,LV,MT,PT,UK,GG,RS,EE,ZA,UA,66,IE,BE', '1', 'RNG', ''),
(297, 'PragmaticPlay', 'upload/game_pic/pragmaticplay/vs7monkeys.png',
'1455872791', 'vs7monkeys', '7 Monkeys', 'vs', 'Video Slots', 'html5',
'MOBILE,DOWNLOAD,WEB', '1', '16:9', 'H5',
'IM,EE,RS,SE,GG,PH,LV,RO,UK,BG,MT,IT,ZA,UA,66,99,IE,BY,BE', '1', 'RNG', ''),
(298, 'PragmaticPlay', 'upload/game_pic/pragmaticplay/vs13g.png', '1455872880',
'vs13g', 'Devil's 13', 'vs', 'Video Slots', 'html5', 'MOBILE,DOWNLOAD,WEB',
'1', '16:9', 'H5', '99', '1', 'RNG', ''),
(299, 'PragmaticPlay', 'upload/game_pic/pragmaticplay/scpandai.png', '1521805857',
'scpandai', 'Panda Gold 50,000', 'sc', 'Scratch card', 'html5',
'MOBILE,DOWNLOAD,WEB', '1', '16:9', 'H5', '99', '1', 'RNG', ''),
(300, 'PragmaticPlay', 'upload/game_pic/pragmaticplay/scgoldrushai.png',
'1521805713', 'scgoldrushai', 'Gold Rush 500,000', 'sc', 'Scratch card', 'html5',
'MOBILE,DOWNLOAD,WEB', '1', '16:9', 'H5', '99', '1', 'RNG', ''),
(301, 'PragmaticPlay', 'upload/game_pic/pragmaticplay/1301.png', '1301', '1301',
'Live - Spaceman', 'lg', 'Live games', 'html5', 'MOBILE,DOWNLOAD,WEB', '', '16:9',
'H5', 'IE,99,MT,NL,EE,SE,ZA,GG,UK,ON,UA,RS,IT,BY,IM,LV,RO,CO,GR,X1,CH,NO', '',
'LC', ''),
(302, 'PragmaticPlay', 'upload/game_pic/pragmaticplay/1101.png', '1101', '1101',
'Live - Sweet Bonanza CandyLand', 'lg', 'Live games', 'html5',
'MOBILE,DOWNLOAD,WEB', '', '16:9', 'H5',
'99,EE,GG,GR,IM,MT,RS,UK,IE,ON,DE,LT,BY,LV,NL,UA,BG,CO,IT,RO,X1,ZA', '', 'LC', ''),
(303, 'PragmaticPlay', 'upload/game_pic/pragmaticplay/402.png', '402', '402',
'Speed Baccarat 1', 'lg', 'Live games', 'html5', 'MOBILE,DOWNLOAD,WEB', '', '16:9',
'H5',
'IT,IM,99,UK,MT,DK,SE,RO,GG,RS,ZA,GR,EE,CO,X1,66,BG,ON,CH,IE,LT,NL,DE,LV,BY,UA',
'', 'LC', ''),
(304, 'PragmaticPlay', 'upload/game_pic/pragmaticplay/701.png', '701', '701', 'Live
- Mega Sic Bo', 'lg', 'Live games', 'html5', 'MOBILE,DOWNLOAD,WEB', '', '16:9',
'H5', 'SE,MT,UK,99,IM,IT,EE,GG,RS,GR,ZA,X1,66,BG,CH,IE,ON,NL,UA,LV,LT,DE,CO,BY',
'', 'LC', ''),
(305, 'PragmaticPlay', 'upload/game_pic/pragmaticplay/801.png', '801', '801', 'Live
- Mega Wheel', 'lg', 'Live games', 'html5', 'MOBILE,DOWNLOAD,WEB', '', '16:9',
'H5', '99,IM,IT,MT,UK,RS,EE,ZA,GG,GR,BG,66,X1,CH,IE,ON,NL,UA,DE,LV,CO,LT,BY', '',
'LC', ''),
(306, 'PragmaticPlay', 'upload/game_pic/pragmaticplay/204.png', '204', '204', 'Live
- Mega Roulette', 'lg', 'Live games', 'html5', 'MOBILE,DOWNLOAD,WEB', '', '16:9',
'H5',
'99,BG,CO,DK,IM,IT,MT,SE,UK,EE,RO,RS,BY,ZA,X1,66,ON,CH,IE,GG,GR,LV,DE,NL,UA,LT',
'', 'LC', ''),
(307, 'PragmaticPlay', 'upload/game_pic/pragmaticplay/401.png', '401', '401',
'Baccarat 1', 'lg', 'Live games', 'html5', 'MOBILE,DOWNLOAD,WEB', '', '16:9', 'H5',
'RO,DK,UK,IT,99,IM,SE,MT,GG,GR,ZA,RS,EE,CO,BG,X1,66,ON,CH,IE,LT,DE,LV,UA,BY,NL',
'', 'LC', ''),
(308, 'PragmaticPlay', 'upload/game_pic/pragmaticplay/901.png', '901', '901', 'Live
- ONE Blackjack', 'lg', 'Live games', 'html5', 'MOBILE,DOWNLOAD,WEB', '', '16:9',
'H5',
'99,IT,RO,GG,DK,RS,EE,MT,ZA,GR,IM,UK,SE,CO,BG,66,X1,CH,IE,ON,BY,UA,DE,LT,LV,NL',
'', 'LC', ''),
(309, 'PragmaticPlay', 'upload/game_pic/pragmaticplay/203.png', '203', '203',
'Speed Roulette 1', 'lg', 'Live games', 'html5', 'MOBILE,DOWNLOAD,WEB', '', '16:9',
'H5',
'IM,SE,DK,UK,IT,MT,RO,99,EE,ZA,GG,RS,GR,CO,BG,66,X1,ON,CH,IE,UA,NL,BY,DE,LT,LV',
'', 'LC', ''),
(310, 'PragmaticPlay', 'upload/game_pic/pragmaticplay/1001.png', '1001', '1001',
'Live - Dragon Tiger', 'lg', 'Live games', 'html5', 'MOBILE,DOWNLOAD,WEB', '',
'16:9', 'H5',
'UA,NL,DE,LT,LV,CO,GG,GR,IT,RO,IM,UK,MT,RS,BG,ZA,99,EE,SE,X1,66,IE,ON,BY,CH', '',
'LC', ''),
(311, 'PragmaticPlay', 'upload/game_pic/pragmaticplay/201.png', '201', '201',
'Roulette 2', 'lg', 'Live games', 'html5', 'MOBILE,DOWNLOAD,WEB', '', '16:9', 'H5',
'RO,SE,99,MT,IT,DK,IM,UK,ZA,RS,GR,GG,EE,CO,BG,66,X1,ON,CH,IE,UA,DE,LT,NL,BY,LV',
'', 'LC', ''),
(312, 'PragmaticPlay', 'upload/game_pic/pragmaticplay/1024.png', '1024', '1024',
'Live - Andar Bahar', 'lg', 'Live games', 'html5', 'MOBILE,DOWNLOAD,WEB', '',
'16:9', 'H5',
'BY,DE,CO,NL,X1,ZA,IT,UA,LT,LV,BG,RO,99,EE,GG,GR,IM,MT,RS,SE,UK,CH,IE,ON', '',
'LC', ''),
(313, 'PragmaticPlay', 'upload/game_pic/pragmaticplay/902.png', '902', '902', 'Live
- ONE Blackjack 2 - Ruby', 'lg', 'Live games', 'html5', 'MOBILE,DOWNLOAD,WEB', '',
'16:9', 'H5',
'DK,UK,EE,SE,GR,IM,MT,99,GG,RO,RS,IE,ON,LT,NL,X1,CO,IT,LV,ZA,BG,BY,UA', '', 'LC',
''),
(314, 'PragmaticPlay', 'upload/game_pic/pragmaticplay/225.png', '225', '225',
'Auto-Roulette 1', 'lg', 'Live games', 'html5', 'MOBILE,DOWNLOAD,WEB', '', '16:9',
'H5',
'IT,MT,UK,99,SE,DK,RO,IM,EE,RS,GG,GR,ZA,CO,X1,66,BG,ON,CH,IE,LV,BY,DE,LT,UA,NL',
'', 'LC', ''),
(315, 'PragmaticPlay', 'upload/game_pic/pragmaticplay/229.png', '229', '229', 'Live
- Roulette 8 - Indian', 'lg', 'Live games', 'html5', 'MOBILE,DOWNLOAD,WEB', '',
'16:9', 'H5',
'ON,BG,CO,IT,99,ZA,GR,MT,EE,UK,GG,IM,DK,RO,RS,X1,SE,CH,IE,NL,BY,UA,LT', '', 'LC',
''),
(316, 'PragmaticPlay', 'upload/game_pic/pragmaticplay/545.png', '545', '545', 'Live
- The Club Roulette', 'lg', 'Live games', 'html5', 'MOBILE,DOWNLOAD,WEB', '',
'16:9', 'H5',
'CH,BG,DK,MT,99,CO,EE,GG,X1,SE,RO,UK,ZA,IM,IT,GR,RS,IE,ON,BY,LV,LT,NL,DE', '',
'LC', ''),
(317, 'PragmaticPlay', 'upload/game_pic/pragmaticplay/303.png', '303', '303',
'Blackjack 14', 'lg', 'Live games', 'html5', 'MOBILE,DOWNLOAD,WEB', '', '16:9',
'H5',
'MT,SE,IM,99,DK,IT,RO,UK,ZA,GG,GR,EE,RS,CO,BG,66,X1,ON,CH,IE,BY,UA,LT,NL,DE,LV',
'', 'LC', ''),
(318, 'PragmaticPlay', 'upload/game_pic/pragmaticplay/111.png', '111', '111', 'Live
- Other Promos', 'lg', 'Live games', 'html5', 'MOBILE,DOWNLOAD,WEB', '', '16:9',
'H5', '99,DK,EE,GG,GR,IM,MT,RS,UK,RO,IE,ON,BY,DE,LT,LV,NL,UA', '', 'LC', ''),
(319, 'PragmaticPlay', 'upload/game_pic/pragmaticplay/vs25kingdomsnojp.png',
'1495185205', 'vs25kingdomsnojp', '3 Kingdoms - Battle of Red Cliffs', 'vs', 'Video
Slots', 'html5', 'MOBILE,DOWNLOAD,WEB', '1', '16:9', 'H5', '99,IT', '1', 'RNG',
''),
(320, 'PragmaticPlay', 'upload/game_pic/pragmaticplay/sc7piggiesai.png',
'1521800031', 'sc7piggiesai', '7 Piggies 25,000', 'sc', 'Scratch card', 'html5',
'MOBILE,DOWNLOAD,WEB', '1', '16:9', 'H5', '99', '1', 'RNG', ''),
(321, 'PragmaticPlay', 'upload/game_pic/pragmaticplay/sc7piggies.png',
'1508836715', 'sc7piggies', '7 Piggies 5,000', 'sc', 'Scratch card', 'html5',
'MOBILE,DOWNLOAD,WEB', '1', '16:9', 'H5',
'99,RS,LV,EE,UK,GG,RO,IM,MT,ZA,66,IE,UA,BY,BE', '1', 'RNG', ''),
(322, 'PragmaticPlay', 'upload/game_pic/pragmaticplay/vs25aztecking.png',
'1621500658', 'vs25aztecking', 'Aztec King', 'vs', 'Video Slots', 'html5',
'MOBILE,DOWNLOAD,WEB', '1', '16:9', 'H5', '99', '1', 'RNG', ''),
(323, 'PragmaticPlay', 'upload/game_pic/pragmaticplay/vs10txbigbass.png',
'1644578872', 'vs10txbigbass', 'Big Bass Splash', 'vs', 'Video Slots', 'html5',
'MOBILE,DOWNLOAD,WEB', '1', '16:9', 'H5',
'ON,BG,LV,DK,LT,ES,CO,X1,66,99,DE,EE,GG,GR,IE,IM,MT,RO,RS,UA,UK,ZA,IT,NL,PT,SE,BY,A
T,BE', '1', 'RNG', 'FREE_BONUS_FEATURE,BUY'),
(324, 'PragmaticPlay', 'upload/game_pic/pragmaticplay/vs25bkofkngdm.png',
'1598017285', 'vs25bkofkngdm', 'Book Of Kingdoms', 'vs', 'Video Slots', 'html5',
'MOBILE,DOWNLOAD,WEB', '1', '16:9', 'H5',
'LT,SE,LV,UK,GG,IM,RO,RS,99,MT,EE,ES,ZA,DE,GR,IT,DK,CO,PT,BG,NL,UA,66,CH,IE,CZ,BE',
'1', 'RNG', ''),
(325, 'PragmaticPlay', 'upload/game_pic/pragmaticplay/vs10bookfallen.png',
'1631697713', 'vs10bookfallen', 'Book of Fallen', 'vs', 'Video Slots', 'html5',
'MOBILE,DOWNLOAD,WEB', '1', '16:9', 'H5',
'IE,DE,GR,66,BY,NL,PT,ZA,IM,LT,ON,GG,LV,SE,EE,ES,UA,IT,DK,MT,99,RO,X1,CO,RS,BG,UK,A
T,BE', '1', 'RNG', 'SUPER_SPIN,BUY'),
(326, 'PragmaticPlay', 'upload/game_pic/pragmaticplay/vs10bookviking.png',
'1597743733', 'vs10bookviking', 'Book of Vikings', 'vs', 'Video Slots', 'html5',
'MOBILE,DOWNLOAD,WEB', '1', '16:9', 'H5',
'BG,GG,RO,EE,RS,IM,DE,GR,MT,UK,99,LT,LV,SE,PT,CO,IT,DK,X1,UA,ES,66,IE,BY,ON,ZA,BE',
'1', 'RNG', 'BUY'),
(327, 'PragmaticPlay', 'upload/game_pic/pragmaticplay/vs20cleocatra.png',
'1639648701', 'vs20cleocatra', 'Cleocatra', 'vs', 'Video Slots', 'html5',
'MOBILE,DOWNLOAD,WEB', '1', '16:9', 'H5',
'66,99,DE,EE,GG,GR,IE,IM,RO,RS,UA,UK,ZA,LV,NL,SE,MT,IT,PT,CO,X1,LT,ON,DK,BG,ES,BY,B
E', '1', 'RNG', 'BUY'),
(328, 'PragmaticPlay', 'upload/game_pic/pragmaticplay/vs15b.png', '1455872873',
'vs15b', 'Crazy 7s', 'vs', 'Video Slots', 'html5', 'MOBILE,DOWNLOAD,WEB', '1',
'16:9', 'H5', '99', '1', 'RNG', ''),
(329, 'PragmaticPlay', 'upload/game_pic/pragmaticplay/vpdt11.png', '1644584790',
'vpdt11', 'Darts', 'rgs-vsb', 'RGS - VSB', 'html5', 'MOBILE,DOWNLOAD,WEB', '',
'16:9', 'H5', 'CO,EE,IE,MT,RO,RS,SE,UA,UK,99,BY', '', 'VSB', ''),
(330, 'PragmaticPlay', 'upload/game_pic/pragmaticplay/scdiamond.png', '1508836171',
'scdiamond', 'Diamond Strike 100,000', 'sc', 'Scratch card', 'html5',
'MOBILE,DOWNLOAD,WEB', '1', '16:9', 'H5',
'IM,LV,EE,RS,99,RO,UK,GG,MT,ZA,66,IE,UA,BY,BE', '1', 'RNG', ''),
(331, 'PragmaticPlay', 'upload/game_pic/pragmaticplay/scdiamondai.png',
'1521805477', 'scdiamondai', 'Diamond Strike 250,000', 'sc', 'Scratch card',
'html5', 'MOBILE,DOWNLOAD,WEB', '1', '16:9', 'H5', '99', '1', 'RNG', ''),
(332, 'PragmaticPlay', 'upload/game_pic/pragmaticplay/vplfl6.png', '1582273352',
'vplfl6', 'Fantastic League Football', 'rgs-vsb', 'RGS - VSB', 'html5',
'MOBILE,DOWNLOAD,WEB', '', '16:9', 'H5', '99,MT,UK,IE,EE,RO,RS,SE,UA,CO,BY', '',
'VSB', ''),
(333, 'PragmaticPlay', 'upload/game_pic/pragmaticplay/vpfh3.png', '1584109543',
'vpfh3', 'Flat Horse Racing', 'rgs-vsb', 'RGS - VSB', 'html5',
'MOBILE,DOWNLOAD,WEB', '', '16:9', 'H5', '99,UK,MT,IE,EE,RO,RS,SE,UA,CO,BY', '',
'VSB', ''),
(334, 'PragmaticPlay', 'upload/game_pic/pragmaticplay/vpmr9.png', '1618816543',
'vpmr9', 'Force 1 Racing', 'rgs-vsb', 'RGS - VSB', 'html5', 'MOBILE,DOWNLOAD,WEB',
'', '16:9', 'H5', '99,IE,MT,EE,RO,RS,SE,UA,CO,BY', '', 'VSB', ''),
(335, 'PragmaticPlay', 'upload/game_pic/pragmaticplay/vs20fruitparty.png',
'1581677875', 'vs20fruitparty', 'Fruit Party', 'vs', 'Video Slots', 'html5',
'MOBILE,DOWNLOAD,WEB', '1', '16:9', 'H5',
'MT,CO,DK,RO,IT,LV,IM,99,ES,PT,SE,DE,UK,EE,GG,LT,GR,RS,BG,ZA,X1,UA,NL,66,CH,IE,BY,C
Z,ON,AT,NO,BE', '1', 'RNG', 'BUY'),
(336, 'PragmaticPlay', 'upload/game_pic/pragmaticplay/vs25h.png', '1455872806',
'vs25h', 'Fruity Blast', 'vs', 'Video Slots', 'html5', 'MOBILE,DOWNLOAD,WEB', '1',
'16:9', 'H5', '99', '1', 'RNG', ''),
(337, 'PragmaticPlay', 'upload/game_pic/pragmaticplay/vs20gobnudge.png',
'1643373167', 'vs20gobnudge', 'Goblin Heist Powernudge', 'vs', 'Video Slots',
'html5', 'MOBILE,DOWNLOAD,WEB', '1', '16:9', 'H5',
'CO,X1,BG,66,99,DE,EE,GG,IE,IM,MT,RO,RS,UA,UK,ZA,GR,LT,NL,ON,ES,SE,DK,PT,IT,LV,BY,A
T,BE', '1', 'RNG', 'ANTE,FREE_BONUS_FEATURE,BUY'),
(338, 'PragmaticPlay', 'upload/game_pic/pragmaticplay/scgoldrush.png',
'1508842495', 'scgoldrush', 'Gold Rush 250,000', 'sc', 'Scratch card', 'html5',
'MOBILE,DOWNLOAD,WEB', '1', '16:9', 'H5',
'RS,UK,MT,99,GG,LV,EE,IM,RO,ZA,66,IE,UA,BY,BE', '1', 'RNG', ''),
(339, 'PragmaticPlay', 'upload/game_pic/pragmaticplay/vpdr7.png', '1597653695',
'vpdr7', 'Greyhound Racing', 'rgs-vsb', 'RGS - VSB', 'html5',
'MOBILE,DOWNLOAD,WEB', '', '16:9', 'H5', '99,MT,UK,IE,EE,RO,RS,SE,UA,CO,BY', '',
'VSB', ''),
(340, 'PragmaticPlay', 'upload/game_pic/pragmaticplay/vs20hockey.png',
'1455872843', 'vs20hockey', 'Hockey League', 'vs', 'Video Slots', 'html5',
'MOBILE,DOWNLOAD,WEB', '1', '16:9', 'H5', '99,PH', '1', 'RNG', ''),
(341, 'PragmaticPlay', 'upload/game_pic/pragmaticplay/vs9hockey.png', '1455889237',
'vs9hockey', 'Hockey League Wild Match', 'vs', 'Video Slots', 'html5',
'MOBILE,DOWNLOAD,WEB', '1', '16:9', 'H5', '99', '1', 'RNG', ''),
(342, 'PragmaticPlay', 'upload/game_pic/pragmaticplay/scsafari.png', '1508834908',
'scsafari', 'Hot Safari 50,000', 'sc', 'Scratch card', 'html5',
'MOBILE,DOWNLOAD,WEB', '1', '16:9', 'H5',
'EE,LV,RO,IM,GG,UK,99,RS,MT,ZA,66,IE,UA,BY,BE', '1', 'RNG', ''),
(343, 'PragmaticPlay', 'upload/game_pic/pragmaticplay/scsafariai.png',
'1521806186', 'scsafariai', 'Hot Safari 75,000', 'sc', 'Scratch card', 'html5',
'MOBILE,DOWNLOAD,WEB', '1', '16:9', 'H5', '99', '1', 'RNG', ''),
(344, 'PragmaticPlay', 'upload/game_pic/pragmaticplay/vs15ktv.png', '1455872871',
'vs15ktv', 'KTV', 'vs', 'Video Slots', 'html5', 'MOBILE,DOWNLOAD,WEB', '1', '16:9',
'H5', '99,PH', '1', 'RNG', ''),
(345, 'PragmaticPlay', 'upload/game_pic/pragmaticplay/vs5littlegem.png',
'1643379569', 'vs5littlegem', 'Little Gem Hold and Spin', 'vs', 'Video Slots',
'html5', 'MOBILE,DOWNLOAD,WEB', '1', '16:9', 'H5',
'NL,SE,IT,PT,LV,X1,CO,ES,DK,LT,ON,BG,66,99,DE,EE,GG,GR,IE,IM,MT,RO,RS,UA,UK,ZA,BE',
'1', 'RNG', ''),
(347, 'PragmaticPlay', 'upload/game_pic/pragmaticplay/1401.png', '1401', '1401',
'Live - BOOM CITY', 'lg', 'Live games', 'html5', 'MOBILE,DOWNLOAD,WEB', '', '16:9',
'H5', '99,MT,GG,IE,IM,ON,UA,IT,CH,NL,LT,CO,BY,EE,LV,RS,SE,UK,GR', '', 'LC', ''),
(348, 'PragmaticPlay', 'upload/game_pic/pragmaticplay/110.png', '110', '110', 'Live
- D&W', 'lg', 'Live games', 'html5', 'MOBILE,DOWNLOAD,WEB', '', '16:9', 'H5',
'99,DK,EE,GG,GR,IM,MT,RS,UK,RO,IE,ON,BY,DE,LT,LV,NL,UA', '', 'LC', ''),
(349, 'PragmaticPlay', 'upload/game_pic/pragmaticplay/108.png', '108', '108', 'Live
- Dragon Tiger', 'lg', 'Live games', 'html5', 'MOBILE,DOWNLOAD,WEB', '', '16:9',
'H5', '99,EE,GG,GR,IM,MT,RS,SE,UK,CH,IE,ON,BY,DE,LT,LV,NL,UA', '', 'LC', ''),
(350, 'PragmaticPlay', 'upload/game_pic/pragmaticplay/105.png', '105', '105', 'Live
- GAMESHOWS', 'lg', 'Live games', 'html5', 'MOBILE,DOWNLOAD,WEB', '', '16:9', 'H5',
'UA,DE,LT,LV,NL,EE,IT,RO,99,DK,SE,ZA,UK,MT,RS,GR,IM,GG,66,BG,X1,CO,IE,ON,BY,CH',
'', 'LC', ''),
(351, 'PragmaticPlay', 'upload/game_pic/pragmaticplay/101.png', '101', '101', 'Live
- Lobby', 'lg', 'Live games', 'html5', 'MOBILE,DOWNLOAD,WEB', '', '16:9', 'H5',
'NL,UA,LT,LV,DE,RO,UK,MT,99,DK,IM,IT,SE,GR,ZA,RS,EE,GG,CO,BG,66,X1,IE,ON,BY,CH',
'', 'LC', ''),
(352, 'PragmaticPlay', 'upload/game_pic/pragmaticplay/103.png', '103', '103', 'Live
- Lobby BJ', 'lg', 'Live games', 'html5', 'MOBILE,DOWNLOAD,WEB', '', '16:9', 'H5',
'DE,UA,NL,LV,LT,MT,SE,99,RO,IM,DK,IT,UK,EE,ZA,GG,GR,RS,CO,66,BG,X1,IE,ON,BY,CH',
'', 'LC', ''),
(353, 'PragmaticPlay', 'upload/game_pic/pragmaticplay/104.png', '104', '104', 'Live
- Lobby Baccarat', 'lg', 'Live games', 'html5', 'MOBILE,DOWNLOAD,WEB', '', '16:9',
'H5',
'LT,LV,DE,NL,UA,99,IM,MT,RO,IT,SE,DK,UK,GR,EE,RS,ZA,GG,CO,BG,66,X1,IE,ON,BY,CH',
'', 'LC', ''),
(354, 'PragmaticPlay', 'upload/game_pic/pragmaticplay/102.png', '102', '102', 'Live
- Lobby Roulette', 'lg', 'Live games', 'html5', 'MOBILE,DOWNLOAD,WEB', '', '16:9',
'H5',
'NL,UA,LT,LV,DE,DK,UK,99,IT,MT,SE,RO,IM,GG,GR,RS,ZA,EE,CO,BG,66,X1,IE,ON,BY,CH',
'', 'LC', ''),
(355, 'PragmaticPlay', 'upload/game_pic/pragmaticplay/240.png', '240', '240', 'Live
- PowerUp Roulette', 'lg', 'Live games', 'html5', 'MOBILE,DOWNLOAD,WEB', '',
'16:9', 'H5',
'BG,EE,MT,SE,ZA,99,CO,LV,RS,IT,RO,IM,NL,BY,X1,GG,CH,GR,LT,UA,DK,ON,UK,IE,DE', '',
'LC', ''),
(356, 'PragmaticPlay', 'upload/game_pic/pragmaticplay/230.png', '230', '230', 'Live
- Roulette 10 - Ruby', 'lg', 'Live games', 'html5', 'MOBILE,DOWNLOAD,WEB', '',
'16:9', 'H5',
'ON,BG,MT,UA,EE,LV,NL,X1,BY,CO,LT,GR,RO,99,CH,DK,IT,SE,GG,UK,ZA,DE,IM,RS,IE', '',
'LC', ''),
(357, 'PragmaticPlay', 'upload/game_pic/pragmaticplay/107.png', '1531471148',
'107', 'Live - Sic Bo', 'lg', 'Live games', 'html5', 'MOBILE,DOWNLOAD,WEB', '',
'16:9', 'H5', 'CO,DE,LT,99,DK,EE,GG,GR,IM,MT,RS,SE,UK,IE,ON,BY,LV,NL,UA', '', 'LC',
'');
INSERT INTO `tb_gamelist` (`cuid`, `provider`, `image`, `gameidnumeric`, `gameid`,
`gamename`, `gametypeid`, `category`, `technology`, `platform`, `demogame`,
`aspectratio`, `technologyid`, `jurisdictions`, `frbavailable`, `datatype`,
`features`) VALUES
(358, 'PragmaticPlay', 'upload/game_pic/pragmaticplay/109.png', '109', '109', 'Live
- Sic Bo & Dragon Tiger', 'lg', 'Live games', 'html5', 'MOBILE,DOWNLOAD,WEB', '',
'16:9', 'H5', '99,DK,EE,GG,GR,IM,MT,RS,SE,UK,IE,ON,BY,DE,LT,LV,NL,UA', '', 'LC',
''),
(359, 'PragmaticPlay', 'upload/game_pic/pragmaticplay/1302.png', '1302', '1302',
'Live - Spaceman', 'lg', 'Live games', 'html5', 'MOBILE,DOWNLOAD,WEB', '1', '16:9',
'H5', 'LV,BG,IT,CO,NL,RS,CH,ON,GR,99,DE,X1,IM,EE,GG,MT,RO,UK,ZA,BY,DK,UA,SE,NO',
'', 'LC', ''),
(360, 'PragmaticPlay', 'upload/game_pic/pragmaticplay/vs1024mahjpanda.png',
'1640010384', 'vs1024mahjpanda', 'Mahjong Panda', 'vs', 'Video Slots', 'html5',
'MOBILE,DOWNLOAD,WEB', '1', '16:9', 'H5', '99', '1', 'RNG', 'FREE_BONUS_FEATURE'),
(361, 'PragmaticPlay', 'upload/game_pic/pragmaticplay/vs50northgard.png',
'1641470156', 'vs50northgard', 'North Guardians', 'vs', 'Video Slots', 'html5',
'MOBILE,DOWNLOAD,WEB', '1', '16:9', 'H5',
'IT,NL,PT,SE,LV,GR,LT,BG,ON,ES,66,99,DE,EE,GG,IE,IM,MT,RO,RS,UA,UK,ZA,DK,CO,X1,BY,B
E', '1', 'RNG', 'FREE_BONUS_FEATURE,BUY'),
(362, 'PragmaticPlay', 'upload/game_pic/pragmaticplay/scpanda.png', '1508841864',
'scpanda', 'Panda Gold 10,000', 'sc', 'Scratch card', 'html5',
'MOBILE,DOWNLOAD,WEB', '1', '16:9', 'H5',
'RS,MT,EE,RO,UK,99,IM,LV,GG,ZA,66,IE,UA,BY,BE', '1', 'RNG', ''),
(363, 'PragmaticPlay', 'upload/game_pic/pragmaticplay/vppso4.png', '1582273067',
'vppso4', 'Penalty Shootout', 'rgs-vsb', 'RGS - VSB', 'html5',
'MOBILE,DOWNLOAD,WEB', '', '16:9', 'H5', '99,UK,MT,IE,EE,RO,RS,SE,UA,CO,BY', '',
'VSB', ''),
(364, 'PragmaticPlay', 'upload/game_pic/pragmaticplay/vs10egrich.png',
'1640785834', 'vs10egrich', 'Queen of Gods', 'vs', 'Video Slots', 'html5',
'MOBILE,DOWNLOAD,WEB', '1', '16:9', 'H5',
'66,99,DE,EE,GG,GR,IE,IM,LV,MT,RO,RS,UA,UK,ZA,BG,PT,ON,SE,DK,LT,ES,CO,X1,IT,NL,BY,B
E', '1', 'RNG', ''),
(365, 'PragmaticPlay', 'upload/game_pic/pragmaticplay/scqogai.png', '1521806036',
'scqogai', 'Queen of Gold 100,000', 'sc', 'Scratch card', 'html5',
'MOBILE,DOWNLOAD,WEB', '1', '16:9', 'H5', '99', '1', 'RNG', ''),
(366, 'PragmaticPlay', 'upload/game_pic/pragmaticplay/scqog.png', '1508830808',
'scqog', 'Queen of Gold 100,000', 'sc', 'Scratch card', 'html5',
'MOBILE,DOWNLOAD,WEB', '1', '16:9', 'H5',
'IM,GG,UK,99,RO,EE,LV,MT,RS,ZA,66,IE,UA,BY,BE', '1', 'RNG', ''),
(367, 'PragmaticPlay', 'upload/game_pic/pragmaticplay/vs25romeoandjuliet.png',
'1458728713', 'vs25romeoandjuliet', 'Romeo and Juliet', 'vs', 'Video Slots',
'html5', 'MOBILE,DOWNLOAD,WEB', '1', '16:9', 'H5', '99', '1', 'RNG', ''),
(368, 'PragmaticPlay', 'upload/game_pic/pragmaticplay/vs20gg.png', '1455872848',
'vs20gg', 'Spooky Fortune', 'vs', 'Video Slots', 'html5', 'MOBILE,DOWNLOAD,WEB',
'1', '16:9', 'H5', '99', '1', 'RNG', ''),
(369, 'PragmaticPlay', 'upload/game_pic/pragmaticplay/vs117649starz.png',
'1577112971', 'vs117649starz', 'Starz Megaways', 'vs', 'Video Slots', 'html5',
'MOBILE,DOWNLOAD,WEB', '1', '16:9', 'H5',
'CO,RS,LV,ES,PT,RO,LT,GR,GG,DK,BG,UK,DE,EE,IT,99,SE,MT,IM,ZA,X1,UA,66,IE,BY,NL,BE',
'1', 'RNG', ''),
(370, 'PragmaticPlay', 'upload/game_pic/pragmaticplay/vpsc10.png', '1644584646',
'vpsc10', 'Steeplechase', 'rgs-vsb', 'RGS - VSB', 'html5', 'MOBILE,DOWNLOAD,WEB',
'', '16:9', 'H5', '99,EE,RO,RS,SE,UA,IE,MT,CO,BY', '', 'VSB', ''),
(371, 'PragmaticPlay', 'upload/game_pic/pragmaticplay/vs20cms.png', '1455872860',
'vs20cms', 'Sugar Rush Summer Time', 'vs', 'Video Slots', 'html5',
'MOBILE,DOWNLOAD,WEB', '1', '16:9', 'H5', '99,PH', '1', 'RNG', ''),
(372, 'PragmaticPlay', 'upload/game_pic/pragmaticplay/vs20cmv.png', '1455872858',
'vs20cmv', 'Sugar Rush Valentine's Day', 'vs', 'Video Slots', 'html5',
'MOBILE,DOWNLOAD,WEB', '1', '16:9', 'H5', '99,PH', '1', 'RNG', ''),
(373, 'PragmaticPlay', 'upload/game_pic/pragmaticplay/vs20cw.png', '1455872855',
'vs20cw', 'Sugar Rush Winter', 'vs', 'Video Slots', 'html5', 'MOBILE,DOWNLOAD,WEB',
'1', '16:9', 'H5', '99', '1', 'RNG', ''),
(374, 'PragmaticPlay', 'upload/game_pic/pragmaticplay/vs9catz.png', '1455872789',
'vs9catz', 'The Catfather', 'vs', 'Video Slots', 'html5', 'MOBILE,DOWNLOAD,WEB',
'1', '16:9', 'H5', '99,PH', '1', 'RNG', ''),
(375, 'PragmaticPlay', 'upload/game_pic/pragmaticplay/vs30catz.png', '1474540498',
'vs30catz', 'The Catfather Part II', 'vs', 'Video Slots', 'html5',
'MOBILE,DOWNLOAD,WEB', '1', '16:9', 'H5', '99', '1', 'RNG', ''),
(376, 'PragmaticPlay', 'upload/game_pic/pragmaticplay/vs20stickysymbol.png',
'1642096017', 'vs20stickysymbol', 'The Great Stick-up', 'vs', 'Video Slots',
'html5', 'MOBILE,DOWNLOAD,WEB', '1', '16:9', 'H5',
'66,99,DE,EE,GG,IE,IM,LV,MT,RO,RS,UA,UK,ZA,PT,SE,IT,X1,CO,LT,ON,GR,DK,NL,BG,ES,BE',
'1', 'RNG', 'FREE_BONUS_FEATURE'),
(377, 'PragmaticPlay', 'upload/game_pic/pragmaticplay/vplobby.png', '1618816510',
'vplobby', 'Virtual Sports Lobby', 'rgs-vsb', 'RGS - VSB', 'html5',
'MOBILE,DOWNLOAD,WEB', '', '16:9', 'H5', '99,MT,UK,IE,EE,RO,RS,SE,UA,CO,BY', '',
'VSB', ''),
(378, 'PragmaticPlay', 'upload/game_pic/pragmaticplay/scwolfgold.png',
'1508829900', 'scwolfgold', 'Wolf Gold 1 Million', 'sc', 'Scratch card', 'html5',
'MOBILE,DOWNLOAD,WEB', '1', '16:9', 'H5',
'EE,UK,GG,MT,99,RO,IM,LV,RS,ZA,66,IE,UA,BY,BE', '1', 'RNG', ''),
(379, 'PragmaticPlay', 'upload/game_pic/pragmaticplay/scwolfgoldai.png',
'1521806288', 'scwolfgoldai', 'Wolf Gold 1,000,000', 'sc', 'Scratch card', 'html5',
'MOBILE,DOWNLOAD,WEB', '1', '16:9', 'H5', '99', '1', 'RNG', ''),
(380, 'PragmaticPlay', 'upload/game_pic/pragmaticplay/vs25wolfjpt.png',
'1615460266', 'vs25wolfjpt', 'Wolf Gold Power Jackpot', 'vs', 'Video Slots',
'html5', 'MOBILE,DOWNLOAD,WEB', '', '16:9', 'H5',
'NL,99,GG,IE,IM,LV,MT,RO,UK,DK,SE,UA,EE,BE', '1', 'RNG', ''),
(381, 'PragmaticPlay', 'upload/game_pic/pragmaticplay/vswayszombcarn.png',
'1647605861', 'vswayszombcarn', 'Zombie Carnival', 'vs', 'Video Slots', 'html5',
'MOBILE,DOWNLOAD,WEB', '1', '16:9', 'H5',
'66,99,DE,EE,GG,GR,IE,IM,MT,RO,RS,UA,UK,ZA,ON,BG,ES,NL,LT,DK,IT,LV,PT,SE,CO,X1,BY,B
E', '1', 'RNG', 'FREE_BONUS_FEATURE,BUY');

-- --------------------------------------------------------

--
-- Struktur dari tabel `tb_konfirmasi`
--

CREATE TABLE `tb_konfirmasi` (


`cuid` int(11) NOT NULL,
`userID` int(11) NOT NULL,
`paymentID` varchar(25) NOT NULL,
`kd_transaksi` varchar(25) NOT NULL,
`image` varchar(255) NOT NULL,
`tanggal` datetime NOT NULL,
`bank_tujuan` text NOT NULL,
`total` int(11) NOT NULL,
`metode` varchar(25) NOT NULL DEFAULT 'transfer',
`status` int(11) NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=latin1;

-- --------------------------------------------------------

--
-- Struktur dari tabel `tb_livechat`
--

CREATE TABLE `tb_livechat` (


`cuid` int(255) NOT NULL,
`lc_js` text NOT NULL,
`lc_mobile` text NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;

--
-- Dumping data untuk tabel `tb_livechat`
--

INSERT INTO `tb_livechat` (`cuid`, `lc_js`, `lc_mobile`) VALUES


(1, '', '');

-- --------------------------------------------------------

--
-- Struktur dari tabel `tb_notif`
--

CREATE TABLE `tb_notif` (


`cuid` int(11) NOT NULL,
`userID` int(11) NOT NULL,
`note` text NOT NULL,
`created_date` datetime NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1;

-- --------------------------------------------------------

--
-- Struktur dari tabel `tb_page`
--

CREATE TABLE `tb_page` (


`cuid` int(11) NOT NULL,
`slug` text NOT NULL,
`nama_page` text NOT NULL,
`content` longtext NOT NULL,
`image` varchar(255) NOT NULL,
`video` varchar(255) NOT NULL,
`created_date` date NOT NULL,
`last_update` date NOT NULL,
`user` text NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=latin1;

--
-- Dumping data untuk tabel `tb_page`
--

INSERT INTO `tb_page` (`cuid`, `slug`, `nama_page`, `content`, `image`, `video`,


`created_date`, `last_update`, `user`) VALUES
(5, 'kebijakan-privasi', 'Kebijakan Privasi', 'Edit', '', '', '0000-00-00', '2022-
04-23', 'master'),
(3, 'faq', 'FAQ', 'Edit', '', '', '0000-00-00', '2022-04-23', 'master'),
(2, 'informasi-reseller', 'Informasi Reseller', '', '', '', '0000-00-00', '2022-12-
15', 'master'),
(1, 'tentang-kami', 'Tentang Kami', 'Edit', '', '', '0000-00-00', '2022-04-23',
'master'),
(4, 'ketentuan-layanan', 'Ketentuan Layanan', 'Edit', '', '', '0000-00-00', '2022-
04-23', 'master');

-- --------------------------------------------------------

--
-- Struktur dari tabel `tb_pasaran`
--

CREATE TABLE `tb_pasaran` (


`cuid` int(11) NOT NULL,
`title` text NOT NULL,
`code` text NOT NULL,
`time_result` time NOT NULL,
`time_open` time NOT NULL,
`close_result` time NOT NULL,
`step_periode` int(11) NOT NULL,
`website` text NOT NULL,
`status` int(11) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;

--
-- Dumping data untuk tabel `tb_pasaran`
--

INSERT INTO `tb_pasaran` (`cuid`, `title`, `code`, `time_result`, `time_open`,


`close_result`, `step_periode`, `website`, `status`) VALUES
(1, 'CAMBODIA', 'CB', '11:50:00', '00:00:00', '11:35:00', 1,
'https://cambodiapools.com', 0),
(2, 'SINGAPORE TOTO', 'SGPT', '17:40:00', '00:00:00', '17:30:00', 1,
'https://singapore.pools', 0),
(3, 'SYDNEY', 'SYD', '13:50:00', '00:00:00', '13:35:00', 1, 'https://sydney.pools',
0),
(4, 'HONGKONG', 'HK', '23:00:00', '00:00:00', '22:45:00', 1,
'https://hongkong.pools', 0),
(5, 'CHINA', 'CH', '15:35:00', '00:00:00', '15:15:00', 1,
'https://www.chinapools.asia', 0),
(6, 'JAPAN', 'JPY', '17:20:00', '00:00:00', '17:00:00', 1,
'https://www.japanpools.online', 0),
(7, 'TAIWAN', 'TW', '20:45:00', '00:00:00', '20:30:00', 1, 'https://www.taiwan-
lotto.com', 0),
(8, 'LONDON', 'LND', '21:40:00', '00:00:00', '21:25:00', 1,
'https://icelandlottery.org/', 0),
(9, 'MANILA', 'MNL', '20:45:00', '00:00:00', '20:30:00', 1, '', 0),
(10, 'MADRID', 'MDR', '21:40:00', '00:00:00', '21:25:00', 1, '', 0),
(11, 'SEOUL', 'SOL', '20:45:00', '00:00:00', '20:30:00', 1, '', 0),
(12, 'SHANGHAI', 'SHG', '21:40:00', '00:00:00', '21:25:00', 1, '', 0);

-- --------------------------------------------------------

--
-- Struktur dari tabel `tb_pasaran_result`
--

CREATE TABLE `tb_pasaran_result` (


`cuid` int(11) NOT NULL,
`pid` int(11) NOT NULL,
`gameid` int(11) NOT NULL,
`periode` int(11) NOT NULL,
`p_result` text NOT NULL,
`posisi` text NOT NULL,
`created_date` datetime NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;

--
-- Dumping data untuk tabel `tb_pasaran_result`
--

INSERT INTO `tb_pasaran_result` (`cuid`, `pid`, `gameid`, `periode`, `p_result`,


`posisi`, `created_date`) VALUES
(1, 4, 1, 1, '8177', '4D', '2023-05-27 01:08:09'),
(2, 4, 1, 1, '177', '3D', '2023-05-27 01:08:09'),
(3, 4, 1, 1, '77', '2D', '2023-05-27 01:08:09'),
(4, 4, 5, 1, '8', '', '2023-05-27 01:08:09'),
(5, 4, 5, 1, '1', '', '2023-05-27 01:08:09'),
(6, 4, 5, 1, '7', '', '2023-05-27 01:08:09'),
(7, 4, 5, 1, '7', '', '2023-05-27 01:08:09'),
(8, 4, 6, 1, '81', '', '2023-05-27 01:08:09'),
(9, 4, 6, 1, '87', '', '2023-05-27 01:08:09'),
(10, 4, 6, 1, '87', '', '2023-05-27 01:08:09'),
(11, 4, 6, 1, '18', '', '2023-05-27 01:08:09'),
(12, 4, 6, 1, '17', '', '2023-05-27 01:08:09'),
(13, 4, 6, 1, '17', '', '2023-05-27 01:08:09'),
(14, 4, 6, 1, '78', '', '2023-05-27 01:08:09'),
(15, 4, 6, 1, '71', '', '2023-05-27 01:08:09'),
(16, 4, 6, 1, '77', '', '2023-05-27 01:08:09'),
(17, 4, 6, 1, '78', '', '2023-05-27 01:08:09'),
(18, 4, 6, 1, '71', '', '2023-05-27 01:08:09'),
(19, 4, 6, 1, '77', '', '2023-05-27 01:08:09'),
(20, 4, 8, 1, '8', 'AS', '2023-05-27 01:08:09'),
(21, 4, 8, 1, '1', 'KOP', '2023-05-27 01:08:09'),
(22, 4, 8, 1, '7', 'KEPALA', '2023-05-27 01:08:09'),
(23, 4, 8, 1, '7', 'EKOR', '2023-05-27 01:08:09'),
(24, 4, 9, 1, 'TEPI', '', '2023-05-27 01:08:09'),
(25, 4, 13, 1, 'GANJIL', '', '2023-05-27 01:08:09'),
(26, 4, 13, 1, 'BESAR', '', '2023-05-27 01:08:09'),
(27, 4, 22, 1, '5', 'Harimau', '2023-05-27 01:08:09'),
(28, 4, 23, 1, 'SILANG', 'DEPAN', '2023-05-27 01:08:09'),
(29, 4, 23, 1, 'HOMO', 'TENGAH', '2023-05-27 01:08:09'),
(30, 4, 23, 1, 'HOMO', 'BELAKANG', '2023-05-27 01:08:09'),
(31, 4, 30, 1, 'KEMPIS', 'DEPAN', '2023-05-27 01:08:09'),
(32, 4, 30, 1, 'KEMBANG', 'TENGAH', '2023-05-27 01:08:09'),
(33, 4, 30, 1, 'KEMBAR', 'BELAKANG', '2023-05-27 01:08:09'),
(34, 2, 1, 1, '2715', '4D', '2023-05-27 01:08:09'),
(35, 2, 1, 1, '715', '3D', '2023-05-27 01:08:09'),
(36, 2, 1, 1, '15', '2D', '2023-05-27 01:08:09'),
(37, 2, 5, 1, '2', '', '2023-05-27 01:08:09'),
(38, 2, 5, 1, '7', '', '2023-05-27 01:08:09'),
(39, 2, 5, 1, '1', '', '2023-05-27 01:08:09'),
(40, 2, 5, 1, '5', '', '2023-05-27 01:08:09'),
(41, 2, 6, 1, '27', '', '2023-05-27 01:08:09'),
(42, 2, 6, 1, '21', '', '2023-05-27 01:08:09'),
(43, 2, 6, 1, '25', '', '2023-05-27 01:08:09'),
(44, 2, 6, 1, '72', '', '2023-05-27 01:08:09'),
(45, 2, 6, 1, '71', '', '2023-05-27 01:08:09'),
(46, 2, 6, 1, '75', '', '2023-05-27 01:08:09'),
(47, 2, 6, 1, '12', '', '2023-05-27 01:08:09'),
(48, 2, 6, 1, '17', '', '2023-05-27 01:08:09'),
(49, 2, 6, 1, '15', '', '2023-05-27 01:08:09'),
(50, 2, 6, 1, '52', '', '2023-05-27 01:08:09'),
(51, 2, 6, 1, '57', '', '2023-05-27 01:08:09'),
(52, 2, 6, 1, '51', '', '2023-05-27 01:08:09'),
(53, 2, 8, 1, '2', 'AS', '2023-05-27 01:08:09'),
(54, 2, 8, 1, '7', 'KOP', '2023-05-27 01:08:09'),
(55, 2, 8, 1, '1', 'KEPALA', '2023-05-27 01:08:09'),
(56, 2, 8, 1, '5', 'EKOR', '2023-05-27 01:08:09'),
(57, 2, 9, 1, 'TEPI', '', '2023-05-27 01:08:09'),
(58, 2, 13, 1, 'GENAP', '', '2023-05-27 01:08:09'),
(59, 2, 13, 1, 'BESAR', '', '2023-05-27 01:08:09'),
(60, 2, 22, 1, '3', 'Naga', '2023-05-27 01:08:09'),
(61, 2, 23, 1, 'SILANG', 'DEPAN', '2023-05-27 01:08:09'),
(62, 2, 23, 1, 'HOMO', 'TENGAH', '2023-05-27 01:08:09'),
(63, 2, 23, 1, 'HOMO', 'BELAKANG', '2023-05-27 01:08:09'),
(64, 2, 30, 1, 'KEMBANG', 'DEPAN', '2023-05-27 01:08:09'),
(65, 2, 30, 1, 'KEMPIS', 'TENGAH', '2023-05-27 01:08:09'),
(66, 2, 30, 1, 'KEMBANG', 'BELAKANG', '2023-05-27 01:08:09'),
(67, 3, 1, 1, '0932', '4D', '2023-05-27 01:08:09'),
(68, 3, 1, 1, '932', '3D', '2023-05-27 01:08:09'),
(69, 3, 1, 1, '32', '2D', '2023-05-27 01:08:09'),
(70, 3, 5, 1, '0', '', '2023-05-27 01:08:09'),
(71, 3, 5, 1, '9', '', '2023-05-27 01:08:09'),
(72, 3, 5, 1, '3', '', '2023-05-27 01:08:09'),
(73, 3, 5, 1, '2', '', '2023-05-27 01:08:09'),
(74, 3, 6, 1, '09', '', '2023-05-27 01:08:09'),
(75, 3, 6, 1, '03', '', '2023-05-27 01:08:09'),
(76, 3, 6, 1, '02', '', '2023-05-27 01:08:09'),
(77, 3, 6, 1, '90', '', '2023-05-27 01:08:09'),
(78, 3, 6, 1, '93', '', '2023-05-27 01:08:09'),
(79, 3, 6, 1, '92', '', '2023-05-27 01:08:09'),
(80, 3, 6, 1, '30', '', '2023-05-27 01:08:09'),
(81, 3, 6, 1, '39', '', '2023-05-27 01:08:09'),
(82, 3, 6, 1, '32', '', '2023-05-27 01:08:09'),
(83, 3, 6, 1, '20', '', '2023-05-27 01:08:09'),
(84, 3, 6, 1, '29', '', '2023-05-27 01:08:09'),
(85, 3, 6, 1, '23', '', '2023-05-27 01:08:09'),
(86, 3, 8, 1, '0', 'AS', '2023-05-27 01:08:09'),
(87, 3, 8, 1, '9', 'KOP', '2023-05-27 01:08:09'),
(88, 3, 8, 1, '3', 'KEPALA', '2023-05-27 01:08:09'),
(89, 3, 8, 1, '2', 'EKOR', '2023-05-27 01:08:09'),
(90, 3, 9, 1, 'TENGAH', '', '2023-05-27 01:08:09'),
(91, 3, 13, 1, 'GANJIL', '', '2023-05-27 01:08:09'),
(92, 3, 13, 1, 'BESAR', '', '2023-05-27 01:08:09'),
(93, 3, 22, 1, '8', 'Babi', '2023-05-27 01:08:09'),
(94, 3, 23, 1, 'SILANG', 'DEPAN', '2023-05-27 01:08:09'),
(95, 3, 23, 1, 'HOMO', 'TENGAH', '2023-05-27 01:08:09'),
(96, 3, 23, 1, 'SILANG', 'BELAKANG', '2023-05-27 01:08:09'),
(97, 3, 30, 1, 'KEMBANG', 'DEPAN', '2023-05-27 01:08:09'),
(98, 3, 30, 1, 'KEMPIS', 'TENGAH', '2023-05-27 01:08:09'),
(99, 3, 30, 1, 'KEMPIS', 'BELAKANG', '2023-05-27 01:08:09'),
(100, 1, 1, 1, '8937', '4D', '2023-05-27 01:08:09'),
(101, 1, 1, 1, '937', '3D', '2023-05-27 01:08:09'),
(102, 1, 1, 1, '37', '2D', '2023-05-27 01:08:09'),
(103, 1, 5, 1, '8', '', '2023-05-27 01:08:09'),
(104, 1, 5, 1, '9', '', '2023-05-27 01:08:09'),
(105, 1, 5, 1, '3', '', '2023-05-27 01:08:09'),
(106, 1, 5, 1, '7', '', '2023-05-27 01:08:09'),
(107, 1, 6, 1, '89', '', '2023-05-27 01:08:09'),
(108, 1, 6, 1, '83', '', '2023-05-27 01:08:09'),
(109, 1, 6, 1, '87', '', '2023-05-27 01:08:09'),
(110, 1, 6, 1, '98', '', '2023-05-27 01:08:09'),
(111, 1, 6, 1, '93', '', '2023-05-27 01:08:09'),
(112, 1, 6, 1, '97', '', '2023-05-27 01:08:09'),
(113, 1, 6, 1, '38', '', '2023-05-27 01:08:09'),
(114, 1, 6, 1, '39', '', '2023-05-27 01:08:09'),
(115, 1, 6, 1, '37', '', '2023-05-27 01:08:09'),
(116, 1, 6, 1, '78', '', '2023-05-27 01:08:09'),
(117, 1, 6, 1, '79', '', '2023-05-27 01:08:09'),
(118, 1, 6, 1, '73', '', '2023-05-27 01:08:09'),
(119, 1, 8, 1, '8', 'AS', '2023-05-27 01:08:09'),
(120, 1, 8, 1, '9', 'KOP', '2023-05-27 01:08:09'),
(121, 1, 8, 1, '3', 'KEPALA', '2023-05-27 01:08:09'),
(122, 1, 8, 1, '7', 'EKOR', '2023-05-27 01:08:09'),
(123, 1, 9, 1, 'TENGAH', '', '2023-05-27 01:08:09'),
(124, 1, 13, 1, 'GANJIL', '', '2023-05-27 01:08:09'),
(125, 1, 13, 1, 'KECIL', '', '2023-05-27 01:08:09'),
(126, 1, 22, 1, '1', 'Kuda', '2023-05-27 01:08:09'),
(127, 1, 23, 1, 'SILANG', 'DEPAN', '2023-05-27 01:08:09'),
(128, 1, 23, 1, 'HOMO', 'TENGAH', '2023-05-27 01:08:09'),
(129, 1, 23, 1, 'HOMO', 'BELAKANG', '2023-05-27 01:08:09'),
(130, 1, 30, 1, 'KEMBANG', 'DEPAN', '2023-05-27 01:08:09'),
(131, 1, 30, 1, 'KEMPIS', 'TENGAH', '2023-05-27 01:08:09'),
(132, 1, 30, 1, 'KEMBANG', 'BELAKANG', '2023-05-27 01:08:09'),
(133, 5, 1, 1, '9068', '4D', '2023-05-27 01:08:09'),
(134, 5, 1, 1, '068', '3D', '2023-05-27 01:08:09'),
(135, 5, 1, 1, '68', '2D', '2023-05-27 01:08:09'),
(136, 5, 5, 1, '9', '', '2023-05-27 01:08:09'),
(137, 5, 5, 1, '0', '', '2023-05-27 01:08:09'),
(138, 5, 5, 1, '6', '', '2023-05-27 01:08:09'),
(139, 5, 5, 1, '8', '', '2023-05-27 01:08:09'),
(140, 5, 6, 1, '90', '', '2023-05-27 01:08:09'),
(141, 5, 6, 1, '96', '', '2023-05-27 01:08:09'),
(142, 5, 6, 1, '98', '', '2023-05-27 01:08:09'),
(143, 5, 6, 1, '09', '', '2023-05-27 01:08:09'),
(144, 5, 6, 1, '06', '', '2023-05-27 01:08:09'),
(145, 5, 6, 1, '08', '', '2023-05-27 01:08:09'),
(146, 5, 6, 1, '69', '', '2023-05-27 01:08:09'),
(147, 5, 6, 1, '60', '', '2023-05-27 01:08:09'),
(148, 5, 6, 1, '68', '', '2023-05-27 01:08:09'),
(149, 5, 6, 1, '89', '', '2023-05-27 01:08:09'),
(150, 5, 6, 1, '80', '', '2023-05-27 01:08:09'),
(151, 5, 6, 1, '86', '', '2023-05-27 01:08:09'),
(152, 5, 8, 1, '9', 'AS', '2023-05-27 01:08:09'),
(153, 5, 8, 1, '0', 'KOP', '2023-05-27 01:08:09'),
(154, 5, 8, 1, '6', 'KEPALA', '2023-05-27 01:08:09'),
(155, 5, 8, 1, '8', 'EKOR', '2023-05-27 01:08:09'),
(156, 5, 9, 1, 'TENGAH', '', '2023-05-27 01:08:09'),
(157, 5, 13, 1, 'GANJIL', '', '2023-05-27 01:08:09'),
(158, 5, 13, 1, 'BESAR', '', '2023-05-27 01:08:09'),
(159, 5, 22, 1, '8', 'Babi', '2023-05-27 01:08:09'),
(160, 5, 23, 1, 'SILANG', 'DEPAN', '2023-05-27 01:08:09'),
(161, 5, 23, 1, 'HOMO', 'TENGAH', '2023-05-27 01:08:09'),
(162, 5, 23, 1, 'HOMO', 'BELAKANG', '2023-05-27 01:08:09'),
(163, 5, 30, 1, 'KEMPIS', 'DEPAN', '2023-05-27 01:08:09'),
(164, 5, 30, 1, 'KEMBANG', 'TENGAH', '2023-05-27 01:08:09'),
(165, 5, 30, 1, 'KEMBANG', 'BELAKANG', '2023-05-27 01:08:09'),
(166, 6, 1, 1, '3106', '4D', '2023-05-27 01:08:09'),
(167, 6, 1, 1, '106', '3D', '2023-05-27 01:08:09'),
(168, 6, 1, 1, '06', '2D', '2023-05-27 01:08:09'),
(169, 6, 5, 1, '3', '', '2023-05-27 01:08:09'),
(170, 6, 5, 1, '1', '', '2023-05-27 01:08:09'),
(171, 6, 5, 1, '0', '', '2023-05-27 01:08:09'),
(172, 6, 5, 1, '6', '', '2023-05-27 01:08:09'),
(173, 6, 6, 1, '31', '', '2023-05-27 01:08:09'),
(174, 6, 6, 1, '30', '', '2023-05-27 01:08:09'),
(175, 6, 6, 1, '36', '', '2023-05-27 01:08:09'),
(176, 6, 6, 1, '13', '', '2023-05-27 01:08:09'),
(177, 6, 6, 1, '10', '', '2023-05-27 01:08:09'),
(178, 6, 6, 1, '16', '', '2023-05-27 01:08:09'),
(179, 6, 6, 1, '03', '', '2023-05-27 01:08:09'),
(180, 6, 6, 1, '01', '', '2023-05-27 01:08:09'),
(181, 6, 6, 1, '06', '', '2023-05-27 01:08:09'),
(182, 6, 6, 1, '63', '', '2023-05-27 01:08:09'),
(183, 6, 6, 1, '61', '', '2023-05-27 01:08:09'),
(184, 6, 6, 1, '60', '', '2023-05-27 01:08:09'),
(185, 6, 8, 1, '3', 'AS', '2023-05-27 01:08:09'),
(186, 6, 8, 1, '1', 'KOP', '2023-05-27 01:08:09'),
(187, 6, 8, 1, '0', 'KEPALA', '2023-05-27 01:08:09'),
(188, 6, 8, 1, '6', 'EKOR', '2023-05-27 01:08:09'),
(189, 6, 9, 1, 'TEPI', '', '2023-05-27 01:08:09'),
(190, 6, 13, 1, 'GENAP', '', '2023-05-27 01:08:09'),
(191, 6, 13, 1, 'BESAR', '', '2023-05-27 01:08:09'),
(192, 6, 22, 1, '8', 'Babi', '2023-05-27 01:08:09'),
(193, 6, 23, 1, 'HOMO', 'DEPAN', '2023-05-27 01:08:09'),
(194, 6, 23, 1, 'SILANG', 'TENGAH', '2023-05-27 01:08:09'),
(195, 6, 23, 1, 'HOMO', 'BELAKANG', '2023-05-27 01:08:09'),
(196, 6, 30, 1, 'KEMPIS', 'DEPAN', '2023-05-27 01:08:09'),
(197, 6, 30, 1, 'KEMPIS', 'TENGAH', '2023-05-27 01:08:09'),
(198, 6, 30, 1, 'KEMBANG', 'BELAKANG', '2023-05-27 01:08:09'),
(199, 8, 1, 1, '5764', '4D', '2023-05-27 01:08:09'),
(200, 8, 1, 1, '764', '3D', '2023-05-27 01:08:09'),
(201, 8, 1, 1, '64', '2D', '2023-05-27 01:08:09'),
(202, 8, 5, 1, '5', '', '2023-05-27 01:08:09'),
(203, 8, 5, 1, '7', '', '2023-05-27 01:08:09'),
(204, 8, 5, 1, '6', '', '2023-05-27 01:08:09'),
(205, 8, 5, 1, '4', '', '2023-05-27 01:08:09'),
(206, 8, 6, 1, '57', '', '2023-05-27 01:08:09'),
(207, 8, 6, 1, '56', '', '2023-05-27 01:08:09'),
(208, 8, 6, 1, '54', '', '2023-05-27 01:08:09'),
(209, 8, 6, 1, '75', '', '2023-05-27 01:08:09'),
(210, 8, 6, 1, '76', '', '2023-05-27 01:08:09'),
(211, 8, 6, 1, '74', '', '2023-05-27 01:08:09'),
(212, 8, 6, 1, '65', '', '2023-05-27 01:08:09'),
(213, 8, 6, 1, '67', '', '2023-05-27 01:08:09'),
(214, 8, 6, 1, '64', '', '2023-05-27 01:08:09'),
(215, 8, 6, 1, '45', '', '2023-05-27 01:08:09'),
(216, 8, 6, 1, '47', '', '2023-05-27 01:08:09'),
(217, 8, 6, 1, '46', '', '2023-05-27 01:08:09'),
(218, 8, 8, 1, '5', 'AS', '2023-05-27 01:08:09'),
(219, 8, 8, 1, '7', 'KOP', '2023-05-27 01:08:09'),
(220, 8, 8, 1, '6', 'KEPALA', '2023-05-27 01:08:09'),
(221, 8, 8, 1, '4', 'EKOR', '2023-05-27 01:08:09'),
(222, 8, 9, 1, 'TENGAH', '', '2023-05-27 01:08:09'),
(223, 8, 13, 1, 'GANJIL', '', '2023-05-27 01:08:09'),
(224, 8, 13, 1, 'KECIL', '', '2023-05-27 01:08:09'),
(225, 8, 22, 1, '4', 'Kelinci', '2023-05-27 01:08:09'),
(226, 8, 23, 1, 'HOMO', 'DEPAN', '2023-05-27 01:08:09'),
(227, 8, 23, 1, 'SILANG', 'TENGAH', '2023-05-27 01:08:09'),
(228, 8, 23, 1, 'HOMO', 'BELAKANG', '2023-05-27 01:08:09'),
(229, 8, 30, 1, 'KEMBANG', 'DEPAN', '2023-05-27 01:08:09'),
(230, 8, 30, 1, 'KEMPIS', 'TENGAH', '2023-05-27 01:08:09'),
(231, 8, 30, 1, 'KEMPIS', 'BELAKANG', '2023-05-27 01:08:09'),
(232, 10, 1, 1, '0538', '4D', '2023-05-27 01:08:09'),
(233, 10, 1, 1, '538', '3D', '2023-05-27 01:08:09'),
(234, 10, 1, 1, '38', '2D', '2023-05-27 01:08:09'),
(235, 10, 5, 1, '0', '', '2023-05-27 01:08:09'),
(236, 10, 5, 1, '5', '', '2023-05-27 01:08:09'),
(237, 10, 5, 1, '3', '', '2023-05-27 01:08:09'),
(238, 10, 5, 1, '8', '', '2023-05-27 01:08:09'),
(239, 10, 6, 1, '05', '', '2023-05-27 01:08:09'),
(240, 10, 6, 1, '03', '', '2023-05-27 01:08:09'),
(241, 10, 6, 1, '08', '', '2023-05-27 01:08:09'),
(242, 10, 6, 1, '50', '', '2023-05-27 01:08:09'),
(243, 10, 6, 1, '53', '', '2023-05-27 01:08:09'),
(244, 10, 6, 1, '58', '', '2023-05-27 01:08:09'),
(245, 10, 6, 1, '30', '', '2023-05-27 01:08:09'),
(246, 10, 6, 1, '35', '', '2023-05-27 01:08:09'),
(247, 10, 6, 1, '38', '', '2023-05-27 01:08:09'),
(248, 10, 6, 1, '80', '', '2023-05-27 01:08:09'),
(249, 10, 6, 1, '85', '', '2023-05-27 01:08:09'),
(250, 10, 6, 1, '83', '', '2023-05-27 01:08:09'),
(251, 10, 8, 1, '0', 'AS', '2023-05-27 01:08:09'),
(252, 10, 8, 1, '5', 'KOP', '2023-05-27 01:08:09'),
(253, 10, 8, 1, '3', 'KEPALA', '2023-05-27 01:08:09'),
(254, 10, 8, 1, '8', 'EKOR', '2023-05-27 01:08:09'),
(255, 10, 9, 1, 'TENGAH', '', '2023-05-27 01:08:09'),
(256, 10, 13, 1, 'GENAP', '', '2023-05-27 01:08:09'),
(257, 10, 13, 1, 'KECIL', '', '2023-05-27 01:08:09'),
(258, 10, 22, 1, '2', 'Ular', '2023-05-27 01:08:09'),
(259, 10, 23, 1, 'SILANG', 'DEPAN', '2023-05-27 01:08:09'),
(260, 10, 23, 1, 'HOMO', 'TENGAH', '2023-05-27 01:08:09'),
(261, 10, 23, 1, 'SILANG', 'BELAKANG', '2023-05-27 01:08:09'),
(262, 10, 30, 1, 'KEMBANG', 'DEPAN', '2023-05-27 01:08:09'),
(263, 10, 30, 1, 'KEMPIS', 'TENGAH', '2023-05-27 01:08:09'),
(264, 10, 30, 1, 'KEMBANG', 'BELAKANG', '2023-05-27 01:08:09'),
(265, 9, 1, 1, '1255', '4D', '2023-05-27 01:08:09'),
(266, 9, 1, 1, '255', '3D', '2023-05-27 01:08:09'),
(267, 9, 1, 1, '55', '2D', '2023-05-27 01:08:09'),
(268, 9, 5, 1, '1', '', '2023-05-27 01:08:09'),
(269, 9, 5, 1, '2', '', '2023-05-27 01:08:09'),
(270, 9, 5, 1, '5', '', '2023-05-27 01:08:09'),
(271, 9, 5, 1, '5', '', '2023-05-27 01:08:09'),
(272, 9, 6, 1, '12', '', '2023-05-27 01:08:09'),
(273, 9, 6, 1, '15', '', '2023-05-27 01:08:09'),
(274, 9, 6, 1, '15', '', '2023-05-27 01:08:09'),
(275, 9, 6, 1, '21', '', '2023-05-27 01:08:09'),
(276, 9, 6, 1, '25', '', '2023-05-27 01:08:09'),
(277, 9, 6, 1, '25', '', '2023-05-27 01:08:09'),
(278, 9, 6, 1, '51', '', '2023-05-27 01:08:09'),
(279, 9, 6, 1, '52', '', '2023-05-27 01:08:09'),
(280, 9, 6, 1, '55', '', '2023-05-27 01:08:09'),
(281, 9, 6, 1, '51', '', '2023-05-27 01:08:09'),
(282, 9, 6, 1, '52', '', '2023-05-27 01:08:09'),
(283, 9, 6, 1, '55', '', '2023-05-27 01:08:09'),
(284, 9, 8, 1, '1', 'AS', '2023-05-27 01:08:09'),
(285, 9, 8, 1, '2', 'KOP', '2023-05-27 01:08:09'),
(286, 9, 8, 1, '5', 'KEPALA', '2023-05-27 01:08:09'),
(287, 9, 8, 1, '5', 'EKOR', '2023-05-27 01:08:09'),
(288, 9, 9, 1, 'TENGAH', '', '2023-05-27 01:08:09'),
(289, 9, 13, 1, 'GANJIL', '', '2023-05-27 01:08:09'),
(290, 9, 13, 1, 'KECIL', '', '2023-05-27 01:08:09'),
(291, 9, 22, 1, '7', 'Tikus', '2023-05-27 01:08:09'),
(292, 9, 23, 1, 'SILANG', 'DEPAN', '2023-05-27 01:08:09'),
(293, 9, 23, 1, 'SILANG', 'TENGAH', '2023-05-27 01:08:09'),
(294, 9, 23, 1, 'HOMO', 'BELAKANG', '2023-05-27 01:08:09'),
(295, 9, 30, 1, 'KEMBANG', 'DEPAN', '2023-05-27 01:08:09'),
(296, 9, 30, 1, 'KEMBANG', 'TENGAH', '2023-05-27 01:08:09'),
(297, 9, 30, 1, 'KEMBAR', 'BELAKANG', '2023-05-27 01:08:09'),
(298, 11, 1, 1, '4596', '4D', '2023-05-27 01:08:09'),
(299, 11, 1, 1, '596', '3D', '2023-05-27 01:08:09'),
(300, 11, 1, 1, '96', '2D', '2023-05-27 01:08:09'),
(301, 11, 5, 1, '4', '', '2023-05-27 01:08:09'),
(302, 11, 5, 1, '5', '', '2023-05-27 01:08:09'),
(303, 11, 5, 1, '9', '', '2023-05-27 01:08:09'),
(304, 11, 5, 1, '6', '', '2023-05-27 01:08:09'),
(305, 11, 6, 1, '45', '', '2023-05-27 01:08:09'),
(306, 11, 6, 1, '49', '', '2023-05-27 01:08:09'),
(307, 11, 6, 1, '46', '', '2023-05-27 01:08:09'),
(308, 11, 6, 1, '54', '', '2023-05-27 01:08:09'),
(309, 11, 6, 1, '59', '', '2023-05-27 01:08:09'),
(310, 11, 6, 1, '56', '', '2023-05-27 01:08:09'),
(311, 11, 6, 1, '94', '', '2023-05-27 01:08:09'),
(312, 11, 6, 1, '95', '', '2023-05-27 01:08:09'),
(313, 11, 6, 1, '96', '', '2023-05-27 01:08:09'),
(314, 11, 6, 1, '64', '', '2023-05-27 01:08:09'),
(315, 11, 6, 1, '65', '', '2023-05-27 01:08:09'),
(316, 11, 6, 1, '69', '', '2023-05-27 01:08:09'),
(317, 11, 8, 1, '4', 'AS', '2023-05-27 01:08:09'),
(318, 11, 8, 1, '5', 'KOP', '2023-05-27 01:08:09'),
(319, 11, 8, 1, '9', 'KEPALA', '2023-05-27 01:08:09'),
(320, 11, 8, 1, '6', 'EKOR', '2023-05-27 01:08:09'),
(321, 11, 9, 1, 'TEPI', '', '2023-05-27 01:08:09'),
(322, 11, 13, 1, 'GENAP', '', '2023-05-27 01:08:09'),
(323, 11, 13, 1, 'BESAR', '', '2023-05-27 01:08:09'),
(324, 11, 22, 1, '12', 'Kambing', '2023-05-27 01:08:09'),
(325, 11, 23, 1, 'SILANG', 'DEPAN', '2023-05-27 01:08:09'),
(326, 11, 23, 1, 'HOMO', 'TENGAH', '2023-05-27 01:08:09'),
(327, 11, 23, 1, 'SILANG', 'BELAKANG', '2023-05-27 01:08:09'),
(328, 11, 30, 1, 'KEMBANG', 'DEPAN', '2023-05-27 01:08:09'),
(329, 11, 30, 1, 'KEMBANG', 'TENGAH', '2023-05-27 01:08:09'),
(330, 11, 30, 1, 'KEMPIS', 'BELAKANG', '2023-05-27 01:08:09'),
(331, 12, 1, 1, '3570', '4D', '2023-05-27 01:08:09'),
(332, 12, 1, 1, '570', '3D', '2023-05-27 01:08:09'),
(333, 12, 1, 1, '70', '2D', '2023-05-27 01:08:09'),
(334, 12, 5, 1, '3', '', '2023-05-27 01:08:09'),
(335, 12, 5, 1, '5', '', '2023-05-27 01:08:09'),
(336, 12, 5, 1, '7', '', '2023-05-27 01:08:09'),
(337, 12, 5, 1, '0', '', '2023-05-27 01:08:09'),
(338, 12, 6, 1, '35', '', '2023-05-27 01:08:09'),
(339, 12, 6, 1, '37', '', '2023-05-27 01:08:09'),
(340, 12, 6, 1, '30', '', '2023-05-27 01:08:09'),
(341, 12, 6, 1, '53', '', '2023-05-27 01:08:09'),
(342, 12, 6, 1, '57', '', '2023-05-27 01:08:09'),
(343, 12, 6, 1, '50', '', '2023-05-27 01:08:09'),
(344, 12, 6, 1, '73', '', '2023-05-27 01:08:09'),
(345, 12, 6, 1, '75', '', '2023-05-27 01:08:09'),
(346, 12, 6, 1, '70', '', '2023-05-27 01:08:09'),
(347, 12, 6, 1, '03', '', '2023-05-27 01:08:09'),
(348, 12, 6, 1, '05', '', '2023-05-27 01:08:09'),
(349, 12, 6, 1, '07', '', '2023-05-27 01:08:09'),
(350, 12, 8, 1, '3', 'AS', '2023-05-27 01:08:09'),
(351, 12, 8, 1, '5', 'KOP', '2023-05-27 01:08:09'),
(352, 12, 8, 1, '7', 'KEPALA', '2023-05-27 01:08:09'),
(353, 12, 8, 1, '0', 'EKOR', '2023-05-27 01:08:09'),
(354, 12, 9, 1, 'TENGAH', '', '2023-05-27 01:08:09'),
(355, 12, 13, 1, 'GANJIL', '', '2023-05-27 01:08:09'),
(356, 12, 13, 1, 'BESAR', '', '2023-05-27 01:08:09'),
(357, 12, 22, 1, '10', 'Ayam', '2023-05-27 01:08:09'),
(358, 12, 23, 1, 'HOMO', 'DEPAN', '2023-05-27 01:08:09'),
(359, 12, 23, 1, 'HOMO', 'TENGAH', '2023-05-27 01:08:09'),
(360, 12, 23, 1, 'SILANG', 'BELAKANG', '2023-05-27 01:08:09'),
(361, 12, 30, 1, 'KEMBANG', 'DEPAN', '2023-05-27 01:08:09'),
(362, 12, 30, 1, 'KEMBANG', 'TENGAH', '2023-05-27 01:08:09'),
(363, 12, 30, 1, 'KEMPIS', 'BELAKANG', '2023-05-27 01:08:09'),
(364, 7, 1, 1, '6920', '4D', '2023-05-27 01:08:09'),
(365, 7, 1, 1, '920', '3D', '2023-05-27 01:08:09'),
(366, 7, 1, 1, '20', '2D', '2023-05-27 01:08:09'),
(367, 7, 5, 1, '6', '', '2023-05-27 01:08:09'),
(368, 7, 5, 1, '9', '', '2023-05-27 01:08:09'),
(369, 7, 5, 1, '2', '', '2023-05-27 01:08:09'),
(370, 7, 5, 1, '0', '', '2023-05-27 01:08:09'),
(371, 7, 6, 1, '69', '', '2023-05-27 01:08:09'),
(372, 7, 6, 1, '62', '', '2023-05-27 01:08:09'),
(373, 7, 6, 1, '60', '', '2023-05-27 01:08:09'),
(374, 7, 6, 1, '96', '', '2023-05-27 01:08:09'),
(375, 7, 6, 1, '92', '', '2023-05-27 01:08:09'),
(376, 7, 6, 1, '90', '', '2023-05-27 01:08:09'),
(377, 7, 6, 1, '26', '', '2023-05-27 01:08:09'),
(378, 7, 6, 1, '29', '', '2023-05-27 01:08:09'),
(379, 7, 6, 1, '20', '', '2023-05-27 01:08:09'),
(380, 7, 6, 1, '06', '', '2023-05-27 01:08:09'),
(381, 7, 6, 1, '09', '', '2023-05-27 01:08:09'),
(382, 7, 6, 1, '02', '', '2023-05-27 01:08:09'),
(383, 7, 8, 1, '6', 'AS', '2023-05-27 01:08:09'),
(384, 7, 8, 1, '9', 'KOP', '2023-05-27 01:08:09'),
(385, 7, 8, 1, '2', 'KEPALA', '2023-05-27 01:08:09'),
(386, 7, 8, 1, '0', 'EKOR', '2023-05-27 01:08:09'),
(387, 7, 9, 1, 'TEPI', '', '2023-05-27 01:08:09'),
(388, 7, 13, 1, 'GENAP', '', '2023-05-27 01:08:09'),
(389, 7, 13, 1, 'KECIL', '', '2023-05-27 01:08:09'),
(390, 7, 22, 1, '8', 'Babi', '2023-05-27 01:08:09'),
(391, 7, 23, 1, 'SILANG', 'DEPAN', '2023-05-27 01:08:09'),
(392, 7, 23, 1, 'SILANG', 'TENGAH', '2023-05-27 01:08:09'),
(393, 7, 23, 1, 'HOMO', 'BELAKANG', '2023-05-27 01:08:09'),
(394, 7, 30, 1, 'KEMBANG', 'DEPAN', '2023-05-27 01:08:09'),
(395, 7, 30, 1, 'KEMPIS', 'TENGAH', '2023-05-27 01:08:09'),
(396, 7, 30, 1, 'KEMPIS', 'BELAKANG', '2023-05-27 01:08:09');

-- --------------------------------------------------------

--
-- Struktur dari tabel `tb_periode`
--

CREATE TABLE `tb_periode` (


`cuid` int(11) NOT NULL,
`pid` int(11) NOT NULL,
`no` int(11) NOT NULL,
`code` text NOT NULL,
`created` date NOT NULL,
`result` text NOT NULL,
`created_date` datetime NOT NULL,
`status` int(11) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;

--
-- Dumping data untuk tabel `tb_periode`
--

INSERT INTO `tb_periode` (`cuid`, `pid`, `no`, `code`, `created`, `result`,


`created_date`, `status`) VALUES
(1, 4, 1, 'HK', '2023-05-27', '8177', '2023-05-27 01:08:09', 0),
(2, 2, 1, 'SGPT', '2023-05-27', '2715', '2023-05-27 01:08:09', 0),
(3, 3, 1, 'SYD', '2023-05-27', '0932', '2023-05-27 01:08:09', 0),
(4, 1, 1, 'CB', '2023-05-27', '8937', '2023-05-27 01:08:09', 0),
(5, 5, 1, 'CH', '2023-05-27', '9068', '2023-05-27 01:08:09', 0),
(6, 6, 1, 'JPY', '2023-05-27', '3106', '2023-05-27 01:08:09', 0),
(7, 8, 1, 'LND', '2023-05-27', '5764', '2023-05-27 01:08:09', 0),
(8, 10, 1, 'MDR', '2023-05-27', '0538', '2023-05-27 01:08:09', 0),
(9, 9, 1, 'MNL', '2023-05-27', '1255', '2023-05-27 01:08:09', 0),
(10, 11, 1, 'SOL', '2023-05-27', '4596', '2023-05-27 01:08:09', 0),
(11, 12, 1, 'SHG', '2023-05-27', '3570', '2023-05-27 01:08:09', 0),
(12, 7, 1, 'TW', '2023-05-27', '6920', '2023-05-27 01:08:09', 0);

-- --------------------------------------------------------

--
-- Struktur dari tabel `tb_popup`
--

CREATE TABLE `tb_popup` (


`cuid` int(11) NOT NULL,
`ip` text NOT NULL,
`date` date NOT NULL,
`status` text NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=latin1;
--
-- Dumping data untuk tabel `tb_popup`
--

INSERT INTO `tb_popup` (`cuid`, `ip`, `date`, `status`) VALUES


(1, '127.0.0.1', '2023-05-06', '0');

-- --------------------------------------------------------

--
-- Struktur dari tabel `tb_post`
--

CREATE TABLE `tb_post` (


`cuid` int(11) NOT NULL,
`slug` text NOT NULL,
`title` text NOT NULL,
`persen` text NOT NULL,
`min_to` text NOT NULL,
`satuan` int(2) NOT NULL,
`image` varchar(255) NOT NULL,
`content` longtext NOT NULL,
`author` text NOT NULL,
`kategori` text NOT NULL,
`created_date` date NOT NULL,
`last_update` date NOT NULL,
`user` text NOT NULL,
`status` int(11) NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=latin1;

--
-- Dumping data untuk tabel `tb_post`
--

INSERT INTO `tb_post` (`cuid`, `slug`, `title`, `persen`, `min_to`, `satuan`,


`image`, `content`, `author`, `kategori`, `created_date`, `last_update`, `user`,
`status`) VALUES
(6, 'bonus-new-member-50-', 'BONUS NEW MEMBER 50%', '50', '5', 0,
'blog_adminmaster_20230705002058.jpg', '<p>Syarat &amp; Ketentuan
:</p><ul><li>Bonus 50% berlaku untuk NEW MEMBER yang melakukan
deposit.</li><li>Minimal deposit untuk melakukan klaim bonus sebesar IDR 20.000
&amp; Maksimal bonus yang diberikan sebesar IDR 50.000.</li><li>Wajib melakukan
klaim bonus sebelum melakukan permainan, jika saldo sudah dimainkan, tidak bisa
melakukan klaim.</li><li>Bonus New Member 50% bisa diklaim via
Livechat.</li><li>Untuk melakukan penarikan atau withdraw, harus mencapai TO 10X
dari nilai deposit + bonus.<br>Contoh : Deposit 20.000 + 50% = 30.000 x 10 =
300.000 ( TO yang harus dicapai ).</li><li>Syarat &amp; Ketentuan Umum berlaku,
Kami berhak untuk membatalkan dan\r\n menarik bonus sesuai dengan ketentuan yang
berlaku tanpa pemberitahuan \r\nsebelumnya.</li><li>Semua keputusan bersifat mutlak
dan tidak dapat di ganggu gugat.<br></li></ul>', 'Administrator', '0', '2023-05-
07', '2023-05-07', 'adminmaster', 1),
(7, 'bonus-rolling-mingguan-0-1-', 'BONUS ROLLING MINGGUAN 0.1%', '0.1', '500000',
1, 'blog_adminmaster_20230705003923.jpg', '<p>Syarat &amp; Ketentuan
:</p><ul><li>Bonus Rollingan Slot berlaku untuk semua member.</li><li>Minimal
Turnover harus IDR 500.000 untuk mendapatkan bonus rollingan.</li><li>Bonus
Rollingan akan masuk secara otomatis di hari pembagian bonus.</li><li>Perhitungan
bonus rollingan dari hari SENIN sampai MINGGU &amp; akan dibagikan dihari SELASA,
paling lambat pukul 00.00 WIB.</li><li>Tidak ada batas Maksimal Bonus Turnover yang
diberikan ( UNLIMITED ).</li><li>Bonus Rollingan Mingguan bisa langsung di Withdraw
tanpa syarat<br></li></ul>', 'Administrator', '1', '2023-05-07', '2023-05-07',
'adminmaster', 1);

-- --------------------------------------------------------

--
-- Struktur dari tabel `tb_ppplayer`
--

CREATE TABLE `tb_ppplayer` (


`cuid` int(255) NOT NULL,
`userID` int(255) NOT NULL,
`externalPlayerId` text COLLATE utf8mb4_unicode_ci NOT NULL,
`playerid` text COLLATE utf8mb4_unicode_ci NOT NULL,
`token` text COLLATE utf8mb4_unicode_ci NOT NULL,
`provider` text COLLATE utf8mb4_unicode_ci NOT NULL,
`balance` text COLLATE utf8mb4_unicode_ci NOT NULL,
`status` int(2) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

-- --------------------------------------------------------

--
-- Struktur dari tabel `tb_provider`
--

CREATE TABLE `tb_provider` (


`cuid` int(255) NOT NULL,
`providerid` text NOT NULL,
`slug` text NOT NULL,
`providername` text NOT NULL,
`jenis` int(11) NOT NULL COMMENT '1:slot,2:sports,3:casino,4:tembak ikan, 5: e-
games'
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;

--
-- Dumping data untuk tabel `tb_provider`
--

INSERT INTO `tb_provider` (`cuid`, `providerid`, `slug`, `providername`, `jenis`)


VALUES
(1, 'PragmaticPlay', 'pragmatic-play', 'Pragmatic Play', 1),
(13, 'PragmaticPlay', 'pragmatic-live', 'Pragmatic Live', 3);

-- --------------------------------------------------------

--
-- Struktur dari tabel `tb_seo`
--

CREATE TABLE `tb_seo` (


`cuid` int(11) NOT NULL,
`image` varchar(255) NOT NULL DEFAULT 'logo.png',
`instansi` text NOT NULL,
`keyword` text NOT NULL,
`deskripsi` text NOT NULL,
`news` text NOT NULL,
`coin` int(11) NOT NULL,
`urlweb` text NOT NULL,
`user` text NOT NULL,
`date` datetime NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=latin1;

--
-- Dumping data untuk tabel `tb_seo`
--

INSERT INTO `tb_seo` (`cuid`, `image`, `instansi`, `keyword`, `deskripsi`, `news`,


`coin`, `urlweb`, `user`, `date`) VALUES
(1, 'logo.png', 'Slot Online, Situs Judi Online - Domain.com', 'slot', '', 'Welcome
to Domain.com JOIN NOW to get your first time 100% Welcome Bonus !', 100000000,
'http://localhost/kingpragmatic', 'adminmaster', '2020-01-10 20:55:37');

-- --------------------------------------------------------

--
-- Struktur dari tabel `tb_slide`
--

CREATE TABLE `tb_slide` (


`cuid` int(11) NOT NULL,
`image` varchar(255) NOT NULL,
`deskripsi` text NOT NULL,
`sort` int(11) NOT NULL,
`user` text NOT NULL,
`status` int(11) NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=latin1;

--
-- Dumping data untuk tabel `tb_slide`
--

INSERT INTO `tb_slide` (`cuid`, `image`, `deskripsi`, `sort`, `user`, `status`)


VALUES
(1, 'slide_1.png', '', 1, 'master', 1),
(2, 'slide_2.png', '', 2, 'master', 1),
(3, 'slide_3.png', '', 3, 'adminmaster', 1),
(4, 'slide_4.png', '', 4, 'adminmaster', 1),
(22, 'slide_5.png', '', 5, 'adminmaster', 1),
(23, 'slide_6.png', '', 6, 'adminmaster', 1);

-- --------------------------------------------------------

--
-- Struktur dari tabel `tb_social`
--

CREATE TABLE `tb_social` (


`cuid` int(11) NOT NULL,
`facebook` text NOT NULL,
`twitter` text NOT NULL,
`googleplus` text NOT NULL,
`instagram` text NOT NULL,
`linkedin` text NOT NULL,
`youtube` text NOT NULL,
`date` datetime NOT NULL,
`user` text NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=latin1;

--
-- Dumping data untuk tabel `tb_social`
--

INSERT INTO `tb_social` (`cuid`, `facebook`, `twitter`, `googleplus`, `instagram`,


`linkedin`, `youtube`, `date`, `user`) VALUES
(1, '#', '#', '#', '#', '#', '#', '0000-00-00 00:00:00', 'master');

-- --------------------------------------------------------

--
-- Struktur dari tabel `tb_stat`
--

CREATE TABLE `tb_stat` (


`cuid` int(11) NOT NULL,
`ip` text NOT NULL,
`date` date NOT NULL,
`hits` int(11) NOT NULL,
`page` text NOT NULL,
`user` text NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=latin1;

-- --------------------------------------------------------

--
-- Struktur dari tabel `tb_taruhan`
--

CREATE TABLE `tb_taruhan` (


`cuid` int(11) NOT NULL,
`userID` int(11) NOT NULL,
`pid` int(11) NOT NULL,
`gameid` int(11) NOT NULL,
`code` text NOT NULL,
`periode` int(11) NOT NULL,
`created_date` datetime NOT NULL,
`tebak` text NOT NULL,
`posisi` text NOT NULL,
`nominal` int(11) NOT NULL,
`menang` text NOT NULL,
`diskon` text NOT NULL,
`bayar` text NOT NULL,
`jumlah` text NOT NULL,
`keterangan` text NOT NULL,
`status` int(11) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;

-- --------------------------------------------------------

--
-- Struktur dari tabel `tb_testi`
--

CREATE TABLE `tb_testi` (


`cuid` int(11) NOT NULL,
`kd_transaksi` text NOT NULL,
`produkID` int(11) NOT NULL,
`full_name` text NOT NULL,
`content` mediumtext NOT NULL,
`date` datetime NOT NULL,
`status` int(11) NOT NULL DEFAULT 0,
`userID` int(11) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1;

-- --------------------------------------------------------

--
-- Struktur dari tabel `tb_token`
--

CREATE TABLE `tb_token` (


`cuid` int(11) NOT NULL,
`token` varchar(255) NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=latin1;

-- --------------------------------------------------------

--
-- Struktur dari tabel `tb_transaksi`
--

CREATE TABLE `tb_transaksi` (


`cuid` int(11) NOT NULL,
`kd_transaksi` varchar(16) NOT NULL,
`date` datetime NOT NULL,
`transaksi` text NOT NULL,
`total` int(11) NOT NULL,
`saldo` int(11) NOT NULL,
`note` text NOT NULL,
`gameid` text NOT NULL,
`providerID` int(2) NOT NULL,
`jenis` text NOT NULL COMMENT
'1:Deposit,2:Withdraw,3:Refferal,4:Rabate,5:Transfer,6:TransferBack',
`metode` text NOT NULL,
`pay_from` int(11) NOT NULL,
`userID` int(11) NOT NULL,
`status` int(11) NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=latin1;

--
-- Dumping data untuk tabel `tb_transaksi`
--

INSERT INTO `tb_transaksi` (`cuid`, `kd_transaksi`, `date`, `transaksi`, `total`,


`saldo`, `note`, `gameid`, `providerID`, `jenis`, `metode`, `pay_from`, `userID`,
`status`) VALUES
(1, '', '2023-05-06 09:35:28', '', 0, 0, '', 'vs20starlight', 0, '5', '', 0, 1, 1);

-- --------------------------------------------------------

--
-- Struktur dari tabel `tb_tripay`
--
CREATE TABLE `tb_tripay` (
`cuid` int(11) NOT NULL,
`userID` int(11) NOT NULL,
`reference` text NOT NULL,
`merchant_ref` text NOT NULL,
`payment_method` text NOT NULL,
`payment_name` text NOT NULL,
`customer_email` text NOT NULL,
`customer_phone` text NOT NULL,
`amount` int(11) NOT NULL,
`fee` int(11) NOT NULL,
`amount_total` int(11) NOT NULL,
`pay_code` text NOT NULL,
`checkout_url` text NOT NULL,
`status` text NOT NULL,
`paid_time` datetime NOT NULL,
`expired_time` datetime NOT NULL,
`providerID` int(11) NOT NULL,
`jenis_transaksi` int(11) NOT NULL,
`created_date` datetime NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=latin1;

-- --------------------------------------------------------

--
-- Struktur dari tabel `tb_tripayapi`
--

CREATE TABLE `tb_tripayapi` (


`cuid` int(11) NOT NULL,
`provider` text NOT NULL,
`providerName` text NOT NULL,
`api_key` text NOT NULL,
`secret_key` text NOT NULL,
`urlRequest` text NOT NULL,
`urlResponse` text NOT NULL,
`status` int(2) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1;

--
-- Dumping data untuk tabel `tb_tripayapi`
--

INSERT INTO `tb_tripayapi` (`cuid`, `provider`, `providerName`, `api_key`,


`secret_key`, `urlRequest`, `urlResponse`, `status`) VALUES
(1, 'PragmaticPlay', 'Pragmatic Play', 'sxks_kingcuan', 'testKey',
'https://api.prerelease-env.biz/IntegrationService/v3/http/CasinoGameAPI', '', 0);

-- --------------------------------------------------------

--
-- Table structure for table `tb_turnover`
--

CREATE TABLE `tb_turnover` (


`cuid` int(255) NOT NULL,
`userID` int(255) NOT NULL,
`trxID` text NOT NULL,
`depo` text NOT NULL,
`bonus` text NOT NULL,
`jmlh_to` int(3) NOT NULL,
`total_to` int(11) NOT NULL,
`sisa_to` int(11) NOT NULL,
`status` int(2) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

-- --------------------------------------------------------

--
-- Struktur dari tabel `tb_user`
--

CREATE TABLE `tb_user` (


`cuid` int(11) NOT NULL,
`userid` int(11) NOT NULL,
`extplayer` text NOT NULL,
`user` text NOT NULL,
`pass` varchar(100) NOT NULL,
`token_id` int(11) DEFAULT NULL,
`image` varchar(255) NOT NULL DEFAULT 'avatar5.png',
`full_name` text NOT NULL,
`email` varchar(255) NOT NULL,
`no_hp` text NOT NULL,
`level` text NOT NULL,
`pinTrx` varchar(255) NOT NULL,
`reff` int(11) NOT NULL,
`uplineID` int(255) NOT NULL,
`join_date` datetime NOT NULL,
`last_login` datetime NOT NULL,
`status` int(11) NOT NULL DEFAULT 0
) ENGINE=MyISAM DEFAULT CHARSET=latin1 ROW_FORMAT=DYNAMIC;

--
-- Dumping data untuk tabel `tb_user`
--

INSERT INTO `tb_user` (`cuid`, `userid`, `extplayer`, `user`, `pass`, `token_id`,


`image`, `full_name`, `email`, `no_hp`, `level`, `pinTrx`, `reff`, `uplineID`,
`join_date`, `last_login`, `status`) VALUES
(1, 0, '', 'adminmaster',
'$2y$10$pVzKgNa3E2xzG7rAy7R1s.YHsBrWpJJF47SRch6Y7h0T17fEHgX1G', 4, 'avatar5.png',
'Administrator', 'email@gmail.com', '081292920005', 'superadmin', '', 0, 1, '2020-
07-10 00:00:00', '2023-06-21 01:01:07', 1);

--
-- Indexes for dumped tables
--

--
-- Indeks untuk tabel `tb_admin`
--
ALTER TABLE `tb_admin`
ADD PRIMARY KEY (`cuid`);

--
-- Indeks untuk tabel `tb_backup`
--
ALTER TABLE `tb_backup`
ADD PRIMARY KEY (`cuid`);

--
-- Indeks untuk tabel `tb_balance`
--
ALTER TABLE `tb_balance`
ADD PRIMARY KEY (`cuid`);

--
-- Indeks untuk tabel `tb_bank`
--
ALTER TABLE `tb_bank`
ADD PRIMARY KEY (`cuid`);

--
-- Indeks untuk tabel `tb_banner`
--
ALTER TABLE `tb_banner`
ADD PRIMARY KEY (`cuid`);

--
-- Indeks untuk tabel `tb_game`
--
ALTER TABLE `tb_game`
ADD PRIMARY KEY (`cuid`);

--
-- Indeks untuk tabel `tb_gamelist`
--
ALTER TABLE `tb_gamelist`
ADD PRIMARY KEY (`cuid`);

--
-- Indeks untuk tabel `tb_konfirmasi`
--
ALTER TABLE `tb_konfirmasi`
ADD PRIMARY KEY (`cuid`);

--
-- Indeks untuk tabel `tb_livechat`
--
ALTER TABLE `tb_livechat`
ADD PRIMARY KEY (`cuid`);

--
-- Indeks untuk tabel `tb_notif`
--
ALTER TABLE `tb_notif`
ADD PRIMARY KEY (`cuid`);

--
-- Indeks untuk tabel `tb_page`
--
ALTER TABLE `tb_page`
ADD PRIMARY KEY (`cuid`);

--
-- Indeks untuk tabel `tb_pasaran`
--
ALTER TABLE `tb_pasaran`
ADD PRIMARY KEY (`cuid`);

--
-- Indeks untuk tabel `tb_pasaran_result`
--
ALTER TABLE `tb_pasaran_result`
ADD PRIMARY KEY (`cuid`);

--
-- Indeks untuk tabel `tb_periode`
--
ALTER TABLE `tb_periode`
ADD PRIMARY KEY (`cuid`);

--
-- Indeks untuk tabel `tb_popup`
--
ALTER TABLE `tb_popup`
ADD PRIMARY KEY (`cuid`);

--
-- Indeks untuk tabel `tb_post`
--
ALTER TABLE `tb_post`
ADD PRIMARY KEY (`cuid`);

--
-- Indeks untuk tabel `tb_ppplayer`
--
ALTER TABLE `tb_ppplayer`
ADD PRIMARY KEY (`cuid`);

--
-- Indeks untuk tabel `tb_provider`
--
ALTER TABLE `tb_provider`
ADD PRIMARY KEY (`cuid`);

--
-- Indeks untuk tabel `tb_seo`
--
ALTER TABLE `tb_seo`
ADD PRIMARY KEY (`cuid`);

--
-- Indeks untuk tabel `tb_slide`
--
ALTER TABLE `tb_slide`
ADD PRIMARY KEY (`cuid`);

--
-- Indeks untuk tabel `tb_social`
--
ALTER TABLE `tb_social`
ADD PRIMARY KEY (`cuid`);

--
-- Indeks untuk tabel `tb_stat`
--
ALTER TABLE `tb_stat`
ADD PRIMARY KEY (`cuid`);

--
-- Indeks untuk tabel `tb_taruhan`
--
ALTER TABLE `tb_taruhan`
ADD PRIMARY KEY (`cuid`);

--
-- Indeks untuk tabel `tb_testi`
--
ALTER TABLE `tb_testi`
ADD PRIMARY KEY (`cuid`);

--
-- Indeks untuk tabel `tb_token`
--
ALTER TABLE `tb_token`
ADD PRIMARY KEY (`cuid`);

--
-- Indeks untuk tabel `tb_transaksi`
--
ALTER TABLE `tb_transaksi`
ADD PRIMARY KEY (`cuid`);

--
-- Indeks untuk tabel `tb_tripay`
--
ALTER TABLE `tb_tripay`
ADD PRIMARY KEY (`cuid`);

--
-- Indeks untuk tabel `tb_tripayapi`
--
ALTER TABLE `tb_tripayapi`
ADD PRIMARY KEY (`cuid`);

--
-- Indexes for table `tb_turnover`
--
ALTER TABLE `tb_turnover`
ADD PRIMARY KEY (`cuid`);

--
-- Indeks untuk tabel `tb_user`
--
ALTER TABLE `tb_user`
ADD PRIMARY KEY (`cuid`);

--
-- AUTO_INCREMENT untuk tabel yang dibuang
--

--
-- AUTO_INCREMENT untuk tabel `tb_admin`
--
ALTER TABLE `tb_admin`
MODIFY `cuid` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=6;

--
-- AUTO_INCREMENT untuk tabel `tb_backup`
--
ALTER TABLE `tb_backup`
MODIFY `cuid` int(11) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT untuk tabel `tb_balance`
--
ALTER TABLE `tb_balance`
MODIFY `cuid` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;

--
-- AUTO_INCREMENT untuk tabel `tb_bank`
--
ALTER TABLE `tb_bank`
MODIFY `cuid` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;

--
-- AUTO_INCREMENT untuk tabel `tb_banner`
--
ALTER TABLE `tb_banner`
MODIFY `cuid` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;

--
-- AUTO_INCREMENT untuk tabel `tb_game`
--
ALTER TABLE `tb_game`
MODIFY `cuid` int(255) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=41;

--
-- AUTO_INCREMENT untuk tabel `tb_gamelist`
--
ALTER TABLE `tb_gamelist`
MODIFY `cuid` int(255) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=1112;

--
-- AUTO_INCREMENT untuk tabel `tb_konfirmasi`
--
ALTER TABLE `tb_konfirmasi`
MODIFY `cuid` int(11) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT untuk tabel `tb_livechat`
--
ALTER TABLE `tb_livechat`
MODIFY `cuid` int(255) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;

--
-- AUTO_INCREMENT untuk tabel `tb_notif`
--
ALTER TABLE `tb_notif`
MODIFY `cuid` int(11) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT untuk tabel `tb_page`
--
ALTER TABLE `tb_page`
MODIFY `cuid` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=10;

--
-- AUTO_INCREMENT untuk tabel `tb_pasaran`
--
ALTER TABLE `tb_pasaran`
MODIFY `cuid` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=24;

--
-- AUTO_INCREMENT untuk tabel `tb_pasaran_result`
--
ALTER TABLE `tb_pasaran_result`
MODIFY `cuid` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=652;

--
-- AUTO_INCREMENT untuk tabel `tb_periode`
--
ALTER TABLE `tb_periode`
MODIFY `cuid` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=20;

--
-- AUTO_INCREMENT untuk tabel `tb_popup`
--
ALTER TABLE `tb_popup`
MODIFY `cuid` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;

--
-- AUTO_INCREMENT untuk tabel `tb_post`
--
ALTER TABLE `tb_post`
MODIFY `cuid` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=8;

--
-- AUTO_INCREMENT untuk tabel `tb_ppplayer`
--
ALTER TABLE `tb_ppplayer`
MODIFY `cuid` int(255) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT untuk tabel `tb_provider`
--
ALTER TABLE `tb_provider`
MODIFY `cuid` int(255) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=28;

--
-- AUTO_INCREMENT untuk tabel `tb_seo`
--
ALTER TABLE `tb_seo`
MODIFY `cuid` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=8;

--
-- AUTO_INCREMENT untuk tabel `tb_slide`
--
ALTER TABLE `tb_slide`
MODIFY `cuid` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=24;
--
-- AUTO_INCREMENT untuk tabel `tb_social`
--
ALTER TABLE `tb_social`
MODIFY `cuid` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;

--
-- AUTO_INCREMENT untuk tabel `tb_stat`
--
ALTER TABLE `tb_stat`
MODIFY `cuid` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=198;

--
-- AUTO_INCREMENT untuk tabel `tb_taruhan`
--
ALTER TABLE `tb_taruhan`
MODIFY `cuid` int(11) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT untuk tabel `tb_testi`
--
ALTER TABLE `tb_testi`
MODIFY `cuid` int(11) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT untuk tabel `tb_token`
--
ALTER TABLE `tb_token`
MODIFY `cuid` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=5;

--
-- AUTO_INCREMENT untuk tabel `tb_transaksi`
--
ALTER TABLE `tb_transaksi`
MODIFY `cuid` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;

--
-- AUTO_INCREMENT untuk tabel `tb_tripay`
--
ALTER TABLE `tb_tripay`
MODIFY `cuid` int(11) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT untuk tabel `tb_tripayapi`
--
ALTER TABLE `tb_tripayapi`
MODIFY `cuid` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=5;

--
-- AUTO_INCREMENT for table `tb_turnover`
--
ALTER TABLE `tb_turnover`
MODIFY `cuid` int(255) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;

--
-- AUTO_INCREMENT untuk tabel `tb_user`
--
ALTER TABLE `tb_user`
MODIFY `cuid` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=197;
COMMIT;

/*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */;


/*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */;
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;

You might also like