OpenCart PHP Security
Reset OpenCart user password manually (in database)
Today we will see how to reset the OpenCart password (e-commerce system in PHP) manually, directly in the database; generating the hash and the salt manually with a function created by me. Function that generates salt and new password Here I leave the code, and the explanation at the end. Read more…
OpenCart PHP
How to install OpenCart 3 on Windows and Linux
In this tutorial I will show how to install OpenCart in its version 3 on a server with PHP. You can mount it directly on a server in production, or on your localhost for testing.