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)
-   -   Article Bot (https://vborg.vbsupport.ru/showthread.php?t=67078)

nhatrang 11-05-2005 05:52 PM

Can anybody help me pull all the RSS contents rather than just a few lines?

Code Monkey 11-06-2005 04:01 AM

Ok, I updated the articlebot admin script. Works for me. give it a try.

DS MrSinister 11-06-2005 04:35 AM

thx you sir i will give it a shot!

Code Monkey 11-06-2005 05:34 AM

I sent a PM to velocd at another website he hangs out at asking if I can release it for vb 3.51. I have already made it into a product but I am not sure what the rules and such are.

Code Monkey 11-06-2005 07:02 PM

Quote:

Originally Posted by T3MEDIA
Maybe you can help... my feeds keep turning "&" into "&" and of course ruins the feed. is there a way to stop that? as well the egex commands do not seem to be working.

Just find this in articlebot.php
PHP Code:

$thread_id $db->insert_id(); 

And insert below.
PHP Code:

$article['description'] = str_replace('&''&'$article['description']); 

That should fix it. There are posts earlier in this thread that help deal with these isssues.

Code Monkey 11-06-2005 08:08 PM

Ok, I have recieved permision from Velocd to release my 3.51 product version of this. Once I finish it up I will release it.

Code Monkey 11-07-2005 01:42 AM

Ok, the 3.5 product version can be found here. Enjoy

fluentdesigns 11-07-2005 05:49 AM

Everytime I try to add an article bot I get the following error

Error: There is no user with ID of Array['userid'].

poolking 11-07-2005 05:54 AM

Quote:

Originally Posted by fluentdesigns
Everytime I try to add an article bot I get the following error

Error: There is no user with ID of Array['userid'].

Are you using the username or the userid? You are supposed to be using the userid.

Also you are supposed to create the account that the bot is going to use as well.

XrayHead 12-04-2005 03:10 PM

Quote:

Originally Posted by aciurczak
Hi all -

I installed Articlebot a few days ago, and it's working great. Mods I've done include:

- changing the posting template to show a clean link
- stripping out the postbot's user ID in new post searches

If someone wants a demo of what this thing is supposed to do, check out this link: Link to news section of my forum

Within the admincp, I can selectively move threads from my news forum to a discussion forum if they have > zero replies.

Here's what I need: What I want is help creating a script that will automatically do this every hour or so. Has anyone created an auto-move script before, or I should I start parsing through how the admincp component works? Thanks for any assistance one can provide...

- Alex

Any chance you can share with us HOW you did the stripping out the postbot's user ID in new post searches??

A lot of people have been asking how to do this.

Xray


All times are GMT. The time now is 10:13 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.02441 seconds
  • Memory Usage 1,741KB
  • 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
  • (2)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