News
LATEST NEWS
FTD 25+ Affiliate Lottery
We decided to make the Affiliate Lottery a pleasant tradition.
As last time, a lottery ticket is issued for 25 FTD per month. But now there are more prizes and an opportunity to get several tickets, which means more chances to get a reward. Have a fun and profitable summer!
Lottery Details
Time: from 1 July 2020 (00.00) till 1 August 2020 (00.00)
1 lottery ticket is given for achievement of 25 FTD
If you have a lot of FTD, then 1 lottery ticket is given for every 25 FTD
3 prizes of 166,666 rubles (USDEUR equivalent on the day of receiving the prize)
The draw will be held on 1 August 2020
The list of lottery tickets is generated automatically
Terms of participation
1) Have 25+ FTD from 1 July 2020 (00.00) till 1 August 2020 (00.00)
2) Apply for participation through an affiliate program ticket on any day during the Lottery
3) How to apply: write through the affiliate program messenger from your id: “I want to participate in the FTD Lottery.”
4) All revshare, CPA and brand accounts are involved, except for networks
How is the prize draw held
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.
# winners code
import random
import sys
print("python version - ", sys.version)
number_of_tickets = ???? #???? will be replaced by the total number of tickets - it will be known during the draw
Number_of_winning_tickets = ???? #???? will be replaced by the number of winning tickets
euro_rate = ???? #??? will be replaced by the USD / EUR rate one day before the draw xe.com/currencytables/?from=USD
random.seed(euro_rate)
places=list(range(1,количество_билетов+1))
random.shuffle(places)
print(sorted(places[:Number_of_winning_tickets]))
You can check the draw code by substituting the exchange rate value and the number of tickets on sites such 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