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

Region25

Well-known member
Trusted Uploader
Aug 21, 2019
258
393
63
@Tomz , @NullMaster new update
WP Content Crawler v1.10.2 (untouched)
v1.10.2 - 31 January 2021

Requirements
  • Requires PHP’s fileinfo extension. According to this extension’s official installation page, “this extension is enabled by default as of PHP 5.3.0”. This means that this extension is already available when the minimum PHP version requirement of the plugin is satisfied. See Requirements for more information.
Fix
  • Support PHP 8.0
  • Add cookies when downloading files
  • Define file paths relative to the plugin’s root path. With this, it should be possible to use the plugin with custom wp-content or plugins directory paths.
  • Disable comments when Allow Comments setting is unchecked
  • Improve guessing file name and extension when saving files
  • Do not use nested ternary operators without explicit parentheses, since this is deprecated
  • Remove undefined function dd()
Other
  • Tested and works with WordPress 5.6, 5.5, 5.4, 5.3, 5.2, 5.1, 5.0, 4.9, with PHP 8.0, 7.4, 7.3, 7.2, with Chrome, Firefox, Opera, with WooCommerce 4.9, 4.8, 4.7, 4.6, 4.5, 4.4, 4.3, 4.2, 4.1, 4.0, 3.9, 3.8, 3.7, 3.6, 3.3.
 

johnsmith74101

New member
Feb 9, 2020
16
2
3
@Tomz , @NullMaster new update
WP Content Crawler v1.10.2 (untouched)
v1.10.2 - 31 January 2021

Requirements
  • Requires PHP’s fileinfo extension. According to this extension’s official installation page, “this extension is enabled by default as of PHP 5.3.0”. This means that this extension is already available when the minimum PHP version requirement of the plugin is satisfied. See Requirements for more information.
Fix
  • Support PHP 8.0
  • Add cookies when downloading files
  • Define file paths relative to the plugin’s root path. With this, it should be possible to use the plugin with custom wp-content or plugins directory paths.
  • Disable comments when Allow Comments setting is unchecked
  • Improve guessing file name and extension when saving files
  • Do not use nested ternary operators without explicit parentheses, since this is deprecated
  • Remove undefined function dd()
Other
  • Tested and works with WordPress 5.6, 5.5, 5.4, 5.3, 5.2, 5.1, 5.0, 4.9, with PHP 8.0, 7.4, 7.3, 7.2, with Chrome, Firefox, Opera, with WooCommerce 4.9, 4.8, 4.7, 4.6, 4.5, 4.4, 4.3, 4.2, 4.1, 4.0, 3.9, 3.8, 3.7, 3.6, 3.3.
Not working. Asking for license. Whenever trying to import a post manually. it shows error.
 

johnsmith74101

New member
Feb 9, 2020
16
2
3
@Tomz , @NullMaster new update
WP Content Crawler v1.10.2 (untouched)
v1.10.2 - 31 January 2021

Requirements
  • Requires PHP’s fileinfo extension. According to this extension’s official installation page, “this extension is enabled by default as of PHP 5.3.0”. This means that this extension is already available when the minimum PHP version requirement of the plugin is satisfied. See Requirements for more information.
Fix
  • Support PHP 8.0
  • Add cookies when downloading files
  • Define file paths relative to the plugin’s root path. With this, it should be possible to use the plugin with custom wp-content or plugins directory paths.
  • Disable comments when Allow Comments setting is unchecked
  • Improve guessing file name and extension when saving files
  • Do not use nested ternary operators without explicit parentheses, since this is deprecated
  • Remove undefined function dd()
Other
  • Tested and works with WordPress 5.6, 5.5, 5.4, 5.3, 5.2, 5.1, 5.0, 4.9, with PHP 8.0, 7.4, 7.3, 7.2, with Chrome, Firefox, Opera, with WooCommerce 4.9, 4.8, 4.7, 4.6, 4.5, 4.4, 4.3, 4.2, 4.1, 4.0, 3.9, 3.8, 3.7, 3.6, 3.3.
Not working. Asking for license. Whenever trying to import a post manually. it shows error.
 

jaihwacat

Active member
Jun 10, 2020
139
82
28
Not working. Asking for license. Whenever trying to import a post manually. it shows error.
untouched mean it's not nulled, read the discussion on page 1,2,3 you will find a way to null it but you must download the old file that are nulled to get the WPTSLMClient.php that already nulled or use this file file and replace it on the app folder. rename the txt to php
 

Attachments

  • WPTSLMClient.txt
    31.4 KB · Views: 154

doanhoang88

Member
Mar 29, 2019
41
5
8
error: Parse error: syntax error, unexpected 'purotctsedfunction' (T_STRING), expecting function (T_FUNCTION) or const (T_CONST) in /home/cungcapc/public_html/wp-content/plugins/wp-content-crawler/app/Controllers/TestController.php on line 51
plz how to fix
 
Last edited:

nailstone

Member
Dec 12, 2020
97
46
18
untouched mean it's not nulled, read the discussion on page 1,2,3 you will find a way to null it but you must download the old file that are nulled to get the WPTSLMClient.php that already nulled or use this file file and replace it on the app folder. rename the txt to php
that Worked thanks :)
 

tanierlyons

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

WP Content Crawler v1.11.0

Download WP Content Crawler v1.11.0 - Get content from almost any site, automatically! Nulled Free
v1.11.0 - 11 March 2021 Thanks To @TassieNZ

New
  • Filters. With filters, you can do things conditionally, i.e. you can say “if this happens, then do this”, where the condition part is optional. The filters have 30...

Read the rest of this update entry...
 
  • Love
Reactions: JRGWxRxZ

Guyver

Active member
Dec 14, 2018
377
90
28
-> 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
Works like CHARM :D Many thanks
 
  • Love
Reactions: Akshay143634

Scarb

New member
Feb 5, 2021
6
1
3
untouched mean it's not nulled, read the discussion on page 1,2,3 you will find a way to null it but you must download the old file that are nulled to get the WPTSLMClient.php that already nulled or use this file file and replace it on the app folder. rename the txt to php
Work well, thank you !
 

virtualrx

Member
Jul 1, 2018
37
4
8
Works like CHARM :D Many thanks
so just this part

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){}
}
}


<?php
/*
Plugin Name: WP Content Crawler
Plugin URI: http://wpcontentcrawler.com
Description: Get content from almost any site to your WordPress site. Requires PHP >= 7.2, mbstring, curl, json, dom, fileinfo
Author: Turgut Sarıçam
Text Domain: wp-content-crawler
Version: 1.11.0
Author URI: http://turgutsaricam.com
*/
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){}
}
}

require 'app/vendor/autoload.php';
NOT like this

-> CODE-
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){}
}
}
 
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