Hello,
Just want to know how secure is the version 7.0 and to have feedback from other users.
The version 6.1 was really bad!
It was so bad that I have paid the software and never used due to the massive attacks on the website (SQL injection and so on..).
I was forced to reduce the max_connections and threads for the for user accessing the database as it was creating a bottleneck in the MySQL server.
For example, one the thousand hits also on very different .php pages.
««««««««««««««««««««««««««««««««««««««««««««««««««««
Database error in example.com
Mysql error:
User 'usrexample' has exceeded the 'max_user_connections' resource (current value: 3)
Debug backtrace:
Array
(
[1] => Array
(
[file] => /home/www/vhosts/example.com/httpdocs/click.php
[line] => 22
[args] => Array
(
[0] => /home/www/vhosts/example.com/httpdocs/inc/db.inc.php
)
[function] => require_once
)
)
Called script: /click.php
(...)
»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»
