RC Heli Pilot Posted April 7, 2008 Posted April 7, 2008 Hi,... I've been doing some reading here and in one of the How to Make An Awesome Site http://www.oscommerce.com/forums/index.php?showtopic=178740 threads it suggests that you remove the Site Counter from the bottom of your website but it doesnt give you the instructions on how to do it so i searched of course and with each search "Removing Counter" "Remove Counter" "Remove Site Counter" I found almost 100 Pages with each search and None of them were about How to remove the site counter from osCommerce. I then searched google,... http://www.google.com/search?hl=en&q=r...nter+oscommerce I had no luck there either. So please,... could someone please tell me how to remove the xxxxxxxx requests since Saturday 22 March, 2008 Counter on the bottom of the site please? Also,... That same thread on how to make a Great Site Suggests an Image Editor and it suggested UltraPics - MS2 Image Addon Pack located here: http://www.oscommerce.com/community/contri...l/search,MoPics But which file do i download to install this Add-On? The first file listed which you would think is the whole script only contains 1 file and no instructions. The second file contains the same file as the first one does with a Why and How Text file which doesnt explain how to install it. So then i get to the third file which contains a lot more files but how do i know that is the one i need or not and what is the first file in the list for? Do i need that also and if so how is it used because the file that seems to have the most files in it doesnt seem to have that file included so what do i do? I don't know why when they discover a bug or update that they just don't include the whole package and not just one file. Can someone help me please or suggest an easier image editor to use that might be easier to install please? Thanks in advanced and sorry for rambling on like that, It's 0334hrs in the morning and i've been working on this one problems for almost 4 hours now. Thanks again. RCHP
shooter-boy Posted April 7, 2008 Posted April 7, 2008 I can't help with MoPics... i use image magic which is no longer available. However... removing your counter thing is easy. In your catalog/includes/footer.php... there is a line: require(DIR_WS_INCLUDES . 'counter.php'); Delete it... There is also a line: <td align="right" class="footer"> <?php echo $counter_now . ' ' . FOOTER_TEXT_REQUESTS_SINCE . ' ' . $counter_startdate_formatted; ?> </td> Change it to: <td align="right" class="footer"> </td> Then all will be well with the world :D Rob Rob Bell - Inspired Graphix Customising osCommerce in Australia, and the world! View my profile for web and email links. I'm sorry, but i cannot offer Free support via PM etc, and osCommerce forums prohibit me from putting any reference to paid support in my signauture. However viewing my profile may provide links to my website or something like that which you may find useful.
RC Heli Pilot Posted April 7, 2008 Author Posted April 7, 2008 I can't help with MoPics... i use image magic which is no longer available. However... removing your counter thing is easy. In your catalog/includes/footer.php... there is a line: require(DIR_WS_INCLUDES . 'counter.php'); Delete it... There is also a line: <td align="right" class="footer"> <?php echo $counter_now . ' ' . FOOTER_TEXT_REQUESTS_SINCE . ' ' . $counter_startdate_formatted; ?> </td> Change it to: <td align="right" class="footer"> </td> Then all will be well with the world :D Rob Rob,... Thank You Very Much for your Assistance. :thumbsup: When i get home i shall put your code in to action and i will hope that someone else can help me with that image Add-On or possible another one of their suggestion. /BOW Thank You Again. RCHP.
miller-lite Posted April 23, 2008 Posted April 23, 2008 I can't help with MoPics... i use image magic which is no longer available. However... removing your counter thing is easy. In your catalog/includes/footer.php... there is a line: require(DIR_WS_INCLUDES . 'counter.php'); Delete it... There is also a line: <td align="right" class="footer"> <?php echo $counter_now . ' ' . FOOTER_TEXT_REQUESTS_SINCE . ' ' . $counter_startdate_formatted; ?> </td> Change it to: <td align="right" class="footer"> </td> Then all will be well with the world :D Rob Thanks a lot. I remarked those lines out instead of deleting them and it worked great. Appreciate it. Verne
Recommended Posts
Archived
This topic is now archived and is closed to further replies.