Search found 40 matches

by shrmaprem0202
Sat Feb 03, 2024 5:53 am
Forum: Problems
Topic: Can anyone tell me how to use this api new method
Replies: 23
Views: 21168

Re: Can anyone tell me how to use this api new method

Where i put this code to see this result
by shrmaprem0202
Fri Feb 02, 2024 5:39 am
Forum: Problems
Topic: Can anyone tell me how to use this api new method
Replies: 23
Views: 21168

Can anyone tell me how to use this api new method

<script> local html = [=[ <tr><td width="23%" align="left" valign="top" margin="auto"> <img src="%thumb%" title="%name%" name="%name%" alt="%name%" width="65" height="56" style="border-radius:2p...
by shrmaprem0202
Thu Feb 01, 2024 10:01 pm
Forum: Ask any question
Topic: [HELP] RANDOM NUMBER GENERATOR
Replies: 11
Views: 13470

Re: [HELP] RANDOM NUMBER GENERATOR

What if i need only 1 to 35 Okay, so after some thinking I came out with this "thing" to generate random numbers between a given range (just set "start" and "end" - must be positive numbers and end > start): {{VALUE(1)@INT@SET(start)@NULL}} {{VALUE(35)@INT@SET(end)@NUL...
by shrmaprem0202
Thu Feb 01, 2024 10:57 am
Forum: Ask any question
Topic: [HELP] RANDOM NUMBER GENERATOR
Replies: 11
Views: 13470

Re: [HELP] RANDOM NUMBER GENERATOR

to make random use like this: {{RANDOM([1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35])}} isn't it easy Yeah, it's really simple, but I think shrmaprem0202 was wanting something more programmable instead of having to type all the numbers by hand. I ...
by shrmaprem0202
Thu Feb 01, 2024 10:54 am
Forum: Official Bulletin Board
Topic: Update: We just added scripting language support
Replies: 5
Views: 8831

Re: We just added scripting language support

Please post a example of userlist with source code
by shrmaprem0202
Wed Jan 31, 2024 4:42 am
Forum: Ask any question
Topic: [HELP] RANDOM NUMBER GENERATOR
Replies: 11
Views: 13470

Re: [HELP] RANDOM NUMBER GENERATOR

Hello! Unfortunately there is no direct way to get a random number in a specific range using the {{RANDOM()}} function. However, you can try the following approach: {{RANDOM("123456789")@CUT(["0", "1"])}}{{RANDOM("1234567890")@CUT(["0", "1"...
by shrmaprem0202
Tue Jan 30, 2024 4:49 pm
Forum: Ask any question
Topic: [HELP] RANDOM NUMBER GENERATOR
Replies: 11
Views: 13470

[HELP] RANDOM NUMBER GENERATOR

How to create random number 1000 to 9999
by shrmaprem0202
Sat Jan 20, 2024 2:38 pm
Forum: Problems
Topic: Please find the mistake
Replies: 8
Views: 9990

Re: Please find the mistake

francisco wrote: Thu Jan 18, 2024 10:51 am
shrmaprem0202 wrote: Thu Jan 18, 2024 7:55 am Thankyou now all problems solved i used index for users list count thanks for giving time love you ❤️❤️❤️
by shrmaprem0202
Fri Jan 19, 2024 4:08 am
Forum: Problems
Topic: Please find the mistake
Replies: 8
Views: 9990

Re: Please find the mistake

Now it's working but there us a problem if logindate is not a valid date or empty what can we do ? In this case we can first filter the results of those who have a valid logindate and display the invalid results at the end of the table, replacing the logindate with "—": <div id="demo...