vBulletin SEO Forums

SEO

vBulletin Search Engine Optimization

Buy vBSEO Now! HACKER SAFE certified sites prevent over 99.9% of hacker crime.
ne nw
vBSEO 3.2.0 Patch Release for vB 3.8 vBSEO Total Support Team Launches DeskPro vBSEO 3.2.0 GOLD Has Landed Success with vBSEO = 600ore Web Visitors + $1400 in a Day! Crawlability Inc. Files for SEO Technology Patent
se sw

Ultimate Side Columns Issue

This is a discussion on Ultimate Side Columns Issue within the Troubleshooting forums, part of the vBSEO SEO Plugin category; OK before the VBSEO install I had the following rotating banner code working perfectly. I know it is not the ...

Go Back   vBulletin SEO Forums > vBSEO SEO Plugin > Troubleshooting

Enhancing 80 million pages.

Register FAQ Members List Social Groups Calendar Search Today's Posts Mark Forums Read
  #1  
Old 04-02-2007, 01:10 AM
The Bish's Avatar
Junior Member
 
Real Name: Ross Bishop
Join Date: Mar 2007
Location: Texas
Posts: 26
Send a message via MSN to The Bish Send a message via Yahoo to The Bish
Ultimate Side Columns Issue

OK before the VBSEO install I had the following rotating banner code working perfectly. I know it is not the best solution so critique my site in the other forum... however it was what I chose and was working. Now the Google Adsense code is working fine but my other code is not. Here is the code:

HTML Code:
<!-- Banner Rotator by Redline -->
<SCRIPT LANGUAGE="Javascript"><!-- 
function banner() { 
}; 
banner = new banner(); 
number = 0; 
 
// bannerArray 
banner[number++] = "<a href='http://gnomescapes.com/' target='_blank'><img src='images/gnome_button.gif' border='1'></a>"
banner[number++] = "<a href='http://yeoldechandler.com/' target='_blank'><img src='images/yo_button.gif' border='1'></a>"
increment = Math.floor(Math.random() * number); 
document.write(banner[increment]); 
//--></SCRIPT>
</td>    
<!-- End Banner Rotator by Redline --> 
I have read through the vbseocp and cannot see anything which tells me this would possibly not work with the setting. Any guidance is appreciated.

Regards,
Ross
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Share on Facebook!
Reply With Quote
  #2  
Old 04-02-2007, 03:02 AM
The Bish's Avatar
Junior Member
 
Real Name: Ross Bishop
Join Date: Mar 2007
Location: Texas
Posts: 26
Send a message via MSN to The Bish Send a message via Yahoo to The Bish
Also let me update that I just realized that my banner rotation in my header template is not working as well. Any help on this will be greatly appreciated as my sponsors are sure to get pissed sooner than later.

Here is my header template code...

HTML Code:
<!-- logo -->
<a name="top"></a>
<table border="0" width="100%" cellpadding="0" cellspacing="0" align="center">
<tr>
  <td width="10" style="background-image:url(images/c2/c2_01.jpg); background-repeat:repeat-y; background-position:right;">&nbsp;</td>
  <td width="100%" style="background-image:url(images/c2/c2_03.jpg); background-repeat:repeat-x;">
<table border="0" cellpadding="0" cellspacing="0">
      <tr>
        <td align="$stylevar[left]"><a href="$vboptions[forumhome].php$session[sessionurl_q]"><img src="$stylevar[titleimage]" border="0" alt="$vboptions[bbtitle]" /></a></td>
<td width="100%" align="left" style="background-image:url(images/c2/c2_03.jpg);"><img src="images/c2/c2_03.jpg"></td>
        <td style="background-image:url(images/c2/c2_03.jpg);" width="100%" align="$stylevar[right]"><!-- Search Google -->
<table border="0" width="100%" cellpadding="0" cellspacing="0" align="center">
<tr><td align="center" style="background-image:url(images/c2/c2_o3.jpg);">&nbsp;</td></tr>
<tr><td align="center" style="background-image:url(images/c2/c2_o3.jpg);">
<form method="get" action="http://www.google.com/custom" target="google_window">
<table>
<tr><td nowrap="nowrap" valign="top" align="left" height="32">
<a href="http://www.google.com/">
<img src="http://www.google.com/logos/Logo_25gry.gif" border="0" alt="Google" align="middle"></img></a>
<label for="sbi" style="display: none">Enter your search terms</label>
<input type="text" name="q" size="28" maxlength="255" value="" id="sbi"></input>
<label for="sbb" style="display: none">Submit search form</label>
<input type="submit" name="sa" value="Search" id="sbb"></input>
<input type="hidden" name="client" value="pub-4714429698566238"></input>
<input type="hidden" name="forid" value="1"></input>
<input type="hidden" name="ie" value="ISO-8859-1"></input>
<input type="hidden" name="oe" value="ISO-8859-1"></input>
<input type="hidden" name="cof" value="GALT:#071f45;GL:1;DIV:#071f45;VLC:663399;AH:center;BGC:84a45b;LBGC:071f45;ALC:CC0000;LC:CC0000;T:000000;GFNT:0000FF;GIMP:0000FF;FORID:1"></input>
<input type="hidden" name="hl" value="en"></input>
</td></tr></table>
</form>
</td></tr></table>
<!-- Search Google --></td>
</tr>
    </table>
    <!-- /logo -->
