Using Personal Custom Dictionary with Aspell and Pspell
Lately I was building a spell checker with PHP and I wanted to use my own dictionary with only specific words. Pspell in PHP sounded like the easiest way, however, READ MORE
Removing Duplicate Emails From Different Lists in Sendy
Sendy is a PHP self hosted web application that allows you to manage email lists and send emails through Amazon SES and other services. One of the missing features in READ MORE
Installing LEMP – Ubuntu 16.04, Nginx, MariaDB & PHP 7
Make sure you have Ubuntu 16.04 64 bit. In this tutorial, I’m assuming you are logged in as root and issuing the commands as root (Not recommended in live environment). READ MORE
Hardening PHPMyAdmin Installation
PHPMyAdmin is written in PHP and provides a user friendly interface that facilitates the database management, database optimization and query executions. However, the default settings of PHPMyAdmin are not READ MORE
Fix Magento Access Denied After Patch SUPEE-6285
Magento has released a critical patch (SUPEE-6285) that fixes many XSS and CSRF vulnerabilities (Official Release). However, it seems many 3rd party extensions were affected by this due to READ MORE
phpBB API – Accessing Database and Performing Sql Queries
In my two previous posts, phpBB API – Logging In And Logging Out a User and phpBB API – Auto Login a User Without a Password, I used phpBB API READ MORE