Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > vBulletin 3.0 > vBulletin 3.0 Beta Releases
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
threadBOT: The Thread Provider Details »»
threadBOT: The Thread Provider
Version: 1.01, by sabret00the sabret00the is offline
Developer Last Online: Apr 2010 Show Printable Version Email this Page

Version: 3.0.7 Rating:
Released: 04-28-2005 Last Update: 05-09-2005 Installs: 6
DB Changes
Is in Beta Stage  
No support by the author.

WHAT:
This hack will create threads at regualar intervals in the forum you specify and with the body text you specify on a thread by thread basis

WHY:
Because your forums are probably dead or you just wanna make sure you continue in the persut of quality topic-specific threads

WHEN:
Whenever you set it to because we're cron like that

WHERE:
In your forums

HOW:
Easily, theirs like one file edit and that's one of the files this comes with, we call it super plug-in power-o

ANYTHING ELSE:
Yes if jilly didn't make the request i would've never got round to spending the few hours it took to create this, though i got distracted alot and so it took me like 5 hours over 3 weeks.

Installation
Unpack to the directories stated and then run the installer @ http://www.yourdomain.com/forums/ins...ck_install.php and follow all the instructions.

Upgrading
Replace the cron file.

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #52  
Old 05-17-2005, 08:15 PM
kevinrstruck kevinrstruck is offline
 
Join Date: Jan 2003
Posts: 61
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by jilly
kevin, feedthreadBOT.php should be in www.yoururl.com/forum/feedthreadBOT.php

Not there. I assume this did not install correctly then?
Reply With Quote
  #53  
Old 05-18-2005, 12:58 AM
jilly jilly is offline
 
Join Date: Jul 2002
Location: central maryland
Posts: 461
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

sabre, I dont have any threads in, because it posted them all - but what I was hoping it could do is have a 'database' of threads, and could just randomly pick one for the day, but not necessarily delete it out of the queue - say I put like 150 questions in through feedthreadBOT - then I want to be able to let it run, so basically for the next year it will pick a random question each day, and post it, and hopefully not post the same question too often...
Reply With Quote
  #54  
Old 05-18-2005, 09:58 AM
sabret00the's Avatar
sabret00the sabret00the is offline
 
Join Date: Jan 2003
Location: London
Posts: 5,268
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

ok that being the case, open up forums/includes/cron/threadBOT.php and find
PHP Code:
    $DB_site->query("
        DELETE
        FROM thread_bank
        WHERE threadid = 
$spewthread[threadid]
    "
);

    
$DB_site->query("
        DELETE
        FROM post_bank
        WHERE threadid = 
$spewthread[threadid]
    "
); 
and replace with
PHP Code:
/*
    $DB_site->query("
        DELETE
        FROM thread_bank
        WHERE threadid = $spewthread[threadid]
    ");

    $DB_site->query("
        DELETE
        FROM post_bank
        WHERE threadid = $spewthread[threadid]
    ");
  */ 
Reply With Quote
  #55  
Old 05-18-2005, 09:59 AM
sabret00the's Avatar
sabret00the sabret00the is offline
 
Join Date: Jan 2003
Location: London
Posts: 5,268
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by kevinrstruck
Not there. I assume this did not install correctly then?
did you upload the files?
Reply With Quote
  #56  
Old 05-18-2005, 10:15 PM
TTG's Avatar
TTG TTG is offline
 
Join Date: May 2004
Location: Sth London
Posts: 1,042
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Had my first post made by the cron .. only the post header appeared in the category selected, no post content !?
Reply With Quote
  #57  
Old 05-19-2005, 02:20 PM
jilly jilly is offline
 
Join Date: Jul 2002
Location: central maryland
Posts: 461
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I think that did it! Are you going to fix that in the zip? I think that should be default that threads dont get deleted from the thread bank

Now how about if you need to edit or delete a thread in the thread bank?
Reply With Quote
  #58  
Old 05-20-2005, 01:32 PM
jilly jilly is offline
 
Join Date: Jul 2002
Location: central maryland
Posts: 461
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Okay, this seems to be working good for me now! I will post up my 'instructions' later tonight or tomorrow, for you to add to the first post

Woohoo!!!
Reply With Quote
  #59  
Old 05-20-2005, 03:23 PM
TTG's Avatar
TTG TTG is offline
 
Join Date: May 2004
Location: Sth London
Posts: 1,042
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by TTG
Had my first post made by the cron .. only the post header appeared in the category selected, no post content !?
Support finished already for this hack !?
Reply With Quote
  #60  
Old 05-20-2005, 03:29 PM
sabret00the's Avatar
sabret00the sabret00the is offline
 
Join Date: Jan 2003
Location: London
Posts: 5,268
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by TTG
Had my first post made by the cron .. only the post header appeared in the category selected, no post content !?
please elaborate upon your problem as i don't quite understand your dilemma
Reply With Quote
  #61  
Old 05-20-2005, 03:51 PM
TTG's Avatar
TTG TTG is offline
 
Join Date: May 2004
Location: Sth London
Posts: 1,042
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by sabret00the
please elaborate upon your problem as i don't quite understand your dilemma
Thanks for the quick response ..

Post made via threadBOT with normal posting header and a couple of dozen lines of text in the message box. Submitted post, await cron to add the post at specified time and post is made with the header only, post content not shown !?

Tried 3 different posts in different category's and same result. Checked template has been added to style and it's there ok ..
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 11:18 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.08238 seconds
  • Memory Usage 2,316KB
  • Queries Executed 25 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (2)bbcode_php
  • (5)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (6)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (11)post_thanks_box
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (11)postbit_onlinestatus
  • (11)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.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/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.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
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete