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)
-   -   NEW Modified RSS News Feed Hack (https://vborg.vbsupport.ru/showthread.php?t=63798)

Slapyo 05-07-2004 12:31 AM

yup, your path is wrong in your scheduled task. go make sure it says this:

PHP Code:

./rss.php 


LLFan 05-07-2004 03:45 AM

Thanks. =)

For some reason the All Headlines News is only formatting news in this format:
Code:

politicalwire.com - May 7 2004 5:25:0 GMT
Is that correct?

Ted S 05-07-2004 05:20 AM

Anyone know how I could add a field to each bot to make a fitler for required words so that instead of a bot pulling down every feed it pulls down only certain, matching feeds?

LLFan 05-07-2004 05:21 PM

A couple things,

* do I need to enable html in the forum the bot posts in? If not why is this: " showing?
* Can people reply to the threads or does it have to be a bot only forum?

I ask because when I tried to have a thread of my own creation the BBC Bot threw up a ton of news under my username! The id is correct, and not mine.

Any ideas?

LLFan 05-08-2004 04:11 AM

>>I ask because when I tried to have a thread of my own creation the BBC Bot threw up a ton of news under my username! The id is correct, and not mine.<<

Did it again but different newsbot and in a completely closed forum for everyone but the bots. Note, it's also using people who have no permissions to post in there.

Any ideas?

Slapyo 05-10-2004 08:56 PM

Quote:

Originally Posted by LLFan
>>I ask because when I tried to have a thread of my own creation the BBC Bot threw up a ton of news under my username! The id is correct, and not mine.<<

Did it again but different newsbot and in a completely closed forum for everyone but the bots. Note, it's also using people who have no permissions to post in there.

Any ideas?

the feed you are using may not have the pubDate field in it, this could be causing the problems with the date.

are you using the latest version of the news bot? this was a problem with a previous version that has now been fixed. you have to edit a couple of files as well as upload the included files.

can people reply to the posts? yes, if your forum is set up with it's permissions to allow it.

this should fix the &quot; problem:

in rss_update.php FIND:
Code:

                                // Setup the thread
ABOVE ADD:
Code:

$rss_title = str_replace("&quot;", "\"", $rss_title);
$rss_description = str_replace("&quot;", "\"", $rss_description);


Slapyo 05-10-2004 08:57 PM

Quote:

Originally Posted by Ted S
Anyone know how I could add a field to each bot to make a fitler for required words so that instead of a bot pulling down every feed it pulls down only certain, matching feeds?

that would require some changes to the script as well as some changes to the mysql tables. you would need to make a table that had the words you want to use as a filter. then you would have to modify the code in the script to make it check for those words.

Leah 05-11-2004 06:34 PM

Quote:

Originally Posted by Slapyo
looks like it could work. when i have some time i will go through this some more. in midterms right now with lots of tests and papers due. *faints*

Hehe..
I know the feeling. I shouldn't even be here now. :o

LLFan 05-12-2004 05:01 PM

Using 1.2.4 which is the latest release to the best of my knowledge.

>>can people reply to the posts? yes, if your forum is set up with it's permissions to allow it.<<

I wanted to know if it is a known issue to allow members to post in the forum the bot posts in because of the issue I was having with the bot using the wrong userID.

Slapyo 05-12-2004 06:21 PM

oh no, that shouldn't be a problem allowing users to start posts as well as the bot to make posts.

the way i have mine set up is that only the bot is allowed to start posts, but people can reply to them. however for some time i did have it so that anyone could start a post. as long as you have the bot installed properly with the correct file edits, everything should work perfectly. your bot will make the posts and they won't show up from some other user.


All times are GMT. The time now is 06:38 PM.

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.03270 seconds
  • Memory Usage 1,743KB
  • 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
  • (3)bbcode_code_printable
  • (1)bbcode_php_printable
  • (3)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (2)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