Free Script More Click for link get btc


SUBMITTED BY: Guest

DATE: June 21, 2014, 1:50 p.m.

FORMAT: Text only

SIZE: 717 Bytes

HITS: 250627

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

comments powered by Disqus