Best One Poker

Informations

Creator Message
Tr4sK Anonymous

Warning

This installer is a beta script. It means that it might not work as expected

Informations

Platforms:
Downloads: 14321
Wine: System

Feedbacks

Description

Script made in 2009. Warning: as of 2021, this company has close the service.

Source code

#!/bin/bash
# Last Revision : (2009-12-02)

#Vérifier que PlayOnLinux est bien exécuté avant
[ "$PLAYONLINUX" = "" ] && exit 0 
 
source "$PLAYONLINUX/lib/sources"
 
#Declaration des variables
CODENAME="BestOnePoker"
REALNAME="Best One Poker"
EDITEUR="BestOnePoker"
WEBSITE="http://www.bestonepoker.com"
SCRIPTEUR="Tr4sK"

if [ "$POL_LANG" == "fr" ]; then
LNG_DL="Veuillez patienter pendant le téléchargement du client Best One Poker"
LNG_MESS="Téléchargement terminé.\nAppuyez sur suivant, puis patientez le temps de préparer l'installation"
else
LNG_DL="Waiting please. PlayOnLinux download Best One Poker Client"
LNG_MESS="Download complete. Click on Next and wait durong the installation"
fi

POL_SetupWindow_Init 

#Presentation
POL_SetupWindow_presentation "$REALNAME" "$EDITEUR" "$WEBSITE" "$SCRIPTEUR" "$CODENAME"
 
#Préparation du prefix
select_prefix "$REPERTOIRE/wineprefix/$CODENAME"
POL_SetupWindow_prefixcreate
 
#fetching PROGRAMFILES environmental variable
PROGRAMFILES=`wine cmd /c echo "%ProgramFiles%"`
PROGRAMFILES=${PROGRAMFILES:3}
 
cd "$REPERTOIRE/ressources"
POL_SetupWindow_download "$LNG_DL" "$REALNAME" "http://download.b2bpoker.com/client/bestonepoker/bestonepokersetup.exe"
 
POL_SetupWindow_message "$LNG_MESS" "$REALNAME"
 
POL_SetupWindow_wait_next_signal "Installing ..." "$Title"
wine "./bestonepokersetup.exe"
 
#Fin du code du jeu
#Création du lanceur
 
POL_SetupWindow_make_shortcut "$CODENAME" "$PROGRAMFILES/B2BPOKER/Bestonepoker/" "Client.exe" "" "$REALNAME"
 
POL_SetupWindow_Close
exit

Contributions

Filters:

Contribute
Member Message
tienot Sunday 29 August 2021 at 11:58
tienot Anonymous

Message

No installer to download. Site currenlty doesn't provide an online pokergame. Might have worked in 2010 but in 2021 I think it needs to be removed from the list.

Replies

Saturday 4 September 2021 at 11:16
Ok.