rossasbill Posted April 10, 2004 Posted April 10, 2004 everytime I try to add the IP of visitors like it says here http://wiki.oscommerce.com/docsCatTipIp I get this error Parse error: parse error in /home/overclo/public_html/oscommerce/includes/footer.php on line 70
Guest Posted April 10, 2004 Posted April 10, 2004 Backup...Backup...Backup FOOTER_TEXT_REQUESTS_SINCE . ' ' . $counter_startdate_formatted; ?> </td> </tr> </table> <br> <?php $rmtIP = $REMOTE_ADDR; ?> <tr> <td colspan="2"> <table width="100%"> <tr> <td class="smalltext" align="center" height="20"><b> <?php echo "Your IP Address is: " . $rmtIP; ?></b> </td> </tr> </table> </tr> <table border="0" width="100%" cellspacing="0" cellpadding="0"> <tr> <td align="center" class="smallText"> <?php Should look like this.
rossasbill Posted April 10, 2004 Author Posted April 10, 2004 Im still doing something wrong ... heres my whole footer ... what should it look like edited <?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 */ require(DIR_WS_INCLUDES . 'counter.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"> <?php echo $counter_now . ' ' . FOOTER_TEXT_REQUESTS_SINCE . ' ' . $counter_startdate_formatted; ?> </td> </tr> </table> <br> <table border="0" width="100%" cellspacing="0" cellpadding="0"> <tr> <td align="center" class="smallText"> <?php /* The following copyright announcement can only be appropriately modified or removed if the layout of the site theme has been modified to distinguish itself from the default osCommerce-copyrighted theme. For more information please read the following Frequently Asked Questions entry on the osCommerce support site: http://www.oscommerce.com/community.php/faq,26/q,50 Please leave this comment intact together with the following copyright announcement. */ echo FOOTER_TEXT_BODY ?> </td> </tr> </table> <?php if ($banner = tep_banner_exists('dynamic', '468x50')) { ?> <br> <table border="0" width="100%" cellspacing="0" cellpadding="0"> <tr> <td align="center"><?php echo tep_display_banner('static', $banner); ?></td> </tr> </table> <?php } ?>
rseigel Posted April 11, 2004 Posted April 11, 2004 fl70 showed you exactly how to do it. Just open your eyes and look to see what he did. Compare yours with his and you'll be able to see exactly where to put the code.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.