News and articles
A selection of new modules for OpenCart for December 2024

New products for December 2024: Tokens for the neural network, Multitool, Address storage.

 
 
 
 
 
Best-selling templates and extensions in December 2024

Best-selling templates and extensions in December 2024: BatchEditor, Snow Effect, LightShop template.

 
 
 
 
 
How to insert a Yandex.Maps widget in OpenCart in the desired layout using IMAnyJsCss?

Embedding widgets, such as Yandex.Maps, into an OpenCart store may seem like a complex task requiring code modifications. However, with the IMAnyJsCss module, this process becomes simple and accessible even for those without deep technical knowledge.

 
 
 
 
 
OpenCart Security When Working with a New Contractor: All About Backups

An OpenCart store critically needs a reliable backup system to quickly recover from failures, hacks, and developer errors. Regular backups, storing copies outside the main server, and verifying their restoration ensure the security and stability of the website.

 
 
 
 
 
Happy New Year 2025!
30 December 2024
Happy New Year 2025!

Our small New Year's greeting.

 
 
 
 
 

Easy work with the Opencart database via adminer

 
Easy work with the Opencart database via adminer
  • 0

Most likely, you are already familiar with Adminer, and if not, I recommend trying this excellent tool as a replacement for PHPMyAdmin when you need quick access to a client's or your own database. It's a standard database manager with the ability to modify, import, export, and execute queries in the database. Although it offers fewer features than PHPMyAdmin, it's much simpler to install and use.

Considering that I primarily work with Opencar/OcStore, I wanted to create my own version, a bit more convenient for working with this engine. The entire program is contained in one file, with no installation required. You download the archive file, unpack it, copy the ocdminer.php file to the server, launch it in the browser at yoursite.ru/ocdminer.php, and you are already connected to the database.

What's added:

  • Automatic insertion of login, password, and database from config.php for quick database connection.
  • Slightly altered appearance.
  • On the first launch of the program, the file is automatically renamed to (random characters).php to make unauthorized access more difficult.
  • Two hours after modifying or copying the file, the .expired extension is added. A timer counting down to this event is displayed in the program.
  • Reset of file minification and decoding of the style string to simplify further modifications and customizations.
  • The entire program is a single file, 268 kilobytes in size.

The basis was Adminer version 4.7.7 for MySQL English Only.

Of course, we remind you of the necessity of backing up your database before any changes and recommend deleting the ocdminer file after working with the database.


Рекомендуем посмотреть
Рекомендуем прочитать
 
 


Yet, no one has left a comment to the entry.