<table border="0" width="100%" cellpadding="0" cellspacing="0" align="center">
<tr>
<td width="100%" style="background-color:#FFFFFF;">&nbsp;</td>
</tr>
<tr>
<!-- Banner Rotator by Redline -->
<td align="center" style="background-color:#FFFFFF;" width="100%">
<SCRIPT LANGUAGE="Javascript"><!-- 
function banner() { 
}; 
banner = new banner(); 
number = 0; 
 
// bannerArray 
banner[number++] = "<a href='http://maid-2-order.net' target='_blank'><img src='images/m2o_banner.gif' border='1'></a>"
banner[number++] = "<a href='http://gnomescapes.com' target='_blank'><img src='images/owi_banner.gif' border='1'></a>"
banner[number++] = "<a href='http://yeoldechandler.com/' target='_blank'><img src='images/yoc_banner.gif' border='1'></a>"
banner[number++] = "<a href='http://prizefitness.com/' target='_blank'><img src='images/prize_banner.gif' border='1'></a>"
increment = Math.floor(Math.random() * number); 
document.write(banner[increment]); 
//--></SCRIPT>
</td>    
<!-- End Banner Rotator by Redline -->
      </tr>
</table>
    <!-- content table -->
     $spacer_open
    
    $_phpinclude_output
<!-- USC header edit start -->
<table width="100%" cellpadding="0" cellspacing="0" border="0">
<tr>
$usc_left
<td valign="top">
<!-- USC header edit end -->
<script type="text/javascript" src="js/ajax-dynamic-content.js"></script>
<script type="text/javascript" src="js/ajax.js"></script>
<script type="text/javascript" src="js/ajax-tooltip.js"></script>
<link rel="stylesheet" href="css/ajax-tooltip.css" media="screen" type="text/css">
<script type="text/javascript"> 
document.body.onclick = ajax_hideTooltip; 
</script> 
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Share on Facebook!
Reply With Quote
  #3  
Old 04-02-2007, 05:21 AM
Oleg Ignatiuk's Avatar
vBSEO Staff
vBSEO Total Customer SupportvBSEO Documenter
 
Real Name: Oleg Ignatiuk
Join Date: Jun 2005
Location: Belarus
Posts: 21,951
Hello,

please try to modify your banners code from:
<a href='http://
to:
<a href'+'='http://

like:
HTML Code:
banner[number++] = "<a href'+'='http://gnomescapes.com/' target='_blank'><img src='images/gnome_button.gif' border='1'></a>"
banner[number++] = "<a href'+'='http://yeoldechandler.com/' target='_blank'><img src='images/yo_button.gif' border='1'></a>"

etc
__________________
Oleg Ignatiuk / Crawlability Inc.
Support Team Launches New DeskPro Powered Tool Enhanced Support at Your Service

vBSEO 3.2.0 Launched - Maximum Overdrive for Your Web Traffic! Over 100 Instant SEO Optimizations

6X Traffic - $1400 in One Day with vBSEO! Imagine What the vBSEO Patent Pending Technology Can Do For You.

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Share on Facebook!
Reply With Quote
  #4  
Old 04-02-2007, 11:24 AM
The Bish's Avatar
Junior Member
 
Real Name: Ross Bishop
Join Date: Mar 2007
Location: Texas
Posts: 26
Send a message via MSN to The Bish Send a message via Yahoo to The Bish
Quote:
Originally Posted by Oleg Ignatiuk View Post
Hello,

please try to modify your banners code from:
<a href='http://
to:
<a href'+'='http://
You Sir are a Gentleman and a Scholar!

Greatness!
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Share on Facebook!
Reply With Quote
Reply

Thread Tools

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
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads

Thread Thread Starter Forum Replies Last Post
vBSEO 2.0 RC7 Released Juan Muriente vBSEO Announcements 17 09-09-2005 12:00 AM


All times are GMT -4. The time now is 10:16 PM.


Powered by vBulletin Version 3.8.0
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.2.5 ©2008, Crawlability, Inc.