vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=111)
-   -   URGENT help needed. how can i undo an xml import? (https://vborg.vbsupport.ru/showthread.php?t=142656)

comicus 03-21-2007 01:46 AM

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!

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 Code:

<?php

Add this code
PHP 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


All times are GMT. The time now is 10:31 PM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01014 seconds
  • Memory Usage 1,716KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (2)bbcode_php_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (6)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete