Archive for 'autoblogging blogger'

Autoblogging From Your Desktop – Windows software

Hi guys,

I’m working on a project at the moment which has me rather excited here’s a screen shot:

Autoblogging software, autoblogging blogger

Autoblogging software, autoblogging blogger

Here’s what it does:

Takes a keyword phrase and searches Yahoo Answers and then creates an RSS feed for your keyword phrase
Creates a unique PHP file for your keyword phrase which you upload to your server (or place on localhost)

Whenever you hit Run Script it will email the question found on Yahoo Answers and immediately publish it on your free blogger blog. (The script checks for duplicates, so you never get the same question twice.)

Here’s an example

blogger autoblog

To Do

Create a function to run each PHP file sequentially, very simple to do.
Automatically FTP the generated file to the webserver, making publishing a one click process. (A little trickier)

I’m also thinking of getting the software to create feeds based on your keywords from multiple sources, combining them and then posting the mashup as a single post.

Set up a random scheduling function so all posting is handled automatically once a project is created.

I think quite a few people will like this autoblogging technique.

Please let me know your thoughts about added functionality you would like to see in such an application.

Cheers

Rob :)

PS. This software will be offered to my list members first when released, so if you want a copy, you need to sign up :)

Incoming search terms:

  • autoblogging desktop (2)
  • Blogger autoblogging (2)
  • autoblogging desktop software (1)
  • autobloging blog co uk (1)
  • blogspot blog autoblogging mail to blog <script> (1)
  • freeautobloggingtutorialpdf (1)
  • script blogger autoblog (1)

Autoblogging Tutorial For Blogger

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)

How to create a automatically updating blog on Blogger with Nichegenerator (available for subscribers of our newsletter). This video shows you step by step how to set up a GMail and Blogger account and how to pupulate your free blog automatically with RSS feeds. Using this technique it is possible to set up a large amount of free blogs and make money from the Google Adsense program or from Affiliate links.

Incoming search terms:

  • How To Create A Free Automatically Updating Blog On Blogger (1)