vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   Community Lounge (https://vborg.vbsupport.ru/forumdisplay.php?f=13)
-   -   I think you lot where right about AI Users (https://vborg.vbsupport.ru/showthread.php?t=48008)

C.Birch 01-22-2003 08:24 PM

I think you lot where right about AI Users
 
I got one set up on my board and its so funny but its pissing all my members off lol but still its so funny.

N9ne 01-22-2003 08:34 PM

That's great.

*awkward silence*

C.Birch 01-22-2003 08:42 PM

lol they got fed up of it replying to everyone so its got its own forum now and people are talking to it lol

anyone who wants to view it its at http://www.ultimate-forums.co.uk/for...hp?forumid=144

filburt1 01-22-2003 09:21 PM

Can't see any threads without registering. So won't be registering.

C.Birch 01-22-2003 10:17 PM

lol within a few hours

Ask TomBot - ( Posts: 612 - Threads: 12 )

C.Birch 01-22-2003 10:19 PM

1 Attachment(s)
here is a screeny

Erwin 01-22-2003 10:29 PM

How are you implementing the AI Bot?

C.Birch 01-23-2003 07:52 AM

uploaded the alice-aiml-2.0-programe to server and installed it to the datebase (used its own db)

theres no hacking of vB code has far has i know has a friend did it for me, far has i know its just one php file in the forums root folder telling it where to post and how much to post.
and then just set it a user id up on the board.

1) pick a forum or forums it can post in.
2) pick how much it replys eg after every post or after every 2 posts and so on.
3) get rid of quotes which will confuse the bot.
4) random smilies at end of its post.
5) only replys to a post with over so many letters to stop it replying to just a smilie.

All the above is edited via 1 php file in root folder that is only 74 lines of code.

I tell you what i do i set the forum up so guest's can view it, the bot is called TomBot and my user's are love it lol.

forum is http://www.ultimate-forums.co.uk/for...s=&forumid=144

C.Birch 01-23-2003 07:58 AM

guest posting is set up now for that forum.

user the username guest to post with.

C.Birch 01-23-2003 08:44 AM

lol

Me: do you know a address to your website?

Bot: A human icon?
Quite honestly, I wouldn't worry myself about that.

Me: no your website

Bot: Are you serious? What about yours?

Me: this is mine what is yours

Bot: You don't say.

Me: oh trying be funny now

Bot: Right now?
Yeah that's right.
My brain contains more than 22,000 patterns, but not one that matches your last input.

LMFAO

Erwin 01-23-2003 09:05 AM

Quote:

Originally posted by C.Birch
[B]theres no hacking of vB code has far has i know has a friend did it for me, far has i know its just one php file in the forums root folder telling it where to post and how much to post.
and then just set it a user id up on the board.
There is most definitely hacking to vB code needed, definitely to newreply.php at least. :) I had a look at the website:

http://www.alicebot.org/

The files to be downloaded are here - I assume you are using the PHP version:

http://www.alicebot.org/downloads.html

The PHP version looks as though it works via HTML and Java as the interface... how did your admin integrate it so well into vB? :) Looks good. He or she should release it as a hack here... [hint]

Erwin 01-23-2003 09:08 AM

I see how he could have done it... :) I will try it out...

Brad 01-23-2003 09:12 AM

Erwin: if you get it done i would be instreted in installing it.

C.Birch 01-23-2003 09:14 AM

Quote:

Originally posted by Erwin


There is most definitely hacking to vB code needed, definitely to newreply.php at least. :) I had a look at the website:

http://www.alicebot.org/

The files to be downloaded are here - I assume you are using the PHP version:

http://www.alicebot.org/downloads.html

The PHP version looks as though it works via HTML and Java as the interface... how did your admin integrate it so well into vB? :) Looks good. He or she should release it as a hack here... [hint]

I have all its brains installed in a folder in the root folder of the board :)

I have said about him adding it on here i ask him again later about it but im finding it fun lol, just edited its database abit so it now call's it self TomBot :)

C.Birch 01-23-2003 09:18 AM

theres a

include "tomstalkerbot.php";
indexpost($postid,1);

in newthread

C.Birch 01-23-2003 09:21 AM

yep just include "tomstalkerbot.php"; in both newreply and newthread

Erwin 01-23-2003 09:21 AM

I've had a look at the source code of the PHP version. It's not that hard to integrate into vB, but would take time. You can use the same db as vB actually. The names of tables used are different.

For those interested in downloading it the latest PHP version Program E version 0.8:

http://easynews.dl.sourceforge.net/s...grame-v.08.zip

And the latest AIML files here version 2.0:

http://easynews.dl.sourceforge.net/s...0-programe.zip

:)

Erwin 01-23-2003 09:22 AM

tomstalkerbot.php is a custom PHP file your admin made by combining the different PHP files in the package I linked to... ask your admin if he wants to save us all some time and post instructions on how he did it, and maybe post that file up as well. :)

C.Birch 01-23-2003 09:22 AM

we are useing the AIML files :) we used its own database to be save has i have a busy board and did not want to risk breaking it.

C.Birch 01-23-2003 09:25 AM

Quote:

Originally posted by Erwin
tomstalkerbot.php is a custom PHP file your admin made by combining the different PHP files in the package I linked to... ask your admin if he wants to save us all some time and post instructions on how he did it, and maybe post that file up as well. :)
stop calling him my admin lol he is a friend of mine :p im the owner of the site.

erm i have to ask him tonight about it has posting the file would give away just how its done.

plus it says

<?php
// NOT FOR RELEASE TO VBULLETIN.ORG CARL :P:P:P:P:P:P:P:P:P

in the file but i try getting it out of him for you all ;)

C.Birch 01-23-2003 09:29 AM

in new reply i see:

indexpost($postid,0);
include "tomstalkerbot.php";

newthread i see:

include "tomstalkerbot.php";
indexpost($postid,1);

C.Birch 01-23-2003 09:30 AM

so im guessing thats the only edits to the vb files and the rest is run from tomstalkerbot.php

C.Birch 01-23-2003 09:36 AM

i also know that the php file was made from new has he said it would be faster to start from new then to try and edit things and like i say its only 74 lines

C.Birch 01-23-2003 10:36 AM

Good News:

Talk with my friend he is going to clean up the code abit tonight and then give it me to post on here.

Ember 01-23-2003 10:44 AM

I would love to see this code posted! It would make an excellent feature for my forums! :)

C.Birch 01-23-2003 11:09 AM

it be getting posted later tonight its just going be cleaned up abit.

Ember 01-23-2003 11:18 AM

Excellent news :)

C.Birch 01-23-2003 11:37 AM

I have just started to make the txt file to say how to install it, im new to this type of thing so i will get my friend to check it over first tonight after all he made this hack :)

zachb 01-23-2003 06:13 PM

very cool, i'll install it.

C.Birch 01-23-2003 07:10 PM

I have the Txt file made to tell you how to install it, friend has just got to clean code up abit.

C.Birch 01-23-2003 07:13 PM

should i post it in beta forum of in the full forum because i have it installed on a live busy board and it works.

Ember 01-23-2003 08:02 PM

Best try beta until people have tested it out ok!

C.Birch 01-23-2003 08:19 PM

oopsy already posted it in Full Releases


All times are GMT. The time now is 04:46 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.01225 seconds
  • Memory Usage 1,773KB
  • 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_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (33)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
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete