chrome LPTZmj5uYA - OpenCart emails bounce: message has lines too long for transport

OpenCart emails bounce: message has lines too long for transport

In cPanel emails from OpenCart are bouncing back with the error message: message has lines too long for transport To fix this edit the /system/library/mail/mail.php and encase every instance of base64_encode() with chunk_split()...

image 39 - PHPMyAdmin doesn't show all databases in cPanel

PHPMyAdmin doesn’t show all databases in cPanel

New databases that are created in cPanel are not visible in PHPMyAdmin, but if you assign a user to it and access it as that user, then you can use it. The first thing to check is if the database is visible via CMD: mysql -uCPANEL_USERNAME -p If the...

select folders - dupeguru – find and remove duplicate files

dupeguru – find and remove duplicate files

DupeGuru is a simple application to locate all the duplicate files on your PC and delete them easily. The hard disk may be filled with duplicate files that are useless and use valuable space. If we try to locate these files manually would be an...

lastlogin cpanel plugin example - How to create a cPanel plugin

How to create a cPanel plugin

You don’t need to be a system administrator or a cPanel expert to create your own cPanel plugin. Anyone who can write PHP code should have no trouble building a plugin. Within a day, I have created my first plugin: LastLogin – which...