• You MUST read the Babiato Rules before making your first post otherwise you may get permanent warning points or a permanent Ban.

    Our resources on Babiato Forum are CLEAN and SAFE. So you can use them for development and testing purposes. If your are on Windows and have an antivirus that alerts you about a possible infection: Know it's a false positive because all scripts are double checked by our experts. We advise you to add Babiato to trusted sites/sources or disable your antivirus momentarily while downloading a resource. "Enjoy your presence on Babiato"

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
569
1,243
93
Manila, Singapore, Dubai
Last edited by a moderator:
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.
 
-> 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
 
-> 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
 
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
 
the file is no longer available in any of the shared link, can someone make it available for me please?
 
Last edited:
AdBlock Detected

We get it, advertisements are annoying!

However in order to keep our huge array of resources free of charge we need to generate income from ads so to use the site you will need to turn off your adblocker.

If you'd like to have an ad free experience you can become a Babiato Lover by donating as little as $5 per month. Click on the Donate menu tab for more info.

I've Disabled AdBlock