Mahz is the Admin. He's the man with the plan and the Guild's head honcho.
Avatar of Mahz

Status

Recent Statuses

1 yr ago
Ok, I made a major change to the database (but I'm not done). Please hop on discord if you find errors doing something!
18 likes
1 yr ago
I'm making some upgrades to the guild database. Sorry for any errors!
21 likes
3 yrs ago
I'm working on experimental server changes. Email mahz@roleplayerguild.com if you're having problems.
16 likes
7 yrs ago
Getting some more work done on the Guild today and tomorrow.
25 likes
8 yrs ago
Investigating the catastrophic performance issues.
1 like

Bio

Some favorite links I find while scrolling around.

BBCode

- @Roach: Advanced BBCode Hacks (Part 2, Part 1)
- @Exit: C O N C E P T S   ᵇʸ ᴱˣᴵᵗ – Amazing experiments in BBCode design.
Articles

- @BangoSkank: RPing Ain't Always Easy : A Collaborative Guide to the Stuff that Makes This Hobby Less Fun Sometimes And How to Make It More Betterer
Bios I love

- @Roach
- @Exit

Most Recent Posts

In Mahz's Dev Journal 9 yrs ago Forum: News
Okay, I think I figured out why this happens.

I changed the code yesterday so that, when a post is hidden, the topic recounts its post counts to ignore the newly hidden posts.

However, the pagination system expects hidden posts to be reflected in those counts because hidden posts actually take up a spot on the page.

Thanks for bringing this to my attention. I'll think of a fix.

(I temporarily turned off post hiding til I fix this to avoid further issues)
In Mahz's Dev Journal 9 yrs ago Forum: News
@NarayanK Lemme check it out.
In Mahz's Dev Journal 9 yrs ago Forum: News
Just another failure of the visitor messages system.
@Dodi do 900

Are you talking about the message above the "Bio" on your profile?

To prevent spam, the forum now requires you to have an avatar before you can edit your bio. I should've limited it so that it only requires this of new users, though.

I'm guessing that's what you're talking about.
In Mahz's Dev Journal 9 yrs ago Forum: News
@Altered Tundra It's not hard. The forum doesn't track it at all right now, though. But it's also harder than one might think.

For performance, you would probably append a row to a `topic_views` table on every topic view. And then at some interval (like once every 15 min) you would count the `topic_views` for each topic, update the `topics` table to add to the view count of each topic, and then delete the counted rows from `topic_views`.

@Etcetera Thanks. Yeah, for performance, there are always X posts per page of a topic, even if some of them are hidden.

However, as you found out, the bug is that a hidden post can overflow onto its own page. Since nobody can see the hidden post, you essentially have a blank page or an inaccessible one.

The quickfix is probably to redirect back a page if the current page has no hidden posts.
In Mahz's Dev Journal 9 yrs ago Forum: News
@Etcetera Thanks, I'll look into it.
Welcome
In Mahz's Dev Journal 9 yrs ago Forum: News
@Etcetera I increased it to 1 hour since I announced the feature.
In Mahz's Dev Journal 9 yrs ago Forum: News
@JBRam2002 k, lemme see what I can do.

Edit: Think I fixed it.
© 2007-2026
BBCode Cheatsheet