The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
URGENT help needed. how can i undo an xml import?
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!
|
#2
|
||||
|
||||
disable plugins
|
#3
|
|||
|
|||
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.
|
#4
|
||||
|
||||
In your includes/config.php file:
Below: PHP Code:
PHP Code:
|
#5
|
|||
|
|||
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. |
#6
|
||||
|
||||
Yes, go to vbulletin.com and redownload your 3.5.5 package
|
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|