![]() |
Hmm, I'm not getting anything. 1st my safe mode was on so I turned that off and chmodded alice dir and subdirs to 777.
Ran the botloader and it went all the way through but at the bottom it said 0 inserted for everything. It created the bot tables but the fields were empty. I tried the talk and tester programs but when I type something into the box I get a blank screen for a reply. The tester says: Response: basically, it's blank. Not sure what went wrong. |
I already have in my hands the new alice engine and I have been playing with it some but its going to require a bit of work to get it to the point where I can see about using it for this purpose. Since it seems to have some conflicts with vbulletin.
|
I am going to post a set of steps and things to help you guys debug your installs. Becuase I am getting flooded with messages.
|
Quote:
Quote:
Tim, you might want to include that in the instructions. Thanks. Clicking Installed! |
Quote:
Mmm... Tim, did you change any of the variables in the new code compared to the old code? |
If you get the new zip and replace your forums ewt_talkerbot.php file he should remember the convos more effectively now. There was a typo in there where i forgot to update $bbuserinfo to $vbulletin->userinfo so it wasnt effectively tracking sessions.
|
erwin i made your changes but still when running the talk.html and entering data i still get:
Quote:
|
yea im still updating things to remove all the old vars such as HTTP_GET_VARS. Since thoose should be $_GET.
|
Quote:
Tim, You are updating this thing so quickly, I am having trouble remembering/knowing if I have the latest version. When you update, could you take 10 seconds and add another .1/.2/.3 or summat. This way I'll know by the file name if I have the latest version. And again, applause for this fun Mod and your efforts!! Wade |
Vbulletin.org lets ya know when i release a minor bug fix becuase it changes the installed to green and i believe it says updated. ;)
But yes I have been updating faster then even I can keep up with for updating the version numbers lol. Right now im hoping to let v2.2.1 sit for a while so I can start working on v3. :) But I will still fix issues with 2.2.1 as they are pointed out and any features i make for v3 that I can implement into v2.2 I will see about doing so. |
I am using EWT - Talkerbot v2.2.1, and even though I've even tried entering the install queries manually, I'm still getting this old error whenever I try to set the bot's ROP:
Database error in vBulletin 3.6.0: MySQL Error : Unknown column 'mimicbotrop' in 'field list' Error Number : 1054 |
what about s_ vars
|
run the following query on your database. (remember if you use a table prefix to append it)
ALTER TABLE `forum` ADD `mimicbotrop` INT( 5 ) DEFAULT '0' NOT NULL ; |
i dont really understand sql, but this query seems incorrect
ALTER TABLE `forum` ADD `mimicbotrop` INT( 5 ) DEFAULT '0' NOT NULL ; `forum` should not be literal, but should instead be the name of the target forum. changing this to my forum's name fixed the error. edit: i came back to post this before i saw your post. when using the install xml, the forum prefix is not appended as you wish. |
yea i realize i did forget to put the forum prefix in now. Ill update the xml shortly.
|
Can this create new threads?
If not, do you think it would be possible? |
I is theoretically possible for me to make it so it can create threads every so often via some random timing and a cron script. Not exactly sure how I would go about doing that but I will definately look into it.
|
Quote:
|
How can I uninstall this hack? Is it just a matter of removing the product and dropping the two tables called bot and bots?
|
Hm ... works almost fine now. But there's another funny problem ... and it's hard to explain. Hubert (the Name of the bot) doubles his posts. Example:
me: Hallo he: (something) me: Hallo again Result: me: Hallo he: (something) he: (same something) me: Hallo again he: (something new) Very confusing. Any idea? |
Nice 1, thi would be a great added bonus...
It might wake up some of the members Quote:
|
Quote:
Another strange thing: If Hubert answers, of course he is at least for a moment the last poster in the thread. On the searchresult-page (getnew/getdaily) it shows up correct Hubert as the last poster. But on the frontside-overview it shows the last human poster. In fact i like it much more this way ... with the last human poster shown on frontside. But it looks a little bit inconsistant. But this is a small problem. The double-post-problem hurts more. |
Another update: The double-post problem is not a real problem. It's virtual. It only happens when the same user answers again and uses the quick-reply-window.
But when the user refreshes the page the doubled post disappears and everything looks fine. It's just a little bit irritating. |
(Voted this hack as hack of the month. Just because there is no "hack of the year"-Link.)
|
it doesnt seem to be making the database on mine? yet the loader is working but i get this
DONE LOADING Inserted 0 categories into database but no database etc any ideaS? |
Quote:
BTW i am on shared hosting (timeouts or something ???) |
Oops, apparently uploading ewt_talkerbot.php does help. My problems are gone now, as well.
eXtremeTim, you might want to include that in the installation guide. :) |
This looks like a lot of fun.
I am at the point of installing the data and get this error: Loading startup.xml Fatal error: Maximum execution time of 30 seconds exceeded in D:\inetpub\bloodbanktalk\forum\alice\src\admin\bot loaderfuncs.php on line 305 Is this a host issue, and if so, am I stuck? |
it is impossible to populate the database on a shared hosting
|
Quote:
Impossible, or difficult? Instead of running everything at the same time, can I do a few at a time? |
When I try to create a new forum, I get this after clicking "Save":
Code:
Database error in vBulletin 3.6.0: |
run this querey via the admincp compuforums.org
Code:
ALTER TABLE `forum` ADD `mimicbotrop` INT( 5 ) DEFAULT '0' NOT NULL ; Code:
ALTER TABLE `vb3_forum` ADD `mimicbotrop` INT( 5 ) DEFAULT '0' NOT NULL ; |
So, are all of the people that installed and got it to work, running their sites on a dedicated server?
|
I don't think so. But i'm not shure i understand the problem well. We are on a virtual server with small budget.
If you get time-out-errors while importing the aiml-files (like us), you have to split the files into smaller files. We don't use the english-files. We use the german-standalone.aiml and a few selfmade and modified files which are much smaller then some of the english-files. If we try to import the original-files we also get time-out-errors. So we do not. But we could by cutting them into smaller portions. If you do so, don't forget to define the new files in the startup.xml (if you do not use the * between the learn-tags in there.) |
use botloaderinc.php instead of boatloader to load the files one by one
|
Tim, I can see me having some fun with this.
Thanks! :cool: [high]* KW802 clicks Installed.[/high] |
Quote:
Fatal error: Call to undefined function: loadstartupinc() in D:\inetpub\bloodbanktalk\forum\alice\src\admin\bot loaderinc.php on line 60 |
change
$doneloading=loadstartupinc($fileid); to $doneloading=loadstartup($fileid); |
ok people who got it working.what is the size of you bot tables (i want to make sure i got everything in)
|
Quote:
|
All times are GMT. The time now is 01:02 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 | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|