R_J
AdminR_J Admin
-
Re: [Solved] Problem with discussions in Vanilla 2.2.3.4 (Multi-Byte Encoding)*
( ! ) Fatal error: Call to undefined function mb_detect_encoding() in Z:\web\v2234\library\vendors\simplehtmldom\simple_html_dom.php on line 988 (View Post)1 -
Re: [Solved] Problem with discussions in Vanilla 2.2.3.4 (Multi-Byte Encoding)*
TADAA!! Problem solved by uncommenting extension=php_mbstring.dll from php.ini :-) Thanks for the debug tip! (View Post)5 -
Re: Escaping SQL?
You're right, I was talking about something other. I've done a quick search in the code and found QuoteExpression in class.database.php which might do the replacement as you need it (View Post)1 -
Re: Escaping SQL?
Yes, it exists: $Database = Gdn::Database(); $Px = $Database->DatabasePrefix; $Structure = $Database->Structure(); $Sql = "your sql here"; $Structure->Query($Sql); Don't forget to … (View Post)2 -
Re: [GitHub Bug #1651] @user doesn't always work
When you allow spaces in your forum, don't forget to disallow ALT+255 => " " and spaces at the end of a username. They can be misused to fool forum users (did it myself when I was young … (View Post)2
