ALLIANCE KOLKATA 6mbps SPEED TEST

Speed is good but service will totally depend on LCO.
And currently Alliance using JavaScript Injection for showing Pop-Ups and ads.
 
you can block them completely by modding your hosts file . Method is different for different OSes.

It's not totally working for me.
I already nodded host file and using adblock.
But,sometime page automatically redirected.
And I play MMORPG.
Even when start mmorpg game the ads showing at first windows too.
 
Code:
#!/bin/sh
cd /tmp
wget -q -O http://winhelp2002.mvps.org/hosts.txt
sleep 2
cat hosts.txt | grep 127.0.0.1 >> /tmp/hosts
echo "127.0.0.1    sidepage.co" >> /tmp/hosts
echo "127.0.0.1    streamride.co" >> /tmp/hosts
echo "127.0.0.1    ui.sidepage.co" >> /tmp/hosts
echo "127.0.0.1    ui.streamride.co" >> /tmp/hosts
stopservice dnsmasq
sleep 1
startservice dnsmasq
echo "Hosts UPDATED"
Have been using this on my DD_WRT based router working smooth... and for peering try torbox and torrentz.in .. both ways you will get almost 90% of the stuff on torbox and it takes almost 6-7hrs for a game of 15gB game to come on peering depending on the peers downloading it together at a time .. so new stuffs if big in size do take one night to reach the peering :) .
 
Code:
#!/bin/sh
cd /tmp
wget -q -O http://winhelp2002.mvps.org/hosts.txt
sleep 2
cat hosts.txt | grep 127.0.0.1 >> /tmp/hosts
echo "127.0.0.1    sidepage.co" >> /tmp/hosts
echo "127.0.0.1    streamride.co" >> /tmp/hosts
echo "127.0.0.1    ui.sidepage.co" >> /tmp/hosts
echo "127.0.0.1    ui.streamride.co" >> /tmp/hosts
stopservice dnsmasq
sleep 1
startservice dnsmasq
echo "Hosts UPDATED"
Have been using this on my DD_WRT based router working smooth... and for peering try torbox and torrentz.in .. both ways you will get almost 90% of the stuff on torbox and it takes almost 6-7hrs for a game of 15gB game to come on peering depending on the peers downloading it together at a time .. so new stuffs if big in size do take one night to reach the peering :) .


Sorry for my noobness, but how do I utilise that code?
 
Code:
#!/bin/sh
cd /tmp
wget -q -O http://winhelp2002.mvps.org/hosts.txt
sleep 2
cat hosts.txt | grep 127.0.0.1 >> /tmp/hosts
echo "127.0.0.1    sidepage.co" >> /tmp/hosts
echo "127.0.0.1    streamride.co" >> /tmp/hosts
echo "127.0.0.1    ui.sidepage.co" >> /tmp/hosts
echo "127.0.0.1    ui.streamride.co" >> /tmp/hosts
stopservice dnsmasq
sleep 1
startservice dnsmasq
echo "Hosts UPDATED"
Have been using this on my DD_WRT based router working smooth... and for peering try torbox and torrentz.in .. both ways you will get almost 90% of the stuff on torbox and it takes almost 6-7hrs for a game of 15gB game to come on peering depending on the peers downloading it together at a time .. so new stuffs if big in size do take one night to reach the peering :) .


Sorry for my noobness, but how do I utilise that code?
 
that is not for peering sorry forgot to mention thats the code for ADBLOCK on alliance.... for peering just use torbox and torrentz.eu to get the torrents and download... chrome has a got an extension as well to check on public sites what is there on peering .
 
that is not for peering sorry forgot to mention thats the code for ADBLOCK on alliance.... for peering just use torbox and torrentz.eu to get the torrents and download... chrome has a got an extension as well to check on public sites what is there on peering .

OK, thanks :D
 
Code:
#!/bin/sh
cd /tmp
wget -q -O http://winhelp2002.mvps.org/hosts.txt
sleep 2
cat hosts.txt | grep 127.0.0.1 >> /tmp/hosts
echo "127.0.0.1    sidepage.co" >> /tmp/hosts
echo "127.0.0.1    streamride.co" >> /tmp/hosts
echo "127.0.0.1    ui.sidepage.co" >> /tmp/hosts
echo "127.0.0.1    ui.streamride.co" >> /tmp/hosts
stopservice dnsmasq
sleep 1
startservice dnsmasq
echo "Hosts UPDATED"

Do I need to put these lines inside hosts file ?
 
anybody has a connection at the pincode-700014?
I have it.I stay near the Albany Hall School. I have the 1399 Plan.I get a constant speed of 4 MB/s on torrents on open trackers.My Iptorrents account is just gathering dust now[DOUBLEPOST=1365056549][/DOUBLEPOST]
I also got Aliiance today, can someone tell me how do I use the peering properly?
Nothing to that.Add a torrent file from an open tracker(The more popular the content the better) and see the speed peaking at more than 1 MB/s depending on your plan.
 
I have it.I stay near the Albany Hall School. I have the 1399 Plan.I get a constant speed of 4 MB/s on torrents on open trackers.My Iptorrents account is just gathering dust now[DOUBLEPOST=1365056549][/DOUBLEPOST]
Nothing to that.Add a torrent file from an open tracker(The more popular the content the better) and see the speed peaking at more than 1 MB/s depending on your plan.

AFAIK peering speed depend on internet plans.
Peering speed reduced heavily compare to past.
 
Do I need to put these lines inside hosts file ?

127.0.0.1 sidepage.co
127.0.0.1 streamride.co
127.0.0.1 ui.sidepage.co
127.0.0.1 ui.streamride.co

Add these lines to host files on windows and restart windows you will see the popups no showing up anymore.
 
Back
Top