Manga - FanFox (MangaFox) crawler

Manga - FanFox (MangaFox) crawler v1.3.1.4 Nulled

No permission to download

rezagray

Active member
Banned User
Jun 19, 2020
238
34
28
Thank you bro! btw i'm facing some problems if you know please tell me. do you know how to remove mangas from crawler progress page because some mangas stuck after 2 or 3 chapters. if you know how to remove mangas from progress page or how to solve stuck problem please tell me.
i only use single manga crawl manuall. btw is your search working fine?
 

3979

Well-known member
Trusted Uploader
Jul 23, 2019
281
142
50
yess its working fine if you want help just tell me. btw can you tell me your crawler name and please send me if possible.
please help! my auto crawler not working, just manual manga working.
 

Itsyaboy

Active member
May 9, 2019
209
77
28
Please give me the bypass method this method not work for me



<?php

/*
Plugin Name: Fanfox Manga Crawler
Plugin URI: https://www.mangabooth.com
Description: Automatic crawl Manga from fanfox.net (MangaFox) and autopost
Version: 1.3.0.7
Author: WPStylish
Author URI: https://www.mangabooth.com
License: Commercial (MangaBooth.com)
*/

if ( ! defined( 'WP_MCL_FF_PATH' ) ) {
define( 'WP_MCL_FF_PATH', plugin_dir_path( __FILE__ ) );
}

if ( ! defined( 'WP_MCL_FF_URL' ) ) {
define( 'WP_MCL_FF_URL', plugin_dir_url( __FILE__ ) );
}

if( ! defined( 'WP_MCL_TD' ) ){
define( 'WP_MCL_TD', 'madara' );
}

if ( ! class_exists( 'FF_CRAWLER_IMPLEMENT' ) ) {

class WP_MANGA_FF_CRAWLER {

public function __construct() {
$this->init();
$this->hooks();
}

private function hooks(){
add_action( 'admin_enqueue_scripts', array( $this, 'admin_enqueue_scripts' ) );
}

private function init(){

if( ini_get('max_execution_time') < 600 ){
ini_set('max_execution_time', 600);
}

if( ini_get('max_input_time') < 600 ){
ini_set('max_input_time', 600);
}

if( !function_exists( 'file_get_html' ) ){
require_once WP_MCL_FF_PATH . 'libs/simplehtmldom_1_5/simple_html_dom.php';
}

$includes = array(
'includes' => array(
'helper',
'JavaScriptUnpacker',
'import',
'crawl',
'implement' => array(
'helper',
'implement',
'crawl-single'
),
'cronjob',
'settings',
'debug'
)
);

foreach( $includes as $dir => $files ){
foreach( $files as $index => $file ){
if( is_array( $file ) ){
foreach( $file as $f ){
require_once( WP_MCL_FF_PATH . "{$dir}/{$index}/{$f}.php" );
}
}else{
require_once( WP_MCL_FF_PATH . "{$dir}/{$file}.php" );
}
}
}
}

public function admin_enqueue_scripts() {
if( class_exists('FF_CRAWLER_IMPLEMENT') && FF_CRAWLER_HELPERS::is_settings_page() ){
wp_enqueue_style( 'wp-crawler-style', WP_MCL_FF_URL . 'assets/css/admin.css' );

if( isset( $_GET['tab'] ) && $_GET['tab'] == 'crawl-progress' ){
wp_enqueue_script( 'ff-crawler-task', WP_MCL_FF_URL . 'assets/js/ff-crawler-task.js', array( 'jquery' ) );
}
}
}


}

require_once('admin/settings-page.php');

// $license_key = get_option(MDR_FF_CRAWLER_LICENSE_KEY);
// if ($license_key) {
$WP_MANGA_FF_CRAWLER = new WP_MANGA_FF_CRAWLER();
// register_activation_hook(__FILE__, 'fanfox_activation');
// } else {
// add_action('admin_notices', 'madara_fanfox_crawler_admin_notice__warning');
// }
}
Can't help you im no expert if that doesn't work idk what will
 

Itsyaboy

Active member
May 9, 2019
209
77
28
Auto crawler still not working and single crawler also giving debug error now, activated through nullmaster suggestion.
@Itsyaboy Auto crawler and single manga crawler working for you?
works just fine for me tbh its very buggy and i always have to troubleshoot it..
 

Itsyaboy

Active member
May 9, 2019
209
77
28
Sometimes it'll bug out and i'll have to reset everything by deleting the plugin and clearing everything out but downloading and saving the queue file that it creates. That way i dont lose all the progress and have to start over again. Sometimes it'll get stuck on one manga and i'll have to go in and manually delete that manga from the json file so it can continue to the next one just alot of bugs that have to be manually worked around for it to continue sometimes. I also downloaded a cron job plugin to check and see if the cron associated with the crawler is running correctly and if not start it myself.
 

Itsyaboy

Active member
May 9, 2019
209
77
28
1624729459025.png
1624730153768.png

If you've made a lot of progress with the crawler in terms of manga grabbed you're going to want download this file and all of the completed json files. After that delete everything regarding the plugin from your file manager, dashboard, and most importantly your database. In the database you should search for crawler or ff crawler and make sure you get everything. Just in case download and install the

