Pages:
Author

Topic: Boot52 instant play poker, no downloads or registration! - page 3. (Read 3887 times)

newbie
Activity: 13
Merit: 0
Nice page, layout was great on my IPad.  I didn't make any fat finger mistakes, like normal.  I love being able to play right away and not having to create an account without a test run.   I'll be back for sure.
full member
Activity: 196
Merit: 100
Send me your user name on the site

vlees

Also, can I login as this user again on another computer or is that account lost as soon as I delete my cookies?
EDIT: NVM, found the secret link.

EDIT2: When you create a new account the playmoney is set to 2000. According to the FAQ you can always update the playmoney and trying to set it to 1000000 gives an error: must be 2000 or lower. So I try 2000, and it resets my money to 800...

EDIT3: when you check my account you see I have an insane amount of play chips. I was unable to add them to the table at once and had to do so in steps of 9000000.

EDIT4: With your regex you filter out spaces in the chat, which is kinda annoying.
newbie
Activity: 42
Merit: 0
Good catch vlees! I added a regex to strip out nonalphanumeric characters from user input, which should prevent this type of nefarious activity in the future.  Send me your user name on the site and I'll add some chips to your account (which you can withdraw immediately if you want).  

Great to catch these bugs now before any real money is on the line. Do your worst!
full member
Activity: 196
Merit: 100
Sanitize userinput.

I could do evil stuff (like read out other peoples cards), instead I did this:

Code:
ws = new WebSocket('wss://boot52.nl/holdem/' + getSock());
ws.onmessage = function(e){
  ws.send(JSON.stringify({chat: [""]}));
  ws.close();
};
newbie
Activity: 42
Merit: 0
Hi! Check out the new poker site I created: http://boot52.nl. Boot52 offers free online poker right from your browser, no downloads or registration required. And of course, bitcoin tables are also available for those who prefer a little more excitement!

My goal was to create an 'instant gratification' poker site where even non-bitcoiners could get started right away with play money. My hope is to get some of the recreational players out there involved in bitcoin. Some features:

* Anonymous: no annoying registration forms to fill out.
* Instant play: just click play!
* Works on most mobile devices (tested on iPad, FireFox, and Chrome)
* Built with HTML5 WebSockets and CSS3. No flash or Java plugins required.
* Nearly instant deposits and withdraws.

Texas Hold'em ring games are currently offered, but the software is still under active development so please let me know what features you'd like to see in future! Pot-Limit Omaha, Sit-N-Go's, and 'provably fair shuffling' are next on my todo list, but I'm open to other ideas if they're popular enough. https://boot52.nl
Pages:
Jump to: