1
Installation, Update & Configuration / 4images is spyware :(
« on: June 27, 2002, 01:19:53 PM »
I was surprised to receive a message from Jan to inform me to put back the full copyright notice which I immediately put back once notified.
I didn't really referenced my website on the web and so I was wondering how he did find me.
But this morning I opened my admin panel and saw a little message saying that there is a new version!!!
It is easy to get the HTTP referer which a Javascript/PHP code...
To remove the spy :
admin/index.php
Line 88 to 95
<script language="JavaScript" type="text/javascript" src="http://www.4homepages.de/version/version.php"></script>
<script language="JavaScript" type="text/javascript">
<!--
if ('<?php echo SCRIPT_VERSION; ?>' != latestversion) {
document.write(latestversioninfo);
}
// -->
</script>
I didn't really referenced my website on the web and so I was wondering how he did find me.
But this morning I opened my admin panel and saw a little message saying that there is a new version!!!
It is easy to get the HTTP referer which a Javascript/PHP code...
To remove the spy :
admin/index.php
Line 88 to 95
<script language="JavaScript" type="text/javascript" src="http://www.4homepages.de/version/version.php"></script>
<script language="JavaScript" type="text/javascript">
<!--
if ('<?php echo SCRIPT_VERSION; ?>' != latestversion) {
document.write(latestversioninfo);
}
// -->
</script>
