Open Side Menu Go to the Top
Register
[Chico Network] BetOnline, Tiger, etc.: Unofficial Discussion Thread [Chico Network] BetOnline, Tiger, etc.: Unofficial Discussion Thread

04-14-2016 , 11:51 PM
Still down
[Chico Network] BetOnline, Tiger, etc.: Unofficial Discussion Thread Quote
04-15-2016 , 12:20 AM
dammmmmmmmm
[Chico Network] BetOnline, Tiger, etc.: Unofficial Discussion Thread Quote
04-15-2016 , 10:11 PM
Up 4 me...
[Chico Network] BetOnline, Tiger, etc.: Unofficial Discussion Thread Quote
04-16-2016 , 05:58 AM
I can't get into the cashier at all, does anyone else have this trouble? I've tried from 3 different computers with the same result, a page tries to load in a browser then nothing ever loads.
[Chico Network] BetOnline, Tiger, etc.: Unofficial Discussion Thread Quote
04-16-2016 , 03:54 PM
I can't even connect to the server. It says invalid username/pw and the website is also down for me.
[Chico Network] BetOnline, Tiger, etc.: Unofficial Discussion Thread Quote
04-17-2016 , 01:20 AM
its up for me , but wtf is with this sites software is garbage. also why can i not see villians hand at showdown . so ****ing tilted right now!
[Chico Network] BetOnline, Tiger, etc.: Unofficial Discussion Thread Quote
04-17-2016 , 11:08 AM
Quote:
Originally Posted by fishfood69er
its up for me , but wtf is with this sites software is garbage. also why can i not see villians hand at showdown . so ****ing tilted right now!
They only show you villians hand if you call them on the river. If they call you, they never show villains cards at showdown.
[Chico Network] BetOnline, Tiger, etc.: Unofficial Discussion Thread Quote
04-17-2016 , 01:47 PM
does the deposit bonus automatically get credited?

i cleared the first 100 and it says it was redeemed in bonus history but my acc balance only reflects my wins . dont see the extra 100
[Chico Network] BetOnline, Tiger, etc.: Unofficial Discussion Thread Quote
04-17-2016 , 06:03 PM
It's supposed to get automatically credited.
[Chico Network] BetOnline, Tiger, etc.: Unofficial Discussion Thread Quote
04-18-2016 , 01:57 AM
Quote:
Originally Posted by SantaCruz
It's supposed to get automatically credited.
thanks!
[Chico Network] BetOnline, Tiger, etc.: Unofficial Discussion Thread Quote
04-18-2016 , 02:30 AM
So the client freezes up (which is a lock to happen at least once if I play 3+ hours) and I go to restart the client and it goes through a minutes long updating process. Finally, when it's done it won't open and gives me an error message "Unfortunately your client is too old to connect to the network." So I try to log into the website to re-download the poker client and the website is down on all my browsers.

This ****in' site sometimes
[Chico Network] BetOnline, Tiger, etc.: Unofficial Discussion Thread Quote
04-18-2016 , 03:09 AM
so i take alot of notes when i play and everytime i hit enter i end up min 3betting or min raising. plz tell me theres a way to stop this
[Chico Network] BetOnline, Tiger, etc.: Unofficial Discussion Thread Quote
04-18-2016 , 03:51 AM
I'm getting "Invalid username or password" even, I play everyday, I use "remember me" too

Is anyone on?

There website will not connect either.
[Chico Network] BetOnline, Tiger, etc.: Unofficial Discussion Thread Quote
04-18-2016 , 04:47 AM
I got a message about schedule maintenance when I tried to log in on the mobile version. Some advanced notice would have been nice.
[Chico Network] BetOnline, Tiger, etc.: Unofficial Discussion Thread Quote
04-19-2016 , 11:48 AM
Quote:
Originally Posted by Game_On
so i take alot of notes when i play and everytime i hit enter i end up min 3betting or min raising. plz tell me theres a way to stop this
Wait till your not in a hand to take notes?
[Chico Network] BetOnline, Tiger, etc.: Unofficial Discussion Thread Quote
04-19-2016 , 12:33 PM
No way to stop it, the client steals the window focus when ever it is your turn to act, it pisses me off, I cant type in a another browser with out reclicking on that specific window, and if I am typing, it steals it to the table that action is required. So if you are playing more than 1 table, it is unlikely you will finish your note in time without action being required and screwing you
[Chico Network] BetOnline, Tiger, etc.: Unofficial Discussion Thread Quote
04-19-2016 , 03:10 PM
Use voice to text with your mic in another program then c/p.

