Is this some sort of hack?

Arny

New Member
Hi,

I have just noticed that every time I view page source I see
<script language='javascript' src='http://127.0.0.1:1031/js.cgi?pca&r=7137'></script>
Below Title and before </head>

The part that changes is the pca@r=XXXX where XXXX
is a different number.

I think this is some sort of trace?

Can someone help..or suggest where I might best ask about this please?

Kind regards
Arny
 
I think it's a code inserted by ZoneAlarm to prevent 3rd party cookies, bugs, ads, pop-ups or other crap showing up when accessing that site.
So that code is good to be there... :)
 
Lorand said:
I think it's a code inserted by ZoneAlarm to prevent 3rd party cookies, bugs, ads, pop-ups or other crap showing up when accessing that site.
So that code is good to be there... :)


Yeah, it looks like for those of you with Zonealarm 4 and above you will see a similair script. It seems to be for privacy settings like Lorand said and also embeded objects <embed></embed> and potentially harmful javascripts etc...
 
yes

SFR said:
Yeah, it looks like for those of you with Zonealarm 4 and above you will see a similair script. It seems to be for privacy settings like Lorand said and also embeded objects <embed></embed> and potentially harmful javascripts etc...

Hi,

Thanks to you both..
I think your right...
Seems to be zonealarm.


kind regards
Arny
 
Zone Alarm js.cgi code problem

When good intentions go bad.... the Zone Alarm js.cgi code occurs when the PRIVACY / AD BLOCKING setting is set to HIGH [ver. 6.0.667.000]. Setting it to MEDIUM removes the problem. With this setting, Zone Alarm encapsulted images that I embedded in web pages containing hyperlinks with the code shown below (which EXCLUDES image references). Notice that just the hyperlinks are present. When I removed the hyperlinks, Zone Alarm let the image code come through. This was a very frustrating problem to resolve. (My MACS worked just fine of course because no Zone Alarm; also Virtual PC on my MAC worked fine because I don't have Zone Alarm installed.) I only discovered the js.cgi code after comparing browser source code on two different machines. One displayed the js.cgi code and the other (earlier version of ZA) didn't: it showed both images and hyperlinks just fine. A Goggle search turned up this forum that pointed to Zone Alarm as the culprit. Thank you.http://www.computerforum.com/images/smilies/biggrin.gif

ZONE ALARM JS.CGI CODE (when hyperlinks are included in image)....

<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<title>test_link</title>
<script language='javascript' src='http://127.0.0.1:1048/js.cgi?pca&r=503'></script>
</head>
<body>
<p><a target="_blank" href="http://www.galleyware.com">
</a></p>
<p><a target="_blank" href="http://www.galleyware.com">
</a></p>
</body>
</html>

<script language='javascript'>postamble();</script>


:D
 
Back
Top