I had this done and the dam thing works. Just showing love to all the pimps out there.
Take a look at this twitter:
http://twitter.com/tweetusers
Every search engine hits(Google, MSN, Yahoo, etc..) is posted with the URL of the page found. As we do not go for links but more visitors only, the link is converted by bit.ly URL shortener.
This script is a fully automated script and you can get it for FREE (by filling out a CPAlead.com survey).
Get the file here:
http://miaz.info/
Easy install:
1. Upload twitter.php to the root directory
2. Edit index.php
3. Insert the 2 lines below <?php
---
<?php
require('twitter.php');
Twitter::TweetKeyword();
---
4. Edit the settings in twitter.php
REPLACE_WITH_TWITTER_USERNAME -> your Twitter username
for example:
define("TWEET_USER", "JohnDoo");
----------------------------------------------
define("TWEET_USER", "REPLACE_WITH_TWITTER_USERNAME"); // Twitter username
define("TWEET_PASS", "REPLACE_WITH_TWITTER_PASSWORD"); // Twitter password
define("BITLY_USER", "REPLACE_WITH_BIT.LY_USERNAME"); // bit.ly login name -- HAVE TO REGISTER at bit.ly to get one - FREE
define("BITLY_API_KEY", "REPLACE_WITH_BIT.LY_API_KEY"); // bit.ly api key -- HAVE TO REGISTER at bit.ly to get one - FREE