Changeset 1675673
- Timestamp:
- 06/10/2017 09:18:38 PM (9 years ago)
- Location:
- tradetracker-store
- Files:
-
- 71 added
- 4 edited
-
tags/4.6.43 (added)
-
tags/4.6.43/Tradetracker-Store.php (added)
-
tags/4.6.43/cache (added)
-
tags/4.6.43/debug.php (added)
-
tags/4.6.43/front.php (added)
-
tags/4.6.43/functions.php (added)
-
tags/4.6.43/images (added)
-
tags/4.6.43/images/No_image.png (added)
-
tags/4.6.43/images/ajax-loader.gif (added)
-
tags/4.6.43/images/more.png (added)
-
tags/4.6.43/import (added)
-
tags/4.6.43/import/database.php (added)
-
tags/4.6.43/import/xml.php (added)
-
tags/4.6.43/import/xmlsplit.php (added)
-
tags/4.6.43/js (added)
-
tags/4.6.43/js/expand.js (added)
-
tags/4.6.43/menu (added)
-
tags/4.6.43/menu/expand.js (added)
-
tags/4.6.43/menu/faq.php (added)
-
tags/4.6.43/menu/images (added)
-
tags/4.6.43/menu/images/Premium-addons.png (added)
-
tags/4.6.43/menu/images/add-edit-stores.png (added)
-
tags/4.6.43/menu/images/debug.png (added)
-
tags/4.6.43/menu/images/enhanced-distribution.png (added)
-
tags/4.6.43/menu/images/item-selection.png (added)
-
tags/4.6.43/menu/images/kruisje.png (added)
-
tags/4.6.43/menu/images/layout-settings.png (added)
-
tags/4.6.43/menu/images/more.png (added)
-
tags/4.6.43/menu/images/overlay.png (added)
-
tags/4.6.43/menu/images/product-page.png (added)
-
tags/4.6.43/menu/images/screenshot-1.png (added)
-
tags/4.6.43/menu/images/tb-close.png (added)
-
tags/4.6.43/menu/images/vinkje.png (added)
-
tags/4.6.43/menu/images/xml-feed-options.png (added)
-
tags/4.6.43/menu/itemselect.php (added)
-
tags/4.6.43/menu/layout.php (added)
-
tags/4.6.43/menu/main.js (added)
-
tags/4.6.43/menu/menu.css (added)
-
tags/4.6.43/menu/menu.php (added)
-
tags/4.6.43/menu/news.php (added)
-
tags/4.6.43/menu/pluginsettings.php (added)
-
tags/4.6.43/menu/premium.php (added)
-
tags/4.6.43/menu/releaselog.php (added)
-
tags/4.6.43/menu/search.php (added)
-
tags/4.6.43/menu/showlayout.php (added)
-
tags/4.6.43/menu/store.php (added)
-
tags/4.6.43/menu/style.css (added)
-
tags/4.6.43/menu/xmlfeed.php (added)
-
tags/4.6.43/menu/xmloption.php (added)
-
tags/4.6.43/readme.txt (added)
-
tags/4.6.43/screenshot-1.png (added)
-
tags/4.6.43/screenshot-2.png (added)
-
tags/4.6.43/screenshot-3.png (added)
-
tags/4.6.43/splits (added)
-
tags/4.6.43/tinymce (added)
-
tags/4.6.43/tinymce/cart.png (added)
-
tags/4.6.43/tinymce/test.js (added)
-
tags/4.6.43/tinymce/tinyTT.php (added)
-
tags/4.6.43/tinymce/tinymce.php (added)
-
tags/4.6.43/tinymce/ttmce.js (added)
-
tags/4.6.43/translation (added)
-
tags/4.6.43/translation/default.mo (added)
-
tags/4.6.43/translation/default.po (added)
-
tags/4.6.43/translation/tradetracker-store-nl_NL.mo (added)
-
tags/4.6.43/translation/tradetracker-store-nl_NL.po (added)
-
tags/4.6.43/translation/ttstore-nl_NL.mo (added)
-
tags/4.6.43/translation/ttstore-nl_NL.po (added)
-
tags/4.6.43/uninstall.php (added)
-
tags/4.6.43/upgrading.php (added)
-
tags/4.6.43/widget (added)
-
tags/4.6.43/widget/widget.php (added)
-
trunk/Tradetracker-Store.php (modified) (1 diff)
-
trunk/menu/menu.php (modified) (1 diff)
-
trunk/menu/premium.php (modified) (1 diff)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
tradetracker-store/trunk/Tradetracker-Store.php
r1632706 r1675673 3 3 * Plugin Name: Tradetracker-Store 4 4 * Plugin URI: http://wpaffiliatefeed.com 5 * Version: 4.6.4 25 * Version: 4.6.43 6 6 * Description: A Plugin that will add a TradeTracker affiliate feed to your site with several options to choose from. 7 7 * Author: Robert Braam -
tradetracker-store/trunk/menu/menu.php
r1583787 r1675673 259 259 if (!file_exists($site_dir)) { 260 260 $site_dir = 'http://wpaffiliatefeed.com/tradetracker-store/sites.xml'; 261 $ch = curl_init($site_dir); 262 $fp = fopen($foldercache."sites.xml", "w"); 263 curl_setopt($ch, CURLOPT_HEADER, 0); 264 curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1); 265 curl_setopt($ch, CURLOPT_FILE, $fp); 266 curl_exec($ch); 267 curl_close($ch); 268 fclose($fp); 269 $site_dir = fopen($foldercache."sites.xml","r"); 261 270 } 262 271 $sites = file_get_contents($site_dir); 263 272 $sites = simplexml_load_string($sites); 264 if( $sites != ""){273 if(isset($sites)){ 265 274 foreach($sites as $site) // loop through our items 266 275 { -
tradetracker-store/trunk/menu/premium.php
r1430356 r1675673 46 46 <tr><td colspan="2"><b><?php _e('Add extra productfeed providers','tradetracker-store'); ?></b></td></tr> 47 47 <?php 48 $providers = array('Daisycon' => 'http://shop.wpaffiliatefeed.com/index.php?main_page=product_info&cPath=1&products_id=2', 'Zanox' => 'http://shop.wpaffiliatefeed.com/index.php?main_page=product_info&cPath=1&products_id=4', 'Cleafs' => 'http://shop.wpaffiliatefeed.com/index.php?main_page=product_info&cPath=1&products_id=3', 'TradeDoubler' => 'http://shop.wpaffiliatefeed.com/index.php?main_page=product_info&cPath=1&products_id=5', 'Paidonresults' => 'http://shop.wpaffiliatefeed.com/index.php?main_page=product_info&cPath=1&products_id=6', 'M4N' => 'http://shop.wpaffiliatefeed.com/index.php?main_page=product_info&cPath=1&products_id=8', 'Bol' => 'http://shop.wpaffiliatefeed.com/index.php?main_page=product_info&cPath=1&products_id=9', 'Belboon' => 'http://shop.wpaffiliatefeed.com/index.php?main_page=product_info&cPath=1&products_id=10', 'Affiliatewindow' => 'http://shop.wpaffiliatefeed.com/index.php?main_page=product_info&cPath=1&products_id=11','Avangate' => 'http://shop.wpaffiliatefeed.com/index.php?main_page=product_info&cPath=1&products_id=12','Affiliate4you' => 'http://shop.wpaffiliatefeed.com/index.php?main_page=product_info&cPath=1&products_id=13','Webgains' => 'http://shop.wpaffiliatefeed.com/index.php?main_page=product_info&cPath=1&products_id=14','Affilinet' => 'http://shop.wpaffiliatefeed.com/index.php?main_page=product_info&cPath=1&products_id=15','Managementboek' => 'http://shop.wpaffiliatefeed.com/index.php?main_page=product_info&cPath=1&products_id=16','EDCInternet' => 'http://shop.wpaffiliatefeed.com/index.php?main_page=product_info&cPath=1&products_id=19','Linkwise' => 'http://shop.wpaffiliatefeed.com/index.php?main_page=product_info&cPath=1&products_id=20','Imailo' => 'http://shop.wpaffiliatefeed.com/index.php?main_page=product_info&cPath=1&products_id=21' );48 $providers = array('Daisycon' => 'http://shop.wpaffiliatefeed.com/index.php?main_page=product_info&cPath=1&products_id=2', 'Zanox' => 'http://shop.wpaffiliatefeed.com/index.php?main_page=product_info&cPath=1&products_id=4', 'Cleafs' => 'http://shop.wpaffiliatefeed.com/index.php?main_page=product_info&cPath=1&products_id=3', 'TradeDoubler' => 'http://shop.wpaffiliatefeed.com/index.php?main_page=product_info&cPath=1&products_id=5', 'Paidonresults' => 'http://shop.wpaffiliatefeed.com/index.php?main_page=product_info&cPath=1&products_id=6', 'M4N' => 'http://shop.wpaffiliatefeed.com/index.php?main_page=product_info&cPath=1&products_id=8', 'Bol' => 'http://shop.wpaffiliatefeed.com/index.php?main_page=product_info&cPath=1&products_id=9', 'Belboon' => 'http://shop.wpaffiliatefeed.com/index.php?main_page=product_info&cPath=1&products_id=10', 'Affiliatewindow' => 'http://shop.wpaffiliatefeed.com/index.php?main_page=product_info&cPath=1&products_id=11','Avangate' => 'http://shop.wpaffiliatefeed.com/index.php?main_page=product_info&cPath=1&products_id=12','Affiliate4you' => 'http://shop.wpaffiliatefeed.com/index.php?main_page=product_info&cPath=1&products_id=13','Webgains' => 'http://shop.wpaffiliatefeed.com/index.php?main_page=product_info&cPath=1&products_id=14','Affilinet' => 'http://shop.wpaffiliatefeed.com/index.php?main_page=product_info&cPath=1&products_id=15','Managementboek' => 'http://shop.wpaffiliatefeed.com/index.php?main_page=product_info&cPath=1&products_id=16','EDCInternet' => 'http://shop.wpaffiliatefeed.com/index.php?main_page=product_info&cPath=1&products_id=19','Linkwise' => 'http://shop.wpaffiliatefeed.com/index.php?main_page=product_info&cPath=1&products_id=20','Imailo' => 'http://shop.wpaffiliatefeed.com/index.php?main_page=product_info&cPath=1&products_id=21','PerformanceHorizon' => 'http://shop.wpaffiliatefeed.com/index.php?main_page=product_info&cPath=1&products_id=22'); 49 49 $i="1"; 50 50 foreach ($providers as $key => $value){ -
tradetracker-store/trunk/readme.txt
r1632706 r1675673 4 4 Tags: tradetracker, store, productfeed, affiliate, daisycon, zanox, cleafs, tradedoubler, paidonresults, M4N, xml productfeed 5 5 Requires at least: 4 6 Tested up to: 4. 7.37 Stable tag: 4.6.4 26 Tested up to: 4.8 7 Stable tag: 4.6.43 8 8 9 9 A plugin that lets you import an XML productfeed from TradeTracker. … … 42 42 43 43 == Changelog == 44 = 4.6.43 = 45 - Performance Horizon has been added as an extra premium 46 44 47 = 4.6.42 = 45 48 - Small fix to see if that removes some errors on item select screen for people that have debug notices on
Note: See TracChangeset
for help on using the changeset viewer.