Documentation
Project Links
Here you will find some hints and tips on how to stop hackers from compromising your store.
osCmax v2.5 and above has the functionality to allow you to change your admin folder name when installing the software. It is strongly advised that you do change the name. If you have not changed it and wish to now please follow the instructions below:
define('DIR_WS_ADMIN', '/admin/');
define('DIR_FS_ADMIN', '/home/mystore.com/www/public/admin/');
The most common cause of hacks is code inserted into unprotected files and folders.
However, if you are using suPHP on your server (ask your host if you are not sure or run this suPHP check) then …
These commands can be run from the linux command line or from an executable file via cronjob.
Here is the command run to set all directories:
find . -type d -exec chmod 755 {} \ ;
Here is the command run to set all php files:
find . -type f -name “*.php” | xargs chmod 644
This infobox allows unscrupulous users to use your server to send emails out to people.
In order to do this you will need to install SiteMonitor.
Make sure that you installed all of the security updates for osCMax. You can get updates about osCMax from Michael_S's blog
There are a number of decent freeware or open source anti-virus and anti-malware packages available for download.
(Some possibilities)
Okay the worst has happened … Here is what you need to do: (Source: Michael_S, osCmax forums)
Change behaviour: