Go Back   vb.org Archive > vBulletin 3 Discussion > vB3 General Discussions

Reply
 
Thread Tools Display Modes
  #1  
Old 06-25-2006, 09:53 PM
morgandy morgandy is offline
 
Join Date: Jun 2006
Posts: 12
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default Locked out of admincp

I have been working on the vPortal install since Friday, with no support responses to assist in fixing or uninstalling from them. So, I have done the un-install per their threads, AND requested of 3 mods/developers there via PM to assist, with no response, but am completely locked out of my admincp for vBulletin at this point. I probably need to completely re-install the vb, but hoping you guys can help out so I don't. It seems it's turned into a vb issue now because of the portal stuff.

When I try to login, I get the following:

Warning: main(DIR/includes/functions_login.php): failed to open stream: No such file or directory in /home/csea/public_html/forums/login.php on line 38

Fatal error: main(): Failed opening required 'DIR/includes/functions_login.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/csea/public_html/forums/login.php on line 38

The portal install isn't supposed to mess with the vb files, from what I understood, but it looks like I have to edit something in the bulletin files now.

My path to the forums is public_html/forums - now I have always 'assumed' the public_html was my 'root', even though it's imbedded in the directory csea\public_html. So double checking with you guys.

Please, anyone who can help, I so appreciate it. We've been down for almost 3 days now, and I give up on the portal forums for any help.

If you respond, please be very very specific in the steps I need to take.

thx..
Reply With Quote
  #2  
Old 06-25-2006, 09:55 PM
GaryP GaryP is offline
 
Join Date: Jan 2006
Posts: 54
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Try blocking plugins via your config file and see if that helps, then you can login and delete all the plugins for the hack
Reply With Quote
  #3  
Old 06-25-2006, 09:57 PM
morgandy morgandy is offline
 
Join Date: Jun 2006
Posts: 12
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Wow, fast!! How do I block them? Comment them out?
Reply With Quote
  #4  
Old 06-25-2006, 10:00 PM
GaryP GaryP is offline
 
Join Date: Jan 2006
Posts: 54
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

theres a line that you have to add to your config file right at the top just below the <?php

I think it is
Code:
define('DISABLE_HOOKS', true);
or at least I've seen that line somewhere before
Reply With Quote
  #5  
Old 06-25-2006, 10:12 PM
morgandy morgandy is offline
 
Join Date: Jun 2006
Posts: 12
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Well, this is what I have now:

Code:
<?php
define('DISABLE_HOOKS', true);
I try to login, and the same message happens. Any other thoughts?
Reply With Quote
  #6  
Old 06-25-2006, 10:16 PM
GaryP GaryP is offline
 
Join Date: Jan 2006
Posts: 54
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I don't know then. Sorry.
Reply With Quote
  #7  
Old 06-25-2006, 10:20 PM
morgandy morgandy is offline
 
Join Date: Jun 2006
Posts: 12
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I think it is somewhere here in my login.php file, could you look over these 2 lines, I think this 'might' be where it is off:

Code:
// ######################### REQUIRE BACK-END ############################
require_once('./global.php');
require_once(DIR . '/includes/functions_login.php');
or, could it be in the /functions_login.php maybe?

thx!
Reply With Quote
  #8  
Old 06-25-2006, 11:37 PM
Paul M's Avatar
Paul M Paul M is offline
 
Join Date: Sep 2004
Location: Nottingham, UK
Posts: 23,748
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

You have lost your definition of the constant 'DIR'.

This is defined in init.php, which is called by global.php - try uploading your original init.php and global.php files.
Reply With Quote
  #9  
Old 06-26-2006, 01:11 AM
morgandy morgandy is offline
 
Join Date: Jun 2006
Posts: 12
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Sorry, I typed all this, forgot the error has now changed when I try to get to the forums: it is now:

Warning: Unknown(./../global.php): failed to open stream: No such file or directory in /global.php(349) : eval()'d code on line 1

Fatal error: (null)(): Failed opening required './../global.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/csea/public_html/forums/global.php(349) : eval()'d code on line 1

Now read the below because it is this new message my comments refer to.

I first tried doing a full restore from the backup I made a few days ago, same error. Now I've tried taking the original 2 files again you mentioned, and uploading those, same error. I'm wondering 2 things; could my license number have been corrupted or taken out during all I've done, and if so, how do I input it again?

Secondly, should I change anything in this line of the config.php file?

// ******** FULL PATH TO FORUMS DIRECTORY ******
// On a few systems it may be necessary to input the full path to your forums directory
// for vBulletin to function normally. You can ignore this setting unless vBulletin
// tells you to fill this in. Do not include a trailing slash!
// Example Unix:
// $config['Misc']['forumpath'] = '/home/users/public_html/forums';

Thanks for anything at all you can think of. Doing the full restore I 'thought' should've finally resolved all this.

Can someone figure out this issue?? I really am starting to think I need to plug the license number back in somewhere, without having to do a re-install. I just don't know what file it would go in, and if I'd enter it in plain text or not.Perhaps it is not a license issue, but, I'll take ANY and ALL suggestions to get our site back up.

thx!!!
Reply With Quote
  #10  
Old 06-26-2006, 03:35 AM
Mastar's Avatar
Mastar Mastar is offline
 
Join Date: Sep 2005
Posts: 680
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Maybe try to upload all files to your server again.
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 07:46 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.07011 seconds
  • Memory Usage 2,239KB
  • Queries Executed 13 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (1)ad_showthread_firstpost
  • (1)ad_showthread_firstpost_sig
  • (1)ad_showthread_firstpost_start
  • (3)bbcode_code
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)navbar
  • (3)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (1)pagenav_pagelink
  • (10)post_thanks_box
  • (10)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (10)post_thanks_postbit_info
  • (10)postbit
  • (10)postbit_onlinestatus
  • (10)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.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/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_postinfo_query
  • fetch_postinfo
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete