![]() |
Cool, Martin, I will check out your other thread. :)
My bot has nearly 6,000 posts in under 2 days!!! :o |
okey, how come it only puts down simlies and doesn't answer my questions?? (even after adding some more things for it to learn from)?? anyone know what's up with that??
|
Quote:
EDIT: I'm using 2.2.6, c'mon, no one has a successful install yet?? Guess when I'm the first, I'll post so...Not a WHOLE lot of difference between versions, there is, but I think with the very MINOR PHP additions this hack asks you to edit in, I don't forsee there being a problem, with mine, I assume this is a Database issue... EDIT #2!!! Nevermind, works perfectly!!! Only problem is for some reason, it didn't reply to a New Thread, but I'll iron it out ;) That means a SUCCESSFUL 2.2.6 INSTALLATION |
Quote:
|
Quote:
|
My BOT table is empty and mu bot is working.
|
Hi,
I have read these are made to 300,000 queries in the database? Wouldn't this know the database to flood and how much MB does this take in the database? |
Quote:
|
Great hack, installed without any problems.
|
Quote:
Can the bot be set to just 1 forum ? Yes, and in fact, it only replies to one forum by default. Can the bot be set to just follow 1 thread ? Yes. (not a setting, but easily hackable) Can the bot be set to just follow 1 category ? (and therefor all forums + subforums within that category ? The bot will only reply to posts in one forum (setting in tomstalkerbot.php) Can the bot be set to NOT reply to certain users ? Yes. (not a setting, but easily hackable) Can the bot be set to NOT have the same awnser twice or more in the same thread ? Nothing is impossible, but it sounds hard to do. :( 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) ? Yes. (not a setting, but easily hackable) Let me know if you install this and need help customising it for your needs. :o |
Quote:
Mine is Female, named Celeste...I tried to pass her off as human, but she's still an infant, and too bot-like...My users are too smart for that, but put it this way, the past week, we've slumped to a measly 100 posts per day, it's 7PM EST so far, over 1,100 posts TODAY, and it's not over...Our record is 1,337 (What a number, eh??) posts in a single day...We'll break that. Even if 1/2 the posts are the bot, it's still 500 user posts, that's still more than 100 :p The Bot sounds like an idiot if you think she's human, but once you know it's a bot, it's quite amusing...Don't try to pass it for human, it says it's a bot in posts. Well, unless your users are incredibly stupid, but then why did you pay for vB to house stupid users?? Go get an EZ-Board LOL https://vborg.vbsupport.ru/ |
Got it working... I think.
http://www.geoexpat.com/forum/showth...stid=75#post75 This would be brilliant if I can set ALF loose on the site to answer repetitive questions people have.... "what are the best jobs sites", "which are the best bars in hong kong" etc etc. Shri |
From my Tom:
Quote:
Quote:
Quote:
Quote:
Quote:
Quote:
Quote:
Quote:
Quote:
Quote:
|
FYI .. I get the following response.
Quote:
|
Can someone do this for me please?
Quote:
|
The first day with "Celeste" Ended with almost 3,000 posts TOTAL...About 2,800. The Bot made 1,300 posts. Meaning my users posted about 1,500 posts. THIS GETS PEOPLE TALKING LIKE NO OTHER HACK I HAVE SEEN BEFORE!!!
The Previous day, we had 116 posts. That's down from an average of about 600 a day. We hit a slump, but this hack just had the TOTAL opposite effect. It's very entertaining. I'd hate to see the novelty wear off any time soon...Now watch all of my lousy competators install it :p I had it first *Hee Hee* This hack was a pain to install, but the pay out was worth evey bit of it ;) |
Quote:
wish me luck :bunny: |
works perfectly, awesome hack! :)
one question though...is there any way to set a time delay between when a post is made to when it replies.........atm it replies immediatly after i hit the submit post button, and by the time the thread is reloaded his response is already there...any way to delay him for a sec or two? |
Why does my bot reply with smilies half the time? I have 42.500 entries for it!
|
ok our forum/sql guru OzRoy (i am posting on his behalf because he doesnt currently have a forum account here) created a time delay feature for the bot response times. These code changes will make the bot post randomly between a time delay of 30 secs to 2 mins :)
this has only been tested in VB 2.2.6 btw to get the random response delay times modify the following: showthread.php stalkerbot.php ***********showthread.php************ Code:
Find the SQL statement that looks like: Code:
$getpostids=$DB_site->query(" add the following lines (up the top somewhere) Code:
define("EARLIEST_REPLY", 20); Then find the line that looks like: Code:
$ttb_time = time() + rand(1,5); Code:
$ttb_time = time() + rand(EARLIEST_REPLY,LATEST_REPLY); we have this feature running on our forums at http://www.ozforums.com Atm we are training the bot up prior to public release. Once it is publically available i'll post a link to where you can see a live demo of this feature in action (prolly some point later on tonight) :) |
can someone please make and include a .htaccess file with the line: php_flag allow_call_time_pass_reference on
I've never played with .htaccess before. Tried to use that line as the only thing within the .htaccess file, but that just shut down my forum :) |
Quote:
|
Quote:
|
Quote:
|
Quote:
|
Sanni, your hack slows down the reply but...when the bot reply's it puts the reply on top of the thread, so above the first posting.
|
I have just released vBTeachbot 2.0, so if you wish to teach your bot, you better install it! Grab it here:
https://vborg.vbsupport.ru/showthrea...threadid=48291 BTW, you bot isn't really self-learning (well it is, but just to an extent), so you need to teach it yourself. I hope this isn't considered blatant advertising for my own hack. If you want to see proof of that the hack is really working (my mods have just started added questions and are having a lot of fun :D), view this thread: http://www.emutalk.net/showthread.ph...589#post114589 |
Quote:
Quote:
Any help out there for this? TIA! |
Why won't my bot get names correctly? It never addresses anyone by name even when I introduce myself (for instance). It also does this a lot: "I haven't heard anything like that before:
said I son of a +++++ why did not me respond to Tim." (btw it mentions Tim there because I did in my question to it) |
Quote:
one thing i have noticed about this little hack though is that even though he hasnt replied to the thread yet, in the thread display index it still shows him as being the last poster... i'll see if i can get that rectified as well. apologises for the incorrect install info in my previous post, i'll update it as soon as i know what i misssed. |
Quote:
I'm the one who made the changes Sanni posted. To be honest I have no idea why the bots reply would be showing up first. The only thing I can think of is there is a mistake in the SQL statement in the showthread file you had to change. The ORDER BY is wrong, or you changed the wrong query. The query you have to change should be around line 385. Close to the end of the file. |
The exact changes that I made are:
Change showthread.php Around line 385 change the following SQL query Code:
$getpostids=$DB_site->query(" Code:
$getpostids=$DB_site->query(" Add the lines Code:
define ("EARLIEST_REPLY", 20); Code:
$ttb_weighting = 100; Code:
$ttb_time = time() + rand(1,5); Code:
There are a couple bugs that I haven't had time to fix yet. 1) the bot will show as the latest poster even though his post won't show yet. 2) If the bots post goes over to the next page then the links for the next page will show, but the bots post won't show till the time it is supposed to. |
will this bot ever be able to know who each person is ???
i mean is there a way for him to be able to read the poster userid and reply to them ??? P.S this is by far the best hack i have ever used (and i been hacking for many moons now) *clicked install* if people got together on this it could be something huge (it is already lol) |
Quote:
|
BUMP
h8 bumping but if this could be achieved the level of this hack would increase 100% !!!! |
Quote:
Would be a great addition and would easily make this the HOTM :p Matthew |
And i think the AI files need some work... the answers the robot comes out with from time to time are a little strange, and i don't mean just because it doesn't understand them, sometimes it does but just says weird stuff... ;)
|
Quote:
|
lol, well, a good point ;) He said he was female but i set him to male for starters... bit worrying ;)
|
Did anyone try to use the paid version of Alice... has some 1000 more questions/answers included I think (correct me if I am wrong). When I tested the bot on www.alicebot.org it did not sound as "off" as the talk.html /php (I am trying to install).
A personality test has been added to it also. The bot simply inserts hidden personality test questions into the dialogue, and makes up her mind about your personality type. You can then ask "what is my personality type?". Sound pretty cool... |
All times are GMT. The time now is 09:13 AM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|