PDA

View Full Version : URGENT help needed. how can i undo an xml import?


comicus
03-21-2007, 01:46 AM
Hi all. I really need some help. I'm running 3.5.5 and I was trying to do a mod import....well as soon as i clicked on the xml file and chose the option to import it....everything went boom and I can no longer view my forums (so i can't even undo it). Is there a way to somehow manually edit a file to undo this? i also made a small edit to the headinclude file that i'd like to undo manually if that's possible (without having access to my boards). Any help would be greatly appreciated. Thanks in advance!

Brandon Sheley
03-21-2007, 01:53 AM
disable plugins

comicus
03-21-2007, 01:57 AM
Hi Loco. thanks for the reply. however, the key problem is that I can't even view my boards....let alone disable anything. =( I'm trying to figure out if there is a way to get to the files manually to undo them. Thanks.

HMBeaty
03-21-2007, 02:18 AM
In your includes/config.php file:

Below:
<?php
Add this code
define('DISABLE_HOOKS', true);

comicus
03-21-2007, 02:38 AM
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.

HMBeaty
03-21-2007, 02:39 AM
Yes, go to vbulletin.com and redownload your 3.5.5 package