riderkick / FMD

Forked from https://sf.net/p/fmd/
GNU General Public License v2.0
721 stars 213 forks source link

kissmanga https #1530

Closed kevin01523 closed 5 years ago

kevin01523 commented 5 years ago

it seems kissmanga upgraded into https recently or maybe i just noticed it now fmd wont load kissmanga since https and fmd forces manga to or info to load via http and not https image

i do think a minor fix might work i have no idea how tho

kevin01523 commented 5 years ago

hmm seems to load fine now i dont know what happened but it wont even update earlier or yesterday my ip is the same although i get the site maintenance on firefox seems fine on chrome or they are aggressive even on fmd

garybempo commented 5 years ago

So sorry when I pop-out only when I got problem with kissmanga but I also facing same problem with op :( I changed the url from http to https in the FMD browser but still don't work.

Hope admin willing to fix this problem. Best Regards, Gary

edit:solved with never version of FMD, my bad for didn't update it.

fales13 commented 5 years ago

same here, FMD also won't download updates

hope, well be fixed soon...

Srxjo commented 5 years ago

Can confirm i'm also having the same issue.

NhKPaNdA commented 5 years ago

I was able to make KissManga work again by adding a KissManga.lua file into the FMD Root/lua/modules folder with the contents of the .lua file being:

function AddWebsiteModule(name, url)
  local m = NewModule()
  filldef(m)
  m.website = name
  m.rooturl = url
  m.category = 'English'
  m.lastupdated='November 11, 2018'
  m.ongetinfo='getinfo'
  m.ongetpagenumber = 'getpagenumber'
  m.ongetnameandlink = 'getnameandlink'
  m.ongetdirectorypagenumber = 'getdirectorypagenumber'
  m.onbeforedownloadimage = 'beforedownloadimage'
  m.ondownloadimage = 'downloadimage'
  return m
end

function Init()
  AddWebsiteModule('KissManga', 'https://kissmanga.com')
end

The content could probably be better refined or whatever but it works so I've just left it as such which I stole from the MangaGo.lua file.

kevin01523 commented 5 years ago

i made it work by unchecking the google dcp an checking info on a random kissmanga manga then rechecking dcp again also make sure you arent getting the maintenance message

ArturStoeber commented 5 years ago

Tried the DCP thingy, while I actually could check my favourites again, I still couldnt download a chapter.

image

Srxjo commented 5 years ago

The lua file worked for me, so just try doing that.

ArturStoeber commented 5 years ago

I tried the lua file too, but I honestly dont know what it should changed, it doesnt even get loaded by the program. (There is a part where the lua files are listed, the Kissmanga file isnt part of that list)

ArturStoeber commented 5 years ago

Actually the hint by @kevin01523 worked, I got the maintenance message... Switched Ip, disabled dcp and enabled again, but after a chapter or two, im back to maintenance...

Tmp341 commented 5 years ago

I'd written the method i've been using, it is working for me without https.

Check it out: Link

fales13 commented 5 years ago

I'd written the method i've been using, it is working for me without https.

Check it out: Link

thanks... its work

Renvix commented 5 years ago

https://github.com/riderkick/FMD/issues/1530#issuecomment-438933775

nothing comes out after typing in the console or rather the text "not defined"

kevin01523 commented 5 years ago

you have to press enter

Tmp341 commented 5 years ago

#1530 (comment)

nothing comes out after typing in the console or rather the text "not defined"

This is what i've written:

Type chko and hit enter

You have to hit enter, so console can check your command.

Renvix commented 5 years ago

https://github.com/riderkick/FMD/issues/1530#issuecomment-440376034

of course i hit enter, if not "not define" will not come out

Tmp341 commented 5 years ago

Can you show me a screenshot?

Renvix commented 5 years ago

untitled

NhKPaNdA commented 5 years ago

You are on the home page. You need to go into the first chapter of any manga and then try again.

Tmp341 commented 5 years ago

untitled

Just like @NhKPaNdA said, open a chapter and try again. It has been working like that for months, i don't think they've changed it now. They encrypt chapters, not the whole site.

forvy commented 5 years ago

@kmvi it's not working again atm.

image image image