Madara - WordPress Theme for Manga By MangaBooth

Madara - WordPress Theme for Manga By MangaBooth v2.2 Nulled + Child Theme + Madara Core + shortc

No permission to download

turanbagtur

New member
Aug 2, 2022
16
3
3
Code:
/* List Item */
.active ul li ul li{
    border-style:solid;
    border-width:9px;
    border-color:rgba(0,0,0,0);
    box-shadow:0px 0px 11px 0px #020202;
    border-top-left-radius:10px;
    border-top-right-radius:10px;
    border-bottom-left-radius:10px;
    border-bottom-right-radius:10px;
}

/* List */
.show .active .active > ul{
    border-left-width:0px;
}
Thanks bro
 

coolkr123

Member
Dec 20, 2022
29
3
8
Hello guys, my fanfox manga crawler (by wpstylish) is scrapping only single blank placeholder images instead of full chapter/image. I have tried both crawl single manga and bulk crawler. Using version 1.3.1.4 nulled which is available here. Saving image on vps local disk. Tried ScrapingBee, ScraperAPI and personal private proxy (my own home connection )however result stay same. it always scrape same blank placeholder image.
image-placeholder.jpg

Ultimate web novel and manga scrapper is working fine however it is very very slow. Using 4GB Ram, 2 Core VPS. Anyone have solution pls.
 

Attachments

  • image-placeholder.jpg
    image-placeholder.jpg
    22.8 KB · Views: 2
Last edited:

Kleen

Member
Jul 3, 2022
59
4
8
Code:
/* List Item */
.active ul li ul li{
    border-style:solid;
    border-width:9px;
    border-color:rgba(0,0,0,0);
    box-shadow:0px 0px 11px 0px #020202;
    border-top-left-radius:10px;
    border-top-right-radius:10px;
    border-bottom-left-radius:10px;
    border-bottom-right-radius:10px;
}

/* List */
.show .active .active > ul{
    border-left-width:0px;
}
Hi or did you code it to work? Because I put it in the CSS additionel but nothing changes. thank you for your work.
 

Kleen

Member
Jul 3, 2022
59
4
8
When I put the code in the additional CSS it gives me this on the left-hand page these are the chapters outside the volume and the one on the right-hand side in a volume.
1672660764495.png
 

coolkr123

Member
Dec 20, 2022
29
3
8
anyone knows how where to change this text here?
91771-a229bc9c3038c539daaefc3e70cb6d24.jpg
Looks like this is Home page (owner set a page as homepage after editing some options). If it is as i say then go to your home page edit option , set template as homepage and the go to page content option and here edit
"Archives Heading Text" to whatever you want.
Correct me if i am wrong.
 

SNOW

Member
Feb 26, 2019
53
14
8
Hi or did you code it to work? Because I put it in the CSS additionel but nothing changes. thank you for your work.
here is it for normal chaps

CSS:
/* List Item */
.show .active > li{
    box-shadow:0px 0px 6px 0px #000000 inset;
    margin-right:10px;
    margin-left:10px;
    border-top-left-radius:15px;
    border-top-right-radius:15px;
    border-bottom-left-radius:15px;
    border-bottom-right-radius:15px;
    animation-fill-mode:both;
    --animation-trigger-repeat:infinite;
    padding-left:2.5%;
    margin-bottom:9px;
    
}

/* List Item (hover) */
.show .active > li:hover{
    font-size:19px;
}
 
  • Like
Reactions: coolkr123

Satsukiz

Member
Nov 18, 2022
50
7
8
root
Hello guys, my fanfox manga crawler (by wpstylish) is scrapping only single blank placeholder images instead of full chapter/image. I have tried both crawl single manga and bulk crawler. Using version 1.3.1.4 nulled which is available here. Saving image on vps local disk. Tried ScrapingBee, ScraperAPI and personal private proxy (my own home connection )however result stay same. it always scrape same blank placeholder image.
image-placeholder.jpg

Ultimate web novel and manga scrapper is working fine however it is very very slow. Using 4GB Ram, 2 Core VPS. Anyone have solution pls.
Your bandwidth very slow for download image
 
  • Like
Reactions: coolkr123

coolkr123

Member
Dec 20, 2022
29
3
8
Your bandwidth very slow for download image
thanks for reply. This plugin was running on live server with 1Gbps port speed. so i do not think internet connection speed was issue here.
Note: for home connection as proxy, i used iproxy.online services to access my home connection thru tunneling on vps server.
 

Satsukiz

Member
Nov 18, 2022
50
7
8
root
thanks for reply. This plugin was running on live server with 1Gbps port speed. so i do not think internet connection speed was issue here.
Note: for home connection as proxy, i used iproxy.online services to access my home connection thru tunneling on vps server.
hmmmm what your problem is in the proxy
 
  • Like
Reactions: coolkr123

Anubis989

Member
Aug 3, 2022
50
5
8
1672767362710.png
does not work

EX.
site.com/manga/manga name/1 => site.com/manga/manga name/undefined

ANY one Can help ME
 

Kleen

