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

aifabio

New member
Jun 4, 2020
15
3
3
Method 1: Uninstall the plugin then reinstall it, go to Settings -> Content Crawler License Settings to enter any data to activate the plugin key -> work again.
Method 2: Go to the plugin path wp-content-crawler \ app \ WPTSLMClient.php
Find the code private function handleAPIResponseForInfo (& $ response) {…}
Replace with the code inside {…} with the following code
$ this-> resetTrialCount ();
$ this-> setValid (‘1’);
$ this-> setErrorMessage (null);
return true;

(By default the above code is included in the download, but in some cases installing the plugin for the first time may be fixed to the original code)

The results are as below:

private function handleAPIResponseForInfo(&$response) {

$legit = true;
$this->resetTrialCount();
$this->setValid('1');
$this->setErrorMessage(null);
return true;

}

annexed WPTSLMClient.php canceled
 

Attachments

  • WPTSLMClient.php.zip
    7.7 KB · Views: 412

felipedks

Member
Nov 17, 2019
30
23
8
Brasil
I can nulled here, making this:

Go to file WPTSLMClient.php, search the string "private function handleAPIResponseForInfo(&$response) {" and replace all of this string to:

private function handleAPIResponseForInfo(&$response) {
$code = valid;
$body = valid;
$this->resetTrialCount();
$this->setValid('1');
$this->setErrorMessage(null);
return true;

}
 
  • Like
Reactions: araiwaa

Orhanozyalcin34

New member
Apr 18, 2021
25
13
3
Istanbul, Turkey
-> So plugin has some code (couldn't find with limited checking) which replaces the file which is responsible for license validation after some trigger (or time), so even if nulled properly it gets back to not-nulled state after some trigger (or time).

-> 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
Thanks it works for me.
 

Ferreoly

Member
Oct 19, 2020
59
0
8
This plugin can't crawl from every websites. Is there plugins that can crawl from javascript based sites?
 

vannam68

New member
May 31, 2021
0
0
0
You are placing at wrong place check. File after adding code should look like this -
28205
This is a plugin based on the source of WP Content Crawler. Can you help me. I tried few ways as you guide as it doesn't work.
 

Attachments

  • kdn-auto-leech.zip
    3.2 MB · Views: 62

vannam68

New member
May 31, 2021
0
0
0
This is a plugin based on the source of WP Content Crawler. Can you help me. I tried few ways as you guide as it doesn't work.
 

Attachments

  • kdn-auto-leech.zip
    3.2 MB · Views: 70

devider

New member
Apr 17, 2021
6
4
3
I can nulled here, making this:

Go to file WPTSLMClient.php, search the string "private function handleAPIResponseForInfo(&$response) {" and replace all of this string to:

private function handleAPIResponseForInfo(&$response) {
$code = valid;
$body = valid;
$this->resetTrialCount();
$this->setValid('1');
$this->setErrorMessage(null);
return true;

}
It works like a charm
Thanks a million
 

emptyss

New member
Jul 22, 2020
11
2
3
Method 1: Uninstall the plugin then reinstall it, go to Settings -> Content Crawler License Settings to enter any data to activate the plugin key -> work again.
Method 2: Go to the plugin path wp-content-crawler \ app \ WPTSLMClient.php
Find the code private function handleAPIResponseForInfo (& $ response) {…}
Replace with the code inside {…} with the following code
$ this-> resetTrialCount ();
$ this-> setValid (‘1’);
$ this-> setErrorMessage (null);
return true;

(By default the above code is included in the download, but in some cases installing the plugin for the first time may be fixed to the original code)

The results are as below:

private function handleAPIResponseForInfo(&$response) {

$legit = true;
$this->resetTrialCount();
$this->setValid('1');
$this->setErrorMessage(null);
return true;

}

annexed WPTSLMClient.php canceled
Thanks, it's working
 

Kurama2909

New member
Sep 2, 2020
2
0
1
Really, you guys are very good. As we say in my country, I take off my hat with you. Thank you very much, all mods work fine. I could null the plugin
 
Feb 28, 2019
54
3
8
Screenshot 2021-07-14 at 09-19-09 General Settings ‹ Nulled-Scripts Cc — WordPress.png
wp contentcrawler is not connecting to proxy ..my website using cloudflare and after connect proxy cloudflare displaying Error 524 A timeout occurred. how to fix it

Screenshot 2021-07-14 at 09-34-25 nulled-scripts cc 524 A timeout occurred.png


@Danz
@Tomz
 

aqdevelopers

New member
Jun 29, 2022
0
0
0
Method 1: Uninstall the plugin then reinstall it, go to Settings -> Content Crawler License Settings to enter any data to activate the plugin key -> work again.
Method 2: Go to the plugin path wp-content-crawler \ app \ WPTSLMClient.php
Find the code private function handleAPIResponseForInfo (& $ response) {…}
Replace with the code inside {…} with the following code
$ this-> resetTrialCount ();
$ this-> setValid (‘1’);
$ this-> setErrorMessage (null);
return true;

(By default the above code is included in the download, but in some cases installing the plugin for the first time may be fixed to the original code)

The results are as below:

private function handleAPIResponseForInfo(&$response) {

$legit = true;
$this->resetTrialCount();
$this->setValid('1');
$this->setErrorMessage(null);
return true;

}

annexed WPTSLMClient.php canceled
i followed your method but plugin still not work. i wait over 30m but no saved post/ crawled.
i tried pause cloudflare too.
please help me
 

shadot94

Member
Dec 20, 2019
61
5
8
Bangladesh
Method 1: Uninstall the plugin then reinstall it, go to Settings -> Content Crawler License Settings to enter any data to activate the plugin key -> work again.
Method 2: Go to the plugin path wp-content-crawler \ app \ WPTSLMClient.php
Find the code private function handleAPIResponseForInfo (& $ response) {…}
Replace with the code inside {…} with the following code
$ this-> resetTrialCount ();
$ this-> setValid (‘1’);
$ this-> setErrorMessage (null);
return true;

(By default the above code is included in the download, but in some cases installing the plugin for the first time may be fixed to the original code)

The results are as below:

private function handleAPIResponseForInfo(&$response) {

$legit = true;
$this->resetTrialCount();
$this->setValid('1');
$this->setErrorMessage(null);
return true;

}

annexed WPTSLMClient.php canceled
it works man.... thanks
 

namhoang

New member
Dec 28, 2020
19
2
3
Hi guys, do you have a way to bypass Cloudflare's CAPTCHA? Thanks, I appreciate for any help.

Site test: vitalsource___com

capchar.png
 

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