The other day I wrote a post about using RefControl to build traffic. RefControl is a referrer spoofer. Today I want to expand on that post. As great as this technique is to get traffic, the drawback is that most of us don’t have the time to check out thousands of sites a day to make this technique totally successful.
The way to solve this problem is by automating it. I’m now going to show you how to this.
- You need a targeting list – To get your targeting list, you’ll need to perform a search in a search engine for websites that are related or would be interested in your product. I use Scroogle.com because the results are cleaner and are easier to scrape.
- You need to scrape your results – To format the results into a usable format for the scripting software your going to need to use scraping software. I use web content extractor , its great for a lot of my projects.
- Your going to need auto scripting software – To automate this process your going to need scripting software, 3 product available are AutoIt , AutoHotKey and a firefox plugin iMacros.
- Setting up your autscript, for this example we are going to use AutoHotKey:
#x::
Run http://www.leofogarty.com
Sleep, 15000
Run taskkill /IM firefox.exe
Sleep, 15000
Send ^t
Run http://www.leofogarty.com
Sleep, 15000
Run taskkill /IM firefox.exe
Sleep, 15000
Send ^t
Run http://www.leofogarty.com
Sleep, 15000
Run taskkill /IM firefox.exe
Sleep, 15000
Send ^t
Run http://www.leofogarty.com
Just replace www.leofogarty.com with the url that you want to use and repeat. If you like this please leave a comment!
Popularity: 8% [?]
Related Posts
You can get our blog posts delivered for free by email every day - simply add your email address to the box below or alternatively grab the RSS feed.

