hoi, ik kreeg een mailtje met daarin dat je je internet tot 100% sneller kan maken
door via een proxy van marketplace te surfen, nou download ie steeds dat script, dit wil ik niet dus ik heb t script gedowload en wil nu alles zelf in stellen in internet explorer 6 wie kan hier me helpen?
BackupRoute="DIRECT";
UseDirectForLocal=true;
function MakeIPs(){
this[0]="208.49.238.128";
this[1]="255.255.255.224";
}
DirectIPs=new MakeIPs();
cDirectIPs=2;
function MakeNames(){
this[0]="netsetter.org";
this[1]="netsetter.com";
this[2]="http.pager.yahoo.com";
this[3]="comscore.com";
this[4]="voicefive.com";
this[5]="hitbox.com";
this[6]="marketscore.com";
this[7]="windowsupdate.microsoft.com";
this[8]="netscoreonline.com";
this[9]="e-trends.com";
this[10]="e-trends.net";
}
DirectNames=new MakeNames();
cDirectNames=11;
function FindProxyForURL(url, host){
var i, fileext, filepre, exclude, temp;
exclude = "";
if ( url.length > 5 )
{
if (( url.substring( 0, 5) != "http:" ) && ( url.substring( 0, 6) != "https:" ))
{
return "DIRECT";
}
if ( url.indexOf( "nsdirect=true" ) > -1 )
{
return "DIRECT";
}
if ( url.indexOf( "!redirect/http" ) > -1 )
{
return "DIRECT";
}
if ( ( exclude.indexOf( host ) ) > -1 )
{
return "DIRECT";
}
if (host == "www.oss.ossproxy" )
{
return "PROXY 127.0.0.1:8254";
}
}
if (UseDirectForLocal && isPlainHostName(host))
return "DIRECT";
if (cDirectNames > 0)
for (i = 0; i < cDirectNames; i++)
if (dnsDomainIs(host, DirectNames[i]))
{
if( url.substring( 0, 5) == "http:" )
{
return "DIRECT";
}
if ( !dnsDomainIs( host, "doubleclick.net") && !dnsDomainIs( host, "akamai.net") )
{
return "DIRECT";
}
}
if (cDirectIPs > 0)
for (i = 0; i < cDirectIPs; i += 2)
if (isInNet(host, DirectIPs[i], DirectIPs[i+1]))
return "DIRECT";
if ( isInNet(host, "10.0.0.0", "255.0.0.0" ) )
return "DIRECT";
if ( isInNet(host, "127.0.0.0", "255.0.0.0" ) )
return "DIRECT";
if ( isInNet(host, "172.16.0.0", "255.255.0.0" ) )
return "DIRECT";
if ( isInNet(host, "192.168.0.0", "255.255.0.0" ) )
return "DIRECT";
if ( !dnsResolve(host) )
return "DIRECT";
if ( url.substring( 0, 6) == "https:" )
{
return "PROXY proxyhttps.netsetter.com:443; PROXY 66.119.33.198:443; PROXY 65.90.98.71:443; PROXY 170.224.224.69:443; DIRECT;";
}
else
{
return "PROXY 127.0.0.1:8254; PROXY proxyhttp.netsetter.com:80; PROXY 66.119.34.38:80; PROXY 216.142.233.103:80; DIRECT;";
}
gr, dave
BackupRoute="DIRECT";
UseDirectForLocal=true;
function MakeIPs(){
this[0]="208.49.238.128";
this[1]="255.255.255.224";
}
DirectIPs=new MakeIPs();
cDirectIPs=2;
function MakeNames(){
this[0]="netsetter.org";
this[1]="netsetter.com";
this[2]="http.pager.yahoo.com";
this[3]="comscore.com";
this[4]="voicefive.com";
this[5]="hitbox.com";
this[6]="marketscore.com";
this[7]="windowsupdate.microsoft.com";
this[8]="netscoreonline.com";
this[9]="e-trends.com";
this[10]="e-trends.net";
}
DirectNames=new MakeNames();
cDirectNames=11;
function FindProxyForURL(url, host){
var i, fileext, filepre, exclude, temp;
exclude = "";
if ( url.length > 5 )
{
if (( url.substring( 0, 5) != "http:" ) && ( url.substring( 0, 6) != "https:" ))
{
return "DIRECT";
}
if ( url.indexOf( "nsdirect=true" ) > -1 )
{
return "DIRECT";
}
if ( url.indexOf( "!redirect/http" ) > -1 )
{
return "DIRECT";
}
if ( ( exclude.indexOf( host ) ) > -1 )
{
return "DIRECT";
}
if (host == "www.oss.ossproxy" )
{
return "PROXY 127.0.0.1:8254";
}
}
if (UseDirectForLocal && isPlainHostName(host))
return "DIRECT";
if (cDirectNames > 0)
for (i = 0; i < cDirectNames; i++)
if (dnsDomainIs(host, DirectNames[i]))
{
if( url.substring( 0, 5) == "http:" )
{
return "DIRECT";
}
if ( !dnsDomainIs( host, "doubleclick.net") && !dnsDomainIs( host, "akamai.net") )
{
return "DIRECT";
}
}
if (cDirectIPs > 0)
for (i = 0; i < cDirectIPs; i += 2)
if (isInNet(host, DirectIPs[i], DirectIPs[i+1]))
return "DIRECT";
if ( isInNet(host, "10.0.0.0", "255.0.0.0" ) )
return "DIRECT";
if ( isInNet(host, "127.0.0.0", "255.0.0.0" ) )
return "DIRECT";
if ( isInNet(host, "172.16.0.0", "255.255.0.0" ) )
return "DIRECT";
if ( isInNet(host, "192.168.0.0", "255.255.0.0" ) )
return "DIRECT";
if ( !dnsResolve(host) )
return "DIRECT";
if ( url.substring( 0, 6) == "https:" )
{
return "PROXY proxyhttps.netsetter.com:443; PROXY 66.119.33.198:443; PROXY 65.90.98.71:443; PROXY 170.224.224.69:443; DIRECT;";
}
else
{
return "PROXY 127.0.0.1:8254; PROXY proxyhttp.netsetter.com:80; PROXY 66.119.34.38:80; PROXY 216.142.233.103:80; DIRECT;";
}
gr, dave