BLF Notification for post replies (quotes)

Author Topic: BLF Notification for post replies (quotes)  (Read 3708 times)

Is it just me, or is there no way to get notifications on the forum when someone quotes you in a post? If not, then that should really be added.

there is no way and there likely never will be

there is no way and there likely never will be

It's possible to set up a server to monitor forum posts/pages and use a client sided plug-in to receive notifications. But it's not viable, nor worth the time and effort.

Glass actually has an incomplete system to do this. I started on the feature and scrapped it as I didn't think it'd be very popular, although some of the code is still there.

It would be rather interesting and youd have to ask more people, but I have to ask, would you only get the notifications if you had the game open?

It's possible to set up a server to monitor forum posts/pages
I'd say it isn't, actually. with the number of pages you'd have to check, by the time you're checking them often enough to get notifications in a reasonable amount of time, cloudflare will have blocked you

I'd say it isn't, actually. with the number of pages you'd have to check, by the time you're checking them often enough to get notifications in a reasonable amount of time, cloudflare will have blocked you

I'm heavily experienced in scraping data from websites which is simply what this is. So with that said, it actually is possible.

I'm heavily experienced in scraping data from websites which is simply what this is. So with that said, it actually is possible.
plus you can just get whitelisted by badspot, badspot lifted hardcore scraping prevention stuff for my web servers ip on request

additionally, it might be faster to run a search for your name with the word "quote" and check those topics


Glass actually has an incomplete system to do this. I started on the feature and scrapped it as I didn't think it'd be very popular, although some of the code is still there.
You cannot do this in-game, because the Blockland site is now in https:// form. Blockland cannot handle https:// websites.

You cannot do this in-game, because the Blockland site is now in https:// form. Blockland cannot handle https:// websites.
I never said it was in-game.

The system reduced the amount of queries by checking the forum index first and seeing if any boards had changed in the first place. It made it only a handful of queries instead of at least one per topic which would definitely be a problem with cloudflare.

ok this stuff should be easy so i'll try doing it


server side of it is done which was the hardest part

just make a bot that looks at https://forum.blockland.us/index.php?action=recent every few seconds
every time a thread like this comes up I've completely forgotten about that page and get worried about the idea of constantly checking every active thread

i'd definitely love something like this. i've missed so, so many replies to my posts