let's say someone was stupid enough to overwrite their includes/config.php file with a config file packaged with a mod....so that now all they are left with is this:
<?php
define('DISABLE_HOOKS', true);
// The location and extension type for the Icon store.
define('ICON_STORE_LOCATION', 'http://wow.allakhazam.com/images/icons/');
define('ICON_EXTENSION', '.png');
// Database config
define('dbhost', 'localhost');
define('dbname', 'DBNAME');
define('dbuser', 'DBUSER');
define('dbpass', 'DBPASS');
define('item_cache_table', 'item_cache');
?>
would there be a way to create a new config.php file for version 3.5.5?
thanks again for trying to help. i really goofed this one up.
|