brissygal Posted July 25, 2006 Posted July 25, 2006 Hi We had to reload a older back up copy of our website after we had a server problem. The back up copy we loaded only shows about 25% of the "hits" we had on the page compared to what we had prior to the back up. So I am looking to either removing the oscommerce counter or being able to edit it to show the bigger conter number again thanks for any suggestions :)
Guest Posted July 25, 2006 Posted July 25, 2006 Open includes/footer.php At about line 18 you will see <td align="right" class="footer"> <?php echo $counter_now . ' ' . FOOTER_TEXT_REQUESTS_SINCE . ' ' . $counter_startdate_formatted; ?> </td> Comment that line out by changing it to <?php /* <td align="right" class="footer"> <?php echo $counter_now . ' ' . FOOTER_TEXT_REQUESTS_SINCE . ' ' . $counter_startdate_formatted; ?> </td> */ ?>
Recommended Posts
Archived
This topic is now archived and is closed to further replies.