Click anywhere to close this dialog

Farewell

Great is the art of beginning, but greater is the art of ending
Henry Wadsworth Longfellow

I announce that I cease all development and activity in the programming universe indefinitely. My career has reached the turning point I was not expecting for at least another year, leaving me highly off guard and without laid-out plans for this hobby's continuity. I have begun a 5-year residency program in Neurosurgery which is clearly not compatible, time-wise, with programming.

I gave in all my passion for developing, and you gave me back your loyalty and trust, even when I did not deserve that much. Now it is the time for payback. I release all my present and past work as Open Source software, in the hope some talented developer will continue maintaining and expanding my vision of a modern, sleek forum software. The intrinsic flexibility of MyBB is the true hidden gem of an otherwise outdated codebase; I do hope the project can continue and be updated complying to the latest coding standards.

I hereby thank Euan, kawaii, andrewjs18, Ben, Matt, Omar G., effone, Eric J., Devilshakerz, Wildcard, JordanMussi and all the other team members I have had the opportunity to work with when I was a MyBB team member. I thank Tomm M, my mentor, who inspired me to pick up coding with his piece-of-art plugins. And finally, I thank all of you MyBBoost subscribers who have helped me getting through my toughest university years economically.

Yours sincerely, Filippo

Coinbase webhook test failure

9 Apr 2020
#1
This issue is marked as solved
Remote server returned an HTTP 503
Do I have to whitelist some coinbase IP's?

Best answer

Shade 9 Apr 2020
If you server is restricting access to Coinbase, yes, you will need to whitelist their IPs. Unfortunately I do not know how to retrieve those IPs I am afraid.

All replies

Shade 9 Apr 2020
#2
If you server is restricting access to Coinbase, yes, you will need to whitelist their IPs. Unfortunately I do not know how to retrieve those IPs I am afraid.
Kalju 9 Apr 2020
#3
Cloudflare blocked it with a jsrequest, so I whitelisted coinbase, works now.
Kalju 10 Apr 2020 Edited
#4
Coinbase payments are verified, but account doesn't get upgraded automatically, even after waiting for hours.
Only sent tests work.
Shade 10 Apr 2020
#5
Can you make a screenshot of your subscription settings please?
Kalju 11 Apr 2020
#6
PayPal accounts get upgraded fine, just Coinbase keeps displaying pending.
Shade 11 Apr 2020
#7
Are you sure you have whitelisted Coinbase's servers properly? Coinbase payments are verified through webhooks. Check your page hits logs.

Also, have you disabled ONLY_FULL_GROUP_BY?
Kalju 11 Apr 2020
#8
I whitelisted their ASN and I have removed that from SQL_MODE. Do you know if they have more than one ASN?
Shade 11 Apr 2020
#9
Honestly, I don't know. My first guess would be looking in your page hit logs and whitelist each IP associated with coinbase.com POST visits.
Kalju 12 Apr 2020 Edited
#10
It works now, I guess the previous payments were sent with ONLY_FULL_GROUP_BY enabled.