I totally fell for the cloned site, until I realized I couldn't see your trust ratings.
I have added this line to /etc/hosts
127.0.0.1 bitcointalk.to
Now my computer can't access that phishing site anymore.
So thanks to this they had to lock this phishing and nobody was fooled anymore.
Let me explain you in a simple way what is this because it looks like you have no Idea.
This method allows you to block any links to this phishing domain
locally on your own computer by editing one system file called "hosts". The function of the file is to map an IP address to a web site. Normally all the mapping is done automatically but in some cases you can do it manually.
In the above example the IP address /127.0.0.1/which is mapped to the phishing site is called a localhost /it is assigned to your computer by default/ and all the calls to the site are redirected to it, so they return en error.
This prevent you from opening phishing link from this domain.
Hope is more clear now.