Changeset 2407364
- Timestamp:
- 10/27/2020 08:42:24 AM (5 years ago)
- Location:
- wp-amazon-shop
- Files:
-
- 12 added
- 2 deleted
- 10 edited
-
tags/2.1.0/includes/import/wp-amazon-shop-ikits.php (modified) (2 diffs)
-
tags/2.1.0/includes/import/wp-amazon-shop-import.php (modified) (2 diffs)
-
tags/2.1.0/includes/lib/simplehtmldom_1_9_1 (added)
-
tags/2.1.0/includes/lib/simplehtmldom_1_9_1/CHANGELOG.md (added)
-
tags/2.1.0/includes/lib/simplehtmldom_1_9_1/LICENSE (added)
-
tags/2.1.0/includes/lib/simplehtmldom_1_9_1/phpcompatibility.xml (added)
-
tags/2.1.0/includes/lib/simplehtmldom_1_9_1/phpcs.xml (added)
-
tags/2.1.0/includes/lib/simplehtmldom_1_9_1/simple_html_dom.php (added)
-
tags/2.1.0/includes/lib/simplehtmldom_2_0-RC2 (deleted)
-
tags/2.1.0/includes/wp-amazon-shop-handler.php (modified) (2 diffs)
-
tags/2.1.0/readme.txt (modified) (2 diffs)
-
tags/2.1.0/wp-amazon-shop.php (modified) (2 diffs)
-
trunk/includes/import/wp-amazon-shop-ikits.php (modified) (2 diffs)
-
trunk/includes/import/wp-amazon-shop-import.php (modified) (2 diffs)
-
trunk/includes/lib/simplehtmldom_1_9_1 (added)
-
trunk/includes/lib/simplehtmldom_1_9_1/CHANGELOG.md (added)
-
trunk/includes/lib/simplehtmldom_1_9_1/LICENSE (added)
-
trunk/includes/lib/simplehtmldom_1_9_1/phpcompatibility.xml (added)
-
trunk/includes/lib/simplehtmldom_1_9_1/phpcs.xml (added)
-
trunk/includes/lib/simplehtmldom_1_9_1/simple_html_dom.php (added)
-
trunk/includes/lib/simplehtmldom_2_0-RC2 (deleted)
-
trunk/includes/wp-amazon-shop-handler.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (2 diffs)
-
trunk/wp-amazon-shop.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
wp-amazon-shop/tags/2.1.0/includes/import/wp-amazon-shop-ikits.php
r2405780 r2407364 2 2 if (!defined('ABSPATH')) exit; 3 3 //use html parser 4 use simplehtmldom\HtmlWeb;4 //use simplehtmldom\HtmlWeb; 5 5 6 6 if (!class_exists('ACL_WPAS_iKits')) { … … 601 601 $products = array(); 602 602 // Create a DOM object 603 $doc = new HtmlWeb(); 604 $html = $doc->load(urldecode(base64_decode($search_url)));//Search Result 603 //latest 604 //$doc = new HtmlWeb(); 605 //$html = $doc->load(urldecode(base64_decode($search_url)));//Search Result 606 //Stable 607 $html = new simple_html_dom(); 608 $html->load(urldecode(base64_decode($search_url)));//Search Result 605 609 //return $html->plaintext; 606 610 if (gettype($html->find('span[data-component-type=s-result-info-bar]', 0)) != "NULL") { -
wp-amazon-shop/tags/2.1.0/includes/import/wp-amazon-shop-import.php
r2405780 r2407364 5 5 require_once( 'wp-amazon-shop-ikits.php'); 6 6 //use html parser 7 use simplehtmldom\HtmlWeb;7 //use simplehtmldom\HtmlWeb; 8 8 class ACL_Amazon_Product_Import 9 9 { … … 1105 1105 $proudct_url=$basic_url.$asin; 1106 1106 // Create a DOM object 1107 // Create a DOM object 1108 $doc = new HtmlWeb(); 1109 $html = $doc->load($proudct_url); 1107 // latest 2.0 1108 //$doc = new HtmlWeb(); 1109 //$html = $doc->load($proudct_url); 1110 //Stable 1111 $html = new simple_html_dom(); 1112 $html->load($proudct_url);//Search Result 1110 1113 1111 1114 if(gettype($html->find('span.price', 0)) != "NULL") { -
wp-amazon-shop/tags/2.1.0/includes/wp-amazon-shop-handler.php
r2405780 r2407364 4 4 } 5 5 //use html parser. 6 use simplehtmldom\HtmlWeb;6 //use simplehtmldom\HtmlWeb; 7 7 8 8 class ACL_Amazon_Product_Handler … … 145 145 $proudct_url=$basic_url.$asin; 146 146 // Create a DOM object 147 $doc = new HtmlWeb(); 148 $html = $doc->load($proudct_url); 147 //$doc = new HtmlWeb(); 148 // $html = $doc->load($proudct_url); 149 //Stable 150 $html = new simple_html_dom(); 151 $html->load($proudct_url);//Search Result 152 149 153 if(gettype($html->find('a#titlehref', 0)) != "NULL") { 150 154 $title_raw =$html->find('a#titlehref', 0)->innertext; -
wp-amazon-shop/tags/2.1.0/readme.txt
r2405780 r2407364 4 4 Tags: amazon, amazon shop,affiliate,amazon affiliate, dropship, amazon dropship,amazon product search, amazon product import,amazon product auto link 5 5 Requires at least: 4.0 6 Tested up to: 5.5 .36 Tested up to: 5.5 7 7 Stable tag: 2.1.0 8 8 Requires PHP: 5.6.0 … … 15 15 [youtube https://www.youtube.com/watch?v=PMpQOyIZ2S4] 16 16 17 Dropshipping & Affiliation with Amazon comes with a NEW Outstanding Feature, Amazon Dropshipping & Affiliation Program Both.Search and build products from Amazon store to make easy money by affiliation. No hassle, no coding, no amazon AWS keys!17 Dropshipping & Affiliation with Amazon formerly known as WP Amazon Shop for Dropshipping & Affiliation comes with a NEW Outstanding Feature, Amazon Dropshipping & Affiliation Program Both.Search and build products from Amazon store to make easy money by affiliation. No hassle, no coding, no amazon AWS keys! 18 18 19 19 > [Live Demo of Dropshipping & Affiliation with Amazon Pro Version](https://wpamazonshop.com/demo/) -
wp-amazon-shop/tags/2.1.0/wp-amazon-shop.php
r2405780 r2407364 8 8 * Author URI: http://www.amadercode.com/ 9 9 * Requires at least: 4.0 10 * Tested up to: 5.5 .310 * Tested up to: 5.5 11 11 * Stable tag: 2.1.0 12 12 * Text Domain: wp-amazon-shop … … 40 40 // Load Amazon sdk libraries 41 41 require_once( 'includes/wp-amazon-shop-install.php'); 42 require_once( 'includes/lib/simplehtmldom_2_0-RC2/HtmlWeb.php'); 42 require_once( 'includes/lib/simplehtmldom_1_9_1/simple_html_dom.php'); 43 //require_once( 'includes/lib/simplehtmldom_2_0-RC2/HtmlWeb.php'); 43 44 //Load Plugin Operation class files 44 45 require_once( 'includes/wp-amazon-shop-handler.php'); -
wp-amazon-shop/trunk/includes/import/wp-amazon-shop-ikits.php
r2405780 r2407364 2 2 if (!defined('ABSPATH')) exit; 3 3 //use html parser 4 use simplehtmldom\HtmlWeb;4 //use simplehtmldom\HtmlWeb; 5 5 6 6 if (!class_exists('ACL_WPAS_iKits')) { … … 601 601 $products = array(); 602 602 // Create a DOM object 603 $doc = new HtmlWeb(); 604 $html = $doc->load(urldecode(base64_decode($search_url)));//Search Result 603 //latest 604 //$doc = new HtmlWeb(); 605 //$html = $doc->load(urldecode(base64_decode($search_url)));//Search Result 606 //Stable 607 $html = new simple_html_dom(); 608 $html->load(urldecode(base64_decode($search_url)));//Search Result 605 609 //return $html->plaintext; 606 610 if (gettype($html->find('span[data-component-type=s-result-info-bar]', 0)) != "NULL") { -
wp-amazon-shop/trunk/includes/import/wp-amazon-shop-import.php
r2405780 r2407364 5 5 require_once( 'wp-amazon-shop-ikits.php'); 6 6 //use html parser 7 use simplehtmldom\HtmlWeb;7 //use simplehtmldom\HtmlWeb; 8 8 class ACL_Amazon_Product_Import 9 9 { … … 1105 1105 $proudct_url=$basic_url.$asin; 1106 1106 // Create a DOM object 1107 // Create a DOM object 1108 $doc = new HtmlWeb(); 1109 $html = $doc->load($proudct_url); 1107 // latest 2.0 1108 //$doc = new HtmlWeb(); 1109 //$html = $doc->load($proudct_url); 1110 //Stable 1111 $html = new simple_html_dom(); 1112 $html->load($proudct_url);//Search Result 1110 1113 1111 1114 if(gettype($html->find('span.price', 0)) != "NULL") { -
wp-amazon-shop/trunk/includes/wp-amazon-shop-handler.php
r2405780 r2407364 4 4 } 5 5 //use html parser. 6 use simplehtmldom\HtmlWeb;6 //use simplehtmldom\HtmlWeb; 7 7 8 8 class ACL_Amazon_Product_Handler … … 145 145 $proudct_url=$basic_url.$asin; 146 146 // Create a DOM object 147 $doc = new HtmlWeb(); 148 $html = $doc->load($proudct_url); 147 //$doc = new HtmlWeb(); 148 // $html = $doc->load($proudct_url); 149 //Stable 150 $html = new simple_html_dom(); 151 $html->load($proudct_url);//Search Result 152 149 153 if(gettype($html->find('a#titlehref', 0)) != "NULL") { 150 154 $title_raw =$html->find('a#titlehref', 0)->innertext; -
wp-amazon-shop/trunk/readme.txt
r2405780 r2407364 4 4 Tags: amazon, amazon shop,affiliate,amazon affiliate, dropship, amazon dropship,amazon product search, amazon product import,amazon product auto link 5 5 Requires at least: 4.0 6 Tested up to: 5.5 .36 Tested up to: 5.5 7 7 Stable tag: 2.1.0 8 8 Requires PHP: 5.6.0 … … 15 15 [youtube https://www.youtube.com/watch?v=PMpQOyIZ2S4] 16 16 17 Dropshipping & Affiliation with Amazon comes with a NEW Outstanding Feature, Amazon Dropshipping & Affiliation Program Both.Search and build products from Amazon store to make easy money by affiliation. No hassle, no coding, no amazon AWS keys!17 Dropshipping & Affiliation with Amazon formerly known as WP Amazon Shop for Dropshipping & Affiliation comes with a NEW Outstanding Feature, Amazon Dropshipping & Affiliation Program Both.Search and build products from Amazon store to make easy money by affiliation. No hassle, no coding, no amazon AWS keys! 18 18 19 19 > [Live Demo of Dropshipping & Affiliation with Amazon Pro Version](https://wpamazonshop.com/demo/) -
wp-amazon-shop/trunk/wp-amazon-shop.php
r2405780 r2407364 8 8 * Author URI: http://www.amadercode.com/ 9 9 * Requires at least: 4.0 10 * Tested up to: 5.5 .310 * Tested up to: 5.5 11 11 * Stable tag: 2.1.0 12 12 * Text Domain: wp-amazon-shop … … 40 40 // Load Amazon sdk libraries 41 41 require_once( 'includes/wp-amazon-shop-install.php'); 42 require_once( 'includes/lib/simplehtmldom_2_0-RC2/HtmlWeb.php'); 42 require_once( 'includes/lib/simplehtmldom_1_9_1/simple_html_dom.php'); 43 //require_once( 'includes/lib/simplehtmldom_2_0-RC2/HtmlWeb.php'); 43 44 //Load Plugin Operation class files 44 45 require_once( 'includes/wp-amazon-shop-handler.php');
Note: See TracChangeset
for help on using the changeset viewer.