Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FlipHTML5 Online Service Error #6

Open
stuffed18 opened this issue Oct 4, 2024 · 0 comments
Open

FlipHTML5 Online Service Error #6

stuffed18 opened this issue Oct 4, 2024 · 0 comments

Comments

@stuffed18
Copy link

Instead of images it downloads html files renamed to jpg that say this:

`

<title>FlipHtml5 Online Service Error</title> <script language="javascript" type="text/javascript">

var url=window.location.href;;
var urlHost=window.location.host.toLowerCase();
var protocol = window.location.protocol;
if(urlHost=="online.fliphtml5.com"){
var a=url.substring(url.indexOf("com/")+4);
window.location.href=protocol+"//fliphtml5.com/check/"+a;
}else{
var str=urlHost+"/books/";
var a=url.substring(url.indexOf(str)+str.length);
var mathArr = a.match(//check//igm);
if(mathArr && mathArr.length > 1) {
window.location.href=protocol+"//"+urlHost+"/";
} else {
window.location.href=protocol+"//"+urlHost+"/check/"+a;
}
}
</script>

`

Trying it with https://online.fliphtml5.com/nrbtg/labk/index.html

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant