Results 1 to 10 of 10

Weird Code Showing???

This is a discussion on Weird Code Showing??? within the Bug Reporting forums, part of the vBSEO SEO Plugin category; I am having a bit of a problem with a piece of code that displays in IE. You would have ...

  1. #1
    Senior Member
    Real Name
    LinkHunter
    Join Date
    Dec 2007
    Posts
    131
    Liked
    0 times

    Weird Code Showing???

    I am having a bit of a problem with a piece of code that displays in IE. You would have to be a member to see the particular page but can you tell me this:

    The code that is showing is at the end of this line. Is this a line that vbSEO inserts?

    <meta http-equiv="refresh" content="60"; url=online.php?order=asc&amp;sort=username&amp;pp= 20&amp;page=1 />";

    The "; is showing up in the who's online page.

    If it is from vbSEO, can I just remove the end because the tag is closed right?

  2. #2
    vBSEO Staff Oleg Ignatiuk's Avatar
    Real Name
    Oleg Ignatiuk
    Join Date
    Jun 2005
    Location
    Belarus
    Posts
    25,689
    Liked
    157 times
    Hello,

    that should not be related to vBSEO, please try the same with vBSEO temporarily disabled though to make sure.
    Oleg Ignatiuk / Crawlability Inc.
    vBSEO 3.6.0 GOLD Released!
    Unveiling the NEW vBSEO Sitemap Generator 3.0. - available NOW for vBSEO Customers!


  3. #3
    Senior Member
    Real Name
    LinkHunter
    Join Date
    Dec 2007
    Posts
    131
    Liked
    0 times
    Quote Originally Posted by Oleg Ignatiuk View Post
    Hello,

    that should not be related to vBSEO, please try the same with vBSEO temporarily disabled though to make sure.
    Thanks or looking Oleg!

    I disabled the sitemap and vbSEO and the code is still there.

    Weird! This just came up recently and i cannot figure out where it is coming from. I don't have like bunches of old mod code or anything in the site that I can think of.

    DevHunters.com l Webmaster Forum - Web Advertising - Web Design - SEO Forums

  4. #4
    vBSEO Staff Oleg Ignatiuk's Avatar
    Real Name
    Oleg Ignatiuk
    Join Date
    Jun 2005
    Location
    Belarus
    Posts
    25,689
    Liked
    157 times
    Did you install vB3.7beta6? Looks like there is an issue in new "WHOSONLINE" template.
    Oleg Ignatiuk / Crawlability Inc.
    vBSEO 3.6.0 GOLD Released!
    Unveiling the NEW vBSEO Sitemap Generator 3.0. - available NOW for vBSEO Customers!


  5. #5
    Senior Member
    Real Name
    LinkHunter
    Join Date
    Dec 2007
    Posts
    131
    Liked
    0 times
    Quote Originally Posted by Oleg Ignatiuk View Post
    Did you install vB3.7beta6? Looks like there is an issue in new "WHOSONLINE" template.
    I did upgrade to 6 but VB says that isn't their code and that VB is not causing that.

    confuse me......

    Again i appreciate you looking!~!

  6. #6
    vBSEO Staff Oleg Ignatiuk's Avatar
    Real Name
    Oleg Ignatiuk
    Join Date
    Jun 2005
    Location
    Belarus
    Posts
    25,689
    Liked
    157 times
    This is a part of default vBulletin's vbulletin-style.xml (beta6):
    HTML Code:
    <template name="WHOSONLINE"...>
    ...
    
    	<else />
    		<meta http-equiv="refresh" content="$vboptions[WOLrefresh]"; url=online.php?$session[sessionurl]order=$sortorder&amp;sort=$sortfield&amp;pp=$perpage&amp;page=$pagenumber$refreshargs />";
    	</if>
    Oleg Ignatiuk / Crawlability Inc.
    vBSEO 3.6.0 GOLD Released!
    Unveiling the NEW vBSEO Sitemap Generator 3.0. - available NOW for vBSEO Customers!


  7. #7
    Senior Member
    Real Name
    LinkHunter
    Join Date
    Dec 2007
    Posts
    131
    Liked
    0 times
    And that is the code that is causing the problem Oleg?

    The weird thing is that it is only in IE and not in FF.

    Wow thanks for the follow up. I am lost with this one. I can eliminate the code i suppose but i do not know VB and vbSEO enough to risk hurting the site and before Beta 6 it was Flawless!!

    I thought it was due to a recent server change but I did that before the upgrades.

    Thanks again! I will have to figure out how to correct this but if VB says it isnt their problem then I really don't know what to do.

  8. #8
    vBSEO Staff Oleg Ignatiuk's Avatar
    Real Name
    Oleg Ignatiuk
    Join Date
    Jun 2005
    Location
    Belarus
    Posts
    25,689
    Liked
    157 times
    This code is new and was not included in Beta5. You can change it to:
    HTML Code:
    	<else /> <meta http-equiv="refresh" content="$vboptions[WOLrefresh]; url=online.php?$session[sessionurl]order=$sortorder&amp;sort=$sortfield&amp;pp=$perpage&amp;page=$pagenumber$refreshargs" />
    	</if>
    Oleg Ignatiuk / Crawlability Inc.
    vBSEO 3.6.0 GOLD Released!
    Unveiling the NEW vBSEO Sitemap Generator 3.0. - available NOW for vBSEO Customers!


  9. #9
    Senior Member
    Real Name
    LinkHunter
    Join Date
    Dec 2007
    Posts
    131
    Liked
    0 times
    Quote Originally Posted by Oleg Ignatiuk View Post
    This code is new and was not included in Beta5. You can change it to:
    HTML Code:
        <else /> <meta http-equiv="refresh" content="$vboptions[WOLrefresh]; url=online.php?$session[sessionurl]order=$sortorder&amp;sort=$sortfield&amp;pp=$perpage&amp;page=$pagenumber$refreshargs" />
        </if>


    That was it! I really appreciate it!!

    Your help was well appreciated!

    Last edited by LinkHunter; 03-10-2008 at 11:04 PM.
    Join a Great Webmaster Forum

  10. #10
    vBSEO Staff Oleg Ignatiuk's Avatar
    Real Name
    Oleg Ignatiuk
    Join Date
    Jun 2005
    Location
    Belarus
    Posts
    25,689
    Liked
    157 times
    You are welcome!
    Oleg Ignatiuk / Crawlability Inc.
    vBSEO 3.6.0 GOLD Released!
    Unveiling the NEW vBSEO Sitemap Generator 3.0. - available NOW for vBSEO Customers!


Similar Threads

  1. vb icon not showing! showing as a link?
    By Julio in forum Troubleshooting
    Replies: 3
    Last Post: 02-12-2008, 10:49 AM
  2. Weird Error.
    By rob in forum vBSEO.com Styles
    Replies: 9
    Last Post: 11-09-2007, 12:14 PM
  3. Is this a bug or a weird feature?
    By Kalyse in forum LinkBacks
    Replies: 2
    Last Post: 03-20-2007, 03:39 PM
  4. # in thread titles showing weird
    By GBSF in forum Troubleshooting
    Replies: 2
    Last Post: 09-24-2006, 10:34 PM
  5. Ok, something weird is going on ...
    By Michael in forum Bug Reporting
    Replies: 10
    Last Post: 10-05-2005, 12:30 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •