Autoblogging in blogger (blogspot)
13 April 2009 20:43
Autoblogging in blogger (blogspot)
Method 1 :
get a wordpress blog
setup an auto blog
use a rewriter plugin
make this blog inacesible to all robots using robots.txt
use the rss feed to send content to your blogger blog
Method 2 :
1- Login to you Blogger.com Account and create a new blog.
2- Then Click Settings > Email and create the email which is shown beside Mail-to-Blogger Address. Your email will be like this yourbloggerid.somewordsthatyouhavefilled@blogger.c om
3- Just Below this email setting, Click at Publish emails immediately
Ok Step 1 is DONE.
Quote:
$myFile = “tags.txt”;
$fh = fopen($myFile, ‘r’);
$t = fread($fh, filesize($myFile));
$p = explode(“,”, $t);
$n=”";
for ( $counter = 1; $counter <= 5; $counter += 1)
{
$a=rand(1, 1000);
$n=$n.” “.$p[$a];
}
$m=”";
for ( $c = 1; $c <= 50; $c += 1)
{
$b=rand(1, 1000);
$m=$m.” “.$p[$b];
}
$m=$m.” “.”replace this text with some message that u want on every post”;
$to = “your-blogger-mail @ blogger . com”;
mail($to,$n,$m);
echo “Posted Message”;
?>
After replacing necessary code in the above script
upload above script in any of your site that has mail() enabled and allows file
reading and writhing and allows you to setup cron jobs.Save the above file by
name “something.php” now in same folder create a file tags.txt and write 1000
popular tags seperated by comma in tags.txt eg.
free sms,free downlod,free,torrents,movie,…………other tags
now set up a cron job to run “something.php” periodically and you will get
random posts in your blogger account.
I don’t know if above method can be successful or not
I have not tried this with any of my blogs but i have made the above script so
i wanted to share that.If you try this then plz. share your experience here.
I may write some more code to autoupdate tags.txt file with new tags.
i May get new popular tags from google trends.
You may use x10hosting . com to host the above script for free x10hosting. com
has all the things required for this script and is free as well.There are many
such free hosts if your are familiar with any other free host then plz. post it
here.
Plz. don’t hesitate to improve above code and to give your suggestions.You and
i can together make something new and free.
I won’t be able to reply quickly as i will be busy with some other works for
some days so plz. don’t mind but do post your replies here.
Here is a php code that reads data from google trends feed and write most popular trend in a file abc.txt this code may be used to update tags.txt file that is used to generate posts.using similar code we may extract data from blogger wordpress etc. feeds.
And then we may send them as mail using mail() function and this will give us something similar to auloblog wordpress plugin.
But i want to update tags.txt file to gererate keyword rich posts about trends.These posts will look meaningless but i think that they may generate good traffic.
PHP Code:
$F = “tags.txt”;
$fh = fopen($F, ‘w’);
$c=file_get_contents(‘http://www.google.com/trends/hottrends/atom/hourly’);
for($a=1;$a<100;$a=$a+1)
{$e=strpos($c,”);
$s=strpos($c,’?q=’);
$nea = substr($c,$s,($e-$s));
$s=strpos($nea,’>’);
$nea = substr($nea,$s+1); fwrite($fh, $nea.”,”);echo “updated abc.txt”;
$c=substr($c,$e+11);
}
fclose($fh);
?>
guide to setup the script @ x10hosting. com
1.register a free hosting account at http://x10hosting.com/
2.now login with you user name and pass
3.upload above script as “abc.php”
4.create a file tags.txt that has about 1000 popular tags seperated by comma
5.upload tags.txt @ ur site
6.set up a cron job from ur web admin control pannel to run abc.php
Incoming search terms:
- autoblogging tutorial (16)
- auto blogging software tutorial (4)
- auto blogging tutorial (4)
- autoblogged tutorial (2)
- autobloging tutorial (2)
- auto bloging php script (2)
- powered by myBB networking information (2)
- powered by myBB kentucky home shopping network (2)
- freeautobloggingsetuptutorials (2)
- autoblogging blogspot (2)