Kindly help me anyone this is button click limiter blocks it work fine but it is hackable how can I use API to this block to make it unhackable it is an mitappinventor project but same works in kodular also
You have to count only one click for a day?
Yes I want to count only one click for a day that is unhackable
NovaNexus
(NovaNexus)
July 30, 2024, 1:34pm
#4
This post was flagged by the community and is temporarily hidden.
@NovaNexus You know that here is Kodular,don‘t you? Or are you just ChatGPT?
If you use Date as Unix Timestamp then it becomes more complex to hack date
devxlabs
(DevX Labs)
August 2, 2024, 12:24am
#7
Using an API with a key for date and time is more accurate and secure, preventing tampering.
Alapjeet
(Alapjeet Singh)
August 2, 2024, 8:00am
#8
You can use online time & date so that if users changes the time it will not affect you app.
Hello everyone.
This is my tutorial to get time & date online using web component…
To get online date & time you required 3 component…
Web Component to get date & time
Lable to show date & time in app
Clock to refresh or get data from web in every second ( You can change Clock Interval)
[IMG_20200121_214451]
In this block i used to get data from web in every 3 second
[IMG_20200121_214504]
In this 2nd block when I got response from web in text format
In lable 1 I just set the limit f…