• 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
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>
HOW DO YOU FIX THE GAP BETWEEN IMAGES?
 
hello pal, Does this plugin still work? I tried to use it and while i can scrape single managa without any issue bulk scrape (thru crawler progress) does absolutely nothing. It do not update already scraped manga (with single crawler manga option
). Any solution guys.
 
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