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

Danz

Well-known member
Trusted Seller
Trusted Uploader
Aug 5, 2018
520
1,172
93
Manila, Singapore, Dubai
Last edited by a moderator:

kinq06

New member
Sep 14, 2018
3
0
1
you are welcome bro, there is another crawler better one but I can't get it nulled yet for everyone except specfically :(

Thanks for sharing. Which crawler is best, i could try to get it nulled.
 

tanierlyons

Well-known member
Staff member
Administrative
Moderator
May 24, 2018
75,061
111,714
120
  • Like
Reactions: fmchawki and guanko

RealHacker

Well-known member
Trusted Uploader
Dec 30, 2018
303
687
93
-> 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
 

megahed2020

Member
Jan 24, 2020
44
13
8
-> 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

it doesn't work and give me this error

Plugin could not be activated because it triggered a fatal error.

Fatal error: Namespace declaration statement has to be the very first statement or after any declare call in the script in /opt/bitnami/apps/wordpress/htdocs/wp-content/plugins/wp-content-crawler/wp-content-crawler.php on line 12
 

RealHacker

Well-known member
Trusted Uploader
Dec 30, 2018
303
687
93
it doesn't work and give me this error

Plugin could not be activated because it triggered a fatal error.

Fatal error: Namespace declaration statement has to be the very first statement or after any declare call in the script in /opt/bitnami/apps/wordpress/htdocs/wp-content/plugins/wp-content-crawler/wp-content-crawler.php on line 12
You are placing at wrong place check. File after adding code should look like this -
28205
 

Johnpa

New member
Jan 5, 2020
10
1
3
the file is no longer available in any of the shared link, can someone make it available for me please?
 
Last edited:

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