Dragonsi
11-22-2004, 06:03 PM
Hi all,
About 2 weeks ago, I noticed this line being inserted by my system on all sites being viewed, no mater which browser. This may of been going on for longer, since this is the first it appeared 'odd' to me. I'll give you the line, and explain a little about my system/apps to help...
<link rel="stylesheet" type="text/css" href="http://images.ientrymail.com/webproworld/index.css" title="0">
<link rel="alternate stylesheet" type="text/css" href="http://images.ientrymail.com/webproworld/css2.css" title="1">
<link rel="alternate stylesheet" type="text/css" href="http://images.ientrymail.com/webproworld/index2.css" title="2">
<script language='javascript' src='http://127.0.0.1:1027/js.cgi?caw&r=13977'></script>
<script language="JavaScript" type="text/JavaScript">
function setActiveStyleSheet(title) {
var i, a, main;
for(i=0; (a = document.getElementsByTagName("link")[i]); i++) {
if(a.getAttribute("rel").indexOf("style") != -1
&& a.getAttribute("title")) {
a.disabled = true;
if(a.getAttribute("title") == title) a.disabled = false;
}
}
}
The example above is from this very page...
I have XP Home running with a proxy server (AlegroSurf) and Zone Alarm Pro Security Siute. There are verious add blockers and stuff, but I'm pritty sure they are all turned off, since they bug me...
I can tell that it's calling something from the localhost on port 1027 - I've serched for the js.cgi file and nothing found. Tried several virus scans, ad-aware scans - nothing...
My Proxy shows the username calling the page but 127.0... IP calling images, I am asuming this is the normal browsers cache calling all graphics, as the proxy only caches' text.
Any suggestions or further answers required, all ideas taken....?
About 2 weeks ago, I noticed this line being inserted by my system on all sites being viewed, no mater which browser. This may of been going on for longer, since this is the first it appeared 'odd' to me. I'll give you the line, and explain a little about my system/apps to help...
<link rel="stylesheet" type="text/css" href="http://images.ientrymail.com/webproworld/index.css" title="0">
<link rel="alternate stylesheet" type="text/css" href="http://images.ientrymail.com/webproworld/css2.css" title="1">
<link rel="alternate stylesheet" type="text/css" href="http://images.ientrymail.com/webproworld/index2.css" title="2">
<script language='javascript' src='http://127.0.0.1:1027/js.cgi?caw&r=13977'></script>
<script language="JavaScript" type="text/JavaScript">
function setActiveStyleSheet(title) {
var i, a, main;
for(i=0; (a = document.getElementsByTagName("link")[i]); i++) {
if(a.getAttribute("rel").indexOf("style") != -1
&& a.getAttribute("title")) {
a.disabled = true;
if(a.getAttribute("title") == title) a.disabled = false;
}
}
}
The example above is from this very page...
I have XP Home running with a proxy server (AlegroSurf) and Zone Alarm Pro Security Siute. There are verious add blockers and stuff, but I'm pritty sure they are all turned off, since they bug me...
I can tell that it's calling something from the localhost on port 1027 - I've serched for the js.cgi file and nothing found. Tried several virus scans, ad-aware scans - nothing...
My Proxy shows the username calling the page but 127.0... IP calling images, I am asuming this is the normal browsers cache calling all graphics, as the proxy only caches' text.
Any suggestions or further answers required, all ideas taken....?