Member
Jul 3, 2022
59
4
8
here is it for normal chaps

CSS:
/* List Item */
.show .active > li{
    box-shadow:0px 0px 6px 0px #000000 inset;
    margin-right:10px;
    margin-left:10px;
    border-top-left-radius:15px;
    border-top-right-radius:15px;
    border-bottom-left-radius:15px;
    border-bottom-right-radius:15px;
    animation-fill-mode:both;
    --animation-trigger-repeat:infinite;
    padding-left:2.5%;
    margin-bottom:9px;
   
}

/* List Item (hover) */
.show .active > li:hover{
    font-size:19px;
}
Hi still not for my part this appears only for Volumes
1672770073784.png
 

SNOW

Member
Feb 26, 2019
53
14
8
i thin your website have difrent element name
send me your webite and i will tell you what to do
 

coolkr123

Member
Dec 20, 2022
29
3
8
hello guys, i have a small issue with madara+ftp upload combo. I am using bunny cdn for storage of manga however when and it is working as expected with ultimate manga scrapper. Manga files are being uploaded but when i read it on my website, image of manga is not visible due to incorrect permalink of image.
image url is made as
webite url--->slug(manga)---->manga name---->chapter---->cdn url---->folder(manga folder name)---->chapter---->image.jpg

however it should be
cdn url---->folder(manga folder name)---->chapter---->image.jpg

when i accress image with 2nd correct url then it is visible.
due to incorrect structure of url of image no image is visible on website. Anyone have idea how to fix this wrong url or change it to corrrect one.
 

coolkr123

Member
Dec 20, 2022
29
3
8
Hello members, Anyone who is using bunnyCDN with madara theme and ftp upload, please message me. I need little help. On my website Image from bunny cdn is not showing because theme image url is wrong. isntead of only bunny image url it include website url/manga url too, so image become unavailable due to wrong image url.
 

coolkr123

Member
Dec 20, 2022
29
3
8
for example see this urs

here i used bunnycdn and this is the url my website generate for manga image. Here correct image url is part cdn.redhotmanga.com/manga_63b5b71b2ca9e/ch-001/u20220803_110025_035.jpg and if image is visible with this url. however madara always generate image url with website url which do not show manga image.
Any fix for this guys.

Note: I have removed website, so url is not working right now but this is the case for every mange which is uploaded to ftp (bunny cdn).
 

coolkr123

Member
Dec 20, 2022
29
3
8
Hello guys, i have found some error code in ultimate manga crawler. I am newbie and not able to understand what is wrong here. Anyone suggest me what is wrong and how to fix it.
Code:
 Exit error: Uncaught ValueError: finfo_file(): Argument #1 ($finfo) cannot be empty in /var/www/redhotmanga.com/htdocs/wp-content/plugins/madara-core/inc/storage.php:83 Stack trace: #0 /var/www/redhotmanga.com/htdocs/wp-content/plugins/madara-core/inc/storage.php(83): finfo_file() #1 /var/www/redhotmanga.com/htdocs/wp-content/plugins/madara-core/inc/storage.php(302): WP_MANGA_STORAGE->mime_content_type() #2 /var/www/redhotmanga.com/htdocs/wp-content/plugins/madara-core/inc/storage.php(262): WP_MANGA_STORAGE->create_json() #3 /var/www/redhotmanga.com/htdocs/wp-content/plugins/madara-core/inc/storage.php(1132): WP_MANGA_STORAGE->create_chapter() #4 /var/www/redhotmanga.com/htdocs/wp-content/plugins/ultimate-manga-scraper/ultimate-manga-scraper.php(2563): WP_MANGA_STORAGE->wp_manga_upload_single_chapter() #5 /var/www/redhotmanga.com/htdocs/wp-content/plugins/ultimate-manga-scraper/ultimate-manga-scraper.php(2265): ums_fetch_single_chapter() #6 /var/www/redhotmanga.com/htdocs/wp-content/plugins/ultimate-manga-scraper/ultimate-manga-scraper.php(3738): ums_fetch_chapters() #7 /var/www/redhotmanga.com/htdocs/wp-content/plugins/ultimate-manga-scraper/ultimate-manga-scraper.php(1352): ums_run_rule() #8 /var/www/redhotmanga.com/htdocs/wp-includes/class-wp-hook.php(308): ums_run_my_action_callback() #9 /var/www/redhotmanga.com/htdocs/wp-includes/class-wp-hook.php(332): WP_Hook->apply_filters() #10 /var/www/redhotmanga.com/htdocs/wp-includes/plugin.php(517): WP_Hook->do_action() #11 /var/www/redhotmanga.com/htdocs/wp-admin/admin-ajax.php(188): do_action() #12 {main} thrown, file: /var/www/redhotmanga.com/htdocs/wp-content/plugins/madara-core/inc/storage.php, line: 83 - rule ID: 0!
 

Kleen

Member
Jul 3, 2022
59
4
8
i thin your website have difrent element name
send me your webite and i will tell you what to do
Hi here is my site I don’t know if you can access a VPN? because puts it in france (fr.readergen.fr)
 

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