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

Reply
 
Thread Tools
TomBot v1.1 vB AI User Bot Details »»
TomBot v1.1 vB AI User Bot
Version: 1.00, by C.Birch C.Birch is offline
Developer Last Online: Jan 2016 Show Printable Version Email this Page

Version: 2.2.x Rating:
Released: 01-22-2003 Last Update: Never Installs: 119
 
No support by the author.

Hi after reading the forums i have seen many people after a hack like this so here it is.

This has been installed and testing on a busy live server and it worked fine thats why im posting it in here right away.

I can not hack that much if theres a prob but i try my best to, i also add this is my first time so i have tryed my very best to make the install file easy to follow.

all the files you need are in the zip file just unzip it to your pc keeping the lay out how it is in the zip file and then following the install text file.

What does this hack do?

Basicy it add's a chat bot to a forum on your board that will reply to users posts.

if you wish the bot not to reply to a post inside of the forum its set up to reply in just add ### anywhere in your post and it will stop the bot from replying.

You may give the bot its own profile on the board eg av and sign to make it fit in abit better.

The bot will also learn things has it gets used more but if it gets to a point where it trys taking over the wrold please dont sue me.

=======
Add On's
=======

[vB v2.2.8] vBTeachbot 1.0: Click Here By Martin64

=====
Update
=====

Added more aiml files for clean install's so the bot knows more information from the start.

Bot also recall's your name now

Updated the Zip File Below
http://www.ultimatepop-network.com/TomBot v1.2.zip

Show Your Support

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

Comments
  #392  
Old 01-29-2003, 06:52 PM
Beorn Beorn is offline
 
Join Date: Jun 2002
Location: Long Island, NY
Posts: 44
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

OK...here's a way that may fix your fopen errors. It fixed mine. May not work on Windblows:

OPEN: tomstalkerbot.php
FIND:
PHP Code:
$rss preg_replace("#^(.*)\[/quote\]#ies","",$message);
$ff fopen($ttb_alicelocation "?input=" urlencode($rss),"r");
$response fread($ff,10000);
fclose($ff); 
REPLACE IT WITH:
PHP Code:
$rss preg_replace("#^(.*)\[/quote\]#ies","",$message);
shell_exec("fetch -o /tmp/alice "$ttb_alicelocation input=".urlencode($rss).""");

$ff fopen("/tmp/alice","r");
$response fread($ff,10000);
fclose($ff); 
You can replace /tmp/alice with whatever you like...
Reply With Quote
  #393  
Old 01-29-2003, 07:32 PM
nuno's Avatar
nuno nuno is offline
 
Join Date: Oct 2001
Posts: 469
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally posted by fury

But he was causing so much server load that I had to turn him off
Damn right, i'll miss him. :dead:
Reply With Quote
  #394  
Old 01-29-2003, 08:34 PM
bandersen's Avatar
bandersen bandersen is offline
 
Join Date: Feb 2002
Location: Oslo
Posts: 211
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

[QUOTE]Originally posted by Beorn
[B]OK...here's a way that may fix your fopen errors. It fixed mine. May not work on Windblows:



Hey - thanks, I am getting closer... first time I get more than smileys... see attachment :-)
(I have now also upgraded from 226 to 229)

I am on a shared server and not sure the path is right or what.... I entered the following path in both places:

$ff = fopen("/usr251/home/fiddler/public_html/forums/upload/alice","r");

same as www.domainname.com/forums/upload/alice in the browser.

Does it look correct?

(ps. the error message showing in the redirect page is gone tho...)
Reply With Quote
  #395  
Old 01-29-2003, 08:59 PM
Automated Automated is offline
 
Join Date: Sep 2002
Posts: 266
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Does this thing actually improve or does it stay as it is? I mean you said that it would learn but it doesnt remember anything you tell it and it doesnt seem to be improving its grasp of things

How do i get it to improve?

Thanks
Matthew
Reply With Quote
  #396  
