i went out the backdoor with this

if you have absolutely nothing on your server i mean no domains and anything not hosting anything than this is the best way you can fix this
and if you have root privilege on the server your box then just ssh this
Code:
mysql -uUSERNAME -hHOST -pPASSWORD
Replace USERNAME, HOST and PASSWORD with your actual username, host (database server) and password.
and then
Code:
DROP DATABASE database_name;
database_name would be dbispconfig
to delete the database from the mysql server
and then just run installer again and you are done
Code:
cd /tmp
wget http://downloads.sourceforge.net/ispconfig/ISPConfig-3.0.1.3.tar.gz?use_mirror=
tar xvfz ISPConfig-3.0.1.3.tar.gz
cd ispconfig3_install/install/
php -q install.php
Recent comments
2 days 8 hours ago
2 days 17 hours ago
2 days 20 hours ago
2 days 21 hours ago
2 days 23 hours ago
3 days 49 min ago
3 days 2 hours ago
3 days 3 hours ago
3 days 19 hours ago
3 days 20 hours ago