The problem is with what the JS is outputing. The image is fine.
Code:
<script type='text/javascript'>var jg = new jsGraphics('EQ2MAP_POI_MAP');
jg.drawImage('pics/mapThe Vault of the Fallen.jpg',0,0,436,506);<br /><strong>Warning</strong>: Division by zero in <strong>/functions_to_include.php</strong> on line <strong>70</strong><br /><br /><strong>Warning</strong>: Division by zero in <strong>/functions_to_include.php</strong> on line <strong>71</strong><br />
Draw_POI(-6,-6,'Dragoon CLuss (NAME) <BR> 84.69,-46.44,-132.58 <BR>Description: <br>(UID: 17594)','NAME');<br /><strong>Warning</strong>: Division by zero in <strong>/functions_to_include.php</strong> on line <strong>70</strong><br /><br /><strong>Warning</strong>: Division by zero in <strong>/functions_to_include.php</strong> on line <strong>71</strong><br />
Draw_POI(-6,-6,'Dragoon BLavin (NAME) <BR> 67.45,-59.44,-81.30 <BR>Description: <br>(UID: 17595)','NAME');<br /><strong>Warning</strong>: Division by zero in <strong>/functions_to_include.php</strong> on line <strong>70</strong><br /><br /><strong>Warning</strong>: Division by zero in <strong>/functions_to_include.php</strong> on line <strong>71</strong><br />
Draw_POI(-6,-6,'Dragoon Dina (NAME) <BR> 36.36,-39.94,-145.07 <BR>Description: <br>(UID: 17596)','NAME');<br /><strong>Warning</strong>: Division by zero in <strong>/functions_to_include.php</strong> on line <strong>70</strong><br /><br /><strong>Warning</strong>: Division by zero in <strong>/functions_to_include.php</strong> on line <strong>71</strong><br />
Draw_POI(-6,-6,'Dragoon ETru (NAME) <BR> 69.73,-59.44,-86.82 <BR>Description: <br>(UID: 17597)','NAME');<br /><strong>Warning</strong>: Division by zero in <strong>/functions_to_include.php</strong> on line <strong>70</strong><br /><br /><strong>Warning</strong>: Division by zero in <strong>/functions_to_include.php</strong> on line <strong>71</strong><br />
Draw_POI(-6,-6,'Dragoon GZel (NAME) <BR> 50.49,-39.94,-156.74 <BR>Description: <br>(UID: 17598)','NAME');<br /><strong>Warning</strong>: Division by zero in <strong>/functions_to_include.php</strong> on line <strong>70</strong><br /><br /><strong>Warning</strong>: Division by zero in <strong>/functions_to_include.php</strong> on line <strong>71</strong><br />
....... repeates through out all the code</script>
Note the Division by zero in errors.'
EDIT. The Vault of the Fallen has no zonerect in the database so it cant calculate the poi math thus erroring out the js and it not being able to display the image. Get me the zonerect and I can fix it.
Maybe it would be good to put a database query in to check if the zonerect is there and if it is not it doesnt generate the POI's and just displays the map and maybe an error message saying there is no zonerect.