This website can use cookies to improve the user experience

This website can use cookies to improve the user experience and to provide certain services and functions to users. Cookies contain small amounts of information (such as login information and user preferences) and will be stored on your device.

Enable All Cookies Privacy Policy

config file problem


avatar
capslock 0
From: -
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?

Notice

This topic is archived. New comments cannot be posted and votes cannot be cast.

Responses to this topic


1 Re: config file problem
avatar
OP 0
From: -
config file problem

thanks a lot Smiling Face
1 Re: config file problem
avatar
Administrator
1340
From: Vienna, Austria
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:
//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.

Notice

This topic is archived. New comments cannot be posted and votes cannot be cast.