x00
MVPx00 MVP
Reactions
-
Re: Spam for vanilla forums - target keyword
tbh honest there is load of ways to detect a framework. On top of that spam bot will try an probe nearly every form regardless. It is naive to think they only target the forums by some phase. (View Post)1 -
Re: Some issues encountered after porting over from PHPBB :
in html5 they recommend <pre><code>some code</code></pre> http://stackoverflow.com/questions/11742907/why-does-html5-recommend-putting-the-code-element-inside-pre (View Post)1 -
Re: Some issues encountered after porting over from PHPBB :
fyi <code> is an online element. <pre> is what you use to wrap blocks. E.g. I display some code in-line. Or display a code snippet in pre tags: some code The display is entirely down to c… (View Post)2 -
Re: Is it possible to know if a Gdn_Model::Save() was successful, without using an autoincrement key?
can't you use have errorInfo()/errorCode() if the PDO object returned by Connection()? (View Post)1 -
Re: Converting to SSL site - use ProxyConnect or jsConnect and how?
it shouldn't be any problem however depending on which method you use it wouldn't necessarily follow 301 redirect. you need to debug the process both ends. jsConnect definitely works, however I know … (View Post)1
