Spooky thing with phpMyAdmin
I had phpMyAdmin on my webserver and some how some one got in and deleted most of my databases and also made some for they're own use. I disabled phpMyAdmin, not really diabled but I ziped it and deleted the unziped copy and only going to use it when I can't access my command prompt. I could just add a password to it in Apache but it takes to long for Apache to restart since I have lots of addons for it.
Comments
<IfModule mod_alias.c>
Alias /phpMyAdmin "/www/phpMyAdmin"
</IfModule>
<Directory "/www/phpMyAdmin">
Options None
AllowOverride None
order deny,allow
deny from all
allow from 127.0.0.1
</Directory>
I had that in my HTTPD.CONF file.
But this some how got changed to
<IfModule mod_alias.c>
Alias /phpMyAdmin "/www/phpMyAdmin"
</IfModule>
And the rest was deleted, I think I had SSH running and some one got in and changed my HTTPD.CONF file around. Also I think I know who did it. Probly one of my old IRC buddys that I gave a SSH account to with ROOT access.
As for phpMyAdmin, I prefer Webmin and Usermin.
Just one of several. :?
-Q
I like cPanel... thou they havent released a Windows version yet (on their website they say it's 84% complete. Its actually designed for hosting companies, but works fine by itself