config file problem i've transferred a domain, but now i can't change mysql account data since config file is encrypted! What can i do?
config file problem Download this script: http://www.esselbach.com/scripts/cfix.php.txt Then open it in an editor and change the following variables to match your MySQL configuration: Code: //MySQL settings $dbhost = "localhost"; $dbuser = "root"; $dbpass = "password"; $dbname = "database"; //Website details $wsname = "Website"; $wsurl = "http://localhost"; $wsno = "1"; Then rename the script to cfix.php and upload it to your /cadmin directory. Finally, run the script with your browser.