Oh what we have to do nowadays.
[Chico Network] BetOnline, Tiger, etc.: Unofficial Discussion Thread Quote
04-20-2016 , 01:58 AM
THIS SITE OWED ME 2500 BUCKS .. THEN THEY MADE UP AN EXCUSE NOT TO PAY ME AND STOLE MY MONEY

ASK MANAGEMENT ABOUT THIS .. THEY SAID I COULD SIGN UP EVEN THOUGH FROM USA ON PAYNORAKE THEN STOLE MY MONEY AND ACTED LIKE THEY DID NOT KNOW I WAS FROM USA EVEN THOUGH I HAD TO ASK THEM AFTER DEPOSITING TO EVEN TAKE OFF IP BAN FOR ME SO I COULD PLAY WHICH THEY DID.
[Chico Network] BetOnline, Tiger, etc.: Unofficial Discussion Thread Quote
04-20-2016 , 07:24 AM
This is an old AHK script I have been using for years that should allow for note taking without focus stealing. It's not mine and I am not sure who wrote it, test first etc.

Code:
#NoEnv ; Recommended for performance and compatibility with future AutoHotkey releases.
SendMode Input ; Recommended for new scripts due to its superior speed and reliability.
#SingleInstance, Force
SetBatchLines, -1
Critical, On

$*,::
$*-::
$*.::
$*/::
$*0::
$*1::
$*2::
$*3::
$*4::
$*5::
$*6::
$*7::
$*8::
$*9::
$*;::
$*=::
$*[::
$*\::
$*]::
$*`::
$*a::
$*b::
$*c::
$*d::
$*e::
$*f::
$*g::
$*h::
$*i::
$*j::
$*k::
$*l::
$*m::
$*n::
$*o::
$*p::
$*q::
$*r::
$*s::
$*t::
$*u::
$*v::
$*w::
$*x::
$*y::
$*z::
$*Space::
$*Tab::
$*Enter::
$*Escape::
$*Backspace::
$*Delete::
$*Home::
$*End::
$*Up::
$*Down::
$*Left::
$*Right::
$*Numpad1::
$*Numpad2::
$*Numpad3::
$*Numpad4::
$*Numpad5::
$*Numpad6::
$*Numpad7::
$*Numpad8::
$*Numpad9::
$*Numpad0::


StringTrimLeft, ks_key, A_ThisHotkey, 2
process_key(ks_key)
return

process_key(ks_key)
{

  ks_key_to_send = %ks_key%

  ; sending a special key?  if so, wrap in brackets
  ks_length := StrLen(ks_key)

  if (ks_length > 1)
  {
    ks_key_to_send = {%ks_key%}
  }

  MouseGetPos, , , id
  id2 := WinExist("A")
  if (id != id2)
  {
    WinActivate, ahk_id%id%
  }
  Send, {blind}%ks_key_to_send%

}
[Chico Network] BetOnline, Tiger, etc.: Unofficial Discussion Thread Quote
04-20-2016 , 08:03 AM
We can't hear you with all the shouting, turn off caps lock. Also, just for the next time: If something sounds too good to be true, it probably is.
[Chico Network] BetOnline, Tiger, etc.: Unofficial Discussion Thread Quote
04-20-2016 , 02:12 PM
Quote:
Originally Posted by Bishop22
This is an old AHK script I have been using for years that should allow for note taking without focus stealing. It's not mine and I am not sure who wrote it, test first etc.

Code:
#NoEnv ; Recommended for performance and compatibility with future AutoHotkey releases.
SendMode Input ; Recommended for new scripts due to its superior speed and reliability.
#SingleInstance, Force
SetBatchLines, -1
Critical, On

$*,::
$*-::
$*.::
$*/::
$*0::
$*1::
$*2::
$*3::
$*4::
$*5::
$*6::
$*7::
$*8::
$*9::
$*;::
$*=::
$*[::
$*\::
$*]::
$*`::
$*a::
$*b::
$*c::
$*d::
$*e::
$*f::
$*g::
$*h::
$*i::
$*j::
$*k::
$*l::
$*m::
$*n::
$*o::
$*p::
$*q::
$*r::
$*s::
$*t::
$*u::
$*v::
$*w::
$*x::
$*y::
$*z::
$*Space::
$*Tab::
$*Enter::
$*Escape::
$*Backspace::
$*Delete::
$*Home::
$*End::
$*Up::
$*Down::
$*Left::
$*Right::
$*Numpad1::
$*Numpad2::
$*Numpad3::
$*Numpad4::
$*Numpad5::
$*Numpad6::
$*Numpad7::
$*Numpad8::
$*Numpad9::
$*Numpad0::


