ยินดีต้อนรับคุณ, บุคคลทั่วไป กรุณา เข้าสู่ระบบ หรือ ลงทะเบียน

เข้าสู่ระบบด้วยชื่อผู้ใช้ รหัสผ่าน และระยะเวลาในเซสชั่น

ThaiSEOBoard.comพัฒนาเว็บไซต์Tools((( เพื่อแฟน Blogger ครับ >> Automated Blogger Poster )))
หน้า: [1] 2   ลงล่าง
พิมพ์
ผู้เขียน หัวข้อ: ((( เพื่อแฟน Blogger ครับ >> Automated Blogger Poster )))  (อ่าน 7376 ครั้ง)
0 สมาชิก และ 1 บุคคลทั่วไป กำลังดูหัวข้อนี้
ADS2009
Verified Seller
หัวหน้าแก๊งเสียว
*

พลังน้ำใจ: 770
ออฟไลน์ ออฟไลน์

กระทู้: 1,273



ดูรายละเอียด เว็บไซต์
« เมื่อ: 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]
« แก้ไขครั้งสุดท้าย: 12 ธันวาคม 2009, 22:23:58 โดย ADS2009 » บันทึกการเข้า

Tonkung
หัวหน้าแก๊งเสียว
*

พลังน้ำใจ: 53
ออฟไลน์ ออฟไลน์

กระทู้: 1,448



ดูรายละเอียด
« ตอบ #1 เมื่อ: 12 ธันวาคม 2009, 20:56:58 »

ขอบคุณครับ wanwan020
free โฮสที่ไหนมี cron jobs บางเปล่าว่า อย่างลองใช้จัง โฮสที่ผมใช้อยู่เค้าไม่ยอมเปิดให้
« แก้ไขครั้งสุดท้าย: 12 ธันวาคม 2009, 21:04:31 โดย tonsay123 » บันทึกการเข้า
HaaY1234
สมุนแก๊งเสียว
*

พลังน้ำใจ: 15
ออฟไลน์ ออฟไลน์

กระทู้: 578



ดูรายละเอียด เว็บไซต์
« ตอบ #2 เมื่อ: 12 ธันวาคม 2009, 20:57:38 »

ใครว่างแปลให้ผมที  Embarrassed
บันทึกการเข้า

aloha_ana
Verified Seller
หัวหน้าแก๊งเสียว
*

พลังน้ำใจ: 63
ออฟไลน์ ออฟไลน์

กระทู้: 1,108



ดูรายละเอียด
« ตอบ #3 เมื่อ: 12 ธันวาคม 2009, 21:02:52 »

ขอบคุณคร๊าฟฟ

เด๋วจะลองใช้ดูครับผม 
บันทึกการเข้า

mintzip
Newbie
*

พลังน้ำใจ: 1
ออฟไลน์ ออฟไลน์

กระทู้: 77



ดูรายละเอียด
« ตอบ #4 เมื่อ: 12 ธันวาคม 2009, 21:04:47 »


ขอบคุณครับ
บันทึกการเข้า
xeonza999
Verified Seller
หัวหน้าแก๊งเสียว
*

พลังน้ำใจ: 58
ออฟไลน์ ออฟไลน์

กระทู้: 1,502



ดูรายละเอียด เว็บไซต์
« ตอบ #5 เมื่อ: 12 ธันวาคม 2009, 21:06:19 »

ขอบคุณครับบ  โฮสต์ผมมี Cronjob นะยังไง ลอง PM มานะ อิอิ
บันทึกการเข้า

sutenm
Verified Seller
หัวหน้าแก๊งเสียว
*

พลังน้ำใจ: 98
ออฟไลน์ ออฟไลน์

กระทู้: 1,563



ดูรายละเอียด เว็บไซต์
« ตอบ #6 เมื่อ: 12 ธันวาคม 2009, 21:29:14 »

ลงยากหน่อยนะครับ ตัวนี้
บันทึกการเข้า

Powered By Sutenm
iamgkz
ก๊วนเสียว
*

พลังน้ำใจ: 72
ออฟไลน์ ออฟไลน์

กระทู้: 386



ดูรายละเอียด เว็บไซต์
« ตอบ #7 เมื่อ: 13 ธันวาคม 2009, 23:58:56 »

ขอบคุณมากครับ
บันทึกการเข้า

Web Hosting พื้นที่ 9 GB ไม่จำกัด DataTransfer เพียง 900 บ/ปี
Reseller Hosting พื้นที่ 10 GB เพิ่มได้ไม่จำกัดโดเมน เพียง 2700 บ/ปี
VPS Fixed Ram 1 GB ฟรี DirectAdmin เพียง 1000 บ/เดือน

ลอดช่องวัดเจษ
pacapao
เจ้าพ่อบอร์ดเสียว
*

พลังน้ำใจ: 114
ออฟไลน์ ออฟไลน์

กระทู้: 4,133



ดูรายละเอียด เว็บไซต์
« ตอบ #8 เมื่อ: 14 ธันวาคม 2009, 00:02:30 »

อยากได้ออโต้เมท รีจิสเตอร์ บล๊อกเกอร์ แล้วไม่โดนแบน พอจะมีแจกบ้างเปล่าคับ
บันทึกการเข้า

แหล่งรวมความรู้พิสดาร และ สาวสวยจากทั่วโลก

สุดยอด นักปั่นบันลือโลก..

