It's just bots that scan the internet for message boards that they're able to automatically register at. They use various tactics to try and make it
harder to keep them out. Some of these tactics probably don't make any logical sense, but they kind of operate on a "throw a bunch of shit at the
wall and see what sticks" philosophy. The only real way out is to migrate to software that's still being actively developed, which I'm trying to do
with phpBB. If anyone has any thoughts on this, I'd love to hear to them. If you want server access, send me your RSA public keys, and I'll add you
to authorized_hosts. If you want admin access on the phpBB test site, register at the link I posted above, and message me your username, and I'll
make you an admin. If you want to look at the forum databases, I'm running a virtual machine of the XMB server within the phpBB server, and you can
access both MySQL databases via TCP/IP if you're logged in. I have it set up so I can easily pull data in from both databases via a Ruby console.
Like, to show data for a random user, you can type XMB.members.random, or PHPBB.users.random, respectively. I would really like some help with the
PHP part, since my own PHP skills are severely lacking. I've gotten this far mainly by using Ruby and relying on my decent SQL background. Most of
the rest of what's left is just annoyances. Like the fact that [size] and [attachment] tags work differently in phpBB. I'm not sure whether to try
and script the conversion of XMB tags to their phpBB versions (something I did already with the [rquote] tags) or try and make the XMB bbcode tags
work as they are.
Right now, the goal is to get it to a point where we like how it looks, then set up a new board with all the settings imported from the one I'm
working on now. Presumably run by Polverone. Then use the tools we've developed to transfer the data over.
XMB hasn't been actively developed since 2009, and I'm pretty sure we had a consensus a long time ago that we're going to have to transition to new
software if we ever want to address this problem. Correct me if I'm wrong. |