How do I fill This Out I've tried but I still get the error can't connect to the database. can someone send my an example of this.
// Define the webserver and path parameters
// * DIR_FS_* = Filesystem directories (local/physical)
// * DIR_WS_* = Webserver directories (virtual/URL)
// add your database and website details to the variables below
define('DB_SERVER_USERNAME', '');
// your username that you use to log into your web server
define('DB_SERVER_PASSWORD', '');
// your password that you use to log into your web server
define('DB_DATABASE', '');
// your database
define('DIR_FS_CATALOG', '/home/username/public_html/');
define('HTTP_SERVER', 'http://www.yoursite.com');
define('HTTP_COOKIE_DOMAIN', '.yoursite.com');
// do not include the www
define('DB_SERVER', 'localhost');





LinkBack URL
About LinkBacks











Bookmarks