Bitcoin Forum

Economy => Micro Earnings => Topic started by: svinuga on August 27, 2018, 07:21:24 PM



Title: [ANN] Satoshi Video Poker script. Free.
Post by: svinuga on August 27, 2018, 07:21:24 PM
Hey all
Satoshi Video Poker script sourcecode has been released on GitHub: https://github.com/gra4/Satoshi-Video-Poker/
Please download and use - it is free.  Be your own casino  ;D
Configuration is pretty much self-explanatory.
 



Title: Re: [ANN] Satoshi Video Poker script. Free.
Post by: Mist3rX on August 27, 2018, 09:06:32 PM
Just wanna mention it, this is bad scripted.

The Javascript vars are global, so there is no closure function around it, so you have accsess to them.

You can read them out, so you know all the cards, and you can even edit them (client-side) but anyway, the hard bug here is that you can read them ;D


Title: Re: [ANN] Satoshi Video Poker script. Free.
Post by: svinuga on September 11, 2018, 02:32:35 AM
Just wanna mention it, this is bad scripted.

The Javascript vars are global, so there is no closure function around it, so you have accsess to them.

You can read them out, so you know all the cards, and you can even edit them (client-side) but anyway, the hard bug here is that you can read them ;D
Agree, it is not the best code ever, found somewhere, and glued in the satoshi functionality.
Although! - no, you can not read the cards before the winnings are decided, the cards are brought from the server when results are final.

Anyways, GitHub version is 1.0.3 now  : https://github.com/gra4/Satoshi-Video-Poker

WordPress plugin is available also : https://wordpress.org/plugins/simple-bitcoin-faucets/