ศูนย์จำหน่าย ไตรจีวร และ สังฆภัณฑ์ จำหน่าย กระทะทองเหลือง ช้อนส้อมทองเหลือง แจกัน เชิงเทียน กระถางธูปทองเหลือง ไตรจีวร และ สังฆภัณฑ์ หลายชนิด ชุดผ้าไตร ชุดสรงน้ำ ผ้าอาบน้ำฝน ชุดทำบุญคุณภาพดี-จัดส่งทั่วไทย สังฆภัณฑ์
c13kim
คนรักเสียว
*

พลังน้ำใจ: 33
ออฟไลน์ ออฟไลน์

กระทู้: 172



ดูรายละเอียด
« ตอบ #9 เมื่อ: 14 ธันวาคม 2009, 12:34:02 »

ขอบคุณมากครับ
บันทึกการเข้า

ส.บ.ม
เสียว บ่อย มาก
ซาเล้ง
เจ้าพ่อบอร์ดเสียว
*

พลังน้ำใจ: 283
ออฟไลน์ ออฟไลน์

กระทู้: 4,218



ดูรายละเอียด
« ตอบ #10 เมื่อ: 12 มกราคม 2010, 17:34:28 »

มันไม่เข้า blog เลย   มันเข้าแต่เมลล์   หรือว่าผมเซตค่าผิด     Tongue

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

หยุดทุกอย่าง....
sniffer
สมุนแก๊งเสียว
*

พลังน้ำใจ: 24
ออฟไลน์ ออฟไลน์

กระทู้: 858



ดูรายละเอียด เว็บไซต์
« ตอบ #11 เมื่อ: 12 มกราคม 2010, 17:37:30 »

แจ่ม  wanwan014
เดี๋ยวกลับไปลอง
บันทึกการเข้า

pigdoll
Verified Seller
เจ้าพ่อบอร์ดเสียว
*

พลังน้ำใจ: 129
ออฟไลน์ ออฟไลน์

กระทู้: 6,404



ดูรายละเอียด เว็บไซต์
« ตอบ #12 เมื่อ: 12 มกราคม 2010, 17:38:23 »

ไปลองหน่อย  wanwan006
บันทึกการเข้า

wingolfer
หัวหน้าแก๊งเสียว
*

พลังน้ำใจ: 37
ออฟไลน์ ออฟไลน์

กระทู้: 1,046



ดูรายละเอียด เว็บไซต์
« ตอบ #13 เมื่อ: 12 มกราคม 2010, 18:10:44 »

เอา feed มา post หรือเปล่า คุ้นๆนะ wanwan044
บันทึกการเข้า

KaPonGZaYo
NEWS group
เจ้าพ่อบอร์ดเสียว
*

พลังน้ำใจ: 81
ออฟไลน์ ออฟไลน์

กระทู้: 4,431



ดูรายละเอียด เว็บไซต์
« ตอบ #14 เมื่อ: 12 มกราคม 2010, 18:31:56 »

ปั้มเนียนๆเด้อท่านระวังโดนแบนกัน  ช่วงนี้มันตรวจเข้มเอิ๊กๆ  Tongue
บันทึกการเข้า
ซาเล้ง
เจ้าพ่อบอร์ดเสียว
*

พลังน้ำใจ: 283
ออฟไลน์ ออฟไลน์

กระทู้: 4,218



ดูรายละเอียด
« ตอบ #15 เมื่อ: 12 มกราคม 2010, 18:58:30 »

เอา feed มา post หรือเปล่า คุ้นๆนะ wanwan044

แหม่นแล้ว
บันทึกการเข้า

หยุดทุกอย่าง....
sutiwat
สมุนแก๊งเสียว
*

พลังน้ำใจ: 15
ออฟไลน์ ออฟไลน์

กระทู้: 503



ดูรายละเอียด
« ตอบ #16 เมื่อ: 12 มกราคม 2010, 19:27:57 »

ภาษาไทยได้เปล่าครับ
บันทึกการเข้า

~อิคคิวซัง~
Verified Seller
หัวหน้าแก๊งเสียว
*

พลังน้ำใจ: 148
ออฟไลน์ ออฟไลน์

กระทู้: 1,054



ดูรายละเอียด เว็บไซต์
« ตอบ #17 เมื่อ: 12 มกราคม 2010, 19:35:26 »

ขอบคุณครับลองซะหน่อยละ   wanwan017
บันทึกการเข้า

อยากสร้างบ้านพักตากอากาศแนะนำที่ดินนครนายก เพราะว่าที่ดินนครนายก ราคาถูก ธรรมชาติสมบูรณ์และยังมี ที่ดินนครนายก ติดเขา สร้างรีสอร์ทสร้างบ้านพักรับร้องฟินเลย

สร้างเซลเพจ ยิงโฆษณาขายสินค้าด้วยSale Page พร้อมระบบบริหารจัดการออเดอร์ง่ายๆได้ที่ OnePage.Sale
joom
คนรักเสียว
*

พลังน้ำใจ: 1
ออฟไลน์ ออฟไลน์

กระทู้: 129



ดูรายละเอียด
« ตอบ #18 เมื่อ: 12 มกราคม 2010, 20:02:56 »

แบบนี้ต้องลอง wanwan003
บันทึกการเข้า
ming0189
Verified Seller
หัวหน้าแก๊งเสียว
*

พลังน้ำใจ: 77
ออฟไลน์ ออฟไลน์

กระทู้: 1,820



ดูรายละเอียด
« ตอบ #19 เมื่อ: 22 มกราคม 2010, 09:58:14 »

ขอบคุณคร๊าฟฟ
บันทึกการเข้า
หน้า: [1] 2   ขึ้นบน
พิมพ์