[GET]Free autoblog script

Xp3r7

Regular Member
Joined
Sep 9, 2011
Messages
326
Reaction score
396
Hello. =)
I'm pretty new here and trying to make a good start. That's why I used some of my skills to create this simple autoblog script.

It's written in PHP and post to Wordpress blogs via XML-RPC and to Blogger via Email(Mail2Blogger).

How KAutoBlog works?

  1. Read a defined(in config.php) RSS feed. It read the FULL content of a feed, not just the description, no matter if you see just title and few words bellow.
  2. Spin the title and content with TBS API(yes, you need TBS account to make this thing work).
  3. Post it to your Wordpress blog via XML-RPC(which is defined in config.php) or to Blogger via Email2Blogger.

What you need to use KAutoBlog?

  1. Web server(apache, php5).
  2. Possibility of cron jobs.
  3. 10-15 minutes to setup the whole thing.
How to use KAutoBlog?

  1. You must edit config.php and put there your information.
  2. You need to set up a cron job to start the index.php file twice a day(or less/more).
  3. Enjoy your time with KAutoBlog. =)
Download link:
Code:
multiupload(you know)/QMJZN8990A


VirusTotal ID:

Code:
id=3de02368958e4aba313f2c2e170df600c243f87fdf6a7e9da2d3e2c2b66aab59-1320671697
I hope you'll like this.
I also want to ask you to forgive me for the poor English.
 
Last edited:
Didn't do it, because I assumed that most people here use Wordpress.

But I can modify this one to work with blogspot. I'll use email2post or whatever is called, but let's do it if a few more people ask for it.
 
Yeah,it would be good for blogger blogs.okay,i'm asking.
 
All right then. =)
I added it to the script and edited my first post. Now you can choose the type of your blog in config file.
You also need to configure Mail2Blogger from your admin panel in Blogger. You'll find a link to a video in the config file, where you'll see how to do it.

But I doubt that there will be a problem with some characters. Try it and if there is something wrong, I will try to fix it.
 
Great share man !!

Thanks for that it works just perfect:super:
 
How to cope with duplicate content on autoblog with using scripts that?
 
There is no duplicate content.
This script use TBS API and spin the content before add it to your blog.

To avoid posting of same article, just find source that updates often and make the script run one or twice a day.
I know it's not perfect, but it's something. :)
 
I am downloading this now. Looks good, thank you for your share. I assume all the scripts are sanitized? Cheers.
 
Thank you, fellas!
You inspire me to do something new. And again it'll be absolutely free. =)
 
Great Job Mate, waiting for Blogger Update Version
Thanks
 
Just tell me what's wrong with Blogger to fix it.
I know that there'll be some "crazy" symbols, but I need to know what they are to strip them.
 
looks very promising tool, consider to include the option to submit to articles directories

Downloading now.
 
Any how to test the post ?
I try to run the index.php it shows like this :
Warning: curl_setopt() [function.curl-setopt]: CURLOPT_FOLLOWLOCATION cannot be activated when safe_mode is enabled or an open_basedir is set in /home/dubuae/public_html/KAbuyonlinestroller/classes/Spinner.class.php on line 31

Warning: curl_setopt() [function.curl-setopt]: CURLOPT_FOLLOWLOCATION cannot be activated when safe_mode is enabled or an open_basedir is set in /home/dubuae/public_html/KAbuyonlinestroller/classes/Spinner.class.php on line 31

oh..I use amazon rss for the source

Just can't wait how it works so I try to test it by execute the index.php
any help would be appreciated
 
Last edited:
Got error:
Fatal error: Maximum execution time of 25 seconds exceeded in /home/account/spin/classes/ReadFullRSS.class.php on line 25
 
Create a phpinfo.php file using notepad or any other text editor with the following code below. Upload it to your webhost and run it.
Code:
<?php

// Show all information, defaults to INFO_ALL
phpinfo();

?>
Look for the safe mode section and check if it is on. If it is on, ask your webhost to off it if possible. If not use another webhost with php safe mode off. I have not look at the code yet but normally you can try removing the whole line that contain CURLOPT_FOLLOWLOCATION and it will still work.


Any how to test the post ?
I try to run the index.php it shows like this :
Warning: curl_setopt() [function.curl-setopt]: CURLOPT_FOLLOWLOCATION cannot be activated when safe_mode is enabled or an open_basedir is set in /home/dubuae/public_html/KAbuyonlinestroller/classes/Spinner.class.php on line 31

Warning: curl_setopt() [function.curl-setopt]: CURLOPT_FOLLOWLOCATION cannot be activated when safe_mode is enabled or an open_basedir is set in /home/dubuae/public_html/KAbuyonlinestroller/classes/Spinner.class.php on line 31

oh..I use amazon rss for the source

Just can't wait how it works so I try to test it by execute the index.php
any help would be appreciated
 
Create a phpinfo.php file using notepad or any other text editor with the following code below. Upload it to your webhost and run it.
Code:
<?php

// Show all information, defaults to INFO_ALL
phpinfo();

?>
Look for the safe mode section and check if it is on. If it is on, ask your webhost to off it if possible. If not use another webhost with php safe mode off. I have not look at the code yet but normally you can try removing the whole line that contain CURLOPT_FOLLOWLOCATION and it will still work.

safe mode : off
I removed CURLOPT_FOLLOWLOCATION and/or set it to false .
still get same error

anyone facing the same matter ?
 
Back
Top