Mr Smith
May 25th, 2005, 11:32 AM
First thing I want to say is I do not know alot about computers, ok , now why I am here. My ZoneAlarm told me my IE had sent someting to an IP address called h8.aintermail.net (I was too busy to read the warning so I allowed it :-\ ) I then did a google search to see what i could find & all I found was this.....
// (c) 2004 Acrelic Interactive. All rights reserved worldwide.
var co = "iqp";
var hostPort = "ai.aintermail.net";
loc = new String( document.location );
proto = loc.substr( 0, 5 );
if( proto == "http:" )
{
document.write('<img src="http://h8.aintermail.net/images/mlopen_track.html?mlid=538"></img>' );
document.write('<img src="http://h8.aintermail.net/images/mlopen_track.html?mlid=539"></img>' );
document.write('<img src="http://h8.aintermail.net/images/mlopen_track.html?mlid=540"></img>' );
document.write('<img src="http://h8.aintermail.net/images/mlopen_track.html?mlid=541"></img>' );
document.write('<img src="http://h8.aintermail.net/images/mlopen_track.html?mlid=670"></img>' );
document.write('<img src="http://h8.aintermail.net/images/mlopen_track.html?mlid=1022"></img>' );
document.write('<img src="http://h8.aintermail.net/images/mlopen_track.html?mlid=1023"></img>' );
document.write('<img src="http://h8.aintermail.net/images/mlopen_track.html?mlid=1024"></img>' );
}
var domain = null;
function writeTag( actionCode )
{
if( proto == "http:" )
{
var name = "val_50567"; // "ai-vb";
var value = getCookieValue( name );
var tag = "";
// if( value == null ) alert( "writeTag() writing new cookie; value == null" );
// else if( value.length == 0 ) alert( "writeTag() writing new cookie; value.length == 0 " );
if( value == null || value.length == 0 )
{
value = writeCookie( co, name );
}
switch( actionCode )
{
case 0: // Hidden INPUT text box
tag = "<input type='hidden' name='" + name + "' value='" + value + "'></input>";
//tag = "<input type='text' name='" + name + "' value='" + value + "'></input>";
break;
case 1: // Standard IMG tracking tag
// tag = "<img src='http://" + hostPort + "/spacer.gif'></img>";
tag = "<img src='http://" + hostPort + "/spacer.gif?vb=" + value + "'></img>";
break;
}
document.write( tag );
// alert( tag );
}
}// writeTag()
function getCookieValueByOffset( beginOffset )
{
var endOffset = document.cookie.indexOf( ";", beginOffset );
if( endOffset == -1 ) endOffset = document.cookie.length;
return unescape( document.cookie.substring( beginOffset, endOffset ) );
}// getCookieValueByOffset()
function getCookieValue( name )
{
var beginNameOffset = 0;
var cookieLength = document.cookie.length;
var nameEq = name + "=";
var nameEqLength = nameEq.length;
while( beginNameOffset < cookieLength )
{
var beginValueOffset = beginNameOffset + nameEqLength;
if( document.cookie.substring( beginNameOffset, beginValueOffset ) == nameEq )
{
return getCookieValueByOffset( beginValueOffset );
}
beginNameOffset = document.cookie.indexOf( " ", beginNameOffset );
if( beginNameOffset == -1 )
{
return null;
}
beginNameOffset++;
}
return null;
}// getCookieValue()
function getRandomInteger()
{
return Math.round( Math.random() * 100000 );
}// getRandomInteger()
function writeCookie( co, name )
{
// Write a vb into a new cookie that expires approx. two years from today.
var d = new Date();
var th = d.getTime();
th = "" + th;
var ip = '<!--#echo var="REMOTE_ADDR"-->';
var value = co + ":" + ip + ":" + getRandomInteger();
var thLength = 32 - value.length;
value += th.substring( th.length - thLength, th.length );
var expires = new Date( d.getTime() + ( 3600000 * 24 * 365 * 2 ) );
var fullCookieValue = escape( name ) + "=" + escape( value ) +
"; expires=" + expires.toGMTString() + "; path=/;";
if( domain != null && domain.length() > 0 )
{
fullCookieValue += " domain=" + domain + ";";
}
document.cookie = fullCookieValue;
return value;
}// writeCookie()
writeTag(1);
// EOF
.....is this info on how to make a cookie? if so is it a bad one, I think it is because it sent info from my pc, & can you please add this cookie to the list of coockies in Spyware Blaster. I have banned my pc from communicating with the IP range this was connecting to 208.48.64.0-208.48.127.255
Thanks for any replys you can give me, & I say again can you ad it to the banned list in spyware Blaster, Mr Smith. :)
// (c) 2004 Acrelic Interactive. All rights reserved worldwide.
var co = "iqp";
var hostPort = "ai.aintermail.net";
loc = new String( document.location );
proto = loc.substr( 0, 5 );
if( proto == "http:" )
{
document.write('<img src="http://h8.aintermail.net/images/mlopen_track.html?mlid=538"></img>' );
document.write('<img src="http://h8.aintermail.net/images/mlopen_track.html?mlid=539"></img>' );
document.write('<img src="http://h8.aintermail.net/images/mlopen_track.html?mlid=540"></img>' );
document.write('<img src="http://h8.aintermail.net/images/mlopen_track.html?mlid=541"></img>' );
document.write('<img src="http://h8.aintermail.net/images/mlopen_track.html?mlid=670"></img>' );
document.write('<img src="http://h8.aintermail.net/images/mlopen_track.html?mlid=1022"></img>' );
document.write('<img src="http://h8.aintermail.net/images/mlopen_track.html?mlid=1023"></img>' );
document.write('<img src="http://h8.aintermail.net/images/mlopen_track.html?mlid=1024"></img>' );
}
var domain = null;
function writeTag( actionCode )
{
if( proto == "http:" )
{
var name = "val_50567"; // "ai-vb";
var value = getCookieValue( name );
var tag = "";
// if( value == null ) alert( "writeTag() writing new cookie; value == null" );
// else if( value.length == 0 ) alert( "writeTag() writing new cookie; value.length == 0 " );
if( value == null || value.length == 0 )
{
value = writeCookie( co, name );
}
switch( actionCode )
{
case 0: // Hidden INPUT text box
tag = "<input type='hidden' name='" + name + "' value='" + value + "'></input>";
//tag = "<input type='text' name='" + name + "' value='" + value + "'></input>";
break;
case 1: // Standard IMG tracking tag
// tag = "<img src='http://" + hostPort + "/spacer.gif'></img>";
tag = "<img src='http://" + hostPort + "/spacer.gif?vb=" + value + "'></img>";
break;
}
document.write( tag );
// alert( tag );
}
}// writeTag()
function getCookieValueByOffset( beginOffset )
{
var endOffset = document.cookie.indexOf( ";", beginOffset );
if( endOffset == -1 ) endOffset = document.cookie.length;
return unescape( document.cookie.substring( beginOffset, endOffset ) );
}// getCookieValueByOffset()
function getCookieValue( name )
{
var beginNameOffset = 0;
var cookieLength = document.cookie.length;
var nameEq = name + "=";
var nameEqLength = nameEq.length;
while( beginNameOffset < cookieLength )
{
var beginValueOffset = beginNameOffset + nameEqLength;
if( document.cookie.substring( beginNameOffset, beginValueOffset ) == nameEq )
{
return getCookieValueByOffset( beginValueOffset );
}
beginNameOffset = document.cookie.indexOf( " ", beginNameOffset );
if( beginNameOffset == -1 )
{
return null;
}
beginNameOffset++;
}
return null;
}// getCookieValue()
function getRandomInteger()
{
return Math.round( Math.random() * 100000 );
}// getRandomInteger()
function writeCookie( co, name )
{
// Write a vb into a new cookie that expires approx. two years from today.
var d = new Date();
var th = d.getTime();
th = "" + th;
var ip = '<!--#echo var="REMOTE_ADDR"-->';
var value = co + ":" + ip + ":" + getRandomInteger();
var thLength = 32 - value.length;
value += th.substring( th.length - thLength, th.length );
var expires = new Date( d.getTime() + ( 3600000 * 24 * 365 * 2 ) );
var fullCookieValue = escape( name ) + "=" + escape( value ) +
"; expires=" + expires.toGMTString() + "; path=/;";
if( domain != null && domain.length() > 0 )
{
fullCookieValue += " domain=" + domain + ";";
}
document.cookie = fullCookieValue;
return value;
}// writeCookie()
writeTag(1);
// EOF
.....is this info on how to make a cookie? if so is it a bad one, I think it is because it sent info from my pc, & can you please add this cookie to the list of coockies in Spyware Blaster. I have banned my pc from communicating with the IP range this was connecting to 208.48.64.0-208.48.127.255
Thanks for any replys you can give me, & I say again can you ad it to the banned list in spyware Blaster, Mr Smith. :)