Go Back   vb.org Archive > vBulletin 3 Discussion > vB3 General Discussions
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools Display Modes
  #21  
Old 03-22-2008, 03:43 PM
Lynne's Avatar
Lynne Lynne is offline
 
Join Date: Sep 2004
Location: California/Idaho
Posts: 41,180
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I don't know what you would look for in the database, perhaps Jason can explain that better.

Have you tried redownloading vbulletin from vb.com and the reuploading a fresh faq.php file to your site in ascii mode? Have you tried viewing the faq from a total default vb style?

I'm kinda at a loss here on what to suggest to you.
Reply With Quote
  #22  
Old 03-22-2008, 03:55 PM
King Kovifor's Avatar
King Kovifor King Kovifor is offline
 
Join Date: Nov 2004
Location: PA
Posts: 3,872
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by owlbill View Post
Ok, now I am feeling a bit lost. What might I be looking for in the DB? I can view it also through cPanel BTW.
Not sure, I was just suggesting how you could do it without the backend access you were talking about.
Reply With Quote
  #23  
Old 03-22-2008, 04:01 PM
owlbill owlbill is offline
 
Join Date: Apr 2007
Location: Ottawa ON Canada
Posts: 37
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I am downloading the freshest VB 3.6.8 PL2 and will re-do the upload with that and report back here.

--------------- Added [DATE]1206206864[/DATE] at [TIME]1206206864[/TIME] ---------------

--------------------------
--------------------------

Ok, so after I uploaded all new VB non-iamge files ASCII etc., I even created a new No Parent style and chose it, this is what i get when i go to my index page:

Warning: Unknown(http://holta-racing.com/hacked.htm): failed to open stream: HTTP request failed! HTTP/1.1 404 Not Found in /index.php(540) : eval()'d code on line 2

Warning: Unknown(http://holta-racing.com/hacked.htm): failed to open stream: HTTP request failed! HTTP/1.1 404 Not Found in /index.php(540) : eval()'d code on line 2

Warning: (null)() [function.include]: Failed opening 'http://holta-racing.com/hacked.htm' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /index.php(540) : eval()'d code on line 2

------------------------
------------------------

For what it's worth, line 540 of my index.php is:

eval('print_output("' . fetch_template('FORUMHOME') . '");');

Basically the same as the FAQ page, but calling of course to a different template.
Reply With Quote
  #24  
Old 03-22-2008, 05:36 PM
King Kovifor's Avatar
King Kovifor King Kovifor is offline
 
Join Date: Nov 2004
Location: PA
Posts: 3,872
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

It seems like someone tried to "hack" your board and include hacked.htm. Is there a hook right before the fetch_template? And it may be within your global plugins since it is now affecting your index.php.
Reply With Quote
  #25  
Old 03-22-2008, 06:09 PM
owlbill owlbill is offline
 
Join Date: Apr 2007
Location: Ottawa ON Canada
Posts: 37
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

The Hook in the faq.php before the fetch_template line is:

($hook = vBulletinHook::fetch_hook('faq_complete')) ? eval($hook) : false;

--------------- Added [DATE]1206213101[/DATE] at [TIME]1206213101[/TIME] ---------------

I wonder if reuploading the actual plug-in files would be better since the vb files seem to make no difference. Perhaps it is the plugin as you say that might be the problem.
Reply With Quote
  #26  
Old 03-22-2008, 06:23 PM
Lynne's Avatar
Lynne Lynne is offline
 
Join Date: Sep 2004
Location: California/Idaho
Posts: 41,180
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Have you done a search in your templates for "hacked" at all? I think that is what I would do next.
Reply With Quote
  #27  
Old 03-22-2008, 06:46 PM
owlbill owlbill is offline
 
Join Date: Apr 2007
Location: Ottawa ON Canada
Posts: 37
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Just searched templates for "hack" and "hacked" with no results.
Reply With Quote
  #28  
Old 03-22-2008, 07:02 PM
Lynne's Avatar
Lynne Lynne is offline
 
Join Date: Sep 2004
Location: California/Idaho
Posts: 41,180
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

How about hacked.htm? You should be searching for '%hack%' perhaps to include all variations. Somehow, somewhere, it has the idea that it needs to include that file. So, you need to find out where it is calling that. I do all the file changes on my computer and then upload them to the server, so I guess if you do the same, I would go replace every single file with the copy you have on your computer.

Even when you finally get this fixed, you need to be thinking about security and how it is that this happened in the first place. Look at the modifications you have installed and make sure they are all up-to-date and read the threads to see if any issues have been brought forth lately that may have led to this happening to you.
Reply With Quote
  #29  
Old 03-22-2008, 07:20 PM
owlbill owlbill is offline
 
Join Date: Apr 2007
Location: Ottawa ON Canada
Posts: 37
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I have found nothing anywhere similar to holta, racing, hack, hacked, or the like. I am totally stumped. I had thought about loading fresh VB on our local test server and step by step loading up all our customization and mods to see if something there triggered this error.

The big bother for me is that on the original problem faq.php page, all the "reference" areas in the () marks are empty.
Reply With Quote
  #30  
Old 03-22-2008, 08:14 PM
King Kovifor's Avatar
King Kovifor King Kovifor is offline
 
Join Date: Nov 2004
Location: PA
Posts: 3,872
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hm. I would say open a vB.com support ticket but they will probably pin it on a bad hack... Sadly enough.

I am at a complete loss on this problem.
Reply With Quote
Reply


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 01:23 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.08852 seconds
  • Memory Usage 2,273KB
  • Queries Executed 12 (?)
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
  • (1)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)navbar
  • (3)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)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_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