Thank you,
The hacked directory (root and subdirectories) were saved by the provider as soon as I requested them to down the site (it was displaying hackers' message and I could not get into admin to shut it down).
Just went in and chmod to 000 what they saved, thanks for that. Poking around the site there is nothing visibly wrong.
If a file or directory are touched, it shows the timestamp that sticks out when the directories are listed.
Several times I saw things like "maill.php" that was inserted without harming the site contents.
Indeed, as I am on the shared server, could be 100s of sites hosted on one physical machine.
However disciplined I might be, a slacky site owner on the server may invite a trouble for all ?
Is there some tool to check the database? The cPanel provided by webhostinghub.com has "database repair" and it ran cleanly.
--------------- Added [DATE]1441775800[/DATE] at [TIME]1441775800[/TIME] ---------------
Just remembered. In
./includes/config.php
there is hardcoded database name and password, in plain sight, unencripted
// ****** MASTER DATABASE USERNAME & PASSWORD ******
// This is the username and password you use to access MySQL.
// These must be obtained through your webhost.
$config['MasterServer']['username'] = 'dbname_admin';
$config['MasterServer']['password'] = 'unencripted_password';
Is that how it should be? Never seen that in my life.
|