Putting the 'role' back in role-playing games since 2002.
Donate to Codex
Good Old Games
  • Welcome to rpgcodex.net, a site dedicated to discussing computer based role-playing games in a free and open fashion. We're less strict than other forums, but please refer to the rules.

    "This message is awaiting moderator approval": All new users must pass through our moderation queue before they will be able to post normally. Until your account has "passed" your posts will only be visible to yourself (and moderators) until they are approved. Give us a week to get around to approving / deleting / ignoring your mundane opinion on crap before hassling us about it. Once you have passed the moderation period (think of it as a test), you will be able to post normally, just like all the other retards.

How do you search?

LJ40

Cipher
Joined
Jul 16, 2014
Messages
641
Location
Wizardry/Ultima/Goldbox
This reminds me of old days. Back when GTA 3 came out and you could (kind of) talk shit on GameFAQs someone made a topic titled "How do you horn?" wanting to know how to honk the car horns. This topic is very slightly less embarrassing (if either were sincere).
 

EdinFla

Literate
Joined
May 20, 2024
Messages
15
This place is a bit like Gothic. You get on it then you are largely on your own.

I even have a Mud following me around :)
 

Tavar

Cipher
Patron
Joined
Jun 6, 2020
Messages
1,075
Location
Germany
RPG Wokedex Strap Yourselves In

Twiglard

Poland Stronk
Patron
Staff Member
Joined
Aug 6, 2014
Messages
7,302
Location
Poland
Strap Yourselves In Codex Year of the Donut
Thanks for the heads-up, Tavar. I've applied a quick hack as the fix. Will figure out what XF wants sometime later.
Retards shouldn't be doing this:

1717941508459.png


when it's an upgrade only with the minor number changing (2.2.15 to 2.2.16). But what can you expect out of PHP niggers?

PHP:
# XF.php
$pattern = '#^\\\?'
        . str_replace('%s', '([A-Za-z0-9_\\\]+)', preg_quote(ltrim($formatter, '\\')))
        . '$#';
if (!preg_match($pattern, $string, $matches) /* HACK */ && false)
{
        throw new \InvalidArgumentException(sprintf(
                'Class %s does not match formatter pattern %s',
                $string,
                $formatter
        ));
}
 
Last edited:

As an Amazon Associate, rpgcodex.net earns from qualifying purchases.
Back
Top Bottom