This script help to get more click for Links. (For more info or help) http://seotacticas.es
............
Requirement:
............
-Software Tor
-File: My_Urls.txt (this file contain links for clik)
-MchlScript.sh
 
 
#! /bin/bash
while true; do
        while read line
                do
                # echo -e "$line\n"
                echo "$line"
                curl -v --socks5-hostname 127.0.0.1:9050 $line --connect-timeout 3
        done < /root/scripts/My_urls.txt
service tor restart
let count=count+1
echo `date` >>/var/log/tor/count.log
echo "Se ha conectado a todos los enlaces :" $count >>/var/log/tor/count.log
sleep 1
done