@boaler i like it
Group Details Private
Global Moderators
Forum wide moderators
Member List
-
RE: hello my username is ajay110125 why i cant login my account
yes your account is block because u are begging in chat please send me btc
-
RE: New users suggestion (also a little spammer stop)
@boaler thank u we update in next update
-
RE: Withdraw problem
you have so many multiple account thats why system need to check and verify your account http://prntscr.com/mbvgwj and your withdraw successfully placed https://live.blockcypher.com/ltc/tx/a51d7ac232d8237e34d6f1ae5f3c76fc1a891ea97e9bd24c0b47a2125b6a986d
-
RE: [CLOSED] Free Daily Lottery - Predict The Royale Color #11
@avcarrilho Your forum account should have an avatar. Set an avatar
-
[CLOSED] Free Daily Lottery - Predict The Royale Color #11
How to join?
Choose any one from the following Royale colors and comment along with your username.
Royale colors:
R - Red
O - Orange
Y - Yellow
A - Aqua
L - Lime
E - EbonyPost Format:
Royale Color: Red
Username: Your Casino Royale Username.Rules / Requirements:
- Comments with incomplete information will be disqualified.
- Your forum account should have an avatar.
- Only one Entry Per User. Multiple Entries Will Lead To Disqualification.
- Prize will be credited to your Casino Royale Account.
- Edited entries will be disqualified so instead of editing delete your older entry and post a new one instead.
How the daily lottery game winner will be picked?
I will make a rain of any random time on the next day to 5 people and those 5 people name will be the server seed and the client seed will be CRLottery.
Royale Color Provably Fair Code:
<?php
$client_seed = 'CRLottery';
$server_seed = 'serverseed';
$result_seed = hash_hmac('sha512', $server_seed, $client_seed);
$result_color = hexdec(substr($result_seed,0,10));
$lottery_color = 1 + abs($result_color % 6);
if ($lottery_color == 1)
$lottery_color="Red";
else if ($lottery_color == 2)
$lottery_color="Orange";
else if ($lottery_color == 3)
$lottery_color="Yellow";
else if ($lottery_color == 4)
$lottery_color="Aqua";
else if ($lottery_color == 5)
$lottery_color="Lime";
else
$lottery_color="Ebony";
echo $lottery_color;Whoever all that predicted the right color will all be given a number starting from 1 for the first post down to the last post. A random draw will be done using the same server seed and client seed. Whoever that wins will get a reward from me.
Lucky Winner Picker Provably Fair Code:
<?php
$client_seed = 'CRLottery';
$server_seed = 'serverseed';
$total_winners = 5; /5 will be replaced by the total number of winners/
$result_seed = hash_hmac('sha512', $server_seed, $client_seed);
$result_number = hexdec(substr($result_seed,0,10));
$lottery_winner = 1 + abs($result_number % $total_winners);
echo $lottery_winner; -
RE: [FINISHED] Free Daily Lottery - Predict The Royale Color #10
Winning Color: Ebony
Winner: @Bysinka53
Verification code:
<?php
$client_seed = 'CRLottery';
$server_seed = 'neerertronghungHDmisanthropysteidanyuituan5';
$result_seed = hash_hmac('sha512', $server_seed, $client_seed);
$result_color = hexdec(substr($result_seed,0,10));
$lottery_color = 1 + abs($result_color % 6);
if ($lottery_color == 1)
$lottery_color="Red";
else if ($lottery_color == 2)
$lottery_color="Orange";
else if ($lottery_color == 3)
$lottery_color="Yellow";
else if ($lottery_color == 4)
$lottery_color="Aqua";
else if ($lottery_color == 5)
$lottery_color="Lime";
else
$lottery_color="Ebony";
echo $lottery_color;Lucky Winner Picker Provably Fair Code:
<?php
$client_seed = 'CRLottery';
$server_seed = 'neerertronghungHDmisanthropysteidanyuituan5';
$total_winners = 2;
$result_seed = hash_hmac('sha512', $server_seed, $client_seed);
$result_number = hexdec(substr($result_seed,0,10));
$lottery_winner = 1 + abs($result_number % $total_winners);
echo $lottery_winner; -
RE: [FINISHED] Free Daily Lottery - Predict The Royale Color #10
@redaloukili20 Set an avatar so you do not get disqualified.
-
[FINISHED] Free Daily Lottery - Predict The Royale Color #10
How to join?
Choose any one from the following Royale colors and comment along with your username.
Royale colors:
R - Red
O - Orange
Y - Yellow
A - Aqua
L - Lime
E - EbonyPost Format:
Royale Color: Red
Username: Your Casino Royale Username.Rules / Requirements:
- Comments with incomplete information will be disqualified.
- Your forum account should have an avatar.
- Only one Entry Per User. Multiple Entries Will Lead To Disqualification.
- Prize will be credited to your Casino Royale Account.
- Edited entries will be disqualified so instead of editing delete your older entry and post a new one instead.
How the daily lottery game winner will be picked?
I will make a rain of any random time on the next day to 5 people and those 5 people name will be the server seed and the client seed will be CRLottery.
Royale Color Provably Fair Code:
<?php
$client_seed = 'CRLottery';
$server_seed = 'serverseed';
$result_seed = hash_hmac('sha512', $server_seed, $client_seed);
$result_color = hexdec(substr($result_seed,0,10));
$lottery_color = 1 + abs($result_color % 6);
if ($lottery_color == 1)
$lottery_color="Red";
else if ($lottery_color == 2)
$lottery_color="Orange";
else if ($lottery_color == 3)
$lottery_color="Yellow";
else if ($lottery_color == 4)
$lottery_color="Aqua";
else if ($lottery_color == 5)
$lottery_color="Lime";
else
$lottery_color="Ebony";
echo $lottery_color;Whoever all that predicted the right color will all be given a number starting from 1 for the first post down to the last post. A random draw will be done using the same server seed and client seed. Whoever that wins will get a reward from me.
Lucky Winner Picker Provably Fair Code:
<?php
$client_seed = 'CRLottery';
$server_seed = 'serverseed';
$total_winners = 5; /5 will be replaced by the total number of winners/
$result_seed = hash_hmac('sha512', $server_seed, $client_seed);
$result_number = hexdec(substr($result_seed,0,10));
$lottery_winner = 1 + abs($result_number % $total_winners);
echo $lottery_winner;