Closed GoogleCodeExporter closed 9 years ago
Hi,
The problem is that your server appears to have been hacked in a subtle way.
There is no problem with the Timeline libraries. However, I recommend that you
use the current version of the library, 2.3.1. It is available here:
http://www.simile-widgets.org/timeline/
There are also live client examples of the library, see
http://www.simile-widgets.org/timeline/examples/monet/monet.html
More about your hacked server:
When the Timeline library requests the "history" file, /time/__history__?0,
your server responds with a 404 error reply. Not having the __history__ file is
fine.
However, the 404 reply from your web server includes an iframe full of spam.
Below is the content of the 404 reply from your server. As a test, I copied
your source file and xml file to my server and did not get any spam.
SOLUTION:
Your server was hacked and the 404 error pages were changed.
At this point you should probably suspect everything on your server and
completely rebuild it.....
Your server's 404 reply is below. Note the iframe. It is pulling in the spam.
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>404 Error - Page Not Found</title>
</head>
<body>
<table style="border: 1px dashed rgb(204, 204, 204);" align="center" border="0" cellpadding="6" cellspacing="0" width="800">
<tr>
<td style="font-family: Arial,Helvetica,sans-serif; font-size: 12px;">
<h1 style="margin:0px;">Page Not Found</h1>
<p style="margin-top:0px;">The page you are looking for might have been removed, had its name changed, or is temporarily unavailable. Please try the following:</p>
<ul>
<li>If you typed the page address in the Address bar, make sure that it is spelled correctly.</li>
<li>Click the Back button in your browser to try another link.</li>
<li>Use a search engine like <a href='http://www.google.com'>Google</a> to look for information on the Internet.</li>
</ul>
</td>
</tr>
</table>
<br/>
<table width="100%">
<tr>
<td align="center">
<iframe src="http://dsnextgen.com/?a_id=101686&domainname=referer_detect" frameborder="0" height="800" scrolling="auto" width="800"></iframe>
</td>
</tr>
</table>
</body>
</html>
Original comment by larryklu...@gmail.com
on 12 Jul 2011 at 2:06
Original comment by larryklu...@gmail.com
on 12 Jul 2011 at 2:08
Original issue reported on code.google.com by
cita...@gmail.com
on 11 Jul 2011 at 9:15