Skip to content
View in the app

A better way to browse. Learn more.

Bellazon

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Problems and Suggestions for BZ - Post Here

Featured Replies

33 minutes ago, maddog107 said:

Sorry disks filled up, should work now.

Thank you! happy

28 minutes ago, maddog107 said:

Like activity? screenshot plz

2.webp

It’s working again, but for example I made a bunch of posts during that 17 hour gap, and they don’t show up.

2 hours ago, maddog107 said:

Like activity? screenshot plz

2 hours ago, Matt! said:

2.webp

It’s working again, but for example I made a bunch of posts during that 17 hour gap, and they don’t show up.

I have the same problem.Posts between 10 minutes ago and 19 hours ago. These posts are visible but not listed.

Screenshot 2026-04-04 at 00-25-50 parisienne - Bellazon.webp

1 hour ago, parisienne said:

I have the same problem.Posts between 10 minutes ago and 19 hours ago. These posts are visible but not listed.

Screenshot 2026-04-04 at 00-25-50 parisienne - Bellazon.webp

4 hours ago, Matt! said:

2.webp

It’s working again, but for example I made a bunch of posts during that 17 hour gap, and they don’t show up.

Not sure how the forum handles that, it may not come back as elasticsearch is sort of ephermeral ish type storage. I would have to rebuild the whole index which takes many days to get back that small gap in the activities. Sorry.

6 minutes ago, maddog107 said:

Not sure how the forum handles that, it may not come back as elasticsearch is sort of ephermeral ish type storage. I would have to rebuild the whole index which takes many days to get back that small gap in the activities. Sorry.

No worries, that makes sense. I figured it was worth mentioning just in case, but definitely not worth rebuilding the whole index over a small gap.

9 hours ago, maddog107 said:

Not sure how the forum handles that, it may not come back as elasticsearch is sort of ephermeral ish type storage. I would have to rebuild the whole index which takes many days to get back that small gap in the activities. Sorry.

Will the pictures posted in that small gap stay online in the threads? Even if they're not visiable in the activity search? Thanks for your answer!

9 hours ago, maddog107 said:

Not sure how the forum handles that, it may not come back as elasticsearch is sort of ephermeral ish type storage. I would have to rebuild the whole index which takes many days to get back that small gap in the activities. Sorry.

That's fine. Thanks

6 hours ago, Modelupdater said:

Will the pictures posted in that small gap stay online in the threads? Even if they're not visiable in the activity search? Thanks for your answer!

Yes, that is stored in the DB. So as long as you actually saw it post and didnt throw and upload error it’s guaranteed to be there.

5 minutes ago, maddog107 said:

Homer Back Into Bushes GIFs - Find & Share on GIPHY

tenor.gif

I knew it. It's stable again, though. Happy Easter!

EDIT....mildly degraded performance

Edited by Matt!

Degraded performance and activity feed is acting weird; I only posted the last two photos.

1234.webp

28 minutes ago, Matt! said:

Degraded performance and activity feed is acting weird; I only posted the last two photos.

1234.webp


Load still climbing at 36.21. The embed pipeline is NOT running, so it's not contributing. Here's the diagnosis:

                                                                                                                                                                                                                                    

  It's bot traffic — distributed Vietnamese botnet                                                                                                                                                                                  

   

  What's happening:                                                                                                                                                                                                                 

  - php-fpm socket is completely exhausted — every slot is busy, new requests get "Resource temporarily unavailable"

  - Hundreds of unique Vietnamese IPs (113.16x.x.x, 14.1xx.x.x, 123.xx.x.x — VNPT/Viettel residential ranges) are scraping /main/topic/ pages with deep pagination                                                                  

  - Mixed in with some DigitalOcean VPS IPs (146.190, 24.144, 167.99, 134.209)                                                                                    

  - Three major spikes today: 08:10 (worst — 15K errors/3min), 13:55, and now                                                                                                                                                       

  - All requests have referrer https://www.bellazon.com/ — faked                                                                                                                                                                    

  - DB is fine (all queries completing in 0s), this is purely request volume overwhelming php-fpm                                                                                                                                   

                                                                                                                                                                                                                                    

  Not the problem:                                                                                                                                                                                                                  

  - MariaDB queries are fast, no locks                                                                                                                                                                                              

  - Embed pipeline is not running                                                                                                                                                                                                   

  - No slow query backlog                                                                                                                                                                                                           

                                                                  

  Immediate options:                                                                                                                                                                                                                

  1. Cloudflare WAF rule — block/challenge Vietnam country code (VN) on topic pages, or rate-limit per IP

  2. Nginx rate limiting — add limit_req_zone on the real IP for /main/topic/ endpoints                                                                                                                                             

  3. Block the DigitalOcean ASN at Cloudflare (AS14061) — no legitimate users come from DO VPS IPs



