You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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>
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
The text was updated successfully, but these errors were encountered: