Pages:
Author

Topic: [theymos] Bug with Merit (for sending) (Read 350 times)

sr. member
Activity: 252
Merit: 512
In ₿ we trust
April 28, 2024, 11:34:49 AM
#24
Friends, I suggest you test several things, there may be some hidden code that releases more merits for you. Try it right here in my post, feel free   Grin






(don't take this post seriously)

gave you 3 merits for a sunday morning laugh

Ah dear Philip, thank you very much for these merits, a random post like that is always good for us to laugh a little, isn't it? haha. A great Sunday for you Smiley
legendary
Activity: 4116
Merit: 7849
'The right to privacy matters'
April 28, 2024, 10:30:54 AM
#23
Friends, I suggest you test several things, there may be some hidden code that releases more merits for you. Try it right here in my post, feel free   Grin






(don't take this post seriously)

gave you 3 merits for a sunday morning laugh
hero member
Activity: 510
Merit: 3981
April 28, 2024, 10:18:04 AM
#22
Lol. I've reached my monthly limit, so all I could send you was 0.002e3 Merits.
Haha. I sent you 1000e-3 merits; don't spend them all in one place. Cheesy (Putting a minus sign before the exponent divides the significand instead of multiplying it.)

Hasn't anybody tried to use the infinity symbol to give the maximum? Smiley
That's a cool idea. Maybe theymos could make it so that sending someone * merits results in you sending them the maximum you can. (An asterisk is easy to type, and if you squint, it looks a bit like a tiny bomb that's just started to explode, so it kind of makes sense, too, as in "merit bombing" someone.) Grin
legendary
Activity: 2170
Merit: 3858
Farewell o_e_l_e_o
April 28, 2024, 09:57:20 AM
#21
another way to send someone 20 merits would be to send them 0.02e3 merits.
Lol. I've reached my monthly limit, so all I could send you was 0.002e3 Merits.
It seems hugeblack tested it already and it ended as 20 merit sent to PowerGlove. Maybe hugeblack can confirm this but I don't think there is coincidence of the 20 sent merit and this given information for testing from PowerGlove.

I can tell you guys are computer Huh??s. Anywhere else people would just be using digits. Hasn't anybody tried to use the infinity symbol to give the maximum? Smiley
Infinity symbol will not work, I did not test it but as I know, theymos coded that one user can only send another user 50 merits per month. It's the cap, not infinity.
legendary
Activity: 2688
Merit: 2444
https://JetCash.com
April 28, 2024, 06:22:00 AM
#20
I can tell you guys are computer Huh??s. Anywhere else people would just be using digits. Hasn't anybody tried to use the infinity symbol to give the maximum? Smiley
legendary
Activity: 3290
Merit: 16489
Thick-Skinned Gang Leader and Golden Feather 2021
April 28, 2024, 03:37:55 AM
#19
another way to send someone 20 merits would be to send them 0.02e3 merits.
Lol. I've reached my monthly limit, so all I could send you was 0.002e3 Merits.
jr. member
Activity: 56
Merit: 12
April 27, 2024, 08:15:47 PM
#18
I typed 1\ when I want to send 1 merit and it works.

To test it again, I typed 1/ and it works too.

Tested it again with 1~, and it works too.

Can these ones be considered as bugs with Merit button?

Please check it theymos.  Cheesy

I guess the box should accept number only, not string.

You know, one idea pops up in my head, and I want to hijack the merit system by using exponential but it does not work.
Code:
2^2
It only allows me to send 2 merit, not 4.  Undecided

This wouldn't be considered a bug as there is no impact.  Whether or not you add the the /, \, or ~, the total merit sent does not change. It could be considered that there is insufficient input validation, and maybe the merit sender should only accept numerical entries both client side and server side. However regardless it seems to be stripping anything posted after the integer specified. It's important to only raise bugs that have an actual impact and at this stage it's negligible.
hero member
Activity: 510
Merit: 3981
April 24, 2024, 10:31:06 PM
#17
Hehe, this is not a bug, it's just how PHP handles string -> number conversions. (If I had to guess, I'd say that there's an (int) cast happening on $_POST['merits'].)

Interestingly, the rules allow for scientific notation (more specifically: E notation), so something like 2e1 means 2*10^1 = 20 merits. Even in the context of an (int) cast, I think the leading number can have a decimal point, so another way to send someone 20 merits would be to send them 0.02e3 merits.
legendary
Activity: 1512
Merit: 7340
Farewell, Leo
April 24, 2024, 06:01:55 AM
#16
I found the bug in the bug:
Code:
\1

'\' probably ignores the character next to it.
legendary
Activity: 2506
Merit: 3645
Buy/Sell crypto at BestChange
April 24, 2024, 05:28:56 AM
#15
We cannot describe it as a bug, since the definition of a bug is an unexpected problem when execution, and since the results here are correct and expected, it is the way the code is executed.

It is better give an error message if sending box contain anything other than numbers, but what happens is that the first numbers are executed and the following values are ignored.


Seems like it just ignores everything that isn't a number, which feels like the ideal behavior.
I think it ignores anything after the number if it is not a number, since 1~.0 is 1, not 10, and so on.
sr. member
Activity: 1442
Merit: 390
★Bitvest.io★ Play Plinko or Invest!
April 24, 2024, 01:40:54 AM
#14
This just gave me an idea and now I'm wondering how a lot of you guys do the merit thing, it's a really way to test out if there's going to be a bug, I can imagine someone trying those script kiddies SQL injections, I mean that would be happening right? Unless of course there's a limit to what can be the number of characters that you can put in that box. Imagine doing some equations in that, let's see what number's going to get registered.
hero member
Activity: 714
Merit: 1004
Goodnight, ohh Leo!!! 🦅
April 23, 2024, 05:35:45 PM
#13
I'd barely get distracted by the least, imperceptible thing like this... [a bug that doesn't obstructe my route when navigating the forum]... Well, that shows how attentive alot of people can be, kudus TTD!

The only time I was able to detect anything that looks like a bug so fast was when I sent some merit out, refreshed the page and it repeated exactly the same command [without showing up a dialogue box]. I think that was fixed anyways!
Code:
2^2
A text input box is not a calculator LOL.
lol ...uhhh, is he part of the code writers we've got? How did he immediately think of the exponentials? Hahahaha!
sr. member
Activity: 252
Merit: 512
In ₿ we trust
April 23, 2024, 05:02:43 PM
#12
Friends, I suggest you test several things, there may be some hidden code that releases more merits for you. Try it right here in my post, feel free   Grin






(don't take this post seriously)
hero member
Activity: 644
Merit: 661
- Leo -
April 23, 2024, 02:46:31 PM
#11
^ I just sent out my last smerits while testing if 1-2 is accepted by the algorithm and apparently it is.

This shows that you guys are rich with merits haha, as speaking of myself, when I wanted to give someone merit, I don't do such experiments with the feat or lose all the smerits,
If you have low smerits you can still test it out, just make sure you start with a number higher than the number of smerits you have. If it's accepted by the system it will tell you you don't have enough smerits but if it's not, it'll show "invalid amount"

If I ever see a super B post I'll try something like "1-.0" to see if it sends 10 merits. Grin
Super B

- Jay -
sr. member
Activity: 658
Merit: 354
I stand with Ukraine!
April 23, 2024, 02:06:24 PM
#10
This won't work.
I tried sending tranthidung 0-1 and 1-.0 merits and it didn't work showing invalid amount error.
It's not ignoring all other characters if they are written between two or more numbers.
It seems theymos only excluded - (for negative value) when he fixed that bug in 2018. For other characters, they all work. My guess only because I can not test all of them as it will force me to send out many merit.

When I tried with
Code:
1+0
It worked because you receive 1 merit from me.
legendary
Activity: 2212
Merit: 7064
Cashback 15%
April 23, 2024, 01:53:20 PM
#9
Is it a bug, though?
I merited you with 1% and it worked Wink



If I ever see a super B post I'll try something like "1-.0" to see if it sends 10 merits. Grin
This won't work.
I tried sending tranthidung 0-1 and 1-.0 merits and it didn't work showing invalid amount error.
It's not ignoring all other characters if they are written between two or more numbers.


sr. member
Activity: 1204
Merit: 466
#SWGT CERTIK Audited
April 23, 2024, 01:49:08 PM
#8
Seems like it just ignores everything that isn't a number, which feels like the ideal behavior.

If I ever see a super B post I'll try something like "1-.0" to see if it sends 10 merits. Grin
This shows that you guys are rich with merits haha, as speaking of myself, when I wanted to give someone merit, I don't do such experiments with the feat or lose all the smerits, as I have seen cases where we send merits accidentally by reloading the page. I would never do such experiments but until I have good amount of smerits.

And yeah OP you are right, the field should accept numbers only, but they are not accepting anything other than numbers than that's also fine. But still for the sophistication of the forum as its growing day by day, some changes are must. Admins should remain more active.
hero member
Activity: 616
Merit: 713
Don't joke with my Daughter
April 23, 2024, 01:09:56 PM
#7
You know, one idea pops up in my head, and I want to hijack the merit system by using exponential but it does not work.
Code:
2^2
It only allows me to send 2 merit, not 4.  Undecided

Lols.. You should know the system isn't configured that way.
I have never tried it but for my understanding the merits button is only powered to be sending 1, 2, 3, 4, 5,6,7,8,9, 10+ and above merits, and not by multiplications or exponentially.
So, do you think theymos would accepts putting that way you think?
legendary
Activity: 2702
Merit: 2645
Farewell LEO: o_e_l_e_o
April 23, 2024, 12:38:48 PM
#6
You know, one idea pops up in my head, and I want to hijack the merit system by using exponential but it does not work.
Code:
2^2
It only allows me to send 2 merit, not 4.  Undecided
A text input box is not a calculator LOL.
legendary
Activity: 2170
Merit: 3858
Farewell o_e_l_e_o
April 23, 2024, 12:13:14 PM
#5
Then I tried the opposite
Code:
-1
And it says invalid. This means "-" placed at the left side makes a number but at the right side is just a sign.
Please read my above post, the quote block.

For negative merit number, it was reported as a bug, and theymos fixed it. Makes sense if now you can not send any negative merit to demerit other users.
Pages:
Jump to: