Provably fair
- Won Last 24hr $21,302.7973
Bets All Time 5172228

BetsWild, Best crypto casino Site, instant BTC deposits & withdrawals, Best alternative Roobet crash and bc.game, Provably fair bitcoin casino & slots. Play crash bitcoin game - join the fun cryptocurrency games!

Account

Balance Created Updated Actions
1,000,000.00 4 years ago 6 days ago Deposit Withdraw

Transactions

ID Type Amount Running balance Created
26338 75 Ball Bingo 4.00 1,000,005.00 3 years ago
26337 75 Ball Bingo -1.00 1,000,001.00 3 years ago
26336 75 Ball Bingo 4.00 1,000,002.00 3 years ago
26335 75 Ball Bingo -1.00 999,998.00 3 years ago
26334 75 Ball Bingo -1.00 999,999.00 3 years ago
26178 75 Ball Bingo -1.00 999,999.00 3 years ago
26332 Slots -7.00 999,993.00 3 years ago
3388 Game loss bonus 500.00 993,290.00 3 years ago
26331 Slots -5,000.00 992,790.00 3 years ago
3387 Game loss bonus 500.00 997,790.00 3 years ago
Whoops! There was an error.
ErrorException (E_WARNING)
file_put_contents(): Only 0 of 289 bytes written, possibly out of free disk space ErrorException thrown with message "file_put_contents(): Only 0 of 289 bytes written, possibly out of free disk space" Stacktrace: #7 ErrorException in /home/admin/web/demo.betstoro.com/public_html/vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:122 #6 file_put_contents in /home/admin/web/demo.betstoro.com/public_html/vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:122 #5 Illuminate\Filesystem\Filesystem:put in /home/admin/web/demo.betstoro.com/public_html/vendor/laravel/framework/src/Illuminate/Session/FileSessionHandler.php:83 #4 Illuminate\Session\FileSessionHandler:write in /home/admin/web/demo.betstoro.com/public_html/vendor/laravel/framework/src/Illuminate/Session/Store.php:129 #3 Illuminate\Session\Store:save in /home/admin/web/demo.betstoro.com/public_html/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php:87 #2 Illuminate\Session\Middleware\StartSession:terminate in /home/admin/web/demo.betstoro.com/public_html/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php:218 #1 Illuminate\Foundation\Http\Kernel:terminateMiddleware in /home/admin/web/demo.betstoro.com/public_html/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php:189 #0 Illuminate\Foundation\Http\Kernel:terminate in /home/admin/web/demo.betstoro.com/public_html/public/index.php:60
7
ErrorException
/
vendor
/
laravel
/
framework
/
src
/
Illuminate
/
Filesystem
/
Filesystem.php
122
6
file_put_contents
/
vendor
/
laravel
/
framework
/
src
/
Illuminate
/
Filesystem
/
Filesystem.php
122
5
Illuminate
\
Filesystem
\
Filesystem
put
/
vendor
/
laravel
/
framework
/
src
/
Illuminate
/
Session
/
FileSessionHandler.php
83
4
Illuminate
\
Session
\
FileSessionHandler
write
/
vendor
/
laravel
/
framework
/
src
/
Illuminate
/
Session
/
Store.php
129
3
Illuminate
\
Session
\
Store
save
/
vendor
/
laravel
/
framework
/
src
/
Illuminate
/
Session
/
Middleware
/
StartSession.php
87
2
Illuminate
\
Session
\
Middleware
\
StartSession
terminate
/
vendor
/
laravel
/
framework
/
src
/
Illuminate
/
Foundation
/
Http
/
Kernel.php
218
1
Illuminate
\
Foundation
\
Http
\
Kernel
terminateMiddleware
/
vendor
/
laravel
/
framework
/
src
/
Illuminate
/
Foundation
/
Http
/
Kernel.php
189
0
Illuminate
\
Foundation
\
Http
\
Kernel
terminate
/
public
/
index.php
60
/
home
/
admin
/
web
/
demo.betstoro.com
/
public_html
/
vendor
/
laravel
/
framework
/
src
/
Illuminate
/
Filesystem
/
Filesystem.php
     *
     * @param  string  $path
     * @return string
     */
    public function hash($path)
    {
        return md5_file($path);
    }
 
    /**
     * Write the contents of a file.
     *
     * @param  string  $path
     * @param  string  $contents
     * @param  bool  $lock
     * @return int
     */
    public function put($path, $contents, $lock = false)
    {
        return file_put_contents($path, $contents, $lock ? LOCK_EX : 0);
    }
 
    /**
     * Write the contents of a file, replacing it atomically if it already exists.
     *
     * @param  string  $path
     * @param  string  $content
     * @return void
     */
    public function replace($path, $content)
    {
        // If the path already exists and is a symlink, get the real path...
        clearstatcache(true, $path);
 
        $path = realpath($path) ?: $path;
 
        $tempPath = tempnam(dirname($path), basename($path));
 
        // Fix permissions of tempPath because `tempnam()` creates it with permissions set to 0600...
        chmod($tempPath, 0777 - umask());
Arguments
  1. "file_put_contents(): Only 0 of 289 bytes written, possibly out of free disk space"
    
/
home
/
admin
/
web
/
demo.betstoro.com
/
public_html
/
vendor
/
laravel
/
framework
/
src
/
Illuminate
/
Filesystem
/
Filesystem.php
     *
     * @param  string  $path
     * @return string
     */
    public function hash($path)
    {
        return md5_file($path);
    }
 
    /**
     * Write the contents of a file.
     *
     * @param  string  $path
     * @param  string  $contents
     * @param  bool  $lock
     * @return int
     */
    public function put($path, $contents, $lock = false)
    {
        return file_put_contents($path, $contents, $lock ? LOCK_EX : 0);
    }
 
    /**
     * Write the contents of a file, replacing it atomically if it already exists.
     *
     * @param  string  $path
     * @param  string  $content
     * @return void
     */
    public function replace($path, $content)
    {
        // If the path already exists and is a symlink, get the real path...
        clearstatcache(true, $path);
 
        $path = realpath($path) ?: $path;
 
        $tempPath = tempnam(dirname($path), basename($path));
 
        // Fix permissions of tempPath because `tempnam()` creates it with permissions set to 0600...
        chmod($tempPath, 0777 - umask());
Arguments
  1. "/home/admin/web/demo.betstoro.com/public_html/storage/framework/sessions/A4ICMPDmu898IgXa8h8sFxI23J2MGt2TJstuQk6T"
    
  2. "a:5:{s:50:"login_web_59ba36addc2b2f9401580f014c7f58ea4e30989d";i:12;s:6:"_token";s:40:"M4Tak9r6vuk37v3FAlHAiTAvJ6mjifpxH2Es5BVX";s:6:"locale";s:2:"en";s:9:"_previous";a:1:{s:3:"url";s:46:"http://demo.betstoro.com/user/account?page=477";}s:6:"_flash";a:2:{s:3:"old";a:0:{}s:3:"new";a:0:{}}}"
    
  3. 2
    
/
home
/
admin
/
web
/
demo.betstoro.com
/
public_html
/
vendor
/
laravel
/
framework
/
src
/
Illuminate
/
Session
/
FileSessionHandler.php
    /**
     * {@inheritdoc}
     */
    public function read($sessionId)
    {
        if ($this->files->isFile($path = $this->path.'/'.$sessionId)) {
            if ($this->files->lastModified($path) >= Carbon::now()->subMinutes($this->minutes)->getTimestamp()) {
                return $this->files->sharedGet($path);
            }
        }
 
        return '';
    }
 
    /**
     * {@inheritdoc}
     */
    public function write($sessionId, $data)
    {
        $this->files->put($this->path.'/'.$sessionId, $data, true);
 
        return true;
    }
 
    /**
     * {@inheritdoc}
     */
    public function destroy($sessionId)
    {
        $this->files->delete($this->path.'/'.$sessionId);
 
        return true;
    }
 
    /**
     * {@inheritdoc}
     */
    public function gc($lifetime)
    {
        $files = Finder::create()
Arguments
  1. "/home/admin/web/demo.betstoro.com/public_html/storage/framework/sessions/A4ICMPDmu898IgXa8h8sFxI23J2MGt2TJstuQk6T"
    
  2. "a:5:{s:50:"login_web_59ba36addc2b2f9401580f014c7f58ea4e30989d";i:12;s:6:"_token";s:40:"M4Tak9r6vuk37v3FAlHAiTAvJ6mjifpxH2Es5BVX";s:6:"locale";s:2:"en";s:9:"_previous";a:1:{s:3:"url";s:46:"http://demo.betstoro.com/user/account?page=477";}s:6:"_flash";a:2:{s:3:"old";a:0:{}s:3:"new";a:0:{}}}"
    
  3. true
    
/
home
/
admin
/
web
/
demo.betstoro.com
/
public_html
/
vendor
/
laravel
/
framework
/
src
/
Illuminate
/
Session
/
Store.php
     *
     * @param  string  $data
     * @return string
     */
    protected function prepareForUnserialize($data)
    {
        return $data;
    }
 
    /**
     * Save the session data to storage.
     *
     * @return bool
     */
    public function save()
    {
        $this->ageFlashData();
 
        $this->handler->write($this->getId(), $this->prepareForStorage(
            serialize($this->attributes)
        ));
 
        $this->started = false;
    }
 
    /**
     * Prepare the serialized session data for storage.
     *
     * @param  string  $data
     * @return string
     */
    protected function prepareForStorage($data)
    {
        return $data;
    }
 
    /**
     * Age the flash data for the session.
     *
     * @return void
Arguments
  1. "A4ICMPDmu898IgXa8h8sFxI23J2MGt2TJstuQk6T"
    
  2. "a:5:{s:50:"login_web_59ba36addc2b2f9401580f014c7f58ea4e30989d";i:12;s:6:"_token";s:40:"M4Tak9r6vuk37v3FAlHAiTAvJ6mjifpxH2Es5BVX";s:6:"locale";s:2:"en";s:9:"_previous";a:1:{s:3:"url";s:46:"http://demo.betstoro.com/user/account?page=477";}s:6:"_flash";a:2:{s:3:"old";a:0:{}s:3:"new";a:0:{}}}"
    
/
home
/
admin
/
web
/
demo.betstoro.com
/
public_html
/
vendor
/
laravel
/
framework
/
src
/
Illuminate
/
Session
/
Middleware
/
StartSession.php
        if ($this->sessionConfigured()) {
            $this->storeCurrentUrl($request, $session);
 
            $this->addCookieToResponse($response, $session);
        }
 
        return $response;
    }
 
    /**
     * Perform any final actions for the request lifecycle.
     *
     * @param  \Illuminate\Http\Request  $request
     * @param  \Symfony\Component\HttpFoundation\Response  $response
     * @return void
     */
    public function terminate($request, $response)
    {
        if ($this->sessionHandled && $this->sessionConfigured() && ! $this->usingCookieSessions()) {
            $this->manager->driver()->save();
        }
    }
 
    /**
     * Start the session for the given request.
     *
     * @param  \Illuminate\Http\Request  $request
     * @return \Illuminate\Contracts\Session\Session
     */
    protected function startSession(Request $request)
    {
        return tap($this->getSession($request), function ($session) use ($request) {
            $session->setRequestOnHandler($request);
 
            $session->start();
        });
    }
 
    /**
     * Get the session implementation from the manager.
/
home
/
admin
/
web
/
demo.betstoro.com
/
public_html
/
vendor
/
laravel
/
framework
/
src
/
Illuminate
/
Foundation
/
Http
/
Kernel.php
     * @return void
     */
    protected function terminateMiddleware($request, $response)
    {
        $middlewares = $this->app->shouldSkipMiddleware() ? [] : array_merge(
            $this->gatherRouteMiddleware($request),
            $this->middleware
        );
 
        foreach ($middlewares as $middleware) {
            if (! is_string($middleware)) {
                continue;
            }
 
            [$name] = $this->parseMiddleware($middleware);
 
            $instance = $this->app->make($name);
 
            if (method_exists($instance, 'terminate')) {
                $instance->terminate($request, $response);
            }
        }
    }
 
    /**
     * Gather the route middleware for the given request.
     *
     * @param  \Illuminate\Http\Request  $request
     * @return array
     */
    protected function gatherRouteMiddleware($request)
    {
        if ($route = $request->route()) {
            return $this->router->gatherRouteMiddleware($route);
        }
 
        return [];
    }
 
    /**
Arguments
  1. Request {
      #json: null
      #convertedFiles: null
      #userResolver: Closure {
        class: "Illuminate\Auth\AuthServiceProvider"
        this: AuthServiceProvider { …}
        parameters: {
          $guard: {
            default: null
          }
        }
        use: {
          $app: Application { …}
        }
      }
      #routeResolver: Closure {
        class: "Illuminate\Routing\Router"
        this: Router { …}
        use: {
          $route: Route { …}
        }
      }
      +attributes: ParameterBag {}
      +request: ParameterBag {#1}
      +query: ParameterBag {#1}
      +server: ServerBag {}
      +files: FileBag {}
      +cookies: ParameterBag {}
      +headers: HeaderBag {}
      #content: null
      #languages: null
      #charsets: null
      #encodings: null
      #acceptableContentTypes: array:1 [
        0 => "*/*"
      ]
      #pathInfo: "/user/account"
      #requestUri: "/user/account?page=477"
      #baseUrl: ""
      #basePath: null
      #method: "GET"
      #format: null
      #session: Store {}
      #locale: null
      #defaultLocale: "en"
      -isHostValid: true
      -isForwardedValid: true
      basePath: ""
      format: "html"
    }
    
  2. Response {}
    
/
home
/
admin
/
web
/
demo.betstoro.com
/
public_html
/
vendor
/
laravel
/
framework
/
src
/
Illuminate
/
Foundation
/
Http
/
Kernel.php
     */
    protected function dispatchToRouter()
    {
        return function ($request) {
            $this->app->instance('request', $request);
 
            return $this->router->dispatch($request);
        };
    }
 
    /**
     * Call the terminate method on any terminable middleware.
     *
     * @param  \Illuminate\Http\Request  $request
     * @param  \Illuminate\Http\Response  $response
     * @return void
     */
    public function terminate($request, $response)
    {
        $this->terminateMiddleware($request, $response);
 
        $this->app->terminate();
    }
 
    /**
     * Call the terminate method on any terminable middleware.
     *
     * @param  \Illuminate\Http\Request  $request
     * @param  \Illuminate\Http\Response  $response
     * @return void
     */
    protected function terminateMiddleware($request, $response)
    {
        $middlewares = $this->app->shouldSkipMiddleware() ? [] : array_merge(
            $this->gatherRouteMiddleware($request),
            $this->middleware
        );
 
        foreach ($middlewares as $middleware) {
            if (! is_string($middleware)) {
Arguments
  1. Request {
      #json: null
      #convertedFiles: null
      #userResolver: Closure {
        class: "Illuminate\Auth\AuthServiceProvider"
        this: AuthServiceProvider { …}
        parameters: {
          $guard: {
            default: null
          }
        }
        use: {
          $app: Application { …}
        }
      }
      #routeResolver: Closure {
        class: "Illuminate\Routing\Router"
        this: Router { …}
        use: {
          $route: Route { …}
        }
      }
      +attributes: ParameterBag {}
      +request: ParameterBag {#1}
      +query: ParameterBag {#1}
      +server: ServerBag {}
      +files: FileBag {}
      +cookies: ParameterBag {}
      +headers: HeaderBag {}
      #content: null
      #languages: null
      #charsets: null
      #encodings: null
      #acceptableContentTypes: array:1 [
        0 => "*/*"
      ]
      #pathInfo: "/user/account"
      #requestUri: "/user/account?page=477"
      #baseUrl: ""
      #basePath: null
      #method: "GET"
      #format: null
      #session: Store {}
      #locale: null
      #defaultLocale: "en"
      -isHostValid: true
      -isForwardedValid: true
      basePath: ""
      format: "html"
    }
    
  2. Response {}
    
/
home
/
admin
/
web
/
demo.betstoro.com
/
public_html
/
public
/
index.php
|--------------------------------------------------------------------------
| Run The Application
|--------------------------------------------------------------------------
|
| Once we have the application, we can handle the incoming request
| through the kernel, and send the associated response back to
| the client's browser allowing them to enjoy the creative
| and wonderful application we have prepared for them.
|
*/

$kernel = $app->make(Illuminate\Contracts\Http\Kernel::class);

$response = $kernel->handle(
    $request = Illuminate\Http\Request::capture()
);

$response->send();

$kernel->terminate($request, $response);
 
Arguments
  1. Request {
      #json: null
      #convertedFiles: null
      #userResolver: Closure {
        class: "Illuminate\Auth\AuthServiceProvider"
        this: AuthServiceProvider { …}
        parameters: {
          $guard: {
            default: null
          }
        }
        use: {
          $app: Application { …}
        }
      }
      #routeResolver: Closure {
        class: "Illuminate\Routing\Router"
        this: Router { …}
        use: {
          $route: Route { …}
        }
      }
      +attributes: ParameterBag {}
      +request: ParameterBag {#1}
      +query: ParameterBag {#1}
      +server: ServerBag {}
      +files: FileBag {}
      +cookies: ParameterBag {}
      +headers: HeaderBag {}
      #content: null
      #languages: null
      #charsets: null
      #encodings: null
      #acceptableContentTypes: array:1 [
        0 => "*/*"
      ]
      #pathInfo: "/user/account"
      #requestUri: "/user/account?page=477"
      #baseUrl: ""
      #basePath: null
      #method: "GET"
      #format: null
      #session: Store {}
      #locale: null
      #defaultLocale: "en"
      -isHostValid: true
      -isForwardedValid: true
      basePath: ""
      format: "html"
    }
    
  2. Response {}
    

Environment & details:

Key Value
page
"477"
empty
empty
empty
empty
Key Value
REDIRECT_REDIRECT_UNIQUE_ID
"aEGpoNebP7IjYJwjK4f98gAAAAA"
REDIRECT_REDIRECT_PERL5LIB
"/usr/share/awstats/lib:/usr/share/awstats/plugins"
REDIRECT_REDIRECT_STATUS
"200"
REDIRECT_UNIQUE_ID
"aEGpoNebP7IjYJwjK4f98gAAAAA"
REDIRECT_PERL5LIB
"/usr/share/awstats/lib:/usr/share/awstats/plugins"
REDIRECT_STATUS
"200"
UNIQUE_ID
"aEGpoNebP7IjYJwjK4f98gAAAAA"
PERL5LIB
"/usr/share/awstats/lib:/usr/share/awstats/plugins"
HTTP_HOST
"demo.betstoro.com"
HTTP_X_FORWARDED_FOR
"216.73.216.107, 216.73.216.107"
HTTP_CONNECTION
"close"
HTTP_CF_RAY
"94b05bc7f8f286d8-ORD"
HTTP_ACCEPT
"*/*"
HTTP_ACCEPT_ENCODING
"gzip, br"
HTTP_USER_AGENT
"Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)"
HTTP_X_FORWARDED_PROTO
"https"
HTTP_CDN_LOOP
"cloudflare; loops=1"
HTTP_CF_CONNECTING_IP
"216.73.216.107"
HTTP_CF_IPCOUNTRY
"US"
HTTP_CF_VISITOR
"{"scheme":"https"}"
PATH
"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin"
SERVER_SIGNATURE
""
SERVER_SOFTWARE
"Apache/2.4.6 (CentOS) OpenSSL/1.0.1e-fips mod_fcgid/2.3.9 PHP/7.1.33"
SERVER_NAME
"demo.betstoro.com"
SERVER_ADDR
"185.38.148.154"
SERVER_PORT
"80"
REMOTE_ADDR
"216.73.216.107"
DOCUMENT_ROOT
"/home/admin/web/demo.betstoro.com/public_html"
REQUEST_SCHEME
"http"
CONTEXT_PREFIX
""
CONTEXT_DOCUMENT_ROOT
"/home/admin/web/demo.betstoro.com/public_html"
SERVER_ADMIN
"info@demo.betstoro.com"
SCRIPT_FILENAME
"/home/admin/web/demo.betstoro.com/public_html/public/index.php"
REMOTE_PORT
"43874"
REDIRECT_QUERY_STRING
"page=477"
REDIRECT_URL
"/public/user/account"
GATEWAY_INTERFACE
"CGI/1.1"
SERVER_PROTOCOL
"HTTP/1.0"
REQUEST_METHOD
"GET"
QUERY_STRING
"page=477"
REQUEST_URI
"/user/account?page=477"
SCRIPT_NAME
"/public/index.php"
PHP_SELF
"/public/index.php"
REQUEST_TIME_FLOAT
1749133728.142
REQUEST_TIME
1749133728
APP_ENV
"production"
APP_KEY
"***************************************************"
LOCALE
"en"
DB_CONNECTION
"mysql"
DB_HOST
"localhost"
DB_PORT
"3306"
DB_DATABASE
"**************"
DB_USERNAME
"**************"
DB_PASSWORD
"********"
MAIL_DRIVER
"smtp"
MAIL_HOST
"***************"
MAIL_PORT
"465"
MAIL_USERNAME
"*****************"
MAIL_PASSWORD
"********"
MAIL_ENCRYPTION
"ssl"
PURCHASE_CODE
"************************************"
SECURITY_HASH
"****************************************"
LICENSEE_EMAIL
"*************************"
THEME
"dark-purple"
LAYOUT
"boxed"
HOME_SLIDER
"{"indicators":true,"controls":true,"animation":"fade","interval":5,"slides":[{"title":"Crypto Casino","subtitle":"Fair online gaming platform","image":{"url":"/images/home/slider/crypto-casino-slide1.jpg"},"link":{"title":"","url":"","class":""}},{"title":"Try your luck","subtitle":"Can you beat other players?","image":{"url":"/images/home/slider/crypto-casino-slide2.jpg"},"link":{"title":"Leaderboard","url":"/leaderboard","class":"btn btn-primary btn-lg"}}]}"
USERS_EMAIL_VERIFICATION
"false"
SESSION_LIFETIME
"43200"
BONUSES_SIGN_UP_CREDITS
"10"
BONUSES_GAME_LOSS_AMOUNT_MIN
"1000"
BONUSES_GAME_LOSS_AMOUNT_PCT
"10"
BONUSES_GAME_WIN_AMOUNT_MIN
"1000"
BONUSES_GAME_WIN_AMOUNT_PCT
"10"
BONUSES_DEPOSIT_AMOUNT_MIN
"0"
BONUSES_DEPOSIT_AMOUNT_PCT
"0"
BONUSES_REFERRAL_REFEREE_SIGN_UP_CREDITS
"50"
BONUSES_REFERRAL_REFERRER_SIGN_UP_CREDITS
"1000"
BONUSES_REFERRAL_REFERRER_GAME_LOSS_PCT
"10"
BONUSES_REFERRAL_REFERRER_GAME_WIN_PCT
"10"
BONUSES_RAFFLE_TICKET_PCT
"0"
BONUSES_REFERRAL_REFERRER_DEPOSIT_PCT
"0"
BOTS_PLAY_FREQUENCY
"30"
BOTS_SELECT_COUNT_MIN
"1"
BOTS_SELECT_COUNT_MAX
"10"
BOTS_MIN_BET
""
BOTS_MAX_BET
""
FORMAT_NUMBER_DECIMAL_POINT
"46"
FORMAT_NUMBER_THOUSANDS_SEPARATOR
"44"
MAIL_FROM_ADDRESS
"info@betstoro.com"
MAIL_FROM_NAME
""BetsWild Support""
GTM_CONTAINER_ID
""
RECAPTCHA_PUBLIC_KEY
""
RECAPTCHA_SECRET_KEY
""
BROADCAST_DRIVER
"pusher"
PUSHER_APP_ID
"1086116"
PUSHER_APP_KEY
"60d2e91b1a01ecc9e0ff"
PUSHER_APP_SECRET
"********************"
PUSHER_APP_CLUSTER
"eu"
FACEBOOK_CLIENT_ID
""
FACEBOOK_CLIENT_SECRET
""
TWITTER_CLIENT_ID
""
TWITTER_CLIENT_SECRET
""
GOOGLE_CLIENT_ID
""
GOOGLE_CLIENT_SECRET
""
LINKEDIN_CLIENT_ID
""
LINKEDIN_CLIENT_SECRET
""
YAHOO_CLIENT_ID
""
YAHOO_CLIENT_SECRET
""
COINBASE_CLIENT_ID
""
COINBASE_CLIENT_SECRET
""
STEEM_CLIENT_ID
""
STEEM_CLIENT_SECRET
""
APP_DEBUG
"true"
APP_LOG_LEVEL
"emergency"
GAME_SLOTS_CATEGORIES
"Slots"
GAME_SLOTS_BANNER
"/images/home/slots.jpg"
GAME_SLOTS_BACKGROUND
"/images/games/slots/background.jpg"
GAME_SLOTS_MIN_BET
"1"
GAME_SLOTS_MAX_BET
"500"
GAME_SLOTS_BET_CHANGE_AMOUNT
"1"
GAME_SLOTS_DEFAULT_BET
"1"
GAME_SLOTS_DEFAULT_LINES
"10"
GAME_SLOTS_SYMBOLS
"{"0":{"filename":"apple.png","scatter":false,"wild":false,"free":false,"w1":"0","w1t":"x","w2":"0","w2t":"x","w3":"2","w3t":"x","w4":"5","w4t":"x","w5":"20","w5t":"x","idx":0,"el":{}},"1":{"filename":"bar.png","scatter":false,"wild":true,"free":false,"w1":0,"w1t":"x","w2":"0","w2t":"x","w3":"0","w3t":"x","w4":"10","w4t":"x","w5":"15","w5t":"x","idx":1,"el":{}},"2":{"filename":"bell.png","scatter":false,"wild":false,"free":true,"w1":0,"w1t":"x","w2":"0","w2t":"x","w3":"1","w3t":"x","w4":"2","w4t":"x","w5":"3","w5t":"x","idx":2,"el":{}},"3":{"filename":"cherry.png","scatter":false,"wild":false,"free":false,"w1":0,"w1t":"x","w2":0,"w2t":"x","w3":"3","w3t":"x","w4":"5","w4t":"x","w5":"10","w5t":"x","idx":3,"el":{}},"4":{"filename":"lemon.png","scatter":false,"wild":false,"free":false,"w1":0,"w1t":"x","w2":0,"w2t":"x","w3":"2","w3t":"x","w4":"7","w4t":"x","w5":"20","w5t":"x","idx":4,"el":{}},"5":{"filename":"orange.png","scatter":false,"wild":false,"free":false,"w1":0,"w1t":"x","w2":0,"w2t":"x","w3":"3","w3t":"x","w4":"5","w4t":"x","w5":"10","w5t":"x","idx":5,"el":{}},"6":{"filename":"plum.png","scatter":false,"wild":false,"free":false,"w1":0,"w1t":"x","w2":0,"w2t":"x","w3":"2","w3t":"x","w4":"10","w4t":"x","w5":"20","w5t":"x","idx":6,"el":{}},"7":{"filename":"seven.png","scatter":true,"wild":false,"free":false,"w1":0,"w1t":"x","w2":"0","w2t":"x","w3":"0","w3t":"x","w4":"5","w4t":"x","w5":"10","w5t":"x","idx":7,"el":{}},"8":{"filename":"water-melon.png","scatter":false,"wild":false,"free":false,"w1":"0","w1t":"x","w2":"0","w2t":"x","w3":"2","w3t":"x","w4":"5","w4t":"x","w5":"15","w5t":"x","idx":8,"el":{}}}"
GAME_SLOTS_REELS
"{"0":{"0":0,"1":1,"2":2,"3":3,"4":4,"5":5,"6":6,"7":7,"8":8},"1":{"0":1,"1":2,"2":3,"3":4,"4":5,"5":6,"6":7,"7":8,"8":0},"2":{"0":2,"1":3,"2":4,"3":5,"4":6,"5":7,"6":8,"7":0,"8":1},"3":{"0":3,"1":4,"2":5,"3":6,"4":7,"5":8,"6":0,"7":1,"8":2},"4":{"0":4,"1":5,"2":6,"3":7,"4":8,"5":0,"6":1,"7":2,"8":3}}"
FORCE_SSL
"1"
PAYMENTS_PURCHASE_CODE
"****************************************"
GAME_DICE_3D_PURCHASE_CODE
"************************************"
GAME_KENO_PURCHASE_CODE
"************************************"
GAME_AMERICAN_ROULETTE_CATEGORIES
"Roulette"
GAME_AMERICAN_ROULETTE_BANNER
"/images/home/american-roulette.jpg"
GAME_AMERICAN_ROULETTE_MIN_BET
"1"
GAME_AMERICAN_ROULETTE_MAX_BET
"50"
GAME_AMERICAN_ROULETTE_MAX_TOTAL_BET
"500"
GAME_AMERICAN_ROULETTE_BET_CHANGE_AMOUNT
"1"
GAME_AMERICAN_ROULETTE_DEFAULT_BET_AMOUNT
"1"
GAME_DICE_3D_CATEGORIES
"Table"
GAME_DICE_3D_BANNER
"/images/home/dice-3d.jpg"
GAME_DICE_3D_MIN_BET
"1"
GAME_DICE_3D_MAX_BET
"50"
GAME_DICE_3D_BET_CHANGE_AMOUNT
"10"
GAME_DICE_3D_DEFAULT_BET_AMOUNT
"1"
GAME_DICE_3D_HOUSE_EDGE
"1"
GAME_DICE_3D_DICE
"["tetrahedron","cube","octahedron","dipyramid","dodecahedron","icosahedron"]"
GAME_KENO_CATEGORIES
"Table"
GAME_KENO_BANNER
"/images/home/keno.jpg"
GAME_KENO_MIN_BET
"1"
GAME_KENO_MAX_BET
"50"
GAME_KENO_BET_CHANGE_AMOUNT
"1"
GAME_KENO_DEFAULT_BET_AMOUNT
"1"
GAME_KENO_DRAW_COUNT
"20"
GAME_KENO_PAYOUTS
"{"1":"0","2":"0","3":"0","4":"1","5":"5","6":"10","7":"25","8":"125","9":"500","10":"1000"}"
PAYMENTS_DEPOSIT_MIN
"100"
PAYMENTS_DEPOSIT_MAX
"999999999"
PAYMENTS_WITHDRAWAL_MIN
"100"
PAYMENTS_WITHDRAWAL_MAX
"999999999"
PAYMENTS_MIN_TOTAL_DEPOSIT_TO_WITHDRAW
"0"
PAYMENTS_WITHDRAWAL_AUTO_MAX
"0"
PAYMENTS_WITHDRAWAL_ONLY_PROFITS
"true"
PAYMENTS_PAYPAL_USER
"**********************"
PAYMENTS_PAYPAL_PASSWORD
"****************"
PAYMENTS_PAYPAL_SIGNATURE
"********************************************************"
PAYMENTS_PAYPAL_TEST_MODE
"false"
PAYMENTS_STRIPE_PUBLIC_KEY
"***********************************************************************************************************"
PAYMENTS_STRIPE_SECRET_KEY
"***********************************************************************************************************"
PAYMENTS_COINPAYMENTS_MERCHANT_ID
"********************************"
PAYMENTS_COINPAYMENTS_PUBLIC_KEY
"****************************************************************"
PAYMENTS_COINPAYMENTS_PRIVATE_KEY
"****************************************************************"
PAYMENTS_COINPAYMENTS_SECRET_KEY
"********************"
PAYMENTS_COINPAYMENTS_AUTO_CONFIRM_WITHDRAWALS
"true"
PAYMENTS_ETHEREUM_ETHERSCAN_API_KEY
""
PAYMENTS_ETHEREUM_NETWORK
"main"
PAYMENTS_ETHEREUM_DEPOSIT_ADDRESS
""
PAYMENTS_ETHEREUM_DEPOSIT_CONTRACT
""
PAYMENTS_ETHEREUM_DEPOSIT_CONTRACT_DECIMALS
"18"
GAME_VIDEO_POKER_PURCHASE_CODE
"************************************"
GAME_BACCARAT_PURCHASE_CODE
"************************************"
GAME_BLACKJACK_PURCHASE_CODE
"************************************"
GAME_BACCARAT_CATEGORIES
"Cards"
GAME_BACCARAT_BANNER
"/images/home/baccarat.jpg"
GAME_BACCARAT_MIN_BET
"1"
GAME_BACCARAT_MAX_BET
"50"
GAME_BACCARAT_BET_CHANGE_AMOUNT
"1"
GAME_BACCARAT_DEFAULT_BET_AMOUNT
"1"
GAME_BACCARAT_PAYOUT_PLAYER
"2"
GAME_BACCARAT_PAYOUT_BANKER
"1.95"
GAME_BACCARAT_PAYOUT_TIE
"9"
GAME_BLACKJACKT_CATEGORIES
"Cards"
GAME_BLACKJACK_BANNER
"/images/home/blackjack.jpg"
GAME_BLACKJACK_MIN_BET
"1"
GAME_BLACKJACK_MAX_BET
"50"
GAME_BLACKJACK_BET_CHANGE_AMOUNT
"1"
GAME_BLACKJACK_DEFAULT_BET_AMOUNT
"1"
GAME_VIDEO_POKER_CATEGORIES
"Cards"
GAME_VIDEO_POKER_BANNER
"/images/home/video-poker.jpg"
GAME_VIDEO_POKER_MIN_BET
"1"
GAME_VIDEO_POKER_MAX_BET
"50"
GAME_VIDEO_POKER_BET_CHANGE_AMOUNT
"1"
GAME_VIDEO_POKER_DEFAULT_BET_AMOUNT
"1"
GAME_VIDEO_POKER_DEFAULT_BET_COINS
"1"
GAME_VIDEO_POKER_PAYTABLE
"[[0,1,2,3,4,6,9,25,50,250],[0,2,4,6,8,12,18,50,100,500],[0,3,6,9,12,18,27,75,150,750],[0,4,8,12,16,24,36,100,200,1000],[0,5,10,15,20,30,45,125,250,4000]]"
GAME_AMERICAN_BINGO_PURCHASE_CODE
"************************************"
GAME_AMERICAN_BINGO_CATEGORIES
"Table"
GAME_AMERICAN_BINGO_BANNER
"/images/home/american-bingo.jpg"
GAME_AMERICAN_BINGO_MIN_BET
"1"
GAME_AMERICAN_BINGO_MAX_BET
"50"
GAME_AMERICAN_BINGO_BET_CHANGE_AMOUNT
"1"
GAME_AMERICAN_BINGO_DEFAULT_BET_AMOUNT
"1"
GAME_AMERICAN_BINGO_PAYOUTS
"{"1":"5","2":"5","3":"10","4":"25"}"
GAME_LUCKY_WHEEL_PURCHASE_CODE
"************************************"
GAME_HEADS_OR_TAILS_PURCHASE_CODE
"************************************"
GAME_MULTI_SLOTS_PURCHASE_CODE
"************************************"
GAME_CASINO_HOLDEM_PURCHASE_CODE
"224dd003-a222-461d-bea3-cca40abb4ff5"
GAME_CASINO_HOLDEM_CATEGORIES
"Cards"
GAME_CASINO_HOLDEM_BANNER
"/images/home/casino-holdem.jpg"
GAME_CASINO_HOLDEM_MIN_BET
"1"
GAME_CASINO_HOLDEM_MAX_BET
"50"
GAME_CASINO_HOLDEM_BET_CHANGE_AMOUNT
"1"
GAME_CASINO_HOLDEM_DEFAULT_BET_AMOUNT
"1"
GAME_CASINO_HOLDEM_MIN_BONUS_BET
"0"
GAME_CASINO_HOLDEM_MAX_BONUS_BET
"50"
GAME_CASINO_HOLDEM_BONUS_BET_CHANGE_AMOUNT
"1"
GAME_CASINO_HOLDEM_DEFAULT_BONUS_BET_AMOUNT
"0"
GAME_CASINO_HOLDEM_ANTE_PAYTABLE
"["0","2","2","2","2","3","4","11","21","101"]"
GAME_CASINO_HOLDEM_BONUS_PAYTABLE
"["0","8","8","8","8","21","31","41","51","101"]"
GAME_HEADS_OR_TAILS_CATEGORIES
"Table"
GAME_HEADS_OR_TAILS_BANNER
"/images/home/heads-or-tails.jpg"
GAME_HEADS_OR_TAILS_MIN_BET
"1"
GAME_HEADS_OR_TAILS_MAX_BET
"50"
GAME_HEADS_OR_TAILS_BET_CHANGE_AMOUNT
"10"
GAME_HEADS_OR_TAILS_DEFAULT_BET_AMOUNT
"1"
GAME_HEADS_OR_TAILS_HOUSE_EDGE
"5"
GAME_LUCKY_WHEEL_VARIATIONS
"[{"title":"Lucky Wheel","slug":"lucky-wheel","min_bet":1,"max_bet":500,"bet_change_amount":1,"default_bet":1,"banner":"/images/home/lucky-wheel.jpg","categories":"Roulette","sections":[{"title":"No luck","payout":0},{"title":"x1","payout":1},{"title":"x2","payout":2},{"title":"10x","payout":10},{"title":"x1","payout":1},{"title":"x3","payout":3},{"title":"5x","payout":5},{"title":"x1","payout":1},{"title":"x4","payout":4}]}]"
GAME_MULTI_SLOTS_TITLES
"["Crypto Slots"]"
GAME_MULTI_SLOTS_SLUGS
"["crypto-slots"]"
GAME_MULTI_SLOTS_CATEGORIES
"["Slots"]"
GAME_MULTI_SLOTS_BANNERS
"["\/images\/home\/crypto-slots.jpg"]"
GAME_MULTI_SLOTS_BACKGROUNDS
"[null]"
GAME_MULTI_SLOTS_MIN_BET
"["1"]"
GAME_MULTI_SLOTS_MAX_BET
"["500"]"
GAME_MULTI_SLOTS_BET_CHANGE_AMOUNT
"["1"]"
GAME_MULTI_SLOTS_DEFAULT_BET
"["1"]"
GAME_MULTI_SLOTS_DEFAULT_LINES
"["10"]"
GAME_MULTI_SLOTS_SYMBOLS
"[{"0":{"filename":"eth.png","scatter":false,"wild":false,"w1":"0","w1t":"x","w2":"0","w2t":"x","w3":"2","w3t":"x","w4":"10","w4t":"x","w5":"20","w5t":"x","idx":0,"el":{}},"1":{"filename":"btc.png","scatter":false,"wild":true,"w1":0,"w1t":"x","w2":"0","w2t":"x","w3":"0","w3t":"x","w4":"20","w4t":"x","w5":"30","w5t":"x","idx":1,"el":{}},"2":{"filename":"nxt.png","scatter":false,"wild":false,"w1":0,"w1t":"x","w2":"0","w2t":"x","w3":"5","w3t":"x","w4":"15","w4t":"x","w5":"30","w5t":"x","idx":2,"el":{}},"3":{"filename":"zec.png","scatter":false,"wild":false,"w1":0,"w1t":"x","w2":0,"w2t":"x","w3":"2","w3t":"x","w4":"10","w4t":"x","w5":"15","w5t":"x","idx":3,"el":{}},"4":{"filename":"ltc.png","scatter":false,"wild":false,"w1":0,"w1t":"x","w2":0,"w2t":"x","w3":"0","w3t":"x","w4":"20","w4t":"x","w5":"40","w5t":"x","idx":4,"el":{}},"5":{"filename":"ppc.png","scatter":false,"wild":false,"w1":0,"w1t":"x","w2":"2","w2t":"x","w3":"3","w3t":"x","w4":"15","w4t":"x","w5":"30","w5t":"x","idx":5,"el":{}},"6":{"filename":"ledger.png","scatter":true,"wild":false,"w1":0,"w1t":"x","w2":0,"w2t":"x","w3":"0","w3t":"x","w4":"10","w4t":"x","w5":"25","w5t":"x","idx":6,"el":{}},"7":{"filename":"xmr.png","scatter":false,"wild":false,"w1":0,"w1t":"x","w2":"0","w2t":"x","w3":"5","w3t":"x","w4":"20","w4t":"x","w5":"50","w5t":"x","idx":7,"el":{}},"8":{"filename":"xrp.png","scatter":false,"wild":false,"w1":"0","w1t":"x","w2":"0","w2t":"x","w3":"1","w3t":"x","w4":"10","w4t":"x","w5":"20","w5t":"x","idx":8,"el":{}}}]"
GAME_MULTI_SLOTS_REELS
"[{"0":{"0":0,"1":1,"2":2,"3":3,"4":4,"5":5,"6":6,"7":7,"8":8},"1":{"0":1,"1":2,"2":3,"3":4,"4":5,"5":6,"6":7,"7":8,"8":0},"2":{"0":2,"1":3,"2":4,"3":5,"4":6,"5":7,"6":8,"7":0,"8":1},"3":{"0":3,"1":4,"2":5,"3":6,"4":7,"5":8,"6":0,"7":1,"8":2},"4":{"0":4,"1":5,"2":6,"3":7,"4":8,"5":0,"6":1,"7":2,"8":3}}]"
GAME_ROULETTE_PURCHASE_CODE
"************************************"
GAME_ROULETTE_CATEGORIES
"Roulette"
GAME_ROULETTE_BANNER
"/images/home/roulette.jpg"
GAME_ROULETTE_MIN_BET
"1"
GAME_ROULETTE_MAX_BET
"100"
GAME_ROULETTE_MAX_TOTAL_BET
"500"
GAME_ROULETTE_BET_CHANGE_AMOUNT
"2"
GAME_ROULETTE_DEFAULT_BET_AMOUNT
"2"
Key Value
APP_ENV
"production"
APP_KEY
"***************************************************"
LOCALE
"en"
DB_CONNECTION
"mysql"
DB_HOST
"localhost"
DB_PORT
"3306"
DB_DATABASE
"**************"
DB_USERNAME
"**************"
DB_PASSWORD
"********"
MAIL_DRIVER
"smtp"
MAIL_HOST
"***************"
MAIL_PORT
"465"
MAIL_USERNAME
"*****************"
MAIL_PASSWORD
"********"
MAIL_ENCRYPTION
"ssl"
PURCHASE_CODE
"************************************"
SECURITY_HASH
"****************************************"
LICENSEE_EMAIL
"*************************"
THEME
"dark-purple"
LAYOUT
"boxed"
HOME_SLIDER
"{"indicators":true,"controls":true,"animation":"fade","interval":5,"slides":[{"title":"Crypto Casino","subtitle":"Fair online gaming platform","image":{"url":"/images/home/slider/crypto-casino-slide1.jpg"},"link":{"title":"","url":"","class":""}},{"title":"Try your luck","subtitle":"Can you beat other players?","image":{"url":"/images/home/slider/crypto-casino-slide2.jpg"},"link":{"title":"Leaderboard","url":"/leaderboard","class":"btn btn-primary btn-lg"}}]}"
USERS_EMAIL_VERIFICATION
"false"
SESSION_LIFETIME
"43200"
BONUSES_SIGN_UP_CREDITS
"10"
BONUSES_GAME_LOSS_AMOUNT_MIN
"1000"
BONUSES_GAME_LOSS_AMOUNT_PCT
"10"
BONUSES_GAME_WIN_AMOUNT_MIN
"1000"
BONUSES_GAME_WIN_AMOUNT_PCT
"10"
BONUSES_DEPOSIT_AMOUNT_MIN
"0"
BONUSES_DEPOSIT_AMOUNT_PCT
"0"
BONUSES_REFERRAL_REFEREE_SIGN_UP_CREDITS
"50"
BONUSES_REFERRAL_REFERRER_SIGN_UP_CREDITS
"1000"
BONUSES_REFERRAL_REFERRER_GAME_LOSS_PCT
"10"
BONUSES_REFERRAL_REFERRER_GAME_WIN_PCT
"10"
BONUSES_RAFFLE_TICKET_PCT
"0"
BONUSES_REFERRAL_REFERRER_DEPOSIT_PCT
"0"
BOTS_PLAY_FREQUENCY
"30"
BOTS_SELECT_COUNT_MIN
"1"
BOTS_SELECT_COUNT_MAX
"10"
BOTS_MIN_BET
""
BOTS_MAX_BET
""
FORMAT_NUMBER_DECIMAL_POINT
"46"
FORMAT_NUMBER_THOUSANDS_SEPARATOR
"44"
MAIL_FROM_ADDRESS
"info@betstoro.com"
MAIL_FROM_NAME
""BetsWild Support""
GTM_CONTAINER_ID
""
RECAPTCHA_PUBLIC_KEY
""
RECAPTCHA_SECRET_KEY
""
BROADCAST_DRIVER
"pusher"
PUSHER_APP_ID
"1086116"
PUSHER_APP_KEY
"60d2e91b1a01ecc9e0ff"
PUSHER_APP_SECRET
"********************"
PUSHER_APP_CLUSTER
"eu"
FACEBOOK_CLIENT_ID
""
FACEBOOK_CLIENT_SECRET
""
TWITTER_CLIENT_ID
""
TWITTER_CLIENT_SECRET
""
GOOGLE_CLIENT_ID
""
GOOGLE_CLIENT_SECRET
""
LINKEDIN_CLIENT_ID
""
LINKEDIN_CLIENT_SECRET
""
YAHOO_CLIENT_ID
""
YAHOO_CLIENT_SECRET
""
COINBASE_CLIENT_ID
""
COINBASE_CLIENT_SECRET
""
STEEM_CLIENT_ID
""
STEEM_CLIENT_SECRET
""
APP_DEBUG
"true"
APP_LOG_LEVEL
"emergency"
GAME_SLOTS_CATEGORIES
"Slots"
GAME_SLOTS_BANNER
"/images/home/slots.jpg"
GAME_SLOTS_BACKGROUND
"/images/games/slots/background.jpg"
GAME_SLOTS_MIN_BET
"1"
GAME_SLOTS_MAX_BET
"500"
GAME_SLOTS_BET_CHANGE_AMOUNT
"1"
GAME_SLOTS_DEFAULT_BET
"1"
GAME_SLOTS_DEFAULT_LINES
"10"
GAME_SLOTS_SYMBOLS
"{"0":{"filename":"apple.png","scatter":false,"wild":false,"free":false,"w1":"0","w1t":"x","w2":"0","w2t":"x","w3":"2","w3t":"x","w4":"5","w4t":"x","w5":"20","w5t":"x","idx":0,"el":{}},"1":{"filename":"bar.png","scatter":false,"wild":true,"free":false,"w1":0,"w1t":"x","w2":"0","w2t":"x","w3":"0","w3t":"x","w4":"10","w4t":"x","w5":"15","w5t":"x","idx":1,"el":{}},"2":{"filename":"bell.png","scatter":false,"wild":false,"free":true,"w1":0,"w1t":"x","w2":"0","w2t":"x","w3":"1","w3t":"x","w4":"2","w4t":"x","w5":"3","w5t":"x","idx":2,"el":{}},"3":{"filename":"cherry.png","scatter":false,"wild":false,"free":false,"w1":0,"w1t":"x","w2":0,"w2t":"x","w3":"3","w3t":"x","w4":"5","w4t":"x","w5":"10","w5t":"x","idx":3,"el":{}},"4":{"filename":"lemon.png","scatter":false,"wild":false,"free":false,"w1":0,"w1t":"x","w2":0,"w2t":"x","w3":"2","w3t":"x","w4":"7","w4t":"x","w5":"20","w5t":"x","idx":4,"el":{}},"5":{"filename":"orange.png","scatter":false,"wild":false,"free":false,"w1":0,"w1t":"x","w2":0,"w2t":"x","w3":"3","w3t":"x","w4":"5","w4t":"x","w5":"10","w5t":"x","idx":5,"el":{}},"6":{"filename":"plum.png","scatter":false,"wild":false,"free":false,"w1":0,"w1t":"x","w2":0,"w2t":"x","w3":"2","w3t":"x","w4":"10","w4t":"x","w5":"20","w5t":"x","idx":6,"el":{}},"7":{"filename":"seven.png","scatter":true,"wild":false,"free":false,"w1":0,"w1t":"x","w2":"0","w2t":"x","w3":"0","w3t":"x","w4":"5","w4t":"x","w5":"10","w5t":"x","idx":7,"el":{}},"8":{"filename":"water-melon.png","scatter":false,"wild":false,"free":false,"w1":"0","w1t":"x","w2":"0","w2t":"x","w3":"2","w3t":"x","w4":"5","w4t":"x","w5":"15","w5t":"x","idx":8,"el":{}}}"
GAME_SLOTS_REELS
"{"0":{"0":0,"1":1,"2":2,"3":3,"4":4,"5":5,"6":6,"7":7,"8":8},"1":{"0":1,"1":2,"2":3,"3":4,"4":5,"5":6,"6":7,"7":8,"8":0},"2":{"0":2,"1":3,"2":4,"3":5,"4":6,"5":7,"6":8,"7":0,"8":1},"3":{"0":3,"1":4,"2":5,"3":6,"4":7,"5":8,"6":0,"7":1,"8":2},"4":{"0":4,"1":5,"2":6,"3":7,"4":8,"5":0,"6":1,"7":2,"8":3}}"
FORCE_SSL
"1"
PAYMENTS_PURCHASE_CODE
"****************************************"
GAME_DICE_3D_PURCHASE_CODE
"************************************"
GAME_KENO_PURCHASE_CODE
"************************************"
GAME_AMERICAN_ROULETTE_CATEGORIES
"Roulette"
GAME_AMERICAN_ROULETTE_BANNER
"/images/home/american-roulette.jpg"
GAME_AMERICAN_ROULETTE_MIN_BET
"1"
GAME_AMERICAN_ROULETTE_MAX_BET
"50"
GAME_AMERICAN_ROULETTE_MAX_TOTAL_BET
"500"
GAME_AMERICAN_ROULETTE_BET_CHANGE_AMOUNT
"1"
GAME_AMERICAN_ROULETTE_DEFAULT_BET_AMOUNT
"1"
GAME_DICE_3D_CATEGORIES
"Table"
GAME_DICE_3D_BANNER
"/images/home/dice-3d.jpg"
GAME_DICE_3D_MIN_BET
"1"
GAME_DICE_3D_MAX_BET
"50"
GAME_DICE_3D_BET_CHANGE_AMOUNT
"10"
GAME_DICE_3D_DEFAULT_BET_AMOUNT
"1"
GAME_DICE_3D_HOUSE_EDGE
"1"
GAME_DICE_3D_DICE
"["tetrahedron","cube","octahedron","dipyramid","dodecahedron","icosahedron"]"
GAME_KENO_CATEGORIES
"Table"
GAME_KENO_BANNER
"/images/home/keno.jpg"
GAME_KENO_MIN_BET
"1"
GAME_KENO_MAX_BET
"50"
GAME_KENO_BET_CHANGE_AMOUNT
"1"
GAME_KENO_DEFAULT_BET_AMOUNT
"1"
GAME_KENO_DRAW_COUNT
"20"
GAME_KENO_PAYOUTS
"{"1":"0","2":"0","3":"0","4":"1","5":"5","6":"10","7":"25","8":"125","9":"500","10":"1000"}"
PAYMENTS_DEPOSIT_MIN
"100"
PAYMENTS_DEPOSIT_MAX
"999999999"
PAYMENTS_WITHDRAWAL_MIN
"100"
PAYMENTS_WITHDRAWAL_MAX
"999999999"
PAYMENTS_MIN_TOTAL_DEPOSIT_TO_WITHDRAW
"0"
PAYMENTS_WITHDRAWAL_AUTO_MAX
"0"
PAYMENTS_WITHDRAWAL_ONLY_PROFITS
"true"
PAYMENTS_PAYPAL_USER
"**********************"
PAYMENTS_PAYPAL_PASSWORD
"****************"
PAYMENTS_PAYPAL_SIGNATURE
"********************************************************"
PAYMENTS_PAYPAL_TEST_MODE
"false"
PAYMENTS_STRIPE_PUBLIC_KEY
"***********************************************************************************************************"
PAYMENTS_STRIPE_SECRET_KEY
"***********************************************************************************************************"
PAYMENTS_COINPAYMENTS_MERCHANT_ID
"********************************"
PAYMENTS_COINPAYMENTS_PUBLIC_KEY
"****************************************************************"
PAYMENTS_COINPAYMENTS_PRIVATE_KEY
"****************************************************************"
PAYMENTS_COINPAYMENTS_SECRET_KEY
"********************"
PAYMENTS_COINPAYMENTS_AUTO_CONFIRM_WITHDRAWALS
"true"
PAYMENTS_ETHEREUM_ETHERSCAN_API_KEY
""
PAYMENTS_ETHEREUM_NETWORK
"main"
PAYMENTS_ETHEREUM_DEPOSIT_ADDRESS
""
PAYMENTS_ETHEREUM_DEPOSIT_CONTRACT
""
PAYMENTS_ETHEREUM_DEPOSIT_CONTRACT_DECIMALS
"18"
GAME_VIDEO_POKER_PURCHASE_CODE
"************************************"
GAME_BACCARAT_PURCHASE_CODE
"************************************"
GAME_BLACKJACK_PURCHASE_CODE
"************************************"
GAME_BACCARAT_CATEGORIES
"Cards"
GAME_BACCARAT_BANNER
"/images/home/baccarat.jpg"
GAME_BACCARAT_MIN_BET
"1"
GAME_BACCARAT_MAX_BET
"50"
GAME_BACCARAT_BET_CHANGE_AMOUNT
"1"
GAME_BACCARAT_DEFAULT_BET_AMOUNT
"1"
GAME_BACCARAT_PAYOUT_PLAYER
"2"
GAME_BACCARAT_PAYOUT_BANKER
"1.95"
GAME_BACCARAT_PAYOUT_TIE
"9"
GAME_BLACKJACKT_CATEGORIES
"Cards"
GAME_BLACKJACK_BANNER
"/images/home/blackjack.jpg"
GAME_BLACKJACK_MIN_BET
"1"
GAME_BLACKJACK_MAX_BET
"50"
GAME_BLACKJACK_BET_CHANGE_AMOUNT
"1"
GAME_BLACKJACK_DEFAULT_BET_AMOUNT
"1"
GAME_VIDEO_POKER_CATEGORIES
"Cards"
GAME_VIDEO_POKER_BANNER
"/images/home/video-poker.jpg"
GAME_VIDEO_POKER_MIN_BET
"1"
GAME_VIDEO_POKER_MAX_BET
"50"
GAME_VIDEO_POKER_BET_CHANGE_AMOUNT
"1"
GAME_VIDEO_POKER_DEFAULT_BET_AMOUNT
"1"
GAME_VIDEO_POKER_DEFAULT_BET_COINS
"1"
GAME_VIDEO_POKER_PAYTABLE
"[[0,1,2,3,4,6,9,25,50,250],[0,2,4,6,8,12,18,50,100,500],[0,3,6,9,12,18,27,75,150,750],[0,4,8,12,16,24,36,100,200,1000],[0,5,10,15,20,30,45,125,250,4000]]"
GAME_AMERICAN_BINGO_PURCHASE_CODE
"************************************"
GAME_AMERICAN_BINGO_CATEGORIES
"Table"
GAME_AMERICAN_BINGO_BANNER
"/images/home/american-bingo.jpg"
GAME_AMERICAN_BINGO_MIN_BET
"1"
GAME_AMERICAN_BINGO_MAX_BET
"50"
GAME_AMERICAN_BINGO_BET_CHANGE_AMOUNT
"1"
GAME_AMERICAN_BINGO_DEFAULT_BET_AMOUNT
"1"
GAME_AMERICAN_BINGO_PAYOUTS
"{"1":"5","2":"5","3":"10","4":"25"}"
GAME_LUCKY_WHEEL_PURCHASE_CODE
"************************************"
GAME_HEADS_OR_TAILS_PURCHASE_CODE
"************************************"
GAME_MULTI_SLOTS_PURCHASE_CODE
"************************************"
GAME_CASINO_HOLDEM_PURCHASE_CODE
"224dd003-a222-461d-bea3-cca40abb4ff5"
GAME_CASINO_HOLDEM_CATEGORIES
"Cards"
GAME_CASINO_HOLDEM_BANNER
"/images/home/casino-holdem.jpg"
GAME_CASINO_HOLDEM_MIN_BET
"1"
GAME_CASINO_HOLDEM_MAX_BET
"50"
GAME_CASINO_HOLDEM_BET_CHANGE_AMOUNT
"1"
GAME_CASINO_HOLDEM_DEFAULT_BET_AMOUNT
"1"
GAME_CASINO_HOLDEM_MIN_BONUS_BET
"0"
GAME_CASINO_HOLDEM_MAX_BONUS_BET
"50"
GAME_CASINO_HOLDEM_BONUS_BET_CHANGE_AMOUNT
"1"
GAME_CASINO_HOLDEM_DEFAULT_BONUS_BET_AMOUNT
"0"
GAME_CASINO_HOLDEM_ANTE_PAYTABLE
"["0","2","2","2","2","3","4","11","21","101"]"
GAME_CASINO_HOLDEM_BONUS_PAYTABLE
"["0","8","8","8","8","21","31","41","51","101"]"
GAME_HEADS_OR_TAILS_CATEGORIES
"Table"
GAME_HEADS_OR_TAILS_BANNER
"/images/home/heads-or-tails.jpg"
GAME_HEADS_OR_TAILS_MIN_BET
"1"
GAME_HEADS_OR_TAILS_MAX_BET
"50"
GAME_HEADS_OR_TAILS_BET_CHANGE_AMOUNT
"10"
GAME_HEADS_OR_TAILS_DEFAULT_BET_AMOUNT
"1"
GAME_HEADS_OR_TAILS_HOUSE_EDGE
"5"
GAME_LUCKY_WHEEL_VARIATIONS
"[{"title":"Lucky Wheel","slug":"lucky-wheel","min_bet":1,"max_bet":500,"bet_change_amount":1,"default_bet":1,"banner":"/images/home/lucky-wheel.jpg","categories":"Roulette","sections":[{"title":"No luck","payout":0},{"title":"x1","payout":1},{"title":"x2","payout":2},{"title":"10x","payout":10},{"title":"x1","payout":1},{"title":"x3","payout":3},{"title":"5x","payout":5},{"title":"x1","payout":1},{"title":"x4","payout":4}]}]"
GAME_MULTI_SLOTS_TITLES
"["Crypto Slots"]"
GAME_MULTI_SLOTS_SLUGS
"["crypto-slots"]"
GAME_MULTI_SLOTS_CATEGORIES
"["Slots"]"
GAME_MULTI_SLOTS_BANNERS
"["\/images\/home\/crypto-slots.jpg"]"
GAME_MULTI_SLOTS_BACKGROUNDS
"[null]"
GAME_MULTI_SLOTS_MIN_BET
"["1"]"
GAME_MULTI_SLOTS_MAX_BET
"["500"]"
GAME_MULTI_SLOTS_BET_CHANGE_AMOUNT
"["1"]"
GAME_MULTI_SLOTS_DEFAULT_BET
"["1"]"
GAME_MULTI_SLOTS_DEFAULT_LINES
"["10"]"
GAME_MULTI_SLOTS_SYMBOLS
"[{"0":{"filename":"eth.png","scatter":false,"wild":false,"w1":"0","w1t":"x","w2":"0","w2t":"x","w3":"2","w3t":"x","w4":"10","w4t":"x","w5":"20","w5t":"x","idx":0,"el":{}},"1":{"filename":"btc.png","scatter":false,"wild":true,"w1":0,"w1t":"x","w2":"0","w2t":"x","w3":"0","w3t":"x","w4":"20","w4t":"x","w5":"30","w5t":"x","idx":1,"el":{}},"2":{"filename":"nxt.png","scatter":false,"wild":false,"w1":0,"w1t":"x","w2":"0","w2t":"x","w3":"5","w3t":"x","w4":"15","w4t":"x","w5":"30","w5t":"x","idx":2,"el":{}},"3":{"filename":"zec.png","scatter":false,"wild":false,"w1":0,"w1t":"x","w2":0,"w2t":"x","w3":"2","w3t":"x","w4":"10","w4t":"x","w5":"15","w5t":"x","idx":3,"el":{}},"4":{"filename":"ltc.png","scatter":false,"wild":false,"w1":0,"w1t":"x","w2":0,"w2t":"x","w3":"0","w3t":"x","w4":"20","w4t":"x","w5":"40","w5t":"x","idx":4,"el":{}},"5":{"filename":"ppc.png","scatter":false,"wild":false,"w1":0,"w1t":"x","w2":"2","w2t":"x","w3":"3","w3t":"x","w4":"15","w4t":"x","w5":"30","w5t":"x","idx":5,"el":{}},"6":{"filename":"ledger.png","scatter":true,"wild":false,"w1":0,"w1t":"x","w2":0,"w2t":"x","w3":"0","w3t":"x","w4":"10","w4t":"x","w5":"25","w5t":"x","idx":6,"el":{}},"7":{"filename":"xmr.png","scatter":false,"wild":false,"w1":0,"w1t":"x","w2":"0","w2t":"x","w3":"5","w3t":"x","w4":"20","w4t":"x","w5":"50","w5t":"x","idx":7,"el":{}},"8":{"filename":"xrp.png","scatter":false,"wild":false,"w1":"0","w1t":"x","w2":"0","w2t":"x","w3":"1","w3t":"x","w4":"10","w4t":"x","w5":"20","w5t":"x","idx":8,"el":{}}}]"
GAME_MULTI_SLOTS_REELS
"[{"0":{"0":0,"1":1,"2":2,"3":3,"4":4,"5":5,"6":6,"7":7,"8":8},"1":{"0":1,"1":2,"2":3,"3":4,"4":5,"5":6,"6":7,"7":8,"8":0},"2":{"0":2,"1":3,"2":4,"3":5,"4":6,"5":7,"6":8,"7":0,"8":1},"3":{"0":3,"1":4,"2":5,"3":6,"4":7,"5":8,"6":0,"7":1,"8":2},"4":{"0":4,"1":5,"2":6,"3":7,"4":8,"5":0,"6":1,"7":2,"8":3}}]"
GAME_ROULETTE_PURCHASE_CODE
"************************************"
GAME_ROULETTE_CATEGORIES
"Roulette"
GAME_ROULETTE_BANNER
"/images/home/roulette.jpg"
GAME_ROULETTE_MIN_BET
"1"
GAME_ROULETTE_MAX_BET
"100"
GAME_ROULETTE_MAX_TOTAL_BET
"500"
GAME_ROULETTE_BET_CHANGE_AMOUNT
"2"
GAME_ROULETTE_DEFAULT_BET_AMOUNT
"2"
0. Whoops\Handler\PrettyPageHandler