Where to bulk upload tweets?!

popzzz, thanks again :)

So it sounds like my best move is to drop down below 1000 Tweets a day to stay under the radar.

I will change the mem limit as you said and see if it creates problems.

Sequential would be nice as I have seen duplicates even with my large base.
 
..... So it sounds like my best move is to drop down below 1000 Tweets a day to stay under the radar.
I will change the mem limit as you said and see if it creates problems.
Sequential would be nice as I have seen duplicates even with my large base.
I am not the authority but I try to stay under the radar because I am using my 'good' account ..... When I go trying to push/test the limits I will use 'throwaway' accounts .....

That's exactly why I was pushing for a sequential loader so hard was to avoid duplicates.
Myself I would take my list and sort it alphabetically and scan over it to spot duplicates, errors, etc and once I am content it is 'right' I would then sort it randomly and then serve it sequentially and there will be no dups. i.e. it will then be 'random' but without the possibility of dups .....

Hope that made sense .....

For my own use I am going more or less for a 'time-line' type list of tweets which is why I want sequential where they will be in order so to speak .....

i.e. I don't want "think I?ll relax a while" immediately followed by "just got home" followed by "gone to the gym" all within 30 minutes time-line for example .....

HTH​
 
hey I still have this problem. after I upload the php file and set up the cron job, when I go to www.site.com/twitter1.php it says something like
Parse error: syntax error, unexpected T_STRING, expecting ')' in /home/razvan/public_html/twitter1.php on line 9
I have 8000 tweets Is there a limit on the number of tweets? cause I tried that with a smaller file and it worked

so what do I do? manually check the whole 8000 tweets list? lol
Oh and by the way I don't understand why some of you dudes are posting 1000 tweets a day. People u don't need that kind of spamming cause people will unfollow u in a heart beat. Be smart, cool and look legit, don't spam like crazy
I'm gonna try with one tweet every 2 hours I think this is the best way. so I have 8000 tweets and this will last me for 10 months LOL :D
 
Last edited:
ok I just solved that problem :D:D:D so if anyone has the same problem here's what I did
I used note tab pro and searched for:
? and ! and replaced with space and then searched for "(" and for ")" and replaced with space and then searched for + and - and " and ' and replaced all with spaces and now everything's fine :hahaha:
 
hey now I have another annoying problem. So I put the file in public_html and then I go to
www.site.com/twitter1.php and it says success and then I set up the cron job and then every hour I receive a message in the mail saying
/bin/sh: http://www.site.com/twitter1.php: No such file or directory
wtf is this? I put that damn twitter1.php all over the place in all folders just to be sure and now it's saying no such fucking file? I hate hostgator :madfawk:
 
hey I still have this problem. after I upload the php file and set up the cron job, when I go to www.site.com/twitter1.php it says something like
Parse error: syntax error, unexpected T_STRING, expecting ')' in /home/razvan/public_html/twitter1.php on line 9
I have 8000 tweets Is there a limit on the number of tweets? cause I tried that with a smaller file and it worked

so what do I do? manually check the whole 8000 tweets list? lol
Oh and by the way I don't understand why some of you dudes are posting 1000 tweets a day. People u don't need that kind of spamming cause people will unfollow u in a heart beat. Be smart, cool and look legit, don't spam like crazy
I'm gonna try with one tweet every 2 hours I think this is the best way. so I have 8000 tweets and this will last me for 10 months LOL :D

Yer i really dont understand these people who are saying im gonna go post a tweet every 10 mins... like WTF? that will get you banned for fuck sake... oh well they will learn.

How did you come up with 8000 tweets???? Did you scrap them or anything? if you did, how?
 
Yer i really dont understand these people who are saying im gonna go post a tweet every 10 mins... like WTF? that will get you banned for fuck sake... oh well they will learn.

How did you come up with 8000 tweets???? Did you scrap them or anything? if you did, how?

no I didn't scrape them I just searched on google for quotes and I found some and copied them one by one page by page it took me 2 days to work them all and to edit them LOL :D but at least I now know what's in them

Anyway can anyone help me with my problem? so I don't get any tweets and I get mails and it says: /bin/sh: http://www.site.com/twitter1.php: No such file or directory :madfawk:
 
oh sorry, i thought i read that you figured out your problem lol.

"No such file or directory" would indicate that you haven't got the FULL ROOT directory correct in the cron job settings.

Make sure you have the php file in the correct folder (i dont know it because i havent run this script just yet) and then be sure to put the full directory path into the cron job.
 
oh sorry, i thought i read that you figured out your problem lol.

"No such file or directory" would indicate that you haven't got the FULL ROOT directory correct in the cron job settings.

