WP Content Crawler - Get contents from almost any site, automatically

WP Content Crawler - Get contents from almost any site, automatically v1.14.0

No permission to download

kiLLa

Member
Jun 13, 2020
58
5
8
india
hello, this plugin sometimes gives license error after working 1 week. anybody else having this problem?
 
  • Like
Reactions: w00t

megahed2020

Member
Jan 24, 2020
44
13
8
I have problem with product crawling
when change post type to product it's nor give me the woocommerce properties
 
  • Like
Reactions: xmegax

papaluis

New member
Aug 20, 2020
1
0
1
Although I do not get any invalid license message, the plugin does not work properly in the Manual Crawling tool , I get this message:
"The post could not be saved"
I tried the test of the official website of content crawler and everything works fine with the manual crawling tool

Screenshot_1.png
 

kiLLa

Member
Jun 13, 2020
58
5
8
india
Although I do not get any invalid license message, the plugin does not work properly in the Manual Crawling tool , I get this message:
"The post could not be saved"
I tried the test of the official website of content crawler and everything works fine with the manual crawling tool

Screenshot_1.png
I guess there was an error somewhere while making this plugin null. This add-on trial period is over after 3 days, it receives a license warning.
 
  • Like
Reactions: w00t

jaihwacat

Active member
Jun 10, 2020
139
82
28
I guess there was an error somewhere while making this plugin null. This add-on trial period is over after 3 days, it receives a license warning.
strange. i use this plugin and it's work 100% already save more then 45k post
 

jaihwacat

Active member
Jun 10, 2020
139
82
28
here is the step i use
1. upload - install - active plugin
2. go to plugin editor and select WP Content Crawler and put this code before "require 'app/vendor/autoload.php';" then save / update file

-> Now to overcome this (null without any issue)-
Add below code to "wp-content-crawler.php" file in plugin directory at top of the file(before any code but after plugin details-name,verion,etc).

-> CODE-
//custom-code-START
namespace WPCCrawler;
if(!class_exists('WPTSLMClient')) {
class WPTSLMClient {
public function __construct($productName, $productId, $type, $apiUrl, $pluginFilePath, $textDomain){}
public function setUrlHowToFindLicenseKey($url){}
public function isUserCool() {return true;}
public function setIsProductPageCallback($callback){}
}
}
//custom-code-END

3. go to your cpanel hosting file manager the delete file WPTSLMClient.php on wp-content/plugin/wp-content-crawler/app/
4. upload file WPTSLMClient.php on folder NULLED-FILE-FOR-REPLACE to the same directory file that you delete
5. happy crawling
 

jaihwacat

Active member
Jun 10, 2020
139
82
28
nulled. pls test it.
Your Content Crawler license is not valid or it has expired. You did not provide a valid license. The features are disabled. Please get a valid/new license to continue using Content Crawler.


Message: This license is not found or valid.

and only all site and add new
on the admin panel
 

Soberam

Member
Apr 28, 2019
35
12
8
Works perfect! Just overwrite FIRST the WPTSLMClient.php before activating!! Then it works flawless :cool:

1. Upload Plugin but DON'T ACTIVATE.
2. Overwrite the WPTSLMClient.php from the NULLED FILE,
to: \wp-content\plugins\wp-content-crawler\app (folder).
3. Then ACTIVATE the Plugin.
 
Last edited:
  • Love
Reactions: tanierlyons

tanierlyons

Well-known member
Staff member
Administrative
Moderator
May 24, 2018
75,065
111,714
120
Danz updated WP Content Crawler - Get content from almost any site, automatically! with a new update entry:

WP Content Crawler v1.10.1

Download WP Content Crawler v1.10.1 - Get content from almost any site, Automatically!
v1.10.1 - 25 August 2020
Fix

  • Make it compatible with the major changes made in WordPress 5.5. WordPress 5.5 does not include jQuery Migrate, which lets deprecated jQuery functions be used for backward compatibility. This caused the plugin’s some JavaScript features to not work properly. This version removes the usage of any deprecated jQuery functions. Additionally, as instructed by...

Read the rest of this update entry...
 

About us

  • Our community has been around for many years and pride ourselves on offering unbiased, critical discussion among people of all different backgrounds. We are working every day to make sure our community is one of the best.

Quick Navigation

User Menu