Products     Magento Extension     PCI-Shopping-Carts     Templates       CRELoaded     WordPress Modules     osCommerce Modules       osCommerce Addons       osCommerce Features       osCommerce Management       Payment Modules     CRELoaded Modules       CRE Loaded Addons       CRE Loaded Features       CRE Loaded Management       Payment Modules       CRELoaded Services
Free Stuff
Customization
Templates
Compare Products
You have no items to compare.
Affiliate Info
Affiliate Program FAQ
Affiliate Log In
Recent Orders
Hot Keywords: Order Notification, Order Search, Coupon, Flash Board, Compare, Floating Message, Tracking, Moneris, RSS, Visitor Filter

  Contribution Tracker

The following osCommerce contribution is a free Opensource code originated from official osCommerce website and provided for your reference only, you may download the original contribution file(s) and install it on your own; or you may request a Paid Installation Service from Agents Of Power; Agents Of Power does the "AS IS" installation on your website, we do not guarantee it will work properly on your website. Extra Paid service is available for repairing the problem from the original contribution or from your website.
Version 1.7.17
Revised installation instructions - rsscache directory no longer used
+ Rewrote XML parser - no longer uses rdf_class.php
+ Rewrote RDF file handling code - no longer caches feed in contrib_rss.php, works with PHP5 as if cURL is available
+ Revised email notification now only reports once per update, not every time the cron job is executed
+ three files no longer needed:
/catalog/includes/classes/rdf_file.php
/catalog/includes/functions/contrib_tracker.php
/admin/includes/classes/rdf_file.php

Full package upload

Support link: http://forums.oscommerce.com/index.php?showtopic=247157
Changes made in rdf_class.php and installation instructions

+ Fixed the Warning-Message by editing Line 344 in rdf_class.php
+ better sort ordered to the Installinstructions.
Version 1.7.15
Changes to catalog/contrib_tracker.php:
+ Fixed detection/creation of local cache file for servers where DIR_FS_CATALOG != DIR_WS_CATALOG
+ Made the HTML output compliant with the HTML 4.01 DTD
+ Cleaned up the email notification option.

Full package upload

Support link: http://forums.oscommerce.com/index.php?showtopic=247157
Version 1.7.14
+ Several bug fixes in insert routine for correct processing of non-osCommerce support site contributions
+ date added can now be edited
+ clears sID on page change
+ Fixed bug in function old_to_new_url() that caused a crash
+ Created new 'check all' buttons in both English and Danish
+ Includes Danish language file contributed by TheExterminator

Full package upload

