View Single Post
Old 07-14-2025, 09:59 AM   #5
KevinH
Sigil Developer
KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.
 
Posts: 8,805
Karma: 6000000
Join Date: Nov 2009
Device: many
Ah, I took a look at the standalone content.opf and it has had junk inserted into it by something:

Code:
    <item id="index.php" href="Misc/index.php" media-type="text/x-php"/>
    <item id="index.txt" href="Misc/index.txt" media-type="text/plain"/>
    <item id="part_2_1974.txt" href="Misc/part_2_1974.txt" media-type="text/plain"/>
    <item id="w1navigation.php" href="Misc/w1navigation.php" media-type="text/x-php"/>
I copied the nonsense entries and pasted them above.

Epub does not support php files. They are scripts that no epub supports. But something you used to read or edit the epub with probably injected.

Throw out that separate content.opf. Use the .epub file you actually posted.

Start fresh with it.

Last edited by KevinH; 07-14-2025 at 10:02 AM.
KevinH is offline   Reply With Quote