View Single Post
  #6  
Old 10-29-2014, 06:59 PM
BoostedK20 BoostedK20 is offline
 
Join Date: Mar 2011
Location: NY
Posts: 118
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Before I try the things you have all posted above (and thank you for them), I would like it to be known that this happened suddenly, with no back-end changes. I logged in and it was like that. So something that already exists somehow created this issue. Being that there are multiple problems with the page, what should be done first? You all seem to know this better than I do, so I figure certain things should be done before others.

Again, thank you all for your help.

Quote:
Originally Posted by Lynne View Post
There is no style.css file in default vB4. So, that file is from a modification/style you uploaded.

You have many problems with that page. I threw it into an html validator and got 74 Errors, 32 warning(s). And yeah, you can ignore many of what it says, but having two <DOCTYPE> and <html> and <head> and <body> tags in a page is a BIG NO-NO and it will screw up your page.
Can you tell me where these are and how to address them? Thank you for chiming in Lynne, you've always been a big help!

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

Quote:
Originally Posted by Dave View Post
There's definitely something wrong with your forum:
The source contains the following:

HTML Code:
<img src=?http://i.imgur.com/SQ1BnJU.jpg?/>
You are supposed to use double quotes, not backticks for the src.

Also at around line 475 in the source, it includes a page with html/body tags. HTML is invalid. (It's one of your block modules?)
Dave, where did that image come from?! It says the site will shut down as of 4 days ago.... EDIT: I just searched in templates and this came up in the 'header' template under the current active style but no others... It shows my google ads after it.
Code:
<body>
<div>
<img src=?http://i.imgur.com/SQ1BnJU.jpg?/>
<script type="text/javascript">
    google_ad_client = "ca-pub-2427967321404401";
    google_ad_slot = "6801652175";
    google_ad_width = 336;
    google_ad_height = 280;
</script>
<!-- ads -->
<script type="text/javascript"
src="//pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
<center>Watch versus cycling in this video clip.<br>Versus Cycling is some
great videos to watch!
</div>
</body>
Clearly the cycling text and the imgur image link is not from me, and I am the only one with access to the back end to edit things... Now what? I removed the above code and it changed nothing, so I put it back without those two parts of the code I just mentioned.

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

Quote:
Originally Posted by ozzy47 View Post
Well first off I would upgrade to at least vBulletin 4.2.2 Patch Level 2, since there is security issues in earlier versions.

As far as upgrading, read the manual, http://www.vbulletin.com/docs/html/upgrade

It may or may not fix your issues.
Thank you ozzy. Regarding the update, it says to do a database backup. The methods shown in the backup link (http://www.vbulletin.com/docs/html/m...atabase_backup) I am unfamiliar with. Do I need anything additional to do any of the methods on that page? I apologize if these are more 'entry level' questions. I'm overwhelmed with the abundance of issues going on with the website right now.



_______________________


As a current update: I removed the following code entirely and things are back to normal, minus the google ads:
Code:
<body>
<div>
<center>
<script type="text/javascript">
    google_ad_client = "ca-pub-2427967321404401";
    google_ad_slot = "6801652175";
    google_ad_width = 336;
    google_ad_height = 280;
</script>
</center>
<!-- ads -->
<script type="text/javascript"
src="//pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
</div>
</body>
Reply With Quote
 
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01248 seconds
  • Memory Usage 1,786KB
  • Queries Executed 11 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD_SHOWPOST
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (2)bbcode_code
  • (1)bbcode_html
  • (3)bbcode_quote
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_box
  • (1)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (1)post_thanks_postbit_info
  • (1)postbit
  • (1)postbit_onlinestatus
  • (1)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • reputationlevel
  • showthread
Included Files:
  • ./showpost.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
  • showpost_start
  • bbcode_fetch_tags
  • bbcode_create
  • postbit_factory
  • showpost_post
  • 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
  • showpost_complete