StackAndTile Forums

Full Version: Include/Exclude text for custom sites
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi, Im trying to add Bodog88 and Seals with Clubs as custom sites.
I cant figure out why the lobbies are getting resized aswell.

This is what I did:
Went through custom wizard and lobbies get excluded.
Add betsizes in the .ini file.
Start up stackntile while poker clients are running and suddenly lobbies get resized aswell.

I did the same thing for stars, microgaming and ipoker without a hinch.

I could upload screenshots but I dont see any option for it.
Thanks!
/Bastian

You need to look for some text in the title bar of each lobby and then use that as text to "exclude".

You can take screenshots by clicking on the lobby, pressing ALT+PRINTSCREEN, and then opening microsoft paint and pasting. Save the file and upload to www.imgur.com

Do that for each site with the problem, and also post your custom site .ini for those sites as well.
http://imgur.com/h5nu33U
http://imgur.com/xfYeMEG

Seals:

[settings]

standard_table_width=469
standard_table_height=381

buttons=fold,call,bet

action_button=bet

fold_button_x_coord=233
fold_button_y_coord=351
fold_button_region_topleft_x_coord=214
fold_button_region_topleft_y_coord=346
fold_button_region_bottomright_x_coord=277
fold_button_region_bottomright_y_coord=358

call_button_x_coord=303
call_button_y_coord=352
call_button_region_topleft_x_coord=295
call_button_region_topleft_y_coord=346
call_button_region_bottomright_x_coord=358
call_button_region_bottomright_y_coord=358

bet_button_x_coord=385
bet_button_y_coord=349
bet_button_region_topleft_x_coord=376
bet_button_region_topleft_y_coord=346
bet_button_region_bottomright_x_coord=438
bet_button_region_bottomright_y_coord=357

betsize4_x_coord=438
betsize4_y_coord=321
betsize5_x_coord=298
betsize5_y_coord=326

use_basic_click=1

table_class=QWidget

table_include_title_text="USERNAME" - edited
table_exclude_title_text=Lobby -


Bodog:

[settings]

standard_table_width=514
standard_table_height=381

buttons=fold,call,bet

action_button=fold

fold_button_x_coord=271
fold_button_y_coord=336
fold_button_region_topleft_x_coord=267
fold_button_region_topleft_y_coord=324
fold_button_region_bottomright_x_coord=335
fold_button_region_bottomright_y_coord=342

call_button_x_coord=360
call_button_y_coord=329
call_button_region_topleft_x_coord=351
call_button_region_topleft_y_coord=325
call_button_region_bottomright_x_coord=412
call_button_region_bottomright_y_coord=343

bet_button_x_coord=448
bet_button_y_coord=333
bet_button_region_topleft_x_coord=435
bet_button_region_topleft_y_coord=324
bet_button_region_bottomright_x_coord=497
bet_button_region_bottomright_y_coord=342

betsize1_x_coord=293
betsize1_y_coord=368
betsize2_x_coord=341
betsize2_y_coord=368
betsize3_x_coord=400
betsize3_y_coord=368
betsize4_x_coord=416
betsize4_y_coord=355
betsize5_x_coord=435
betsize5_y_coord=354

use_basic_click=1

table_class=QWidget

table_include_title_text= -
table_exclude_title_text=
Ok part of the problem is that both sites use the same table_class as "QWidget". FullTilt also uses this.

Here are some changes to make:

These are the lines I use for the built-in BovadaBodog site, so add/replace these lines:

Code:
use_lobby_pid_for_tables=1
lobby_title_text=Bovada Poker Lobby|Bodog.eu Poker Lobby|Bodog Poker Lobby
lobby_class=QWidget

table_class=QWidget

table_include_title_text=/
table_exclude_title_text=Lobby|Seat Available|Full Tilt Poker

Then for Seals, try just this:

Code:
table_include_title_text=YOURUSERNAME
table_exclude_title_text=Lobby

edit/
forum seems to be running slow, dont know whats going on

You'll need to save the files and restart SaT
I tried it and still the same.
I removed my custom .ini for fulltilt. Both seals and bodog88 started working. Any idea if I could exclude some text from bodog and seals in fulltilt custom .ini?
Use these for FullTilt:

Code:
use_lobby_pid_for_tables=1
lobby_title_text=Full Tilt Poker(.eu)? - Logged In As
lobby_class=QWidget

table_class=QWidget
table_exclude_title_text=Full Tilt Poker
include_title_text=\d/
I got everything working thanks to you. Huge thanks!!
:thumbsup: