Spooky thing with phpMyAdmin

edited April 2004 in Software
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

  • The user and all related content has been deleted.
  • Erm... t took my 1.4GHz forever to start Apache... Abyss is instant...
  • No,

    <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.
  • Ahh. So this was the "Deleted" thread.. Hmm..

    As for phpMyAdmin, I prefer Webmin and Usermin.
  • Simba7 wrote:
    Ahh. So this was the "Deleted" thread.. Hmm..

    Just one of several. :?
  • I think there where 2 or 3.

    -Q
  • Simba7 wrote:
    Ahh. So this was the "Deleted" thread.. Hmm..

    As for phpMyAdmin, I prefer Webmin and Usermin.

    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
  • Theres one for windows called helm. I have a copy of it but its useless untill I can find a serial or crack for it.
Sign In or Register to comment.