• Downloading from our site will require you to have a paid membership. Upgrade to a Premium Membership from 10$ a month today!

    Dont forget read our Rules! Also anyone caught Sharing this content will be banned. By using this site you are agreeing to our rules so read them. Saying I did not know is simply not an excuse! You have been warned.

Make RSS Feed Checking More Frequent

Admin

Well-Known Member
Staff member
Administrator
This modification adds options for checking RSS feeds more frequently than every 10 minutes.

You will now have the option to set RSS feeds to be checked every 2 minutes or 5 minutes, in addition to the existing options of 10 minutes and up.

This is mostly done through minor source code edits.

First, edit includes/class_dm_rssfeed.php

Search for:
Code:
                        case 600: // every 10 minutes

... and add IMMEDIATELY AFTER...
Code:
                        case 300: // every 5 minutes
                        case 120: // every 2 minutes


Next, edit admin/rssposter.php

Search for:
Code:
                600  => construct_phrase($vbphrase['x_minutes'], 10),

... and add IMMEDIATELY BEFORE:
Code:
                120  => construct_phrase($vbphrase['x_minutes'], 2),
                300  => construct_phrase($vbphrase['x_minutes'], 5),

That's it! Now you will have the option in the RSS Feed Manager to add feeds to be checked every 2 or 5 minutes. You can also go back to your existing feeds and change them to be checked every 2 or 5 minutes.

One more thing... you will have to modify the RSS Poster Robot settings in the Scheduled Tasks, or the feeds still won't be checked more frequently than once every 10 minutes.

To do this, go to the Admin Control Panel, select Scheduled Task Manager, and then click Go under RSS Poster Robot.

Make sure Days of the Month, Days of the Week, and Hour are all set to *. Then go change the first column of Minute also to *. The result should look like the below attachment.

tuoitrevnbiz09102012.png
 

Facebook Comments

Similar threads
Thread starter Title Forum Replies Date
Admin Hướng dẫn dùng RSS Feed Manager để leech bài từ mọi trang có RSS Vbulletin 0
zing4u.org [Hướng dẫn]Rss feed full text cho Vbb4 Kiến thức lập trình 14
Admin Remove RSS Xenforo 2.x Xenforo 0
H Hỏi Hỏi về cách leech rss của ola.vn Thảo luận wap việt 0
Admin RSS Reader World ứng dụng mới dành cho điện thoại, máy tính bảng Android Android, iOS 0
T Xin Anh thắng cho em xin rss tin tức với Xenforo 1
S Help cần giúp đỡ về rss vbb Vbulletin 2
HocVN.Net Xin Một số rss Thảo luận wap việt 0
G RSS Poster PRO v.0.8.8 Plugin lấy tin tự động Wordpress 0
Admin RSS Button On All Forums (Hightlights When Hover) vB 4.2 Add-ons 0
Admin RSS items as posts Add-ons 0
Admin Mod RSS Input - Tự động post bài về forum lấy từ rss cho phpbb3.x Phpbb3x 0
P Help Giup minh ve rss Vbulletin 6
S Share RSS Tuoitrevn.biz Mạng internet 3
Admin Hướng dẫn chống site khác dùng rss leech bài từ diễn đàn này sang diễn đàn kia Vbulletin 0
Admin Hướng dẫn bật RSS RSS 2.0 XML MAP cho VBB Vbulletin 2
Admin Hướng dẫn tắt RSS RSS 2.0 XML MAP cho vbb Vbulletin 0
congtust24 Huong dan xai rss rat don gian Kiến thức lập trình 1
Admin Chuyện không công bố đằng sau news feed mới của facebook Tin tức CNTT 0
Admin Giao diện news feed mới của facebook có gì hay Tin tức CNTT 0

Similar threads

New posts New threads New resources

Back
Top