StringTrimLeft, ks_key, A_ThisHotkey, 2
process_key(ks_key)
return

process_key(ks_key)
{

  ks_key_to_send = %ks_key%

  ; sending a special key?  if so, wrap in brackets
  ks_length := StrLen(ks_key)

  if (ks_length > 1)
  {
    ks_key_to_send = {%ks_key%}
  }

  MouseGetPos, , , id
  id2 := WinExist("A")
  if (id != id2)
  {
    WinActivate, ahk_id%id%
  }
  Send, {blind}%ks_key_to_send%

}
Interesting, does this stop focus stealing with table management software ( tile and stacking programs) too?
[Chico Network] BetOnline, Tiger, etc.: Unofficial Discussion Thread Quote
04-20-2016 , 05:26 PM
39... This place literally conned me!!

Told me i could play there even though from usa..

then they would not pay me when i ran 200 into 2500!!

they outright liked to me and CONNED ME

NEVER TRUST THIS PLACE.. OWNERS ARE IN SWEDEN AND JUST LAUGHED WHEN I CALLED.. THEY ARE PIGS
[Chico Network] BetOnline, Tiger, etc.: Unofficial Discussion Thread Quote
04-20-2016 , 06:58 PM
Quote:
Originally Posted by PokerisCool2000
THIS SITE OWED ME 2500 BUCKS .. THEN THEY MADE UP AN EXCUSE NOT TO PAY ME AND STOLE MY MONEY

ASK MANAGEMENT ABOUT THIS .. THEY SAID I COULD SIGN UP EVEN THOUGH FROM USA ON PAYNORAKE THEN STOLE MY MONEY AND ACTED LIKE THEY DID NOT KNOW I WAS FROM USA EVEN THOUGH I HAD TO ASK THEM AFTER DEPOSITING TO EVEN TAKE OFF IP BAN FOR ME SO I COULD PLAY WHICH THEY DID.
Online poker is cool
[Chico Network] BetOnline, Tiger, etc.: Unofficial Discussion Thread Quote
04-21-2016 , 01:45 AM
It doesn't stop table popups it just makes it so your keystrokes are redirected to where you are working, not the popped table. It should allow for IMs, notes, typing in browser etc.
[Chico Network] BetOnline, Tiger, etc.: Unofficial Discussion Thread Quote
04-21-2016 , 05:58 AM
Quote:
Originally Posted by PokerisCool2000
THIS SITE OWED ME 2500 BUCKS .. THEN THEY MADE UP AN EXCUSE NOT TO PAY ME AND STOLE MY MONEY

ASK MANAGEMENT ABOUT THIS .. THEY SAID I COULD SIGN UP EVEN THOUGH FROM USA ON PAYNORAKE THEN STOLE MY MONEY AND ACTED LIKE THEY DID NOT KNOW I WAS FROM USA EVEN THOUGH I HAD TO ASK THEM AFTER DEPOSITING TO EVEN TAKE OFF IP BAN FOR ME SO I COULD PLAY WHICH THEY DID.
PayNRake doesn't have an IP ban for US players. There's a few that play on the network playmoney tables.

US players will not be able to make a deposit using any of the available methods nor will they be able to withdraw. This is in the Terms and Conditions of PayNoRake's website. They refer all US players to BetOnline which is on the same network.
[Chico Network] BetOnline, Tiger, etc.: Unofficial Discussion Thread Quote

      
m