Support link: http://forums.oscommerce.com/index.php?showtopic=247157
+ Have make a danish translate
+ have add a danish check_all button
+ When adding a new contrib date added and last official update were getting mixed up
+ changed a couple of variables so they are more obvious
+ Quick Add now searches for a support topic and inserts it into the database
+ Insert now adds support topic if user didn't provide one and one exists in the contribution description
+ Quick Add and Insert no longer add duplicate records
+ toggleDivBlock() now uses the code from osC 2.2RC2a
+ Extensive use of tep_get_all_get_params() to preserve parameters - no longer loses sort order on updates
+ Fixed two minor HTML errors that occurred with empty searches and an empty contrib_tracker table
+ Clicking anywhere on a row in the table of contributions will select it
+ Fixed the operation of the manual check button (manualcheckall worked; manualcheck didn't)
Version 1.7.8
+ Changed config update to use key LAST_CONFIG_CHECK instead of raw configuration_id, which is installation dependent
Removed old step 9 from installation instructions and moved succeeding steps up.
+ Fixed Quick Add so it works with contributions with apostrophes in their titles
+ Rebuilt all tables in body text to ensure correct HTML structure under all conditions
+ Re-created missing Javascript function toggleDivBlk() to make "info" links work in editor
+ Modified logic to suppress search, quick add, and last update boxes in edit and preview modes
+ Escaped a ton of ampersands to "&" for HTML 4.01 Transitional DTD conformance
+ (Note that some modes still generate non-conforming HTML due to minor bugs in osC functions tep_draw_form() and tep_draw_textarea_field() )
+ Cleaned up some text in the English language file

Full package upload (Danish language file will need minor updates)
THANK YOU to mmph for the following bug reports and fixes.
+ catalog/includes/functions/contrib_tracker.php and the catalog/admin/includes/functions/contrib_tracker.php files need to be swapped with each other.
+ fixed the sql file
+ clarified step 9 in install document
+ fixed a problem when editing a contrib, the created date and last updated date was not filling in.
Simple update


Full Package + update guides
+ added a check all contrib pages for updates button. This may take a couple of minutes it is far better to just let contrib tracker monitor the rss feed. But I have a test shop on a local server that doesn't always get updated regularly, thus my contribs don't show when they needed to be updated. Maybe if your server goes down or you move your shop and it is down for awhile, you would need this. I recommend you use this sparingly to avoid bogging the oscommerce server.
+ rename added .txt extension to history, install, and update guides names
+ renamed some update guides to sort correctly


Full Package + update guides
+ FIXED: when editing a contrib, the support url is lost.
+ FIXED: when clicking the contribs name to go to it's page the contrib tracker page wen tto the edit page
+ fixed some some code that was not correctly handling dates when checking for updates when adding a contrib
+ fixed: when editing last updated and added dates were missing
+ fixed bug that didn't allow inserting a contrib.
+ increased memory for reading rss file

Full Package + Update Guides
The current versions are unuseable. Please use v1.7 until further notice.
Added a field and button for support thread urls.
Fixed sql query as suggested by carry_g

Full Package+update guides
If date status change is now defunct, it should be removed from the sql command:

INSERT INTO contrib_tracker (contr_id, contrib_osc_id, contrib_name,contrib_link, config_comments, status, date_status_change, note_created, contr_last_modified, last_update,contrib_vers) VALUES ('','4815','Contribution Tracker Now Installed','http://addons.oscommerce.com/info/4815', 'Congratulations! Contribution Tracker now installed! You may now delete this Contribution or use it to play around with and get the feel of your new osC contribution.', 1, '0000-00-00 00:00:00', '2005-04-15 12:55:45', '2005-04-15 12:55:45', '2005-04-15','1.6.6e');

Full package with correction.
One instruction missing in sql left out the date_status_change, added to sql file, rezipped FULL PACKAGE included. Still has issue reading Who's Online though, where 's throws error.

Here is command to issue if you already installed files below - without this you cannot click Green/Red lights manually.

ALTER TABLE `contrib_tracker` ADD `date_status_change` DATETIME NOT NULL DEFAULT '0000-00-00 00:00:00' AFTER `config_comments` ;
I saw another contrib that tracks contributions and liked some of the features. It checks the actual page that the contrib is on by id #. For me I thought that is alot of pages to always be checking, but once in awhile and when you add a contrib it seemed great. You now add the contrib by it's id# and the EXACT title will be retrieved as well as the latest versions date. I also added a new button for a manual update which connects to the pages and checks for updates, in case your shop was down or your server or whatever reason the rss feed was unreachable.


+ fixed a potential bug when entering dates
+ added a today checkbox to date added to store
+ cleaned up some code
+ added success and error messages
+ added a quick add box
+ when updating a contrib the old add-ons URL will be automatically be changed to the new add-ons URL
+ changed some variables that were not clear as to what they were(mostly date related) for easier future identification
+added a check to manually update a contrib from it's oscommerce add ons page. This maybe useful if your server goes down you move shop locations, don't have a way to cron your contribs, the rss feed is probably the better way to go but if you need it it is there. I am not sure but this should probably be used sparingly as it probably eats up osc's bandwidth as where the rss feed is meant for being constantly checked.
+ deleted a useless database table

FULL PACKAGE + update guide
   Posted on: 09/10/2008     See contribution details Request Installation with Paid service