Old 01-29-2003, 09:03 PM
Simms Simms is offline
 
Join Date: Feb 2002
Location: Woodbridge, VA
Posts: 25
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally posted by Automated
Your bots table is supped to be empty, Mine is and it works.

My Question. How do teach the bot to remember things?

Thanks
Matthew
If the bots table is supposed to be empty, how then do we check to make sure the botid=0? I spent 15 minutes looking around the bot and bots table wondering why the hell the "Browse" link in phpMyAdmin was greyed out. Also, aren't we supposed to edit the bot's name, favourite food, etc. in the bot table (according to the install file, anyway)? I'm fairly certain I'm missing something here, but I'm confused nonetheless. Any help would be hugely appreciated.

Everything else seems to be fine....got rid of the errors after running botloader.php, but I haven't turned the bot "on" yet. Just want to make sure everything is in order before I do.
Reply With Quote
  #397  
Old 01-29-2003, 09:55 PM
jbear6 jbear6 is offline
 
Join Date: Oct 2001
Posts: 85
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally posted by Simms


If the bots table is supposed to be empty, how then do we check to make sure the botid=0? I spent 15 minutes looking around the bot and bots table wondering why the hell the "Browse" link in phpMyAdmin was greyed out. Also, aren't we supposed to edit the bot's name, favourite food, etc. in the bot table (according to the install file, anyway)? I'm fairly certain I'm missing something here, but I'm confused nonetheless. Any help would be hugely appreciated.

Everything else seems to be fine....got rid of the errors after running botloader.php, but I haven't turned the bot "on" yet. Just want to make sure everything is in order before I do.
You can edit the "bot" table, but not the "bots" table. The bot table has the gender, name of the bot, favorite book, food, etc.
Reply With Quote
  #398  
Old 01-29-2003, 10:21 PM
Floris Floris is offline
 
Join Date: Jan 2002
Posts: 1,898
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

This is a big thread, and I have not followed it.
Can the bot be set to just 1 forum ?
Can the bot be set to just follow 1 thread ?
Can the bot be set to just follow 1 category ? (and therefor all forums + subforums within that category ?
Can the bot be set to NOT reply to certain users ?
Can the bot be set to NOT have the same awnser twice or more in the same thread ?
Can the bot be set to NOT reply more then X times in a thread ? (so after 5 posts or so, it will not reply no more to prevent big useless threads) ?
Reply With Quote
  #399  
Old 01-29-2003, 11:42 PM
Simms Simms is offline
 
Join Date: Feb 2002
Location: Woodbridge, VA
Posts: 25
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally posted by jbear6


You can edit the "bot" table, but not the "bots" table. The bot table has the gender, name of the bot, favorite book, food, etc.
The only fields in my "bot" table are "id", "bot", "name", and "value"....and there is 0 bytes of data in the table.

Would it be safe to say there's something wrong at this point?
Reply With Quote
  #400  
Old 01-30-2003, 12:29 AM
jbear6 jbear6 is offline
 
Join Date: Oct 2001
Posts: 85
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally posted by Simms


The only fields in my "bot" table are "id", "bot", "name", and "value"....and there is 0 bytes of data in the table.

Would it be safe to say there's something wrong at this point?
I would say that is a safe assumption
If your "Browse" link is not active in the bot table, there is definately something wrong.
Reply With Quote
  #401  
Old 01-30-2003, 02:09 AM
Doogie Doogie is offline
 
Join Date: Nov 2001
Location: Christchurch, New Zealand
Posts: 14
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I've got a couple of issues some of which have been mentioned already.

1) How easy is it to get him to do something else apart from reply with a smilie??
2) We're trying to pass him off as a real user. Is there anyway to delay his response a bit so he doesn't post like 'right' away??
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 02:29 AM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.06618 seconds
  • Memory Usage 2,326KB
  • 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
  • (2)pagenav_pagelinkrel
  • (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