Make sure you have the php file in the correct folder (i dont know it because i havent run this script just yet) and then be sure to put the full directory path into the cron job.

well I think I have the correct directory
So I put twitter1.php in my domain folder site1.com
Actually I've put the twitter1.php all over the place just to make sure and it's still useless :( :madfawk:

So I put it in public_html/site1.com/twitter1.php
and then I checked it to see if it's right by typing in the address http://www.site1.com/twitter1.php and it says "success"
and then I make the cron job command the same: http://www.site1.com/twitter1.php and it doesn't work what's wrong? :(
 
Last edited:
the full directory needs to be like this:

/home/USERNAME/public_html/DOMAINNAME/twitter1.php

If the php file is inside of a folder in the domain public html you need to include that also like:
/home/USERNAME/public_html/DOMAINNAME/SUBFOLDER/twitter1.php

If that dont work it might have something to do with cgi/bin and all that shit, which you need to include before the /home part......... So look for your cgi bin folder and place the php file in there.

i think php files like this need to be in the cgi bin....... not too sure.

Just go on live chat with your hosting if they have live chat.
 
.

Hey guys ..... still interested?

Going to release my new scripts hopefully Thursday ..... :yield:
Watch for a new thread .....

Features:

  • Bulk upload future tweets
  • Schedule future tweets with cronjobs
  • Written in PHP
  • Simple setup
  • Run from server
  • Set it and forget it
  • Load from file list
  • Random tweets from list
  • Sequential tweets from list
HTH​
 
.

Hey guys ..... still interested?

Going to release my new scripts hopefully Thursday ..... :yield:
Watch for a new thread .....

Features:

  • Bulk upload future tweets
  • Schedule future tweets with cronjobs
  • Written in PHP
  • Simple setup
  • Run from server
  • Set it and forget it
  • Load from file list
  • Random tweets from list
  • Sequential tweets from list
HTH​

Hey man your awesome if you could do that for us, im sure i can say for everyone here that YES we are still interested!!

Load From File List, I hope that means load from .txt file!! :)

We will all be on the look out for this!!!

Please post new thread link in here when you get it online :)

Peace
 
i use this code i made:
its fills everything to the max.
and bytrheway when i post it i have a limit of 100posts an hour.

// Twitter username and password
$twitter_username = "OnlineWebGames";
$twitter_password = "Your Pass";

/* Begin Twitter */
$tw_title = strip_tags(html_entity_decode($yourtitle));
$tw_text = strip_tags(html_entity_decode($yourdescription));
$permalink = $your_url_to_post;

$message = "$tw_title $tw_text";
$message = substr($message, 0,117);
$message = urlencode($message."...".$permalink);

// Send to Twitter
if($twitter_username && $twitter_password){

// The twitter API address
$url = 'http://twitter.com/statuses/update.xml';
$curl_handle = curl_init();
curl_setopt($curl_handle, CURLOPT_URL, "$url");
curl_setopt($curl_handle, CURLOPT_CONNECTTIMEOUT, 2);
curl_setopt($curl_handle, CURLOPT_RETURNTRANSFER, 1);
curl_setopt($curl_handle, CURLOPT_POST, 1);
curl_setopt($curl_handle, CURLOPT_POSTFIELDS, "status=$message");
curl_setopt($curl_handle, CURLOPT_USERPWD, "$twitter_username:$twitter_password");
$buffer = curl_exec($curl_handle);
curl_close($curl_handle);
}
mine twitter handle = OnlineWebGames

you have also apis for delicious,diggoo, tubmlr etc ....
 
Last edited:
oh, i forgot for wp you have a plugin for it.

its called "wpsocialtraffic" :yield:
 
Isn't it just easier to use something like winautomation?
http://www.winautomation.com/kb/how-automate-status-updating-twitter
I have not tried this yet, but seems like it'll do the job. Load the tweets in a txt file, and schedule it. After each cycle, it'll delete the line from the text file and go down the list! voila!
If you're talking about me, my scripts will be in PHP to run on your server not on your PC as winautomation does which interfers with your working/playing, etc ..... winautomation is also a resource hog and just about takes over your computer when it runs .....


HTH​
 
http://www.blackhatworld.com/blackhat-seo/members/52801-orangeblossoms.html

ah nice one, gonna try it, dont care if its php or whatever as long that it works.
 
and http://www.blackhatworld.com/blackhat-seo/members/42969-popzzz.html http://www.blackhatworld.com/blackhat-seo/members/42969-popzzz.html
user_offline.gif

still i am curious about your script ...

grts
 
Hey all .... hit a couple bumps .....

Today or tomorrow with no more problems .....

TIA​
 
Back
Top