• 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"

Manga - FanFox (MangaFox) crawler

Manga - FanFox (MangaFox) crawler v1.3.1.4 Nulled

No permission to download
Hey, guys can anyone help me. The auto-update is not working. There have been at least three chapters released since 2nd May. The auto-update is on the crawler if you are wondering.
 

Attachments

  • Screenshot (131).png
    Screenshot (131).png
    510.6 KB · Views: 49
not everyone thought. jeihwacat can use auto update but i cannot. its not a big deal though so i didn't really care about it
which ftp server do you use to host images? do you use nulled fanfox from here?
 
no i do not use ftp, and yes
Being able to solve it I made a modification in the theme to post manga like posting novel, so I post the images on the blogger I copy to the manga.

modified plugins file: madara-core\templates\admin\manga-single\metabox\manga-type-select.php



<?php

if ( ! defined( 'ABSPATH' ) ) {
exit;
}

global $manga_post;

extract( $manga_post );

?>

<div class="choose-manga-type">
<div class="choose-manga-type-wrapper">
<h1>
<?php esc_html_e( 'Chapter Type', WP_MANGA_TEXTDOMAIN ); ?>
</h1>
<div class="description">
<?php esc_html_e( 'This setting cannot be changed after choosen.', WP_MANGA_TEXTDOMAIN ); ?>
</div>

<p>
<div class="manga-type-choice">
<input type="radio" name="wp-manga-chapter-type" value="text" id="wp-text-type" <?php checked( $chapter_type, 'text' ); ?>/>
<label for="wp-text-type"><?php esc_html_e( 'Manga Texto', WP_MANGA_TEXTDOMAIN ); ?></label>
</div>

<div class="manga-type-choice">
<input type="radio" name="wp-manga-chapter-type" value="manga" id="wp-manga-type" <?php checked( $chapter_type, 'manga' ); ?>/>
<label for="wp-manga-type"><?php esc_html_e( 'Manga', WP_MANGA_TEXTDOMAIN ); ?></label>
</div>

<div class="manga-type-choice">
<input type="radio" name="wp-manga-chapter-type" value="text" id="wp-text-type" <?php checked( $chapter_type, 'text' ); ?>/>
<label for="wp-text-type"><?php esc_html_e( 'Novel', WP_MANGA_TEXTDOMAIN ); ?></label>
</div>
<!--<div class="manga-type-choice">
<input type="radio" name="wp-manga-chapter-type" value="video" id="wp-video-type" <?php //checked( $chapter_type, 'video' ); ?>/>
<label for="wp-text-type"><?php //esc_html_e( 'Video Chapter', WP_MANGA_TEXTDOMAIN ); ?></label>
</div>-->
<?php do_action( 'madara_manga_chapter_type', $chapter_type ); ?>
</p>

</div>
</div>
 

Attachments

  • 11.png
    11.png
    372.2 KB · Views: 54
  • 12.png
    12.png
    207.1 KB · Views: 58
  • 13.png
    13.png
    812.4 KB · Views: 56
  • 10.png
    10.png
    48.3 KB · Views: 55
Being able to solve it I made a modification in the theme to post manga like posting novel, so I post the images on the blogger I copy to the manga.

modified plugins file: madara-core\templates\admin\manga-single\metabox\manga-type-select.php



<?php

if ( ! defined( 'ABSPATH' ) ) {
exit;
}

global $manga_post;

extract( $manga_post );

?>

<div class="choose-manga-type">
<div class="choose-manga-type-wrapper">
<h1>
<?php esc_html_e( 'Chapter Type', WP_MANGA_TEXTDOMAIN ); ?>
</h1>
<div class="description">
<?php esc_html_e( 'This setting cannot be changed after choosen.', WP_MANGA_TEXTDOMAIN ); ?>
</div>

<p>
<div class="manga-type-choice">
<input type="radio" name="wp-manga-chapter-type" value="text" id="wp-text-type" <?php checked( $chapter_type, 'text' ); ?>/>
<label for="wp-text-type"><?php esc_html_e( 'Manga Texto', WP_MANGA_TEXTDOMAIN ); ?></label>
</div>

<div class="manga-type-choice">
<input type="radio" name="wp-manga-chapter-type" value="manga" id="wp-manga-type" <?php checked( $chapter_type, 'manga' ); ?>/>
<label for="wp-manga-type"><?php esc_html_e( 'Manga', WP_MANGA_TEXTDOMAIN ); ?></label>
</div>

<div class="manga-type-choice">
<input type="radio" name="wp-manga-chapter-type" value="text" id="wp-text-type" <?php checked( $chapter_type, 'text' ); ?>/>
<label for="wp-text-type"><?php esc_html_e( 'Novel', WP_MANGA_TEXTDOMAIN ); ?></label>
</div>
<!--<div class="manga-type-choice">
<input type="radio" name="wp-manga-chapter-type" value="video" id="wp-video-type" <?php //checked( $chapter_type, 'video' ); ?>/>
<label for="wp-text-type"><?php //esc_html_e( 'Video Chapter', WP_MANGA_TEXTDOMAIN ); ?></label>
</div>-->
<?php do_action( 'madara_manga_chapter_type', $chapter_type ); ?>
</p>

</div>
</div>
so you upload the manga to blogger then you copy the image link?
why don't you directly copy it from the source?
 
so you upload the manga to blogger then you copy the image link?
why don't you directly copy it from the source?
yes it is possible, I showed the example of the blogger because it is more secure, many sites put domain blocking in the image, just like this site mangatx.com
 
request update to new version :(

#12.05.2021 - v1.3.1
  • #Update - bypass 100s limit of CloudFlare when downloading images
 

@jaihwacat. Help me. I set up everything like you. Using bunny storage and CDN. When I crawler manga. They has already uploaded into storage but publishing manga on the website the URL was used in local instead using URL of BunnyCDN. Please help me fix it. Thanks​

 
Hey! do you know how to add sign in and sign up button in madara theme
Head over to Settings » General page in your WordPress admin area. Scroll down to the 'Membership' section and check the box next to 'Anyone can register' option
 
Edit your fanfox-crawler.php to look like this at the bottom


opera_HJymDGgi20.png

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');
// }
}
 
Head over to Settings » General page in your WordPress admin area. Scroll down to the 'Membership' section and check the box next to 'Anyone can register' option
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.
 
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