x00
MVPx00 MVP
Reactions
-
Re: New reCAPTCHA
It is a fair bit smarter than a check box, well see how it goes. I wrote details post on the requirements of a captcha. A lot of effort, simply don't understand the problem. Most DIY effort simplely … (View Post)1 -
Re: SQL REGEXP
I provided two types of escape. The regular expression and the query quote. You might actually want to simply use the garden user name regular expression, to check it against that. (View Post)2 -
Re: SQL REGEXP
clement I was thinking the same. escape like so: $Name = 'Clément'; $Name = preg_quote($Name); $SQL = Gdn::SQL(); $SQL->NamedParameter('RegexUserName', TRUE, "^{$Name}([0-9]+)$" ); $SQL … (View Post)3 -
Re: SQL REGEXP
Using REGEXP on this way is redundant use ->Like('u.Name','Clément%') (View Post)1 -
Re: Transfer vanilla forum from one domain to another
Are you moving domains? Or moving servers? If you are moving domains only you rarely have to do anything. You might have the odd configuration here and there, no biggie. (View Post)1