| I have the same problem trying to make a mirror from <a
href=http://eq2.onlinewelten.com/eq2maps/OverView.php?Kat=worldEQ2 Mapping
System</a>
The src in some image tags specifies php files which generate a dynamic jpg
based on some data like that one
<img name="karte"
src="GetMap.php?ToDo=&LevelVon=1&LevelBis=99&mapid=113&AlternateId=-1&ForceReload=0517&showAllKats=1"
border="0" usemap="#karteninfos" onmousemove="ShowLoc()" onmouseout="return
nd();">
Even if I go to the options and erase any setting between php suffix and
text/html MIME type it doesn't work. Still the jpg files returned by the php
script are saves as *.html and it seems they are saved in a wrong way. I did a
binary compare on the so downloaded files and the original ones. The
difference is, that all 00hex in the jpg are saves as 20hex.
Any ideas to get a full mirror including the dynamic jpgs?
btw: I'm using the 3.34 alpha | |