I dont know why the bots are going crazy these days, we shut them down. Lets see where tehy pop up next.

19 minutes ago, maddog107 said:


Load still climbing at 36.21. The embed pipeline is NOT running, so it's not contributing. Here's the diagnosis:

                                                                                                                                                                                                                                    

  It's bot traffic — distributed Vietnamese botnet                                                                                                                                                                                  

   

  What's happening:                                                                                                                                                                                                                 

  - php-fpm socket is completely exhausted — every slot is busy, new requests get "Resource temporarily unavailable"

  - Hundreds of unique Vietnamese IPs (113.16x.x.x, 14.1xx.x.x, 123.xx.x.x — VNPT/Viettel residential ranges) are scraping /main/topic/ pages with deep pagination                                                                  

  - Mixed in with some DigitalOcean VPS IPs (146.190, 24.144, 167.99, 134.209)                                                                                    

  - Three major spikes today: 08:10 (worst — 15K errors/3min), 13:55, and now                                                                                                                                                       

  - All requests have referrer https://www.bellazon.com/ — faked                                                                                                                                                                    

  - DB is fine (all queries completing in 0s), this is purely request volume overwhelming php-fpm                                                                                                                                   

                                                                                                                                                                                                                                    

  Not the problem:                                                                                                                                                                                                                  

  - MariaDB queries are fast, no locks                                                                                                                                                                                              

  - Embed pipeline is not running                                                                                                                                                                                                   

  - No slow query backlog                                                                                                                                                                                                           

                                                                  

  Immediate options:                                                                                                                                                                                                                

  1. Cloudflare WAF rule — block/challenge Vietnam country code (VN) on topic pages, or rate-limit per IP

  2. Nginx rate limiting — add limit_req_zone on the real IP for /main/topic/ endpoints                                                                                                                                             

  3. Block the DigitalOcean ASN at Cloudflare (AS14061) — no legitimate users come from DO VPS IPs



I dont know why the bots are going crazy these days, we shut them down. Lets see where tehy pop up next.

Start with Cloudflare WAF/rate-limiting on /main/topic/, and block the DigitalOcean ASN, since the goal is to stop requests before they exhaust php-fpm?

EDIT: It’s early morning in Vietnam, so I’m not sure how many legit users would be affected by a full VN block.

Edited by Matt!

38 minutes ago, maddog107 said:


Load still climbing at 36.21. The embed pipeline is NOT running, so it's not contributing. Here's the diagnosis:

                                                                                                                                                                                                                                    

  It's bot traffic — distributed Vietnamese botnet                                                                                                                                                                                  

   

  What's happening:                                                                                                                                                                                                                 

  - php-fpm socket is completely exhausted — every slot is busy, new requests get "Resource temporarily unavailable"

  - Hundreds of unique Vietnamese IPs (113.16x.x.x, 14.1xx.x.x, 123.xx.x.x — VNPT/Viettel residential ranges) are scraping /main/topic/ pages with deep pagination                                                                  

  - Mixed in with some DigitalOcean VPS IPs (146.190, 24.144, 167.99, 134.209)                                                                                    

  - Three major spikes today: 08:10 (worst — 15K errors/3min), 13:55, and now                                                                                                                                                       

  - All requests have referrer https://www.bellazon.com/ — faked                                                                                                                                                                    

  - DB is fine (all queries completing in 0s), this is purely request volume overwhelming php-fpm                                                                                                                                   

                                                                                                                                                                                                                                    

  Not the problem:                                                                                                                                                                                                                  

  - MariaDB queries are fast, no locks                                                                                                                                                                                              

  - Embed pipeline is not running                                                                                                                                                                                                   

  - No slow query backlog                                                                                                                                                                                                           

                                                                  

  Immediate options:                                                                                                                                                                                                                

  1. Cloudflare WAF rule — block/challenge Vietnam country code (VN) on topic pages, or rate-limit per IP

  2. Nginx rate limiting — add limit_req_zone on the real IP for /main/topic/ endpoints                                                                                                                                             

  3. Block the DigitalOcean ASN at Cloudflare (AS14061) — no legitimate users come from DO VPS IPs



I dont know why the bots are going crazy these days, we shut them down. Lets see where tehy pop up next.

Which option did you go with? I guess just forcing a Cloudflare Captcha/Challenge should do the trick, no?

4 minutes ago, anon2222 said:

Which option did you go with? I guess just forcing a Cloudflare Captcha/Challenge should do the trick, no?

Yea pretty much, a JS check from time to time.

10 minutes ago, anon2222 said:

Which option did you go with? I guess just forcing a Cloudflare Captcha/Challenge should do the trick, no?

1 minute ago, maddog107 said:

Yea pretty much, a JS check from time to time.

blah

Edited by Matt!

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

Recently Browsing 0

  • No registered users viewing this page.

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.