Download the PHP package wainwright-dev/casinodog without Composer
On this page you can find all versions of the php package wainwright-dev/casinodog. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download wainwright-dev/casinodog
More information about wainwright-dev/casinodog
Files in wainwright-dev/casinodog
Package casinodog
Short Description Casino Dog is a tool to alter outcome of casino games. Tool originating from David G. Wainwright (HollywoodTV) and used by big brand-names like Sportsbet.io, Stake.com, Bitstarz.com, Softswiss.com, Betsson Group and many more.
License MIT
Homepage https://gitlab.com/wainwright/casino-dog
Informations about the package casinodog
casinoman: wainwright's casinodog
base plugin with all game sense, package works best under fresh install of laravel ++ breeze "api" package, but should work within any existing laravel package aswell.
Still somewhat rough edges, however you can use installer to setup: https://github.com/casino-man/wainwright-installer.sh.
Make sure to set correct .env
After installing laravel/running the installer script, run:
php artisan casino-dog:install
After which you can login at admin: /allseeingdavid
with login entered on install.
To import default gameslistings:
php artisan casino-dog:retrieve-default-gameslist {provider}
Alternatively you can deploy app using Heroku using the skeleton at Gitlab.com/casinoman.
bit more:
There is a 'cheat' plugin that is called "game respin templates" basically when player spins slotmachine and loses their full bet it saves this game to the database as a 'template'. This 'template' (game result) is saved so it can be used for any other player in future on the slotmachine getting a big win, we then simply swap the game result with the loss (under any bet amount, depending on the provider it maps any game, that means a player losing their bet on 0.10$ spins can be used on a player spinning 1000$ per spin).
Bonus features are saved under specific bonus_game id's where possible. I'm in progress of writing the documentations, but it's lot of stuff to write, so few more days the most I hope to have a 'basic' documentation ready atleast explaining and showing some of the features.
You can use "GameKernelTrait" anywhere in the package. To create/scaffold a new gameprovider, if you wanna implement any other slotmachine provider, just call php artisan casino-dog:create-gameprovider
and all controllers, datatables, frontend launcher etc. will be scaffolded for new gameprovider.
You can automatically import games from SOFTSWISS, PARIMATCH and PLAYTECH game formats, but that's more advanced and honestly with the default gameslist, I saved most current provider's their full listings so just use the retriever command.
This is only the aggregation, best is to use this in combination with the client SDK the casino-dog-operator-api
.
You can import over 20+ game providers, under which Pragmatic Play, 3oaks, Relax Gaming and many more to be used for your own casino, your own aggregation business or just like me wanting to learn how these criminals are achieving their goals out of mere curousity.
App is inspired by fraud committed by various parties lead by Vlad Suciu, Laurence Phillipe, David G. Wainwright, Max Wright and many more.
Workers
Worker & schedule runner required to run automated game importer jobs:
Setting up cronjob to run every minute php artisan schedule:run
:
Run crontab-e
select vi/nano editor.
Paste at bottom:
Check if cron running:
Setting up supervisor:
laravel-worker.conf:
You can disable automated game import processing in config/casino-dog.php
All versions of casinodog with dependencies
spatie/laravel-collection-macros Version ^7.12.0
guzzlehttp/guzzle Version ^7.4.5
livewire/livewire Version *
ext-zip Version *
ext-curl Version *
wainwright/panel Version ^4.0
ext-redis Version *
spatie/laravel-google-fonts Version ^1.0
spatie/laravel-package-tools Version ^1.13.5
illuminate/contracts Version ^9.0