ThaiSEOBoard.com

พัฒนาเว็บไซต์ => Tools => ข้อความที่เริ่มโดย: ADS2009 ที่ 12 ธันวาคม 2009, 20:53:12



หัวข้อ: ((( เพื่อแฟน Blogger ครับ >> Automated Blogger Poster )))
เริ่มหัวข้อโดย: ADS2009 ที่ 12 ธันวาคม 2009, 20:53:12
Automated Blogger Poster - Finally An Auto Blogger Script

Automated 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 Configuration
Database Server Hostname: localhost   
Your Database Name: ชื่อ database   
Database Username:    ชื่อผู้ใช้ database   
Database Password:    รหัสผ่านของ database   
 
Admin Configuration
Administrator 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 Job

Add 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]


หัวข้อ: Re: ((( เพื่อแฟน Blogger ครับ >> Automated Blogger Poster )))
เริ่มหัวข้อโดย: Tonkung ที่ 12 ธันวาคม 2009, 20:56:58
ขอบคุณครับ :wanwan020:
free โฮสที่ไหนมี cron jobs บางเปล่าว่า อย่างลองใช้จัง โฮสที่ผมใช้อยู่เค้าไม่ยอมเปิดให้


หัวข้อ: Re: ((( เพื่อแฟน Blogger ครับ >> Automated Blogger Poster )))
เริ่มหัวข้อโดย: HaaY1234 ที่ 12 ธันวาคม 2009, 20:57:38
ใครว่างแปลให้ผมที  :-[


หัวข้อ: Re: ((( เพื่อแฟน Blogger ครับ >> Automated Blogger Poster )))
เริ่มหัวข้อโดย: aloha_ana ที่ 12 ธันวาคม 2009, 21:02:52
ขอบคุณคร๊าฟฟ

เด๋วจะลองใช้ดูครับผม 


หัวข้อ: Re: ((( เพื่อแฟน Blogger ครับ >> Automated Blogger Poster )))
เริ่มหัวข้อโดย: mintzip ที่ 12 ธันวาคม 2009, 21:04:47

ขอบคุณครับ


หัวข้อ: Re: ((( เพื่อแฟน Blogger ครับ >> Automated Blogger Poster )))
เริ่มหัวข้อโดย: xeonza999 ที่ 12 ธันวาคม 2009, 21:06:19
ขอบคุณครับบ  โฮสต์ผมมี Cronjob นะยังไง ลอง PM มานะ อิอิ


หัวข้อ: Re: ((( เพื่อแฟน Blogger ครับ >> Automated Blogger Poster )))
เริ่มหัวข้อโดย: sutenm ที่ 12 ธันวาคม 2009, 21:29:14
ลงยากหน่อยนะครับ ตัวนี้


หัวข้อ: Re: ((( เพื่อแฟน Blogger ครับ >> Automated Blogger Poster )))
เริ่มหัวข้อโดย: iamgkz ที่ 13 ธันวาคม 2009, 23:58:56
ขอบคุณมากครับ


หัวข้อ: Re: ((( เพื่อแฟน Blogger ครับ >> Automated Blogger Poster )))
เริ่มหัวข้อโดย: pacapao ที่ 14 ธันวาคม 2009, 00:02:30
อยากได้ออโต้เมท รีจิสเตอร์ บล๊อกเกอร์ แล้วไม่โดนแบน พอจะมีแจกบ้างเปล่าคับ


หัวข้อ: Re: ((( เพื่อแฟน Blogger ครับ >> Automated Blogger Poster )))
เริ่มหัวข้อโดย: c13kim ที่ 14 ธันวาคม 2009, 12:34:02
ขอบคุณมากครับ


หัวข้อ: Re: ((( เพื่อแฟน Blogger ครับ >> Automated Blogger Poster )))
เริ่มหัวข้อโดย: ซาเล้ง ที่ 12 มกราคม 2010, 17:34:28
มันไม่เข้า blog เลย   มันเข้าแต่เมลล์   หรือว่าผมเซตค่าผิด     :P

ทั้งๆที่ตั้งคอนจ๊อบไว้ทั้ง 2 ไฟล์  ใครก็ได้ช่วยบอกผมทีครับ


หัวข้อ: Re: ((( เพื่อแฟน Blogger ครับ >> Automated Blogger Poster )))
เริ่มหัวข้อโดย: sniffer ที่ 12 มกราคม 2010, 17:37:30
แจ่ม  :wanwan014:
เดี๋ยวกลับไปลอง


หัวข้อ: Re: ((( เพื่อแฟน Blogger ครับ >> Automated Blogger Poster )))
เริ่มหัวข้อโดย: pigdoll ที่ 12 มกราคม 2010, 17:38:23
ไปลองหน่อย  :wanwan006:


หัวข้อ: Re: ((( เพื่อแฟน Blogger ครับ >> Automated Blogger Poster )))
เริ่มหัวข้อโดย: wingolfer ที่ 12 มกราคม 2010, 18:10:44
เอา feed มา post หรือเปล่า คุ้นๆนะ :wanwan044:


หัวข้อ: Re: ((( เพื่อแฟน Blogger ครับ >> Automated Blogger Poster )))
เริ่มหัวข้อโดย: KaPonGZaYo ที่ 12 มกราคม 2010, 18:31:56
ปั้มเนียนๆเด้อท่านระวังโดนแบนกัน  ช่วงนี้มันตรวจเข้มเอิ๊กๆ  :P


หัวข้อ: Re: ((( เพื่อแฟน Blogger ครับ >> Automated Blogger Poster )))
เริ่มหัวข้อโดย: ซาเล้ง ที่ 12 มกราคม 2010, 18:58:30
เอา feed มา post หรือเปล่า คุ้นๆนะ :wanwan044:

แหม่นแล้ว


หัวข้อ: Re: ((( เพื่อแฟน Blogger ครับ >> Automated Blogger Poster )))
เริ่มหัวข้อโดย: sutiwat ที่ 12 มกราคม 2010, 19:27:57
ภาษาไทยได้เปล่าครับ


หัวข้อ: Re: ((( เพื่อแฟน Blogger ครับ >> Automated Blogger Poster )))
เริ่มหัวข้อโดย: ~อิคคิวซัง~ ที่ 12 มกราคม 2010, 19:35:26
ขอบคุณครับลองซะหน่อยละ   :wanwan017:


หัวข้อ: Re: ((( เพื่อแฟน Blogger ครับ >> Automated Blogger Poster )))
เริ่มหัวข้อโดย: joom ที่ 12 มกราคม 2010, 20:02:56
แบบนี้ต้องลอง :wanwan003:


หัวข้อ: Re: ((( เพื่อแฟน Blogger ครับ >> Automated Blogger Poster )))
เริ่มหัวข้อโดย: ming0189 ที่ 22 มกราคม 2010, 09:58:14
ขอบคุณคร๊าฟฟ


หัวข้อ: Re: ((( เพื่อแฟน Blogger ครับ >> Automated Blogger Poster )))
เริ่มหัวข้อโดย: kobbank ที่ 22 มกราคม 2010, 11:26:13
อยากลองดูเหมือนกัน แต่ถ้าให้ตั้งค่าทั้งหมดนั้น เห้อ ทำไม่เป็นหว่า มึนๆ :wanwan015: :wanwan019: "ใครว่างๆ รบกวนทำให้หน่อยได้ไหม?" อิอิ :-[


หัวข้อ: Re: ((( เพื่อแฟน Blogger ครับ >> Automated Blogger Poster )))
เริ่มหัวข้อโดย: gusevoisadd ที่ 27 มกราคม 2010, 13:47:07
ขอบคุณครับ เด่ยวลองอาไปใช้ครับ



หัวข้อ: Re: ((( เพื่อแฟน Blogger ครับ >> Automated Blogger Poster )))
เริ่มหัวข้อโดย: ake ที่ 27 มกราคม 2010, 14:52:55
ขอบคุณครับ


หัวข้อ: Re: ((( เพื่อแฟน Blogger ครับ >> Automated Blogger Poster )))
เริ่มหัวข้อโดย: kamao ที่ 27 มกราคม 2010, 23:02:46
ผมลงแล้ว มันขึ้นแบบนี้
Internal Server Error

The server encountered an internal error or misconfiguration and was unable to complete your request.

Please contact the server administrator, [email protected] and inform them of the time the error occurred, and anything you might have done that may have caused the error.

More information about this error may be available in the server error log.

Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.
Apache/2.2.11 (Unix) mod_ssl/2.2.11 OpenSSL/0.9.8i DAV/2 mod_auth_passthrough/2.1 mod_bwlimited/1.4 FrontPage/5.0.2.2635 Server at www.xxxx.com (http://www.xxxx.com) Port 80

ใช้โฮสต์เกเตอร์ ใครช่วยทีครับ  :wanwan017:


หัวข้อ: Re: ((( เพื่อแฟน Blogger ครับ >> Automated Blogger Poster )))
เริ่มหัวข้อโดย: rutsinsao ที่ 03 กุมภาพันธ์ 2010, 08:48:31
ขอบคุณครับ ขอไปลองก่อนนะครับ :wanwan017:


หัวข้อ: Re: ((( เพื่อแฟน Blogger ครับ >> Automated Blogger Poster )))
เริ่มหัวข้อโดย: SNSV ที่ 03 กุมภาพันธ์ 2010, 08:51:03
 :wanwan017: สุดยอดเลย  แต่ยากจัง :wanwan011:


หัวข้อ: Re: ((( เพื่อแฟน Blogger ครับ >> Automated Blogger Poster )))
เริ่มหัวข้อโดย: zidit ที่ 03 กุมภาพันธ์ 2010, 09:29:25
ตัวนี้ลงยากเหมือนกัน เด๋วเอาไปลองดูก่อนครับ


หัวข้อ: Re: ((( เพื่อแฟน Blogger ครับ >> Automated Blogger Poster )))
เริ่มหัวข้อโดย: rutsinsao ที่ 03 กุมภาพันธ์ 2010, 09:43:10
จะinstall มันขึ้นคำว่า Worng Database informarion
 
ต้องไปแก้ตรงไหนครับ :wanwan008:


หัวข้อ: Re: ((( เพื่อแฟน Blogger ครับ >> Automated Blogger Poster )))
เริ่มหัวข้อโดย: RandD ที่ 03 กุมภาพันธ์ 2010, 09:50:43
ว้าว ขอบคุณมากครับ

ปัญหาตอนนี้คือ bLogger โดน makr spam เยอะมาก ไม่ทราบว่าแก้ปัญหานี้ยังไงครับ และอีกอย่าง 1 account ควรมีกี่ blog ถึงไม่โดนแบน :wanwan017:


หัวข้อ: Re: ((( เพื่อแฟน Blogger ครับ >> Automated Blogger Poster )))
เริ่มหัวข้อโดย: pickkk ที่ 03 กุมภาพันธ์ 2010, 10:34:04
มีผลการใช้มาอัพเดทบ้างยังครับ  :P แบนกันไปบ้างหรือยัง


หัวข้อ: Re: ((( เพื่อแฟน Blogger ครับ >> Automated Blogger Poster )))
เริ่มหัวข้อโดย: taksinoil ที่ 03 กุมภาพันธ์ 2010, 10:37:12
มีผลการใช้มาอัพเดทบ้างยังครับ  :P แบนกันไปบ้างหรือยัง
อยากรุ้เหมือนกัน โดนบ้างหรือเปล่าครับ


หัวข้อ: Re: ((( เพื่อแฟน Blogger ครับ >> Automated Blogger Poster )))
เริ่มหัวข้อโดย: Finish ที่ 03 กุมภาพันธ์ 2010, 10:39:35
แล้วมันตั้งค่ายังไงให้เข้าไปที่บล็อกที่เราต้องการคับ
ของผมติดตั้งเสร็จแล้ว...แต่ไม่รู้ว่าจะให้มันไปโพสต์ที่บล็อกไหน ไม่รู้กำหนดตรงไหน พอจะมีใครรู้บ้างไหมครับ
 :wanwan017:


หัวข้อ: Re: ((( เพื่อแฟน Blogger ครับ >> Automated Blogger Poster )))
เริ่มหัวข้อโดย: Party ที่ 03 กุมภาพันธ์ 2010, 10:56:31
ออโต้โพสเข้า blogger ก็มีอยู่ 2 ทาง
1. api
2. email
เดาว่าตัวนี้เป็นการโพสทางอีเมล์นะครับ
ที่จริงเขียนสคริปไฟล์เดียวก็จะง่ายกว่านี้
และต้องระวังในการใช้ด้วยมันมีขีดจำกัดเสี่ยงต่อการแบน