duncanjones Posted March 2, 2006 Posted March 2, 2006 Hi, Please help me get rid of this character thats haunting my site! Its down the bottom left just above the date: http://www.bbbullets.co.nz/ If you cant see it for some reason look at this: http://www.bbbullets.co.nz/weird.JPG Please let me know how to remove it, thanks! Thanks, - Duncan
djmonkey1 Posted March 2, 2006 Posted March 2, 2006 Hi,Please help me get rid of this character thats haunting my site! Its down the bottom left just above the date: http://www.bbbullets.co.nz/ If you cant see it for some reason look at this: http://www.bbbullets.co.nz/weird.JPG Please let me know how to remove it, thanks! Thanks, - Duncan It's got to be in your footer.php file. If you can't find it, post the contents of your includes/footer.php file. Do, or do not. There is no try. Order Editor 5.0.6 "Ultra Violet" is now available! For support or to post comments, suggestions, etc, please visit the Order Editor support thread.
duncanjones Posted March 2, 2006 Author Posted March 2, 2006 It's got to be in your footer.php file. If you can't find it, post the contents of your includes/footer.php file. Footer.php: <table border="0" width="100%" cellspacing="0" cellpadding="1"> <tr class="footer"> <td class="footer"><?php echo strftime(DATE_FORMAT_LONG); ?></td> <td align="right" class="footer">Copyright 2005-2006 BBBullets.co.nz<a href="http://t.extreme-dm.com/?login=bbbullet" target="_top"><img src="http://t1.extreme-dm.com/i.gif" name="EXim" border="0" height="1" width="1" alt="eXTReMe Tracker"></img></a> <script type="text/javascript" language="javascript1.2"><!-- EXs=screen;EXw=EXs.width;navigator.appName!="Netscape"? EXb=EXs.colorDepth:EXb=EXs.pixelDepth;//--> </script><script type="text/javascript"><!-- var EXlogin='bbbullet' // Login var EXvsrv='s9' // VServer navigator.javaEnabled()==1?EXjv="y":EXjv="n"; EXd=document;EXw?"":EXw="na";EXb?"":EXb="na"; EXd.write("<img src=\"http://e0.extreme-dm.com", "/"+EXvsrv+".g?login="+EXlogin+"&", "jv="+EXjv+"&j=y&srw="+EXw+"&srb="+EXb+"&", "l="+escape(EXd.referrer)+"\" height=1 width=1>");//--> </script><noscript><img height="1" width="1" alt="" src="http://e0.extreme-dm.com/s9.g?login=bbbullet&j=n&jv=n"/> </noscript></td> </tr> </table> <br> <table border="0" width="100%" cellspacing="0" cellpadding="0"> <tr> <td align="center" class="smallText"> <center><b>We accept payment by Bank Transfer/Deposit Only!</b></center><br> <center><a href="all_products.php">All Products</a> | <a href="conditions.php">Conditions</a> | <a href="contact_us.php">Contact Us</a> | <a href="faq.php">FAQ</a> | <a href="links.php">Links</a> | <a href="privacy.php">Privacy Notice</a></center></td> </tr> </table> <?php if ( CENTER_SHOP_ON == 'on' ) { ?> </td></tr></table> <?php if ( CENTER_SHOP_BACKGROUND_ON == 'on' ) { ?> <?php }} require(DIR_WS_FUNCTIONS . 'user_tracking.php'); if ( OSC_CONFIG_USER_TRACKING == 'true') { tep_update_user_tracking(); } ?> <!-- Visitors Start --> <?php require(DIR_WS_INCLUDES . 'visitors_count.php'); ?> <!-- Visitors End --> <br> <center> <table border="1" cellpadding="3" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" width="30%" bgcolor="#FFFFFF"> <tr> <td width="100%"> <p align="center"><b><font size="2" face="Verdana"> <a style="font-family: Verdana; font-size: 10pt; font-weight: bold" href="whatbbs.php">What BBs Should You Use??</a></font></b></td> </tr> </table></center>
djmonkey1 Posted March 2, 2006 Posted March 2, 2006 Footer.php: That's the entire file? Do, or do not. There is no try. Order Editor 5.0.6 "Ultra Violet" is now available! For support or to post comments, suggestions, etc, please visit the Order Editor support thread.
duncanjones Posted March 2, 2006 Author Posted March 2, 2006 That's the entire file? Yeh it is!! Its weird!! Any ideas?
djmonkey1 Posted March 2, 2006 Posted March 2, 2006 Put <?php /* $Id: footer.php,v 1.26 2003/02/10 22:30:54 hpdl Exp $ osCommerce, Open Source E-Commerce Solutions http://www.oscommerce.com Copyright (c) 2003 osCommerce Released under the GNU General Public License */ ?> at the absolute top of the file and <?php ?> at the absolute bottom. Do, or do not. There is no try. Order Editor 5.0.6 "Ultra Violet" is now available! For support or to post comments, suggestions, etc, please visit the Order Editor support thread.
duncanjones Posted March 2, 2006 Author Posted March 2, 2006 Done, but its still there, its really annoying me!! Heres my footer.php now: <?php /* $Id: footer.php,v 1.26 2003/02/10 22:30:54 hpdl Exp $ osCommerce, Open Source E-Commerce Solutions http://www.oscommerce.com Copyright (c) 2003 osCommerce Released under the GNU General Public License */ ?> <table border="0" width="100%" cellspacing="0" cellpadding="1"> <tr class="footer"> <td class="footer"><?php echo strftime(DATE_FORMAT_LONG); ?></td> <td align="right" class="footer">Copyright 2005-2006 BBBullets.co.nz<a href="http://t.extreme-dm.com/?login=bbbullet" target="_top"><img src="http://t1.extreme-dm.com/i.gif" name="EXim" border="0" height="1" width="1" alt="eXTReMe Tracker"></img></a> <script type="text/javascript" language="javascript1.2"><!-- EXs=screen;EXw=EXs.width;navigator.appName!="Netscape"? EXb=EXs.colorDepth:EXb=EXs.pixelDepth;//--> </script><script type="text/javascript"><!-- var EXlogin='bbbullet' // Login var EXvsrv='s9' // VServer navigator.javaEnabled()==1?EXjv="y":EXjv="n"; EXd=document;EXw?"":EXw="na";EXb?"":EXb="na"; EXd.write("<img src=\"http://e0.extreme-dm.com", "/"+EXvsrv+".g?login="+EXlogin+"&", "jv="+EXjv+"&j=y&srw="+EXw+"&srb="+EXb+"&", "l="+escape(EXd.referrer)+"\" height=1 width=1>");//--> </script><noscript><img height="1" width="1" alt="" src="http://e0.extreme-dm.com/s9.g?login=bbbullet&j=n&jv=n"/> </noscript></td> </tr> </table> <br> <table border="0" width="100%" cellspacing="0" cellpadding="0"> <tr> <td align="center" class="smallText"> <center><b>We accept payment by Bank Transfer/Deposit Only!</b></center><br> <center><a href="all_products.php">All Products</a> | <a href="conditions.php">Conditions</a> | <a href="contact_us.php">Contact Us</a> | <a href="faq.php">FAQ</a> | <a href="links.php">Links</a> | <a href="privacy.php">Privacy Notice</a></center></td> </tr> </table> <?php if ( CENTER_SHOP_ON == 'on' ) { ?> </td></tr></table> <?php if ( CENTER_SHOP_BACKGROUND_ON == 'on' ) { ?> <?php }} require(DIR_WS_FUNCTIONS . 'user_tracking.php'); if ( OSC_CONFIG_USER_TRACKING == 'true') { tep_update_user_tracking(); } ?> <br> <center> <table border="1" cellpadding="3" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" width="30%" bgcolor="#FFFFFF"> <tr> <td width="100%"> <p align="center"><b><font size="2" face="Verdana"> <a style="font-family: Verdana; font-size: 10pt; font-weight: bold" href="whatbbs.php">What BBs Should You Use??</a></font></b></td> </tr> </table></center> <?php ?>
djmonkey1 Posted March 2, 2006 Posted March 2, 2006 Post the last 20 lines of your index.php file. Do, or do not. There is no try. Order Editor 5.0.6 "Ultra Violet" is now available! For support or to post comments, suggestions, etc, please visit the Order Editor support thread.
duncanjones Posted March 2, 2006 Author Posted March 2, 2006 Index.php <a href="contact_us.php">contact us</a>, and we will get back to you as soon as possible. <br><br> <b>- Duncan Jones</b> </td> </tr> <tr> <td><?php echo tep_draw_separator('pixel_trans.gif', '100%', '10'); ?></td> </tr> <tr> <td><?php include(DIR_WS_MODULES . FILENAME_NEW_PRODUCTS); ?></td> </tr> <?php // include(DIR_WS_MODULES . FILENAME_UPCOMING_PRODUCTS); ?> </table></td> </tr> </table></td> <?php } ?> <!-- body_text_eof //--> <td width="<?php echo BOX_WIDTH; ?>" valign="top"><table border="0" width="<?php echo BOX_WIDTH; ?>" cellspacing="0" cellpadding="2"> <!-- right_navigation //--> <?php require(DIR_WS_INCLUDES . 'column_right.php'); ?> <!-- right_navigation_eof //--> </table></td> </tr> </table> <!-- body_eof //--> <!-- footer //--> <?php require(DIR_WS_INCLUDES . 'footer.php'); ?> <!-- footer_eof //--> </body> </html> <?php require(DIR_WS_INCLUDES . 'application_bottom.php'); ?>
djmonkey1 Posted March 2, 2006 Posted March 2, 2006 Crikey. Do you use any funky stuff in your stylesheet? Do, or do not. There is no try. Order Editor 5.0.6 "Ultra Violet" is now available! For support or to post comments, suggestions, etc, please visit the Order Editor support thread.
duncanjones Posted March 2, 2006 Author Posted March 2, 2006 No, dont use anything in my stylesheet. That character just appeared a few days ago!
signs Posted March 2, 2006 Posted March 2, 2006 <!-- footer //--> <table border="0" cellpadding="1" cellspacing="0" width="100%"> <tbody><tr class="footer"> <td class="footer">Thursday 02 March, 2006</td> <td class="footer" align="right">Copyright 2005-2006 BBBullets.co.nz<a href="http://t.extreme-dm.com/?login=bbbullet" target="_top"><img src="http://t1.extreme-dm.com/i.gif" name="EXim" alt="eXTReMe Tracker" border="0" height="1" width="1"></a> <script type="text/javascript" language="javascript1.2"><!-- EXs=screen;EXw=EXs.width;navigator.appName!="Netscape"? EXb=EXs.colorDepth:EXb=EXs.pixelDepth;//--> </script><script type="text/javascript"><!-- var EXlogin='bbbullet' // Login var EXvsrv='s9' // VServer navigator.javaEnabled()==1?EXjv="y":EXjv="n"; EXd=document;EXw?"":EXw="na";EXb?"":EXb="na"; EXd.write("<img src=\"http://e0.extreme-dm.com", "/"+EXvsrv+".g?login="+EXlogin+"&", "jv="+EXjv+"&j=y&srw="+EXw+"&srb="+EXb+"&", "l="+escape(EXd.referrer)+"\" height=1 width=1>");//--> </script><img src="http://e0.extreme-dm.com/s9.g?login=bbbullet&jv=y&j=y&srw=1024&srb=32&l=http%3A//www.oscommerce.com/forums/index.php%3Fshowtopic%3D197408" height="1" width="1"><noscript><img height="1" width="1" alt="" src="http://e0.extreme-dm.com/s9.g?login=bbbullet&j=n&jv=n"/> </noscript></td> </tr> </tbody></table> <br> <table border="0" cellpadding="0" cellspacing="0" width="100%"> <tbody><tr> <td class="smallText" align="center"> <center><b>We accept payment by Bank Transfer/Deposit Only!</b></center><br> <center><a href="all_products.php">All Products</a> | <a href="conditions.php">Conditions</a> | <a href="contact_us.php">Contact Us</a> | <a href="faq.php">FAQ</a> | <a href="links.php">Links</a> | <a href="privacy.php">Privacy Notice</a></center></td> </tr> </tbody></table> </td> That's what I see when I view source on the page. Those characters come up right at the begining of the footer section, so it has to be in the footer
duncanjones Posted March 2, 2006 Author Posted March 2, 2006 That's what I see when I view source on the page. Those characters come up right at the begining of the footer section, so it has to be in the footer I know but I posted my whole footer.php file and nothing seems to be there...
duncanjones Posted March 2, 2006 Author Posted March 2, 2006 Have fixed it now. I copied the footer.php text from this site into a new text pad and then saved over the old file and reuploaded it. Must of been some sort of hidden character in the old file that I couldnt see in notepad... Weird!
Recommended Posts
Archived
This topic is now archived and is closed to further replies.