Plugins Garbage Collector (Database Cleanup)​

Plugin and make sure everything is gone regarded the fanfox crawler. After that install the latest version null it again and try to crawl. If it doesn't work automatically on its own download and install the

Cron Jobs


plugin and check to see if the ff_crawler crons are running if they aren't running try to manually start them. If they are running fine check what PHP version your website is running on and try an earlier version 7.1 works great for me with this plugin. If none of the above works try and remove the first manga in your queue file "be careful in how you delete the manga entry in the queue file if you mess up the format the plugin will not work" or start all over with a fresh queue file.

This is everything i've done and had to do to get the plugin to work sometimes and im 10 pages in of completed crawled manga "hosted on bunny CDN"
1624730062056.png
 

india220

Active member
Feb 7, 2019
212
94
28
60mbanime.com
1624729459025.png
1624730153768.png

If you've made a lot of progress with the crawler in terms of manga grabbed you're going to want download this file and all of the completed json files. After that delete everything regarding the plugin from your file manager, dashboard, and most importantly your database. In the database you should search for crawler or ff crawler and make sure you get everything. Just in case download and install the

Plugins Garbage Collector (Database Cleanup)​

Plugin and make sure everything is gone regarded the fanfox crawler. After that install the latest version null it again and try to crawl. If it doesn't work automatically on its own download and install the

Cron Jobs


plugin and check to see if the ff_crawler crons are running if they aren't running try to manually start them. If they are running fine check what PHP version your website is running on and try an earlier version 7.1 works great for me with this plugin. If none of the above works try and remove the first manga in your queue file "be careful in how you delete the manga entry in the queue file if you mess up the format the plugin will not work" or start all over with a fresh queue file.

This is everything i've done and had to do to get the plugin to work sometimes and im 10 pages in of completed crawled manga "hosted on bunny CDN"
1624730062056.png
installed previous version again and single manga crawling working fine. Need proper nulling on v1.3.1
 

sickness01

New member
Aug 30, 2020
0
0
0
@Itsyaboy - dont know how to post update on resource

test out this nulled version. the only modified file is admin/settings-page.php to remove external calls and accept any serial
 

Attachments

  • fanfox-manga-crawler-1.3.1-nulled.zip
    75.9 KB · Views: 108
Last edited:
  • Like
Reactions: unicorn

3979

Well-known member
Trusted Uploader
Jul 23, 2019
281
142
50
1624729459025.png
1624730153768.png

If you've made a lot of progress with the crawler in terms of manga grabbed you're going to want download this file and all of the completed json files. After that delete everything regarding the plugin from your file manager, dashboard, and most importantly your database. In the database you should search for crawler or ff crawler and make sure you get everything. Just in case download and install the

Plugins Garbage Collector (Database Cleanup)​

Plugin and make sure everything is gone regarded the fanfox crawler. After that install the latest version null it again and try to crawl. If it doesn't work automatically on its own download and install the

Cron Jobs


plugin and check to see if the ff_crawler crons are running if they aren't running try to manually start them. If they are running fine check what PHP version your website is running on and try an earlier version 7.1 works great for me with this plugin. If none of the above works try and remove the first manga in your queue file "be careful in how you delete the manga entry in the queue file if you mess up the format the plugin will not work" or start all over with a fresh queue file.

This is everything i've done and had to do to get the plugin to work sometimes and im 10 pages in of completed crawled manga "hosted on bunny CDN"
1624730062056.png
can you help me manual setup cronjob ? my hosting just have php version 7.4 and 8.0. thank you!

1624759548597.png
 

Itsyaboy

Active member
May 9, 2019
209
77
28
can you help me manual setup cronjob ? my hosting just have php version 7.4 and 8.0. thank you!

1624759548597.png
Posting everything i know bro install the cron job plugin and check your crons it isnt hard
@Itsyaboy - dont know how to post update on resource

test out this nulled version. the only modified file is admin/settings-page.php to remove external calls and accept any serial
not for me to do if ti works for you thats good but i just provide the clean updated plugin thats all
 

sickness01

New member
Aug 30, 2020
0
0
0
Posting everything i know bro install the cron job plugin and check your crons it isnt hard

not for me to do if ti works for you thats good but i just provide the clean updated plugin thats all
I know. I was just saying that i nulled it, but didnt know how to update the resource
 

sickness01

New member
Aug 30, 2020
0
0
0
it's not nulled, only showing Nulled Activated


Need to add below code in fanfox-crawler.php

Code:
define('MDR_FF_CRAWLER_LICENSE_KEY', 'active');
update_option(MDR_FF_CRAWLER_LICENSE_KEY, 'active');

just before
Code:
if ( ! defined( 'WP_MCL_FF_PATH' ) ) {
it is nulled to accept any license key. i didnt modify any other code other than the licensing ( Settings > Madara - FanFox Crawler License - Enter anything here. then you can use the "Fanfox Crawler" )

what was removed in 'settings-page.php' was the persons api key, and a custom json response was put in to remove external calls to mangabooth website

essentially the plugin works as normal, allowing you to "activate and deactivate" without actually calling home
 

Latest posts

Forum statistics

Threads
69,246
Messages
908,560
Members
237,326
Latest member
huhh7gy344

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