vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.0 Full Releases (https://vborg.vbsupport.ru/forumdisplay.php?f=33)
-   -   RSS News Feed Hack (https://vborg.vbsupport.ru/showthread.php?t=60899)

sjau 04-06-2004 05:10 PM

Quote:

Originally Posted by Entourage
Installed it, works perfect. got 3 news feeds working lovely.

Have only a 2 questions:
- Is it possible to delete a complete bot?
- Possible to filter out the HTML tags?

How do you mean to delete a complete bot?

Filter out HTML - You can use php replace tags for that

Entourage 04-06-2004 05:15 PM

Quote:

Originally Posted by sjau
How do you mean to delete a complete bot?


Well I added three bots now, I want to delete a bot from the Motify bot list.

jluerken 04-07-2004 05:33 AM

Quote:

Originally Posted by Entourage
Well I added three bots now, I want to delete a bot from the Motify bot list.

I had the same problem Entourage and deleted the bot with phpMyAdmin directly from the DB. There is no build in option to do so.

I have also a question. The news feed is working well but only if there aren't already posts in the forum.

How can I use the sheduled task option to prune all posts from a special forum at a explicit time?

pgowder 04-08-2004 01:35 PM

When and how do the posts to the forum happen?

I've installed it and added a bot, when will the posts show up?

PranK 04-08-2004 02:25 PM

hooooolllleeeeey crap!

I installed this and I have never seen my server load and mem usage go so high before!!!

any ideas why?

Thanks.

Christian

Okiewan 04-08-2004 02:34 PM

Quote:

Originally Posted by PranK
hooooolllleeeeey crap!

I installed this and I have never seen my server load and mem usage go so high before!!!

any ideas why?

Thanks.

Christian

I uninstalled it for the same reason.

pgowder 04-09-2004 12:59 PM

Quote:

Originally Posted by pgowder
When and how do the posts to the forum happen?

I've installed it and added a bot, when will the posts show up?

Can anyone help? The source I'm using is:

http://IndianCountry.com/rss/index.php

rockergrrl 04-09-2004 01:44 PM

Did you remember to add a cron to the rss.php file ??

As the instructions say:
Open up your cron manager (in admincp->scheduled tasks -> add scheduled task) and add an entry for rss.php. You should update every hour at the most. The filename for this is ./rss.php.

pgowder 04-09-2004 03:25 PM

Quote:

Originally Posted by rockergrrl
Did you remember to add a cron to the rss.php file ??

As the instructions say:
Open up your cron manager (in admincp->scheduled tasks -> add scheduled task) and add an entry for rss.php. You should update every hour at the most. The filename for this is ./rss.php.

I think I missed that!

pgowder 04-09-2004 03:27 PM

Quote:

Originally Posted by rockergrrl
Did you remember to add a cron to the rss.php file ??

As the instructions say:
Open up your cron manager (in admincp->scheduled tasks -> add scheduled task) and add an entry for rss.php. You should update every hour at the most. The filename for this is ./rss.php.

I just downloaded the zip again, where did you see that?

This is what I have in the instructions:

HTML Code:

Copy the files to your web server... keep the same directory structure as in the zip file.

Run the rss_install.php file to setup the RSS script.
If you're upgrading run the rss_upgrade.php file to setup the RSS script.

#### open the /index.php script ####

Find this:
require_once('./includes/functions_forumlist.php');

Add below it:
require_once('./includes/RSS/rss_update.php');

#### open the /forumdisplay.php script ####

Find this:
require_once('./includes/functions_forumdisplay.php');

Add below it:
require_once('./includes/RSS/rss_update.php');

#### open the /admincp/index.php script ####

Find this:
construct_nav_group("$vbphrase[styles] &amp; $vbphrase[templates]", '<hr />');

Add below it:
// Manage Hacks
// by: Andrew Wickham
// LiquidPro Inc.
//
        construct_nav_option('RSS News Feed', 'rss_admin.php', '<br />');
        construct_nav_group('Hacks');
//
// End Manage Hacks

You're done, thanks for installing the hack.



All times are GMT. The time now is 12:51 AM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01253 seconds
  • Memory Usage 1,747KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)bbcode_html_printable
  • (7)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete