Category: PHP
-
vBulletin 4 SMTP TLS fix
I still keep around a vBulleting 4 forum due to historic reasons and have to deal with things slowly decaying due to age. This time it was our SMTP provider deprecating TLS 1.0 and 1.1 which resulted in this error whenever an email was about to be sent: AH01071: Got error 'PHP message: PHP Warning:…
-
Protecting your vBulletin 4 registration against spambots with email domain whitelist
If you are still hosting a vBulletin 4 forum for whatever the reason may be, you are probably experiencing the spambot hell. Captcha plugins are out of date or simply bypassed and protections like human verification questions just do not seem to work. You could throw Cloudflare in front for some bot detection and that…
-
Debugging Laravel in Eclipse PDT
I don’t use PHP enough to justify buying a PHPStorm license so I am using Eclipse PDT instead. I am a bit rusty with Eclipse and PHP so I couldn’t really find anything on Google about debugging Laravel projects in Eclipse. Finally figured it out, here is how. Examples are done on Eclipse IDE Version:…