Is it possible create a countdown timer in kodular with mysql & php?
This post was flagged by the community and is temporarily hidden.
Taifun
November 3, 2020, 1:42am
#3
why mysql and php for a simple countdown?
what about doing it directly using a clock component?
just do a search in the community to find some examples…
Taifun
Is it possible make unhackable count down timer using clock component ?
You can check this guide
Hello Everyone
Today I will show you how you can create a secure countdown of any duration. For this tutorial, you need to have a Firebase account with a basic knowledge of how to setup Real time Database.
Note : This method does not belong to me. It belongs to Pixi Bomb . She has made a tutorial on YouTube regarding this topic. She used Fusion Table which is now deprecated so i replaced it with Google Firebase.
Components
[Annotation 2020-08-26 115815]
Initialize Variables
[Annotation …
Also there is an open source project here
There is also a paid extension here
Some apps allow users to get extra coins or gems by pressing a button or by doing a task every few minutes of time like for instance, “Clash Royale” lets you open a chest of rewards every 24 hours and then you have to wait for another 24 hours. The task can be anything like spinning a wheel once a day (or once an hour), or scratch a card once in 24 hours, etc…
[app_screenshot]
If your app needs a similar element, then you’ll find this extension pretty helpful.
It is possible to create such a…
5 Likes
iamwsumit
(Sumit Kumar)
November 4, 2020, 1:03am
#6
yes I think u should use the methods that is posted by @Mohamed_Tamer