Automated Blogger Poster - Finally An Auto Blogger ScriptAutomated Blogger Poster Work?
- You can add unlimited projects*, one for each Blogger blog that you operate.
- For every blog you can add unlimited RSS feeds.
- Automated Blogger Poster will post posts on your blog network automatically, however you choose to schedule it!
- This system will look at all the posts in your RSS feeds and automatically post the one with the most content!
This System Will Run Itself 24/7 On AutoPilot !
Is this Software Easy to Use?
YES!
You will receive a full step-by-step guide (only 5 steps) on how to upload and install this script on your server.
With the “Basement Blog Network” book that comes with this script, you will have everything you need to build and manage your blog networks!
NOTE: If you don’t know how to install scripts yourself, I can do it for you - just contact me!
You can have your own system up and running within minutes of your investment and be making money… TODAY!
What else will you need to use this script?
You need a
linux hosting package with
PHP, MySQL and the ability to use
cron jobs - that’s all!
Almost every hosting company today has a package with all these features but if you need help to find hosting, contact me and I will help you find the best one for your needs.
*NOTE: Some shared hosting packages may not support “unlimited” blogs because of CPU and memory limitations.
Download ได้ที่ URL ข้างล่างนะครับ
http://www.mediafire.com/?wueyzdjj1au
อ้อ!. อย่าลืมสร้างไฟล์ robot.txt เอาไว้ที่ Root นอกสุดด้วยนะครับ กันไว้ดีกว่าแก้นะครับ
User-agent: Googlebot
Disallow: /ABP
Disallow: /ABP/system
Disallow: /ABP/js
Disallow: /ABP/DB
Disallow: /ABP/left
Disallow: /ABP/middle
Disallow: /ABP/top
Disallow: /ABP/install
Disallow: /ABP/bottom
Disallow: /ABP/css
Disallow: /ABP/images
วิธีติดตั้ง
1.สร้างโฟลเดอร์ที่ Server ชื่อ ABP (แต่แนะนำให้เปลี่ยนชื่อใหม่เพื่อความปลอดภัยเช่น testmyscripts)
http://www.yourdomain.com/testmyscripts/ 
2.Copy ไฟล์ทั้งหมดขึ้นไปที่โฟลเดอร์ เช่น testmyscripts
3.เปลี่ยนสิทธิ์ของโฟลเดอร์ testmyscripts เป็น 777 (chmod command to 777)
4.พิมพ์ URL ที่ Browser
http://www.yourdomain.com/testmyscripts/install/install.php 
5.สร้าง MySQL Database ที่ Server และจดค่าต่างๆไว้
Database ConfigurationDatabase Server Hostname:
localhost Your Database Name:
ชื่อ database Database Username:
ชื่อผู้ใช้ database Database Password:
รหัสผ่านของ database Admin ConfigurationAdministrator Username:
ชื่อผู้ดูแลระบบนี้อะไรก็ได้เช่น admin Administrator Password:
รหัสผ่านของระบบนี้ Administrator Password [ Confirm ]:
รหัสผ่านของระบบนี้ Administrator Email:
อีเมล์จากนั้นก็ Login เข้าสู่ระบบเพื่อใช้งานต่อไป ส่วนวิธีใช้คร่าวๆ ดังนี้ครับ
1. ค้นหาชื่อที่อยู่ของ RSS feed (RSS FEED URL) ที่ต้องการเพื่อนำมา Post เตรียมไว้ก่อนล่วงหน้า
2. หลังจาก Login เข้าสู่ระบบนี้แล้วให้ เลือก Project Management เลือก Add Project
3. ตั้งชื่อ Project ของคุณ
4. ใส่ชื่ออีเมล์ของ Blogger ของคุณ (Email for posting on Blogger blog) เพราะเป็นการ Post เข้า Blogger ผ่าน Email
5. เมื่อโปรแกรมสร้าง Project แล้ว เลือก Click ที่ชื่อ Project จากนั้นก็ไปตามขั้นตอนครับ
***
อย่าลืมเปลี่ยนสิทธิ์ของโฟลเดอร์ testmyscripts กลับมาเป็น 755 (chmod command to 755) ด้วยครับ ***
การตั้งค่าการใช้งาน Cron JobAdd these two URLs to cron job to run every X hours:
[url]http://www.yourdomain.com/testmyscripts/get_rss.php[/url]
[url]http://www.yourdomain.com/testmyscripts/mail_send.php[/url]
How to run the php file from cron job via cpanel?
1. login to your cpanel
2. click cron icon
3. click advanced
4. enter your email address for reporting if the cron is failed
5. choose the time what you want:
examples:
0 * * * * => Execute every hour
0 */3 * * * => Execute every 3 hours
45 * * * * => Execute every 45 minutes
0 0 * * * => Execute every mid-night
6. enter the command, it depends on your server hosting.
the command should be like this:
curl [url]http://www.yourdomain.com/testmyscripts/get_rss.php[/url] > /dev/null
curl [url]http://www.yourdomain.com/testmyscripts/mail_send.php[/url] > /dev/null
if curl is disable form your hosting service, you can use another way, with this:
lynx -dump [url]http://www.yourdomain.com/testmyscripts/get_rss.php[/url] > /dev /null
lynx -dump [url]http://www.yourdomain.com/testmyscripts/mail_send.php[/url]> /dev /null
If both exaples don't work on your server, contact your hosting support and ask them how to run cron for these these two urls:
[url]http://www.yourdomain.com/testmyscripts/get_rss.php[/url]
[url]http://www.yourdomain.com/testmyscripts/mail_send.php[/url]