FREE TWITTER SCRIPT -- Automate Campaigns and Earn While You Sleep

Greate script. Though you've hard code the database server, My server is not localhost. So for anybody else that's server is not localhost do the following:

Code:
1. Find mysql_connect(\"localhost\", \"$dbu\", \"$dbp\") or die(mysql_error());

2. Replace localhost with your server name

3. Done
 
Very Important!!!

Use this version of sendmsg.php -- the one in the above zip doesnt work.
 

Attachments

Wow, thanks is there any way to slow this thing down? I used the older version and of course the account was banned pretty quickly. It would be nice to be able to set up how many tweets to send at a time...or just to tweet to your account and not too anyone specific. If you could just send X tweets every time cron runs...
 
To just send X tweets every time it runs, open up sendmsg.php, find where it says "LIMIT 41" and change 41 to whatever you want. Then it will only send that number of tweets.

The older version now is pretty good for kamikaze purposes. Some people have told me they had some luck using it that way.
 
Back
Top