Opencart Filter Cyrillic Characters In Contact Us Form.
A client is getting lots of “Russian” looking spam in his contact us form. I edited this file. web/catalog/controller/information/contact.php In the validate section, which starts […]
A client is getting lots of “Russian” looking spam in his contact us form. I edited this file. web/catalog/controller/information/contact.php In the validate section, which starts […]
If you get this error message; An uncaught Exception was encountered Type: Error Message: Call to undefined method MY_Loader::_ci_object_to_array() Filename: /home/karl/Documents/Development/Sites/cp/application/third_party/MX/Loader.php Line Number: 300 On […]
OVH offer a backup service that can be connected via CIFS, FTP and NFS. Getting it connected via NFS is fast on Linux. These instructions […]
Doing each line individually is a pain. Here is a handy shortcut. Start with the usual apt install php8.x- Then include each module name separate […]
In the file /usr/share/applications/thunderbird.desktop Add the following line after the StartupNotify line StartupWMClass=thunderbird-esr
You can use sender_bcc_maps and recipient_bcc_maps to selectively BCC both incoming and outgoing emails. sender_bcc_maps = hash:/etc/postfix/archive_domain recipient_bcc_maps = hash:/etc/postfix/archive_domain In /etc/postfix/archive_domain Add one entry […]
It seems that this is caused by Codeigniter 3 changing an internal function. I am not going to chase down the specific commit where this […]
I have a calendar component I wrote in live wire. When you click on the dates it worked really fast on my local system but […]
To allow you to create dynamic on the fly dev hosts. This is part of a bigger post coming soon.. The end goal is to […]
For reference to create an RSA key. ssh-keygen -t rsa -b 4096 -C “your_email@example.com”
Copyright © 2024 | WordPress Theme by MH Themes