News
LATEST NEWS
Get $2400 for FTD 24+
May the New Year start with chic!
The lottery mercilessly brings luck to those who are ready for it.
Specially for numerologists and not only them: in 2024 the prize fund is $24,000.
Make 24+ FTD in January and win $2400 in the affiliate lottery.
Merry Christmas, happy upcoming holidays and, if anything, we are just here!
Details and Conditions
Lottery prize fund is 24 000$
10 prizes of $2400 will be raffled among partners who have collected 24+ FTD in January
All partner accounts with a registration date before the announcement of the Lottery participate
Time: from January 1, 2024 (00.00) to February 1, 2024 (00.00)
For reaching 24 FTD you get 1 lottery ticket. Every affiliate will get just 1 lottery ticket
The draw will be held on February 1, 2024, prizes will be credited to the partner account on February 2
The list of lottery tickets is generated automatically
Ticket List is here
How to check the lottery result
The draw will be held using this code in Python version 3.4.0/3.5.2/3.5.1/3.6.1/3.6.5.
#code picking winners
import random
import sys
print("python version - ", sys.version)
number_of_tickets = ??? #???? will be replaced by the total number of tickets - will be known at the time of the draw
number_of_winning_tickets = ???
exchange_euro = ??? #??? will be replaced by the EUR/USD rate at the closing of the session on the next day after the end of the issuance of tickets https://www.xe.com/currencytables/?from=USD&date=2024-02-01#table-section
random.seed(euro_rate)
places=list(range(1,number_of_tickets+1))
random.shuffle(places)
print("$2400 - ticket #", prize[0])
print("$2400 - ticket #", prize[1])
print("$2400 - ticket #", prize[2])
print("$2400 - ticket #", prize[3])
print("$2400 - ticket #", prize[4])
print("$2400 - ticket #", prize[5])
print("$2400 - ticket #", prize[6])
print("$2400 - ticket #", prize[7])
print("$2400 - ticket #", prize[8])
print("$2400 - ticket #", prize[9])
The draw will take place based on the eur/usd exchange rate on February 1, 2024 16:00 UTC. https://www.xe.com/currencytables/?from=USD.
You can check the draw code by substituting the values of the exchange rate and quantities on such sites as:
https://rextester.com/l/python3_online_compiler
https://repl.it/repls/DisgustingSlipperyCommand
https://www.jdoodle.com/python3-programming-online
https://www.onlinegdb.com/online_python_compiler
Simply put
1. Go to https://rextester.com/l/python3_online_compiler
2. Copy the code there
3. In the code, replace "???" on the number of tickets and the EUR/USD exchange rate
4. Click Run it