View Full Version : Major Additions - Talker Bot v2.0.2
AngelGrove
10-10-2004, 05:28 PM
I installed this however is there any word on if the TeachBot addon will be ported as well. My bot's name is Alpha-5 ... makes sence eh?
- AG.net
Edit:
I found an error ... I did everything the install file says and I get to the botloader.php part and I go to the url and I get this error
Loading startup.xml
Warning: fopen(//web//sites//extremechatforums.com//public_html//www//forum//alice//aiml/startup.xml): failed to open stream: No such file or directory in /home/agnet/public_html/forums/alice/src/admin/botloaderfuncs.php on line 508
could not open XML input
Anyone have an idea?
AngelGrove
10-10-2004, 05:46 PM
eh 2 many errors and 2 server burdening uninstalled ... maybe some other day
Logikos
10-10-2004, 05:59 PM
Odd, works perfect for me. http://www.matrixmania.com/showthread.php?t=11691
Amavisca
10-11-2004, 09:18 PM
Can this bot speak another language ( like asian language ) or it only speak english ??
Logikos
10-11-2004, 10:11 PM
I've only seen it speak english.
krash123
10-12-2004, 03:16 AM
It all depends on the aiml sets you load into it, such as:
German (http://www.alicebot.org/downloads/aiml/GermanAIML-standalone.zip)
French (http://www.alicebot.org/downloads/aiml-std-fr.zip)
and
Italian (http://www.alicebot.org/downloads/aiml/maria.zip)
I'm fairly sure I have seen other sets out there, and if you look around you may find a set that suits your needs.
94DROPTOPZ
10-18-2004, 11:36 PM
OK we have gotten this bot working fairly well on my forums, but it still say: I'm not feeling very well at the moment, try again later. But it does answer a question every so often. What do I have to do to get it to learn more??
94DROPTOPZ
10-19-2004, 08:14 PM
Also does anybody know where I change his name? So that when people ask him his name he doesn't have to say:
"Sorry I don't feel well right now, please try again later"
lange
11-12-2004, 12:06 PM
Thanks, I'll try it.
peterska2
11-12-2004, 12:18 PM
Has anyone got any more advanced AIML files or know where I can get some? I've fed up with my bot asking me if I am Canadian and he also refuses to finish his sentances. We get a lot of
I'm glad you like talking about . :)
It is good that your name is .
And finally he likes to throw in a lot of <br> in his text. I get things like
Areyou candian?<br><br>
I like . <br><br>
Are you my botmaster? :censored:
obviously I have thesilie :censored: on my site.
I also need to make him know that he is called Tom and not Alice or programme E (I think he has dual personalities ;) :p)
Lionel
11-15-2004, 06:57 AM
It all depends on the aiml sets you load into it, such as:
German (http://www.alicebot.org/downloads/aiml/GermanAIML-standalone.zip)
French (http://www.alicebot.org/downloads/aiml-std-fr.zip)
and
Italian (http://www.alicebot.org/downloads/aiml/maria.zip)
I'm fairly sure I have seen other sets out there, and if you look around you may find a set that suits your needs.
can you load more than one language?
Installed with no errors .. nothing showing in bot table .. no permissions to allow bot to increase bot replys in admincp !?
Problems solved .. edited the 3 php files and then uploaded the unchanged backups I'd made .. duh .. :tired:
Clicked install
mholtum
11-29-2004, 04:21 AM
I am installing now and I am having troubles figuring out what this means:
Run the SQL file that is inside the sql folder in phpmyadmin
What am I supposed to do at this step?
krash123
11-29-2004, 03:07 PM
If you're running cpanel on your site, the link to phpmyadmin would be something like http://www.yoursite.com:2082/3rdparty/phpMyAdmin/index.php
If it's another hosting panel thing, it's likely to be in a "MySQL Databases" section.
When you're in phpmyadmin, select your forums database from the dropdown box, click the SQL tab, and upload the sql file in the "Location of the textfile:" box.
eXtremeTim
12-02-2004, 02:44 AM
I will be seeing about when I get some free time soon releasing an new totaly recoded version of this hack.
Darax The Good
12-02-2004, 06:52 AM
I'm seeing a lot of advice with this hack to chmod your directories to 777-but that seems...scary to me since one of the files in the directory has db connection info. Does anyone know the most restricted access you can provide for your files?
P.Jackson
12-02-2004, 03:29 PM
Sounds awsome tim look forward to it :) would easily be hotm btw
I will be seeing about when I get some free time soon releasing an new totaly recoded version of this hack.
mholtum
12-06-2004, 04:48 PM
got it all working but the bot says exactly the same thing every time. hmmmm
mholtum
12-08-2004, 04:59 PM
anyone have any ideas?
auveeb
12-17-2004, 07:56 PM
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
<html dir=ltr>
<head>
<style>
a:link {font:8pt/11pt verdana; color:FF0000}
a:visited {font:8pt/11pt verdana; color:#4e4e4e}
</style>
<META NAME="ROBOTS" CONTENT="NOINDEX">
<title>The page cannot be found</title>
<META HTTP-EQUIV="Content-Type" Content="text-html; charset=Windows-1252">
</head>
<script>
function Homepage(){
<!--
// in real bits, urls get returned to our script like this:
// res://shdocvw.dll/http_404.htm#http://www.DocURL.com/bar.htm
//For testing use DocURL = "res://shdocvw.dll/http_404.htm#https://www.microsoft.com/bar.htm"
DocURL = document.URL;
//this is where the http or https will be, as found by searching for :// but skipping the res://
protocolIndex=DocURL.indexOf("://",4);
//this finds the ending slash for the domain server
serverIndex=DocURL.indexOf("/",protocolIndex + 3);
//for the href, we need a valid URL to the domain. We search for the # symbol to find the begining
//of the true URL, and add 1 to skip it - this is the BeginURL value. We use serverIndex as the end marker.
//urlresult=DocURL.substring(protocolIndex - 4,serverIndex);
BeginURL=DocURL.indexOf("#",1) + 1;
urlresult=DocURL.substring(BeginURL,serverIndex);
//for display, we need to skip after http://, and go to the next slash
displayresult=DocURL.substring(protocolIndex + 3 ,serverIndex);
InsertElementAnchor(urlresult, displayresult);
}
function HtmlEncode(text)
{
return text.replace(/&/g, '&').replace(/'/g, '"').replace(/</g, '<').replace(/>/g, '>');
}
function TagAttrib(name, value)
{
return ' '+name+'="'+HtmlEncode(value)+'"';
}
function PrintTag(tagName, needCloseTag, attrib, inner){
document.write( '<' + tagName + attrib + '>' + HtmlEncode(inner) );
if (needCloseTag) document.write( '</' + tagName +'>' );
}
function URI(href)
{
IEVer = window.navigator.appVersion;
IEVer = IEVer.substr( IEVer.indexOf('MSIE') + 5, 3 );
return (IEVer.charAt(1)=='.' && IEVer >= '5.5') ?
encodeURI(href) :
escape(href).replace(/%3A/g, ':').replace(/%3B/g, ';');
}
function InsertElementAnchor(href, text)
{
PrintTag('A', true, TagAttrib('HREF', URI(href)), text);
}
//-->
</script>
<body bgcolor="FFFFFF">
<!-- SiteSearch Google -->
<form method="get" action="http://www.google.com/custom" target="_top">
<table border="0" bgcolor="#ffffff">
<tr><td nowrap="nowrap" valign="top" align="left" height="32">
<a href="http://www.google.com/">
<img src="http://www.google.com/logos/Logo_25wht.gif"
border="0" alt="Google"></img></a>
</td>
<td nowrap="nowrap">
<input type="hidden" name="domains" value=" www.ambience.com"></input>
<input type="text" name="q" size="31" maxlength="255" value=""></input>
</td></tr>
<tr>
<td> </td>
<td nowrap="nowrap">
<table>
<tr>
<td>
<input type="radio" name="sitesearch" value="" checked="checked"></input>
<font size="-1" color="#000000">Web</font>
</td>
<td>
<input type="radio" name="sitesearch" value="www.ambience.com"></input>
<font size="-1" color="#000000">www.ambience.com</font>
</td>
</tr>
</table>
<input type="submit" name="sa" value="Search"></input>
<input type="hidden" name="client" value="pub-7403202650485956"></input>
<input type="hidden" name="forid" value="1"></input>
<input type="hidden" name="channel" value="7842805656"></input>
<input type="hidden" name="ie" value="ISO-8859-1"></input>
<input type="hidden" name="oe" value="ISO-8859-1"></input>
<input type="hidden" name="cof" value="GALT:#008000;GL:1;DIV:#336699;VLC:663399;AH:center ;BGC:FFFFFF;LBGC:336699;ALC:0000FF;LC:0000FF;T:000 000;GFNT:0000FF;GIMP:0000FF;FORID:1;"></input>
<input type="hidden" name="hl" value="en"></input>
</td></tr></table>
</form>
<!-- SiteSearch Google -->
<table width="410" cellpadding="3" cellspacing="5">
<tr>
<td align="left" valign="middle" width="360">
<h1 style="COLOR:000000; FONT: 13pt/15pt verdana"><!--Problem-->The page cannot be found</h1>
</td>
</tr>
<tr>
<td width="400" colspan="2">
<font style="COLOR:000000; FONT: 8pt/11pt verdana">The page you are looking for might have been removed, had its name changed, or is temporarily unavailable.</font></td>
</tr>
<tr>
<td width="400" colspan="2">
<font style="COLOR:000000; FONT: 8pt/11pt verdana">
<hr color="#C0C0C0" noshade>
<p>Please try the following:</p>
<ul>
<li>If you typed the page address in the Address bar, make sure that it is spelled correctly.<br>
</li>
<li>Open the
<script>
<!--
if (!((window.navigator.userAgent.indexOf("MSIE") > 0) && (window.navigator.appVersion.charAt(0) == "2")))
{
Homepage();
}
//-->
</script>
home page, and then look for links to the information you want.</li>
<li>Click the <a href="javascript:history.back(1)">Back</a> button to try another link.</li>
<li>Try a Google Search using the box above</li>
</ul>
<h2 style="font:8pt/11pt verdana; color:000000">HTTP 404 - File not found<br>
Internet Information Services<BR></h2>
<hr color="#C0C0C0" noshade>
<p>Technical Information (for support personnel)</p>
<ul>
<li>More information:<br>
<a href="http://www.microsoft.com/ContentRedirect.asp?prd=iis&sbp=&pver=5.0&pid=&ID=404&cat=web&os=&over=&hrd=&Opt1=&Opt2=&Opt3=" target="_blank">Microsoft Support</a>
</li>
</ul>
</font></td>
</tr>
</table>
<!-- BEGIN LINKEXCHANGE CODE -->
<center><iframe src="http://leader.linkexchange.com/X1513184/showiframe?" width=468 height=60 marginwidth=0 marginheight=0 hspace=0 vspace=0 frameborder=0 scrolling=no>
<a href="http://leader.linkexchange.com/X1513184/clickle" target="_top"><img width=468 height=60 border=0 ismap alt="" src="http://leader.linkexchange.com/X1513184/showle?"></a></iframe><br><a href="http://leader.linkexchange.com/X1513184/clicklogo" target="_top"><img src="http://leader.linkexchange.com/X1513184/showlogo?" width=468 height=16 border=0 ismap alt=""></a><br></center>
<!-- END LINKEXCHANGE CODE -->
</body>
</html>
WHAT IN THE HELL?
krash123
12-17-2004, 08:48 PM
got it all working but the bot says exactly the same thing every time. hmmmm
If it's the "I'm not feeling well, try again later" thing, it would probably mean either it's not reading from the database correctly, or you never ran the botloader.
WHAT IN THE HELL?
That looks like the source of a 404 page auveeb, for that to have any relevance to the topic, you would have to provide more information as to why you posted that and what you need help with. Misspelt something, didn't upload perhaps?
:ermm:
mholtum
12-18-2004, 02:08 PM
Ok, re-applied all the data base info. Re-did the edits and re-ran the bot loader all without a hitch. But he still only says he's sick...
What else could it be?
Lionel
12-18-2004, 02:15 PM
empty that part of db before reapplying
mholtum
12-18-2004, 02:17 PM
which part? the bot table?
mholtum
12-18-2004, 03:05 PM
Ok now I am nonfussed. If I type this path in my browser http://www.ravensrealm.net/forum/alice/src/jsrs/jsrschat.html I can carry on a decent conversation, yet in my forum all it says is it dont feel good.
mholtum
12-18-2004, 04:05 PM
Ok well I downloaded a fresh set of files and decided to do it all over agian and see what was what.
Now when I test it by typing in a little test box I get a different responsw every time..
mholtum
12-18-2004, 04:26 PM
I fixed it and it is working just fine now..
i get this error any idea how to fix it ?
Loading startup.xml
Warning: set_time_limit(): Cannot set time limit in safe mode in /home/band007/public_html/forums/alice/src/admin/botloaderfuncs.php on line 563
Loading data aiml file: 1.aiml
Warning: set_time_limit(): Cannot set time limit in safe mode in /home/band007/public_html/forums/alice/src/admin/botloaderfuncs.php on line 563
Loading data aiml file: 2.aiml
Warning: set_time_limit(): Cannot set time limit in safe mode in /home/band007/public_html/forums/alice/src/admin/botloaderfuncs.php on line 563
Loading data aiml file: 3.aiml
Warning: set_time_limit(): Cannot set time limit in safe mode in /home/band007/public_html/forums/alice/src/admin/botloaderfuncs.php on line 563
Loading data aiml file: 4.aiml
Warning: set_time_limit(): Cannot set time limit in safe mode in /home/band007/public_html/forums/alice/src/admin/botloaderfuncs.php on line 563
Loading data aiml file: 5.aiml
Warning: set_time_limit(): Cannot set time limit in safe mode in /home/band007/public_html/forums/alice/src/admin/botloaderfuncs.php on line 563
Loading data aiml file: 6.aiml
Warning: set_time_limit(): Cannot set time limit in safe mode in /home/band007/public_html/forums/alice/src/admin/botloaderfuncs.php on line 563
Loading data aiml file: 8.aiml
Warning: set_time_limit(): Cannot set time limit in safe mode in /home/band007/public_html/forums/alice/src/admin/botloaderfuncs.php on line 563
Loading data aiml file: 9.aiml
Warning: set_time_limit(): Cannot set time limit in safe mode in /home/band007/public_html/forums/alice/src/admin/botloaderfuncs.php on line 563
Loading data aiml file: A.aiml
TwinsX2Dad
12-20-2004, 02:12 PM
It appears this hack doesn't like servers running their php in safe mode.
Might there be a workaround? I am not certain, as my servers are not running safe mode.
givemeplain
12-26-2004, 05:56 PM
I get a 500 Internatl Server Error when trying to run botloader.php
I set up everything correctly.
Takamine334
01-02-2005, 05:26 AM
I get a 500 Internatl Server Error when trying to run botloader.php
I set up everything correctly.
probably don't have enough queries
what do i need to do after i loaded the bot with botloader.php
i can go then to the: talk.php file and typ something but why does the bot show this in a thread or something on the forum? :S
Takamine334
01-02-2005, 04:27 PM
does this support multiple userids?
eXtremeTim
01-03-2005, 05:00 AM
i get this error any idea how to fix it ?
Loading startup.xml
Warning: set_time_limit(): Cannot set time limit in safe mode in /home/band007/public_html/forums/alice/src/admin/botloaderfuncs.php on line 563
Loading data aiml file: 1.aiml
Warning: set_time_limit(): Cannot set time limit in safe mode in /home/band007/public_html/forums/alice/src/admin/botloaderfuncs.php on line 563
Loading data aiml file: 2.aiml
Warning: set_time_limit(): Cannot set time limit in safe mode in /home/band007/public_html/forums/alice/src/admin/botloaderfuncs.php on line 563
Loading data aiml file: 3.aiml
Warning: set_time_limit(): Cannot set time limit in safe mode in /home/band007/public_html/forums/alice/src/admin/botloaderfuncs.php on line 563
Loading data aiml file: 4.aiml
Warning: set_time_limit(): Cannot set time limit in safe mode in /home/band007/public_html/forums/alice/src/admin/botloaderfuncs.php on line 563
Loading data aiml file: 5.aiml
Warning: set_time_limit(): Cannot set time limit in safe mode in /home/band007/public_html/forums/alice/src/admin/botloaderfuncs.php on line 563
Loading data aiml file: 6.aiml
Warning: set_time_limit(): Cannot set time limit in safe mode in /home/band007/public_html/forums/alice/src/admin/botloaderfuncs.php on line 563
Loading data aiml file: 8.aiml
Warning: set_time_limit(): Cannot set time limit in safe mode in /home/band007/public_html/forums/alice/src/admin/botloaderfuncs.php on line 563
Loading data aiml file: 9.aiml
Warning: set_time_limit(): Cannot set time limit in safe mode in /home/band007/public_html/forums/alice/src/admin/botloaderfuncs.php on line 563
Loading data aiml file: A.aiml
That error is just for the botloader. Thats when it tries to extend the time for the load info into the database. What you need to do is add only a few of the aiml files at a time. Do this by just removing them from the dir.
Does this support Multiple userids?
Not currently but if I have time I will be installing this back on my site tommorrow and working on cleaning it up. I will be doing a total redo of this hack when I get the time. I might see about adding support for multiple userids but dont really see a need for this so it might not happen right now.
Takamine334
01-03-2005, 10:47 PM
how do I uninstall this from the mysql database?
eXtremeTim
01-04-2005, 02:38 AM
You have to drop the tables added by this hack. I dont have the names of them handy or an unintsall tool. When I make the next version I am looking to make an uninstall file to drop the db changes.
ambumann
01-10-2005, 09:36 AM
We suddenly started getting this error message when posting (each post):
Warning: file_get_contents(): URL file-access is disabled in the server configuration in /_talkerbot.php on line 82
Warning: file_get_contents(http://www.extremechatforums.com/fo...re+%3Ablafre%3A): failed to open stream: no suitable wrapper could be found in /_talkerbot.php on line 82
nguyenvuan
01-16-2005, 01:35 AM
This post is a guest? Can it post with title as a member?
Murphinator
01-19-2005, 06:14 PM
this doesnt work for me :(
MikeWalczak
01-22-2005, 02:48 PM
Hey guys,
First off I want to say that this hack looks awesome and I cannot wait to get it running. I am experiencing a few problems, maybe you guys can help me out, I tried posting on his forum for support, but its been over a week and still no reply.
Here is what I have done...
1. I edited the files as specified
2. I updated the DB info file
3. I uploaded all the files onto my server
Ok now to the problems. When I go to create a new forum, I get this error..
Database error in vBulletin 3.0.5:
Invalid SQL:
### INSERT QUERY GENERATED BY fetch_query_sql() ###
INSERT INTO forum
(title, description, link, displayorder, daysprune, parentid, mimicbotrop, newpostemail, newthreademail, styleid, password, options)
VALUES
('Chit Chat', 'Chat about anything you want here ', '', '1', '30', '-1', '0', '', '', '0', '', '89799')
mysql error: Unknown column 'mimicbotrop' in 'field list'
mysql error number: 1054
Date: Sunday 16th of January 2005 09:46:51 AM
Script: http://www.xxxxxxx.com/xxxxxx/admincp/forum.php
Referer: http://www.xxxxxxx.com/forum/xxxxxx/forum.php?do=add
Username: MikeWalczak
IP Address: *Removed*
Im not sure exactly whats going wrong with that. :(
Secondly, when I go to run the queries at http://www.xxxxxx.com/forums/alice/src/admin/botloader.php
I get this error (which I believe has been asked here before but im not positive on the answer). It says that that file has been chmoded to 777.
Heres what I get when I go there..
Loading startup.xml
Warning: fopen(): open_basedir restriction in effect. File(//web//sites//xxxxxxx.com//public_html//www//xxxx//alice//aiml/startup.xml) is not within the allowed path(s): (/xxxxx/xxxxx:/usr/lib/php:/usr/local/lib/php:/tmp) in /xxxxx/xxxxx/public_html/forum/alice/src/admin/botloaderfuncs.php on line 508
Warning: fopen(//web//sites//xxxxxx.com//public_html//www//xxxxx//alice//aiml/startup.xml): failed to open stream: Operation not permitted in /xxxxxx/xxxxx/public_html/forum/alice/src/admin/botloaderfuncs.php on line 508
could not open XML input
I would greatly apprecieate any suggestions that you guys may have for me.
Thanks,
Michael :cool:
nguyenvuan
01-22-2005, 03:57 PM
Nobody here!
internetjunkie
01-24-2005, 03:44 AM
can anyone tell me how to uninstall this?? basicly how to remove all the database stuff
Murphinator
01-24-2005, 04:18 AM
you cant really, it most likly wont matter if the database is still changed
wolfe
01-26-2005, 01:57 AM
my bot only knows one reply
I'm not feeling very well at the moment, try again later.
no matter whats you post thats it
i have installed it all corrently and used botloader ??
SIINSI
01-29-2005, 09:36 PM
Ny idea how to make him only respond when his name is said like the old version?
Here is the post that did it in the old version but, the new _talkerbot.php is complete different than the old one...
https://vborg.vbsupport.ru/showpost.php?p=360937&postcount=581
also, for all of you having a problem running the botloader.php and getting that ...blahblahblah on line 508 stuff, open your dbprefs.php file and where you put your path in put a "/" in the beginning of your path. Worked for me.
Miguel
Playboy69
02-05-2005, 02:20 AM
Can anyone help me on this talkerbot I think I have it all done right But dont seem to get any respose from the bot anywhere
Cole2026
02-06-2005, 07:54 PM
I get an internal server error, anyone know what causes it? This happens when running botloader.php
Rickk
02-14-2005, 05:33 PM
I also posted this to the "official" support thread, but it doesn't seem as if anyone is helping those poor people, so I thought I'd post this here aswell:
I'm getting a strange error in my boatloaderfuncs.php file during the botloader loading file.
It says (***'s replace urls):
Warning: fopen(subs.inc): failed to open stream: Permission denied in /hsphere/local/home/***/botloaderfuncs.php on line 85
and:
Warning: fwrite(): supplied argument is not a valid stream resource in /hsphere/local/home/***/botloaderfuncs.php on line 77
The second one is displayed seven times.
I thought it would be a chmod prob, but everything is chmod'd to 777.
The lines that have the problems in the botloaderfuncs are:
function addtosubs($string){
global $fp;
fwrite($fp,$string);
}
function createsubfile(){
global $fp;
$fp = fopen ("subs.inc", "w+");
}
Edit: Well I fixed the problems that I was having (it WAS a ChMOD prob), but the bot doesn't seem to reply to anything. At all.
It's very strange.
krash123
02-17-2005, 03:06 PM
Edit: Well I fixed the problems that I was having (it WAS a ChMOD prob), but the bot doesn't seem to reply to anything. At all.
It's very strange.
Have you made sure that _talkerbot.php is configged to talk in the forums? If you're using rateofbotposting you also need to change the percentage of each forum in the administration panel.
DavidatMPA
02-19-2005, 07:25 PM
When replying or starting posts i get this error:
Warning: file_get_contents(http://www.forums.mpanetwork.com/forums/alice/src/talk.php?vbid=392&input=hi+AI+how+are+you+today%3F): failed to open stream: HTTP request failed! HTTP/1.1 401 Authorization Required in /home/david/public_html/forums/_talkerbot.php on line 82
Then the bot always just says:
I'm not feeling very well at the moment, try again later.
I have no idea what could be wrong. I followed all the instructions and EVERYTHING is CHMODed to 777.
Any ideas would be great!
bigtime
02-19-2005, 07:35 PM
Turn off your password protection and see if you get the same error.
Tim
When replying or starting posts i get this error:
Warning: file_get_contents(http://www.forums.mpanetwork.com/forums/alice/src/talk.php?vbid=392&input=hi+AI+how+are+you+today%3F): failed to open stream: HTTP request failed! HTTP/1.1 401 Authorization Required in /home/david/public_html/forums/_talkerbot.php on line 82
Then the bot always just says:
I'm not feeling very well at the moment, try again later.
I have no idea what could be wrong. I followed all the instructions and EVERYTHING is CHMODed to 777.
Any ideas would be great!
DavidatMPA
02-19-2005, 08:02 PM
Good suggestion, but still the same error. I'll leave the password protected directory disabled for a bit if you want to check into it yourself:
http://forums.mpanetwork.com/showthread.php?p=279869&posted=1#post279869
DavidatMPA
02-20-2005, 03:42 PM
Any other interesting notions?
DavidatMPA
02-22-2005, 02:59 AM
any other possible concepts would be wondeful!
DavidatMPA
02-22-2005, 03:54 PM
any other absurd connotations would be more than appreciated!
Odoin
02-22-2005, 11:19 PM
My bot worked for a few posts and now it says:
No input file specified.
It does this with new topics as well.
DavidatMPA
02-24-2005, 02:47 AM
Our gods have abondoned us Odoin! we are doomed to die alone, without a talkerbot!
bigtime
02-25-2005, 05:11 PM
I finally got mine working again! How? I reinstalled everything and it works!!!!
Take a look if you'd like:
http://www.defend.net/deluxeforums/forumdisplay.php?f=42
Tim
tanyeri24
02-25-2005, 05:28 PM
a demo there to see it in action?
bigtime
02-25-2005, 05:33 PM
Click the link above and you'll see the forum that the bot operates in. Here is a link to a specific thread:
http://www.defend.net/deluxeforums/showthread.php?t=14944
a demo there to see it in action?
tanyeri24
02-25-2005, 05:55 PM
Thx for link but pls tell next time thats registration required is, is much easier then.
And the usernames of bots... Or are in these thread you mentioned all users bot?......
DavidatMPA
02-25-2005, 06:06 PM
i'd prefer not to reinstall the entire thing, especially when my error appears to be an easy fix. However it appears I have been left to die here, alone. With no one to talk to.
bigtime
02-25-2005, 06:06 PM
Good point. You can post with this account:
username - testing
password - test
I don't understand your question about the usernames of bots?
Tim
Thx for link but pls tell next time thats registration required is, is much easier then.
And the usernames of bots... Or are in these thread you mentioned all users bot?......
tanyeri24
02-25-2005, 06:39 PM
I still registered... But the hack does make bots and who is on your forum the bot? or bots?
tanyeri24
02-25-2005, 06:42 PM
ok sensei saki is bot on fur forum..
Odoin
02-27-2005, 06:43 PM
This may sound dumb... But I would like to get this bot to work with the NNTP mod and post messages back to the newsgroups I select. Anyone want to get this to work? I will pay you.
DavidatMPA
02-28-2005, 05:25 PM
When replying or starting posts i get this error:
Warning: file_get_contents(http://www.forums.mpanetwork.com/forums/alice/src/talk.php?vbid=392&input=hi+AI+how+are+you+today%3F): failed to open stream: HTTP request failed! HTTP/1.1 401 Authorization Required in /home/david/public_html/forums/_talkerbot.php on line 82
Then the bot always just says:
I'm not feeling very well at the moment, try again later.
I have no idea what could be wrong. I followed all the instructions and EVERYTHING is CHMODed to 777.
Any ideas would be great!
I'm still having this problem. ANyone got an idea ?
unixdotcom
03-20-2005, 03:01 PM
We get a lot of errors on the apache log file with this hack. Here are some examples:
[Sun Mar 20 11:59:36 2005] [error] PHP Warning: Call-time pass-by-reference has been deprecated - argument passed by value; If you would like to pass it by reference, modify the declaration of [runtime function name](). If you would like to enable call-time pass-by-reference, you can set allow_call_time_pass_reference to true in your INI file. However, future versions may not support this any longer. in /usr/local/apache/share/unix/forums/alice/src/graphnew.php on line 231
[Sun Mar 20 11:59:36 2005] [error] PHP Notice: Undefined variable: curpmsize in /usr/local/apache/share/unix/forums/alice/src/graphnew.php on line 199
[Sun Mar 20 11:59:37 2005] [error] PHP Notice: Undefined variable: s_patternmatched in /usr/local/apache/share/unix/forums/alice/src/graphnew.php on line 54
[Sun Mar 20 11:59:37 2005] [error] PHP Notice: Undefined variable: s_inputmatched in /usr/local/apache/share/unix/forums/alice/src/graphnew.php on line 55
[Sun Mar 20 11:59:37 2005] [error] PHP Notice: Undefined index: attributes in /usr/local/apache/share/unix/forums/alice/src/util.php on line 495
[Sun Mar 20 11:59:37 2005] [error] PHP Notice: Undefined index: value in /usr/local/apache/share/unix/forums/alice/src/util.php on line 461
[Sun Mar 20 11:59:37 2005] [error] PHP Notice: Undefined index: attributes in /usr/local/apache/share/unix/forums/alice/src/util.php on line 471
[Sun Mar 20 11:59:37 2005] [error] PHP Notice: Undefined variable: curpmsize in /usr/local/apache/share/unix/forums/alice/src/graphnew.php on line 199
[Sun Mar 20 11:59:37 2005] [error] PHP Notice: Undefined variable: s_patternmatched in /usr/local/apache/share/unix/forums/alice/src/graphnew.php on line 54
[Sun Mar 20 11:59:37 2005] [error] PHP Notice: Undefined variable: s_inputmatched in /usr/local/apache/share/unix/forums/alice/src/graphnew.php on line 55
[Sun Mar 20 11:59:37 2005] [error] PHP Notice: Undefined index: attributes in /usr/local/apache/share/unix/forums/alice/src/util.php on line 495
[Sun Mar 20 11:59:37 2005] [error] PHP Notice: Undefined index: value in /usr/local/apache/share/unix/forums/alice/src/util.php on line 461
[Sun Mar 20 11:59:37 2005] [error] PHP Notice: Undefined index: attributes in /usr/local/apache/share/unix/forums/alice/src/util.php on line 471
[Sun Mar 20 12:00:02 2005] [error] PHP Warning: Call-time pass-by-reference has been deprecated - argument passed by value; If you would like to pass it by reference, modify the declaration of [runtime function name](). If you would like to enable call-time pass-by-reference, you can set allow_call_time_pass_reference to true in your INI file. However, future versions may not support this any longer. in /usr/local/apache/share/unix/forums/alice/src/graphnew.php on line 125
[Sun Mar 20 12:00:02 2005] [error] PHP Warning: Call-time pass-by-reference has been deprecated - argument passed by value; If you would like to pass it by reference, modify the declaration of [runtime function name](). If you would like to enable call-time pass-by-reference, you can set allow_call_time_pass_reference to true in your INI file. However, future versions may not support this any longer. in /usr/local/apache/share/unix/forums/alice/src/graphnew.php on line 231
[Sun Mar 20 12:00:02 2005] [error] PHP Notice: Undefined variable: curpmsize in /usr/local/apache/share/unix/forums/alice/src/graphnew.php on line 199
[Sun Mar 20 12:00:02 2005] [error] PHP Notice: Undefined variable: s_patternmatched in /usr/local/apache/share/unix/forums/alice/src/graphnew.php on line 54
[Sun Mar 20 12:00:02 2005] [error] PHP Notice: Undefined variable: s_inputmatched in /usr/local/apache/share/unix/forums/alice/src/graphnew.php on line 55
[Sun Mar 20 12:00:02 2005] [error] PHP Notice: Undefined index: attributes in /usr/local/apache/share/unix/forums/alice/src/util.php on line 495
[Sun Mar 20 12:00:02 2005] [error] PHP Notice: Undefined index: value in /usr/local/apache/share/unix/forums/alice/src/util.php on line 461
[Sun Mar 20 12:00:02 2005] [error] PHP Notice: Undefined index: attributes in /usr/local/apache/share/unix/forums/alice/src/util.php on line 475
[Sun Mar 20 12:00:02 2005] [error] PHP Notice: Undefined index: value in /usr/local/apache/share/unix/forums/alice/src/util.php on line 461
[Sun Mar 20 12:00:02 2005] [error] PHP Notice: Undefined index: attributes in /usr/local/apache/share/unix/forums/alice/src/util.php on line 471
[Sun Mar 20 12:00:02 2005] [error] PHP Notice: Undefined index: value in /usr/local/apache/share/unix/forums/alice/src/respond.php on line 138
[Sun Mar 20 12:00:02 2005] [error] PHP Notice: Undefined index: value in /usr/local/apache/share/unix/forums/alice/src/respond.php on line 161
[Sun Mar 20 12:00:02 2005] [error] PHP Notice: Undefined variable: curpmsize in /usr/local/apache/share/unix/forums/alice/src/graphnew.php on line 199
[Sun Mar 20 12:00:02 2005] [error] PHP Notice: Undefined variable: s_patternmatched in /usr/local/apache/share/unix/forums/alice/src/graphnew.php on line 54
[Sun Mar 20 12:00:02 2005] [error] PHP Notice: Undefined variable: s_inputmatched in /usr/local/apache/share/unix/forums/alice/src/graphnew.php on line 55
[Sun Mar 20 12:00:02 2005] [error] PHP Notice: Undefined index: attributes in /usr/local/apache/share/unix/forums/alice/src/util.php on line 495
[Sun Mar 20 12:00:02 2005] [error] PHP Notice: Undefined index: value in /usr/local/apache/share/unix/forums/alice/src/util.php on line 461
[Sun Mar 20 12:00:02 2005] [error] PHP Notice: Undefined index: attributes in /usr/local/apache/share/unix/forums/alice/src/util.php on line 475
[Sun Mar 20 12:00:02 2005] [error] PHP Notice: Undefined index: value in /usr/local/apache/share/unix/forums/alice/src/util.php on line 461
[Sun Mar 20 12:00:02 2005] [error] PHP Notice: Undefined index: attributes in /usr/local/apache/share/unix/forums/alice/src/util.php on line 475
[Sun Mar 20 12:00:02 2005] [error] PHP Notice: Undefined index: attributes in /usr/local/apache/share/unix/forums/alice/src/util.php on line 471
[Sun Mar 20 12:00:02 2005] [error] PHP Notice: Undefined index: attributes in /usr/local/apache/share/unix/forums/alice/src/util.php on line 471
[Sun Mar 20 12:00:02 2005] [error] PHP Notice: Undefined index: attributes in /usr/local/apache/share/unix/forums/alice/src/util.php on line 471
[Sun Mar 20 12:00:02 2005] [error] PHP Notice: Undefined index: attributes in /usr/local/apache/share/unix/forums/alice/src/util.php on line 471
[Sun Mar 20 12:00:02 2005] [error] PHP Notice: Undefined index: attributes in /usr/local/apache/share/unix/forums/alice/src/util.php on line 471
[Sun Mar 20 12:00:02 2005] [error] PHP Notice: Undefined index: attributes in /usr/local/apache/share/unix/forums/alice/src/util.php on line 471
[Sun Mar 20 12:00:02 2005] [error] PHP Notice: Undefined index: attributes in /usr/local/apache/share/unix/forums/alice/src/util.php on line 471
[Sun Mar 20 12:00:02 2005] [error] PHP Notice: Undefined index: attributes in /usr/local/apache/share/unix/forums/alice/src/util.php on line 471
[Sun Mar 20 12:00:02 2005] [error] PHP Notice: Undefined index: attributes in /usr/local/apache/share/unix/forums/alice/src/util.php on line 471
[Sun Mar 20 12:00:02 2005] [error] PHP Notice: Undefined index: attributes in /usr/local/apache/share/unix/forums/alice/src/util.php on line 471
[Sun Mar 20 12:00:02 2005] [error] PHP Notice: Undefined index: attributes in /usr/local/apache/share/unix/forums/alice/src/util.php on line 475
[Sun Mar 20 12:00:02 2005] [error] PHP Notice: Undefined index: value in /usr/local/apache/share/unix/forums/alice/src/util.php on line 471
[Sun Mar 20 12:00:02 2005] [error] PHP Notice: Undefined index: attributes in /usr/local/apache/share/unix/forums/alice/src/util.php on line 475
[Sun Mar 20 12:00:02 2005] [error] PHP Notice: Undefined index: value in /usr/local/apache/share/unix/forums/alice/src/util.php on line 471
[Sun Mar 20 12:00:02 2005] [error] PHP Notice: Undefined index: attributes in /usr/local/apache/share/unix/forums/alice/src/util.php on line 475
[Sun Mar 20 12:00:02 2005] [error] PHP Notice: Undefined index: value in /usr/local/apache/share/unix/forums/alice/src/util.php on line 471
[Sun Mar 20 12:00:02 2005] [error] PHP Notice: Undefined index: value in /usr/local/apache/share/unix/forums/alice/src/respond.php on line 138
[Sun Mar 20 12:00:02 2005] [error] PHP Notice: Undefined index: value in /usr/local/apache/share/unix/forums/alice/src/respond.php on line 161
[Sun Mar 20 12:00:02 2005] [error] PHP Notice: Undefined variable: curpmsize in /usr/local/apache/share/unix/forums/alice/src/graphnew.php on line 199
[Sun Mar 20 12:00:02 2005] [error] PHP Notice: Undefined variable: s_patternmatched in /usr/local/apache/share/unix/forums/alice/src/graphnew.php on line 54
[Sun Mar 20 12:00:02 2005] [error] PHP Notice: Undefined variable: s_inputmatched in /usr/local/apache/share/unix/forums/alice/src/graphnew.php on line 55
[Sun Mar 20 12:00:02 2005] [error] PHP Notice: Undefined index: attributes in /usr/local/apache/share/unix/forums/alice/src/util.php on line 495
[Sun Mar 20 12:00:02 2005] [error] PHP Notice: Undefined index: value in /usr/local/apache/share/unix/forums/alice/src/util.php on line 461
[Sun Mar 20 12:00:02 2005] [error] PHP Notice: Undefined index: attributes in /usr/local/apache/share/unix/forums/alice/src/util.php on line 475
[Sun Mar 20 12:00:02 2005] [error] PHP Notice: Undefined index: value in /usr/local/apache/share/unix/forums/alice/src/util.php on line 461
[Sun Mar 20 12:00:02 2005] [error] PHP Notice: Undefined index: attributes in /usr/local/apache/share/unix/forums/alice/src/util.php on line 471
[Sun Mar 20 12:00:02 2005] [error] PHP Notice: Undefined index: value in /usr/local/apache/share/unix/forums/alice/src/respond.php on line 138
[Sun Mar 20 12:00:02 2005] [error] PHP Notice: Undefined index: value in /usr/local/apache/share/unix/forums/alice/src/respond.php on line 161
[Sun Mar 20 12:00:02 2005] [error] PHP Notice: Undefined variable: curpmsize in /usr/local/apache/share/unix/forums/alice/src/graphnew.php on line 199
[Sun Mar 20 12:00:03 2005] [error] PHP Notice: Undefined variable: s_patternmatched in /usr/local/apache/share/unix/forums/alice/src/graphnew.php on line 54
[Sun Mar 20 12:00:03 2005] [error] PHP Notice: Undefined variable: s_inputmatched in /usr/local/apache/share/unix/forums/alice/src/graphnew.php on line 55
[Sun Mar 20 12:00:03 2005] [error] PHP Notice: Undefined index: attributes in /usr/local/apache/share/unix/forums/alice/src/util.php on line 495
[Sun Mar 20 12:00:03 2005] [error] PHP Notice: Undefined index: value in /usr/local/apache/share/unix/forums/alice/src/util.php on line 461
[Sun Mar 20 12:00:03 2005] [error] PHP Notice: Undefined index: attributes in /usr/local/apache/share/unix/forums/alice/src/util.php on line 475
[Sun Mar 20 12:00:03 2005] [error] PHP Notice: Undefined index: value in /usr/local/apache/share/unix/forums/alice/src/util.php on line 461
[Sun Mar 20 12:00:03 2005] [error] PHP Notice: Undefined index: attributes in /usr/local/apache/share/unix/forums/alice/src/util.php on line 475
[Sun Mar 20 12:00:03 2005] [error] PHP Notice: Undefined index: attributes in /usr/local/apache/share/unix/forums/alice/src/util.php on line 471
[Sun Mar 20 12:00:03 2005] [error] PHP Notice: Undefined index: attributes in /usr/local/apache/share/unix/forums/alice/src/util.php on line 471
[Sun Mar 20 12:00:03 2005] [error] PHP Notice: Undefined index: attributes in /usr/local/apache/share/unix/forums/alice/src/util.php on line 471
[Sun Mar 20 12:00:03 2005] [error] PHP Notice: Undefined index: attributes in /usr/local/apache/share/unix/forums/alice/src/util.php on line 471
[Sun Mar 20 12:00:03 2005] [error] PHP Notice: Undefined index: attributes in /usr/local/apache/share/unix/forums/alice/src/util.php on line 471
[Sun Mar 20 12:00:03 2005] [error] PHP Notice: Undefined index: attributes in /usr/local/apache/share/unix/forums/alice/src/util.php on line 471
[Sun Mar 20 12:00:03 2005] [error] PHP Notice: Undefined index: attributes in /usr/local/apache/share/unix/forums/alice/src/util.php on line 471
[Sun Mar 20 12:00:03 2005] [error] PHP Notice: Undefined index: attributes in /usr/local/apache/share/unix/forums/alice/src/util.php on line 471
[Sun Mar 20 12:00:03 2005] [error] PHP Notice: Undefined index: attributes in /usr/local/apache/share/unix/forums/alice/src/util.php on line 471
[Sun Mar 20 12:00:03 2005] [error] PHP Notice: Undefined index: attributes in /usr/local/apache/share/unix/forums/alice/src/util.php on line 471
[Sun Mar 20 12:00:03 2005] [error] PHP Notice: Undefined index: attributes in /usr/local/apache/share/unix/forums/alice/src/util.php on line 475
[Sun Mar 20 12:00:03 2005] [error] PHP Notice: Undefined index: value in /usr/local/apache/share/unix/forums/alice/src/util.php on line 471
[Sun Mar 20 12:00:03 2005] [error] PHP Notice: Undefined index: attributes in /usr/local/apache/share/unix/forums/alice/src/util.php on line 475
[Sun Mar 20 12:00:03 2005] [error] PHP Notice: Undefined index: value in /usr/local/apache/share/unix/forums/alice/src/util.php on line 471
[Sun Mar 20 12:00:03 2005] [error] PHP Notice: Undefined index: attributes in /usr/local/apache/share/unix/forums/alice/src/util.php on line 475
[Sun Mar 20 12:00:03 2005] [error] PHP Notice: Undefined index: value in /usr/local/apache/share/unix/forums/alice/src/util.php on line 471
[Sun Mar 20 12:00:03 2005] [error] PHP Notice: Undefined index: value in /usr/local/apache/share/unix/forums/alice/src/respond.php on line 138
[Sun Mar 20 12:00:03 2005] [error] PHP Notice: Undefined index: value in /usr/local/apache/share/unix/forums/alice/src/respond.php on line 161
Any ideas why these errors?
bigtime
03-20-2005, 04:13 PM
It has to do with the php settings on your server.
You can eliminate some of the errors with some easy editing.
Make a backup first...
Then where there is an Undefined Variable error, you can do this:
Add a @ in front of the variable name.
For example, in graphnew.php on line 199, change:
$curpdiff=sizeof($patternmatched) - $curpmsize;
to
@$curpdiff=sizeof($patternmatched) - $curpmsize;
Tim
Mousel's Self-Defense Academy (http://www.defend.net)
unixdotcom
03-20-2005, 08:47 PM
It has to do with the php settings on your server.
Is there a way to change the PHP settings of our server so we don't have to edit all these files?
bigtime
03-20-2005, 08:56 PM
This page will show your options for error notifications and logging:
http://us4.php.net/manual/en/ref.errorfunc.php
Log into your vbulletin admin area and at the very bottom, click Import & Maintenance and then View php info. That will show your current settings.
unixdotcom
03-22-2005, 12:00 AM
Thanks bigtime! I'll try your suggestion this weekend.
David Lindon
03-30-2005, 11:28 AM
Great hack, just got it working.
o0Hubba0o
04-03-2005, 07:30 PM
Ok, I'm very new to this and the spot I'm stuck at is this:
Run the SQL file that is inside the sql folder in phpmyadmin
The forums are vBulletin 3.0.7, there is no phpmyadmin that I can see, and nothing about running a SQL file in the admincp.
I am an admin but not the root admin, should that make a difference?
If anyone could help me please be as specific as possible, answer's like these haven't really helped:
You use the browse to file on your computer (you must have extracted the sql dir from the talkerbot zip) and then select the DB file from the sql dir and then you can execute it.
both can be done via vb's admin cp.
WhiteOx2
04-04-2005, 04:17 AM
In cPanel go to phpmyadmin
Select your database
Click the SQL tab
Where it says 'Or Location of the textfile' click the browse button to find the file and click 'Go' ;)
o0Hubba0o
04-04-2005, 08:09 PM
The forums are vBulletin 3.0.7, there is no phpmyadmin that I can see, and nothing about running a SQL file in the admincp.
I am an admin but not the root admin, should that make a difference?
Based on what I said there, your info didn't help too much because I don't see any phpmyadmin. Thanks anyways though I appreciate the response.
Over at vbhacks I got this answer:
You need to turn this option on.This is a part of your config.php file.
Add the user ids of the people you wish to run this operation.( sql Queries ) You can find a users user id by editing their profile in the admincp and it will display their user id at the top. If you are the origional administrator that installed the forum your user id is 1.
Since I was given ftp access I should be able to get that set up now and update our config.php with my id added so I can veiw the needed areas.
eXtremeTim
04-05-2005, 02:58 AM
This following post is setup to be a password for access to the vbscripts area at my site. That way only liscensed users can gain access to my scripts forums.
The password is:
ecfvbscripts 679846
Support for this hack has returned. I will try to give support in this thread. Priority support will be given here (http://www.extremechatforums.com/forums/index.php?section=9998)
Just a note I will be starting work on a new version possible as soon as tonight. :)
Cloud Strife
04-06-2005, 10:07 PM
I stops replying to posts if its gone on for a while... I think its got something to do with the number of smilies. How do I let the bot carry on even when there are too many smilies?
Ski-Whiz
04-14-2005, 09:29 AM
I'm getting errors.. I posted them on your site.. :D
Everything works without a hitch, other than the bot doesn't respond back in any forum. He works via the talking.html page..
I think it's a php setting (call-time pass etc). I didn't understand the way to work around this if my host won't turn it "on"...
WhiteOx2
04-14-2005, 09:34 AM
Do you have the bot activated via forum manager? you need to set his percentage of posting.
Ski-Whiz
04-14-2005, 11:25 AM
Do you have the bot activated via forum manager? you need to set his percentage of posting.
AHHH, didn't see that!! Thanks a LOT!! I set it to 100, from 0 and not it's working..
I looked for a setting someplace, but didn't think of going there.. :D
PixelFx
04-14-2005, 01:08 PM
does this work with 3.0.7?
kylek
04-15-2005, 12:12 AM
I have it installed on vb3.0.6 and the only problem I have is the new thread. Go to start a new thread, submit, this sql error pops up,
Database error in vBulletin 3.0.6:
Invalid SQL: SELECT threadid FROM post WHERE postid=4249
mysql error: Table 'vbulletin.post' doesn't exist
mysql error number: 1146
Date: Thursday 14th of April 2005 08:54:33 PM
Script: xxxxxxxxxxxxxxx/forum/newthread.php
Referer: xxxxxx
Username: xIP Address: xxxxxxxxxx
After hitting back button it shows the new thread post but no reponse from Bot. However any posts added after the initial one works fine and the bot responds to all.
I use a vb3_ prefix for my database so vbulletin.post should be vb3_ post which does exist.
Where do I look to change this, seems it is only in new thread.php
Anyone have any suggestions?
Marco van Herwaarden
04-15-2005, 06:20 AM
I have it installed on vb3.0.6 and the only problem I have is the new thread. Go to start a new thread, submit, this sql error pops up,
Database error in vBulletin 3.0.6:
Invalid SQL: SELECT threadid FROM post WHERE postid=4249
mysql error: Table 'vbulletin.post' doesn't exist
mysql error number: 1146
Date: Thursday 14th of April 2005 08:54:33 PM
Script: xxxxxxxxxxxxxxx/forum/newthread.php
Referer: xxxxxx
Username: xIP Address: xxxxxxxxxx
After hitting back button it shows the new thread post but no reponse from Bot. However any posts added after the initial one works fine and the bot responds to all.
I use a vb3_ prefix for my database so vbulletin.post should be vb3_ post which does exist.
Where do I look to change this, seems it is only in new thread.php
Anyone have any suggestions?
In your _talkerbot.php file, find:
$tinfo = $DB_site->query_first("SELECT threadid FROM post WHERE postid=$newpost[postid]");
$threadinfo[threadid] = $tinfo[threadid];
}
$pinfo = $DB_site->query_first("SELECT max(postid) as pid FROM post WHERE threadid={$threadinfo[threadid]}");
And replace by:
$tinfo = $DB_site->query_first("SELECT threadid FROM " . TABLE_PREFIX . "post WHERE postid=$newpost[postid]");
$threadinfo[threadid] = $tinfo[threadid];
}
$pinfo = $DB_site->query_first("SELECT max(postid) as pid FROM " . TABLE_PREFIX . "post WHERE threadid={$threadinfo[threadid]}");
You will find this 2 times in that file, it has to be replaced 2 times.
PS I don't have this mod installed, so it is untested!
kylek
04-15-2005, 08:45 AM
Thanks MarcoH64,
Replaced both times in talkerbot.php and the same database error is still popping up (same one in last post) after starting a new thread, error shows - click refresh, proceeds to show first post in thread, then everything works after that just fine. Must be something in the newthread.php but with my lack of knowledge I do not know what to look for.
Marco van Herwaarden
04-15-2005, 09:10 AM
Confused now because those 2 places are the only ones where this query is being used i think.
Can you please post the EXACT error you are getting now?
kylek
04-15-2005, 07:12 PM
Confused now because those 2 places are the only ones where this query is being used i think.
Can you please post the EXACT error you are getting now?
Here it is, when I go and make a new thread and submit it this is the error;
There seems to have been a slight problem with the Okanagan Watch Forums database.
Please try again by pressing the refresh button in your browser.
An E-Mail has been dispatched to our Technical Staff, who you can also contact if the problem persists.
We apologise for any inconvenience.
Database error in vBulletin 3.0.6:
Invalid SQL: SELECT threadid FROM post WHERE postid=4310
mysql error: Table 'vbulletin.post' doesn't exist
mysql error number: 1146
Date: Friday 15th of April 2005 04:09:35 PM
Script: http://www.okanaganwatch.ca/forum/newthread.php
Referer:
Username: xxxx
IP Address: xxxxxxxxxx
kylek
04-15-2005, 09:06 PM
Above problem has been fixed with a big bouquet of thank yous to MarcoH64, the end result was operator error, I had ended up with two talkerbot.php files and had done the changes MarcoH64 posted in the wrong one. Since correcting the right one everything works fine now.
GLiMerMan
04-18-2005, 12:43 PM
Ok now im going nuts, ive spent a good 3 hours total trying to install this thing. Ive followed instructions to the full details however when i get up to the step where you run the botloader.php i get the following error -
Loading startup.xml
Warning: opendir(http://reviewgamer.com/forums/alice/aiml/): failed to open dir: not implemented in /home/reviewga/public_html/forums/alice/src/admin/botloaderfuncs.php on line 531
Warning: readdir(): supplied argument is not a valid Directory resource in /home/reviewga/public_html/forums/alice/src/admin/botloaderfuncs.php on line 532
Warning: closedir(): supplied argument is not a valid Directory resource in /home/reviewga/public_html/forums/alice/src/admin/botloaderfuncs.php on line 540
DONE LOADING
Inserted 0 categories into database
WARNING! You should password protect the admin directory or remove the botloader.php script or people may be able to abuse your server.
Click here to talk to the bot
execution time: 0.041276
Templates per second=0
Templates per minute=0
any ideas guys, would love an answer to get this working!
WhiteOx2
04-25-2005, 10:17 PM
Do you have your rootdir in dbprefs.php set correctly?
# This is where all the AIML and startup.xml resides
$rootdir="//home//reviewga//public_html//forums//alice//aiml/";
GLiMerMan
04-26-2005, 10:39 AM
Do you have your rootdir in dbprefs.php set correctly?
# This is where all the AIML and startup.xml resides
$rootdir="//home//reviewga//public_html//forums//alice//aiml/";
nice one! now its all installed properly damn her, she's being too shy! ill read through posts here to find out why she's not talking...
GLiMerMan
04-26-2005, 11:09 AM
Man I got this working!
well done what an awesome mod, has given me some serious laughs so far LOL
Vevina
04-28-2005, 09:19 AM
Sweet installed :)
I'm so lost...
I've got it all installed. Not getting any errors.
After running the loader, I get the option to talk to the bot, I do, and it responds with another question.
I have set several of my forums to 100, but yet, no reply from the bot. :/
Ideas?
Pain86
04-28-2005, 10:10 PM
gettin this error
Loading startup.xml
Warning: fopen(//web//sites//extremechatforums.com//public_html//www//forum//alice//aiml/startup.xml): failed to open stream: No such file or directory in /home/bodybui/public_html/forums/alice/src/admin/botloaderfuncs.php on line 508
could not open XML input
You don't have your path set. Look near the top of the page where your post is.
Pain86
04-28-2005, 10:35 PM
can you be more specific .... im pretty stupid :/
Do you have your rootdir in dbprefs.php set correctly?
# This is where all the AIML and startup.xml resides
$rootdir="//home//reviewga//public_html//forums//alice//aiml/";
This here.
Fix that and it should work.
Now just to get my issue fixed.
I've gone through all the files and looked them over. I found one thing in my path for the talk.php, fixed it but the bot is STILL not posting. I have several of the forums set at 100 for posting rate. But nothing.
Logikos
04-29-2005, 06:05 AM
strange. this works perfect at matrixmania.com. Been using it for 6 months now.
Ski-Whiz
04-30-2005, 08:37 PM
Is it possible that this bot/hack could do something like this:
https://vborg.vbsupport.ru/showthread.php?threadid=80770
???
I don't want to add (2) bots, but am looking to see if this bot can create threads like this hack I listed! Thanks!
WhiteOx2
05-01-2005, 09:04 PM
Now just to get my issue fixed.
// BBUserID of the user you want to talk
$botuserid = "130";
Did you replace the 130 with the bots userid in the _talkerbot.php file?
Yes I did.
Question I do have though is I see people talking about _talkerbot.php, in the directions it says to rename it to tomstalkerbot.php.
Was this wrong?
Is there anyway to make this work with Google links? :up: :down: :confused:
atxhorn
05-20-2005, 05:17 PM
how can u mannually uploading the file to the database...mine keep timing out.
kalius
05-20-2005, 07:08 PM
I just installed this and it's working fine but how can I change so that the bot title isn't Guest?
gilbert
05-21-2005, 01:14 PM
I just installed this and it's working fine but how can I change so that the bot title isn't Guest?
Installed following instructions and no errors. How long before mr. bot starts talking?
Gary King
05-23-2005, 05:27 PM
What does the alice/src/admin/botloader.php file do?
PKassab
05-25-2005, 02:45 AM
Ok my bot is posting before the page even refreshes how can we delay this/
Daremo
05-25-2005, 11:31 PM
I'm having trouble getting the bot to actually post anything. After installation I check the bots table as suggested and it is an empty table. Botloader seemed to work fine and got no errors. I have double checked all file mods and mods to _talkerbot. I have set tyhe forum to 100% chance of posting as well.
I can't see where I made a mistake. Can anyone assist? I'm attempting to install on vBulletin 3.0.6 with the 3.07 security patch.
Thanks
Edwin
05-27-2005, 04:53 PM
My bot was working fine for months, but it's suddenly started producing this error:
Warning: file_get_contents(http://forums.netbits.co.uk/alice/src/talk.php?vbid=4&input=testing+123): failed to open stream: Connection timed out in /_talkerbot.php on line 82
The bot ends up posting "I'm not feeling very well at the moment, try again later." every single time. I haven't changed anything so I'm not sure why it has stopped working. If you visit http://forums.netbits.co.uk/alice/src/talk.php?vbid=4&input=testing+123, it works fine, and the bot responds.
Anyone know what's up?
hitmanuk2k
05-30-2005, 07:39 AM
Can you slow it down? It would be better for posts from the bot to appear a few minutes after someones post. I understand you can control the rate of replies... but can you control it so it doesnt reply immediatley?
cyberxp9
05-30-2005, 04:02 PM
I have a problem when i run the botloader i get this error Loading startup.xml
could not open XML input, i think it has to do with the root dir thing in the dbprefrences but i dont know what the format is like im not sure how to set it up ($rootdir="//web//sites//extremechatforums.com//public_html//www//forum//alice//aiml/";)
i mean what format does that site use i dont get it
krash123
05-30-2005, 04:33 PM
Go into the vbulletin admin cp, open "Import & Maintenance" and click "View PHP info".
By the variable "DOCUMENT_ROOT" will be the root directory, which you will have to add "forums/alice/aiml/" or whatever your structure is to it.
If you are running on a windows server though, it will be in a different format, such as the drive letter followed by the sub-directories.
Daremo
06-01-2005, 01:49 PM
I still can't get the bot to post anything I've installed twice now.
Any ideas about how to troubleshoot?
Thanks
blueuniverse
06-02-2005, 11:15 AM
I've been looking over the aiml files here (http://www.alicebot.org/aiml/aaa/) and they've all been updated since the original version of the hack and I was wondering if I'd be able to load some of these in (the green ones that is) to make the bot a bit more clever. I've seen this asked throughout the thread but no answer has actually been given.
H@K@N
06-02-2005, 11:26 AM
Hi @ll,
after switching to php 5.0.4 i have some Problems with my Bot.
PHP Notice: Undefined index: value in /srv/www/htdocs/web1/html/alice/src/respond.php on line 161
PHP Notice: Undefined variable: curpmsize in /srv/www/htdocs/web1/html/alice/src/graphnew.php on line 199
PHP Notice: Undefined variable: newremains in /srv/www/htdocs/web1/html/alice/src/graphnew.php on line 421
PHP Notice: Undefined offset: 2 in /srv/www/htdocs/web1/html/alice/src/graphnew.php on line 416
PHP Notice: Undefined variable: newremains in /srv/www/htdocs/web1/html/alice/src/graphnew.php on line 424
PHP Notice: Undefined variable: s_patternmatched in /srv/www/htdocs/web1/html/alice/src/graphnew.php on line 54
PHP Notice: Undefined variable: s_inputmatched in /srv/www/htdocs/web1/html/alice/src/graphnew.php on line 55
PHP Notice: Undefined index: attributes in /srv/www/htdocs/web1/html/alice/src/util.php on line 495
Does somebody know, if the Bot hav problems with php5 or is there something else wrong ?
th@nks and gr33tz
krash123
06-02-2005, 02:52 PM
Oh yes, by all means blue, none of those will actually do any harm to the bot, though some do need to be modified a bit so yours doesn't pretend to be alice. I've been using any additional aiml I could find since the old vb2 bot.
I was having similar problems with a few of my scripts while I was using php5, don't think I had any with the bot though.
blueuniverse
06-04-2005, 08:02 PM
Cool. Do you reckon all those listed as green should have no problems or is it best to give those a look through to check everything?
michael5472
06-04-2005, 08:51 PM
I tried to install but it is not working and now when i try and make a new forum it comes up with this error message:
Database error in vBulletin 3.0.7:
Invalid SQL:
### INSERT QUERY GENERATED BY fetch_query_sql() ###
INSERT INTO forum
(title, description, fhbanner, fhbannerlink, fhmessage, link, displayorder, daysprune, parentid, mimicbotrop, newpostemail, newthreademail, styleid, password, options)
VALUES
('Classifieds', '', '', '', '', '', '1', '30', '-1', '0', '', '', '0', '', '89798')
mysql error: Unknown column 'mimicbotrop' in 'field list'
mysql error number: 1054
PLEASE CAN SOMEONE HELP ME
krash123
06-04-2005, 10:01 PM
Yeah, should be fine, you might want to take a quick glance if you just want to make sure or something.
Michael: It appears you forgot to run the query at the top of the install file;
ALTER TABLE `forum` ADD `mimicbotrop` INT( 5 ) DEFAULT '0' NOT NULL ;
After moving to a new host, i'm starting to see some errors show up in the error log.
One of them dealing with permissions of the directories. What should the correct chmod be?
krash123
06-05-2005, 12:55 AM
777 will do it.
That's what it is complaining about though.
[2005-06-04 15:04:42]: error: directory is writable by others: (/..../forums/alice/src)
[Sat Jun 4 21:56:38 2005] [error] [client 66.29.13.68] Premature end of script headers: /..../forums/alice/src/talk.php
I'm also seeing this after a post is done:
Warning: file_get_contents(http://www.ahazi.org/forums/alice/src/talk.php?vbid=2&input=Hrm.+Ok%2C+except+for+that+error+dealing+wit h+the+talkerbot.Medic%21+Sonya%27s+down%21): failed to open stream: HTTP request failed! HTTP/1.1 500 Internal Server Error in /_talkerbot.php on line 82
michael5472
06-05-2005, 06:41 AM
Michael: It appears you forgot to run the query at the top of the install file;
Cheers lol i am sooooo dumb.
Now in the phrase part
Rate Of Bots Posting<dfn>Setting this to 0 will disable him and a number 1-100 will be his percentage of replying.</dfn>
I assume you have to change somthing here ?
Because i have installed my bot and posted in the section assigned and it has not replied !
Edwin
06-05-2005, 02:43 PM
My bot was working fine for months, but it's suddenly started producing this error:
The bot ends up posting "I'm not feeling very well at the moment, try again later." every single time. I haven't changed anything so I'm not sure why it has stopped working. If you visit http://forums.netbits.co.uk/alice/src/talk.php?vbid=4&input=testing+123, it works fine, and the bot responds.
Anyone know what's up?
Well I've reinstalled my bot now, but I'm getting a different error :(
When I post, I get a "page cannot be displayed" error in IE. If I refresh I get an "invalid thread specified" error. But, if I go back to the forum, the post is actually there but with no reply from the bot.
If I use Firefox, when I submit the form the page starts to load, then stops loading. If I push the submit button again, it goes to the vbulletin error:
This post is a duplicate of a post that you have posted in the last five minutes. You will be redirected to that thread.
Again, if I go back to the thread again, the post is actually there, again with no reply from the bot.
The installation went fine, except when it said: "Login to phpmyadmin and check in the 'bots' table that the bot id is 0". My bots table was empty.
And the annoying thing is that this was all working fine until a week or so ago and I've no idea why it stopped working :(
kylek
06-06-2005, 12:38 AM
How does one go about not having him/her say "seeker" when someone asks his/her name? as in - your name is kyle seeker.
I checked out bot in the database but didn't see anything to do with seeker.
eXtremeTim
06-10-2005, 07:37 AM
I will be porting this up to vb 3.5 and resuming work on it. I hope to get it ported up in the next couple of days.
Butters
06-10-2005, 07:56 PM
I will be porting this up to vb 3.5
Thank you !
He's my top poster :laugh:
eXtremeTim
06-11-2005, 11:07 PM
lol
Isnt it kinda sad when you rely on a bot to be your top poster?
yoyoyoyo
06-12-2005, 12:39 AM
That's what it is complaining about though.
[2005-06-04 15:04:42]: error: directory is writable by others: (/..../forums/alice/src)
[Sat Jun 4 21:56:38 2005] [error] [client 66.29.13.68] Premature end of script headers: /..../forums/alice/src/talk.php
I'm also seeing this after a post is done:
Warning: file_get_contents(http://www.ahazi.org/forums/alice/src/talk.php?vbid=2&input=Hrm.+Ok%2C+except+for+that+error+dealing+wit h+the+talkerbot.Medic%21+Sonya%27s+down%21): failed to open stream: HTTP request failed! HTTP/1.1 500 Internal Server Error in /_talkerbot.php on line 82I am getting the same error when attempting to run botloader.php fpr the first time (a 500 error, and then the statement that "error: directory is writable by others") - is there a fix?
eXtremeTim
06-12-2005, 01:12 AM
Im not really planning to do much more if anything else with the 2.x version of this hack. I will be working on version 3 of this hack for vb 3.5 tommorrow.
yoyoyoyo
06-12-2005, 01:25 AM
Im not really planning to do much more if anything else with the 2.x version of this hack. I will be working on version 3 of this hack for vb 3.5 tommorrow.
Thanks- I am looking forward to checking out vb 3.5 once it is past the beta stage. The above error happened with VB version 3.0.5. Is there anyway I can execute the commands from botloader.php when installing without getting that error? Has anyone else who received the error 500 ""error: directory is writable by others"" been able to install this successfully? What could be the cause of this error, since this hack requires that directory to be chmod'ed to 777?
eXtremeTim
06-12-2005, 04:41 AM
It would be security on your server preventing access to the dir since it is writable.
eXtremeTim
06-12-2005, 11:41 PM
I have some rough code for the talkerbot working on my site right now. You can feel free to drop by and test him out so far.
http://www.extremescripts.com/forums/forumdisplay.php?f=75
eXtremeTim
06-13-2005, 07:03 PM
The integration core code has now been redone. He is now making use of the new vbulletin 3.5 datamanger. I will be working on acp control in a bit then after that comes even more nice stuff. ;)
Sleepyk
06-13-2005, 11:39 PM
how about a talker bot to go in online chats and advertise :)
anonimouse
06-14-2005, 12:45 AM
We suddenly started getting this error message when posting (each post):
yea i just set mine up and im getting the same thing. anyone else have this problem or know what to do?
Warning: file_get_contents(): URL file-access is disabled in the server configuration in /_talkerbot.php on line 82
Warning: file_get_contents(http://www.mysite.com/forums/alice/src/talk.php?vbid=1&input=testing): failed to open stream: no suitable wrapper could be found in /_talkerbot.php on line 82
(note the stuff in italics was edited for this post)
yoyoyoyo
06-14-2005, 12:54 AM
It would be security on your server preventing access to the dir since it is writable.I changed it to from 777 to 755 and it works fine :D
anonimouse
07-12-2005, 06:33 AM
about a month an no answer? does anyone have any ideas? seems like i'm missing somthing simple but i just cant figure it out.
Edwin
07-15-2005, 03:58 PM
I've read alot of posts...the kack sounds great, but, I get the feeling that it is riddled with bugs and major errors...is that true or is it stable?
Thanks
The hack is great and when I had it working it seemed to be stable and work fine.
But for some reason, it just stopped working one day and no matter how many times I reinstall it, I can't get it working again. The original creator did say he was working on a new version, which I'm hoping will be more reliable.
mrpibbny
07-16-2005, 12:22 PM
The integration core code has now been redone. He is now making use of the new vbulletin 3.5 datamanger. I will be working on acp control in a bit then after that comes even more nice stuff. ;)
I've had this mod on my board for awhile now. I disabled him for a couple months, but upon bringing him back to life, he returns errors regarding his talk.php file that should be located here. (http://www.extremechatforums.com/forum/alice/src/talk.php) Has this file been removed for any particular reason? And if so, could you provide me with a copy of this file to have on my server so I can get it running again? I find it to be somewhat amusing because he seems to respond about half the time to a certain group of members.
Thanks.
Edwin
07-16-2005, 12:35 PM
I've had this mod on my board for awhile now. I disabled him for a couple months, but upon bringing him back to life, he returns errors regarding his talk.php file that should be located here. (http://www.extremechatforums.com/forum/alice/src/talk.php) Has this file been removed for any particular reason? And if so, could you provide me with a copy of this file to have on my server so I can get it running again? I find it to be somewhat amusing because he seems to respond about half the time to a certain group of members.
Thanks.
Er that file is in the attachment (https://vborg.vbsupport.ru/attachment.php?attachmentid=16110) which you can download. But when you installed the hack, you should have copied all of these files to your server anyway.
mrpibbny
07-18-2005, 12:20 PM
Er that file is in the attachment (https://vborg.vbsupport.ru/attachment.php?attachmentid=16110) which you can download. But when you installed the hack, you should have copied all of these files to your server anyway.
I noticed this. But the original file I downloaded for this hack had that talk.php link to his website and I wasn't quite sure if he had a hack for other people aimed at a file on his website for a particular reason. I became more curious of this once I saw the file didn't exist at that address. I almost have it. One more kink, but I know what it is. Thanks.
csidlernet
07-20-2005, 08:22 AM
preety sweet thanks
Neal-UK
07-28-2005, 06:37 PM
im using VB 3.0.3 and have made all the edits ect and uploaded, when i goto botloader.php and run it looks like its trying to install the .aiml files but its syaing
'0' files installed
it doesnt give any error messeges.
see attached screenshot for details.
in the test forum the bot seem to be working without any errors, but all it replys with is
sorry im feeling unwell, please try later..
http://www.project-a.co.uk/forum/forumdisplay.php?f=37 (un-test /pass-test)
ive cmod'd all files in the alice directory to 777 :)
many thanks for any advice, i had a similar ai bot on an invision board and it was one of the best hacks i installed. hope to get this one working
Yeah, i get this too with 3.0.7 and all dirs chmod to 777
atlanx
08-09-2005, 01:05 PM
I get this message when running botloader
Loading startup.xml
Warning: fopen(): open_basedir restriction in effect. File(//web//sites//extremechatforums.com//public_html//www//forum//alice//aiml/startup.xml) is not within the allowed path(s): (/home/rorta1/:/usr/lib/php:/usr/local/lib/php:/tmp) in /home/rorta1/public_html/forum/alice/src/admin/botloaderfuncs.php on line 508
Warning: fopen(//web//sites//extremechatforums.com//public_html//www//forum//alice//aiml/startup.xml): failed to open stream: Operation not permitted in /home/rorta1/public_html/forum/alice/src/admin/botloaderfuncs.php on line 508
could not open XML input
Drago912
08-09-2005, 11:57 PM
I get this message when running botloader
I have the mod installed and he replys to my posts but I get this in everyone of his posts....
<br />
<b>Warning</b>: Call-time pass-by-reference has been deprecated - argument passed by value; If you would like to pass it by reference, modify the declaration of [runtime function name](). If you would like to enable call-time pass-by-reference, you can set allow_call_time_pass_reference to true in your INI file. However, future versions may not support this any longer.
<br />
<b>Warning</b>: Call-time pass-by-reference has been deprecated - argument passed by value; If you would like to pass it by reference, modify the declaration of [runtime function name](). If you would like to enable call-time pass-by-reference, you can set allow_call_time_pass_reference to true in your INI file. However, future versions may not support this any longer.
any ideas here??
Gutspiller
08-11-2005, 03:45 AM
Has anybody gotten this hack working on 3.0.7?
Ski-Whiz
08-11-2005, 11:47 AM
Yes, I ran it on 3.0.7 for a long while..
sensimilla
08-11-2005, 02:28 PM
damn.. I did everything like its said in the install.txt and it dont work..
the tutorial is writen so badly you cant figure out how to change bot name and what is
Save forums/tomstalkerbot.php
script...
hope to see some support here
# This is where all the AIML and startup.xml resides
$rootdir="//web//sites//extremechatforums.com//public_html//www//forum//alice//aiml/";
$DB_HOST="localhost";
$DB_UNAME="root";
$DB_PWORD="tim212281";
$DB_DB="ecf";
might be it worked for you as long as it had coder db data ..
Drago912
08-11-2005, 06:00 PM
damn.. I did everything like its said in the install.txt and it dont work..
the tutorial is writen so badly you cant figure out how to change bot name and what is
script...
hope to see some support here
might be it worked for you as long as it had coder db data ..
not sure I understand you........did you go into yer forum permissions and set the bot reply percentage?
To change the bots name just go into the bots user account and change his name.
sensimilla
08-16-2005, 08:34 AM
did you go into yer forum permissions and set the bot reply percentage?
hmm actually i cant see that option ? I dont have any custom usergroup for bot
I cant edit any bot permissions trough admin panel it seems
Drago912
08-16-2005, 09:19 AM
hmm actually i cant see that option ? I dont have any custom usergroup for bot
I cant edit any bot permissions trough admin panel it seems
Go into your forum manager......choose the forum you want the bot to reply in.........in there you should see a place to enter bot talk percentage.
sensimilla
08-16-2005, 10:02 AM
its working just perfect now :) thanks alot!
sensimilla
08-16-2005, 11:55 AM
One more Question , how do I set up bot age, gender ect...
Gutspiller
08-16-2005, 08:49 PM
If we already had the alice bot installed from 2.0.x and then upgraded to 3.0.7 and we have all the tables that are trying to be created from the sql file, is it ok to leave them, or do they all need to be deleted so the new sql file can create them? In other words are they updated at all since the one that was released a few years ago?
Is it safe to delete all these tables from my mysql database? :
bot
bots
conversationlog
dstore
gmcache
gossip
patterns
templates
thatindex
thatstack
feras
08-16-2005, 10:58 PM
is there a version of a bot like this for 3.5?
HaMaDa4eVeR
08-17-2005, 01:18 PM
hello
I get this page when I tried to test the BOT
Warning: Call-time pass-by-reference has been deprecated - argument passed by value; If you would like to pass it by reference, modify the declaration of [runtime function name](). If you would like to enable call-time pass-by-reference, you can set allow_call_time_pass_reference to true in your INI file. However, future versions may not support this any longer. in C:\AppServ\www\vb\alice\src\graphnew.php on line 125
Warning: Call-time pass-by-reference has been deprecated - argument passed by value; If you would like to pass it by reference, modify the declaration of [runtime function name](). If you would like to enable call-time pass-by-reference, you can set allow_call_time_pass_reference to true in your INI file. However, future versions may not support this any longer. in C:\AppServ\www\vb\alice\src\graphnew.php on line 231
What is your occupation?
and I changed anything and the bot dose not apper at the forum
thanks :)
FightRice.com
08-18-2005, 09:44 PM
Ok my bot is posting before the page even refreshes how can we delay this/
anyone/
Drago912
08-18-2005, 10:55 PM
anyone/
not sure on that but you can set the reply percentage in the forum permissions......
feras
08-19-2005, 05:38 AM
ok, i've spent a bit of time trying to get it to work for vb 3.5 RC2
I have it nearly completed, but now the bot isnt responding. Like it goes through everything but when it gets to call localhost/vb/alice/src/talk.php?vbid=2&input=adf+df+hey+guys+how+are+yall+i+fell+great+wh at+is+a+bot (this is an example post to the script) it gives back a blank page.
Can anyone please help me there?
I think it is maybe because I am testing it locally on a WINDOWS machine before I upload, and I wasnt able to tell if the bot compiles on a linux machine before it runs or what.
Any ideas?
sensimilla
08-19-2005, 07:10 AM
is there a way the bot answers in correct english ?
me : " Hi, Its friday the weekend is coming."
bot: "Hi there . Again, Um,
:-) I think you mean "it's" or "it is" not "its". Who said
friday the weekend is coming is?"
will that bot learn something one day ? :nervous:
HaMaDa4eVeR
08-19-2005, 03:38 PM
hello
I get this page when I tried to test the BOT
Warning: Call-time pass-by-reference has been deprecated - argument passed by value; If you would like to pass it by reference, modify the declaration of [runtime function name](). If you would like to enable call-time pass-by-reference, you can set allow_call_time_pass_reference to true in your INI file. However, future versions may not support this any longer. in C:\AppServ\www\vb\alice\src\graphnew.php on line 125
Warning: Call-time pass-by-reference has been deprecated - argument passed by value; If you would like to pass it by reference, modify the declaration of [runtime function name](). If you would like to enable call-time pass-by-reference, you can set allow_call_time_pass_reference to true in your INI file. However, future versions may not support this any longer. in C:\AppServ\www\vb\alice\src\graphnew.php on line 231
What is your occupation?
and I changed anything and the bot dose not apper at the forum
thanks :)
plllllllllllllllllllllllllllllllllllllllllllez help me
feras
08-19-2005, 06:20 PM
hah! I got it to work on 3.5, a few bugs but it's working.
Went to install this and had my account suspended for a weee bit.. LOL
apparently they did not appreciate the 300,000 queries, is there another way around this?
I asked if they could run the script for me, they said no, find another way.
So any advice would be appreciated.
anonimouse
08-27-2005, 08:18 AM
i posted this a few months ago and got no reply. after looking around i think i found the problem. the error i was getting was after every time i posted in the bot section on the redirecting page
Warning: file_get_contents(): URL file-access is disabled in the server configuration in /_talkerbot.php on line 82
Warning: file_get_contents(http://www.mysite.com/forums/alice/src/talk.php?vbid=1&input=testing): failed to open stream: no suitable wrapper could be found in /_talkerbot.php on line 82
i found a post today that has this explaination
Anyone having this problem :
Warning: file_get_contents(): URL file-access is disabled in the server configuration in /_talkerbot.php on line 82
Warning: file_get_contents(http://localhost/forum/alice/src/ta...t=Testing+again...): failed to open stream: no suitable wrapper could be found in /_talkerbot.php on line 82
This mean your server doesn't have the PHP function allow_url_fopen = ON which will not allow you to get distant files such as xml or rss. Please contact your host regarding of the status of this function and if he can enables it.
ALSO PUT THIS AS PREREQUIREMENT FOR YOUR SCRIPT TO WORK:
allow_url_fopen must be ON, otherwise it won't allow you to get distant files.
i am with dreamhost, and apparently they set allow_url_fopen to OFF on all accounts because of security issues. http://wiki.dreamhost.com/index.php/Allow_url_fopen
they mention for some things you would use allow_url_fopen for, you can use CURL http://wiki.dreamhost.com/index.php/CURL which (along with php) is somthing i have no knowledge of at all.
my question now is, would it even be possible to make a few changes here and there to make this script work using CURL, without allow_url_fopen being on, or is there just no way to do it?
thanks
Prisoner
08-28-2005, 10:30 AM
I got it installed and am anxiously waiting to see who tries to argue with it first.
Is there any way to create a couple minute delay in his response time?
I got it installed and am anxiously waiting to see who tries to argue with it first.
Is there any way to create a couple minute delay in his response time?
I can't wait for a version to come out that installs through the Plugin or Product manager!
Went to install this and had my account suspended for a weee bit.. LOL
apparently they did not appreciate the 300,000 queries, is there another way around this?
I asked if they could run the script for me, they said no, find another way.
So any advice would be appreciated.
?????????????
anyone have an answer for this?
martinc126
09-10-2005, 02:00 PM
Hello,
I keep getting this error, The file is there i have checked more than once.
Loading startup.xml
Warning: fopen(/public_html/community/alice/aiml/startup.xml): failed to open stream: No such file or directory in /home/steve/public_html/community/alice/src/admin/botloaderfuncs.php on line 508
could not open XML input
Anyone know what i am doing wrong.
Thanks
Martin
hi i get this error
on this
http://www.oh-twadi.com/forum/alice/src/admin/botloader.php
i get this error
Loading startup.xml
Warning: fopen(//web//sites//extremechatforums.com//public_html//www//forum//alice//aiml/startup.xml): failed to open stream: No such file or directory in /home/ohtwadi/public_html/forum/alice/src/admin/botloaderfuncs.php on line 508
could not open XML input
martinc126
09-11-2005, 03:00 PM
Hello,
I keep getting this error, The file is there i have checked more than once.
Loading startup.xml
Warning: fopen(/public_html/community/alice/aiml/startup.xml): failed to open stream: No such file or directory in /home/steve/public_html/community/alice/src/admin/botloaderfuncs.php on line 508
could not open XML input
Anyone know what i am doing wrong.
Thanks
Martin
Hi,
The error i was getting has been fixed now.
I need to make sure i put a / in front :confused:
Anyway it ended up been
/home/steve/public_html/community/alice/aiml/
However now i have another little problem. When users post in the bots forum it sends it to the database fine, and the bot replies to it in the database but it doesn't make a new post with the bots reply.
Any ideas why.
Thanks
Martin
How do i make him more clever
how do i get it so the post count goes up when the bot posts?
Went to install this and had my account suspended for a weee bit.. LOL
apparently they did not appreciate the 300,000 queries, is there another way around this?
I asked if they could run the script for me, they said no, find another way.
So any advice would be appreciated.
anyone have a solution for this?
Chief Corn
09-28-2005, 09:57 AM
anyone have a solution for this?
switch hosts? :ermm: there's plenty of hosts out there who would already allow you to do it. that'll learn 'em to say no.
Mijae
10-05-2005, 07:11 PM
Any news on the port for vB3.5?
FightRice.com
10-12-2005, 07:07 PM
Any news on the port for vB3.5?
Thats what i just checked this thread for :lol:
n1ckn4me
10-12-2005, 08:27 PM
wow! ...this is A freaking I! I like it ...please tell me this is going to be ported! ^^
xproductionz
10-16-2005, 10:58 PM
i get this error
Loading startup.xml
could not open XML input
xproductionz
10-17-2005, 03:13 AM
i give up.. i been working on this thing for countless hours and days now and cant figure it out.. think i need someone to do this for me
little to no support, real shame. :ermm: :down:
xproductionz
10-22-2005, 12:22 AM
real shame
unixdotcom
10-28-2005, 04:30 AM
Dear Tim,
What is the status of TalkerBot, the next generation AI bot for vB?
Neo
Gollum the UNIX forum bot.... (http://www.unix.com/forumdisplay.php?f=59)
Ski-Whiz
10-29-2005, 11:29 PM
I was able to get my talker bot to show online.
Only thing, they ALWAYS show online. :D
ambumann
11-08-2005, 06:54 AM
Okay taking feature requests for the 3.0 version of the talkerbot. Right now
this will only be for vbulletin 3.5 but if the demand for it on 3.0 is great
enough I will also release it for vb 3.0.
Does this mean the TalkerBot is ready for use in vB 3.5?
does this bot work for 3.5? if not can u gladly pm me the download link of the 3.5 bot
kadafi_alive
12-08-2005, 04:14 PM
bump
any update on the vb 3.5 version?
Wordplay
12-10-2005, 07:03 AM
is one being made?
drew010
12-10-2005, 08:36 AM
Does this mean the TalkerBot is ready for use in vB 3.5?
I think that means he is programming a new version but he won't make it 3.0 compatable unless there is high demand for it.
ambumann
12-11-2005, 04:08 AM
I think that means he is programming a new version but he won't make it 3.0 compatable unless there is high demand for it.
Oh, ok. We're anticipating the 3.5.2 version!
sensimilla
12-11-2005, 09:05 AM
yep we need it badly :) people loves it
ShawnV
12-15-2005, 11:10 AM
I wouldnt hold your breath, ET is the most unprofessional, flaky coder I have ever worked with, 31 strait days of I will have it for you tomorrow I promise and nothing, send donations at your own risk, they wont go to getting anything done.
eXtremeTim
12-15-2005, 04:11 PM
I wouldn?t hold your breath, ET is the most unprofessional, flaky coder I have ever worked with, 31 strait days of I will have it for you tomorrow I promise and nothing, send donations at your own risk, they wont go to getting anything done.
If you wouldnt have been an ass to me on msn yesterday and gave me only 5 minute to reply before you went off becuase I was in the other room I was basicly done and you would have had it yesterday.
ShawnV
12-15-2005, 09:55 PM
If you wouldnt have been an ass to me on msn yesterday and gave me only 5 minute to reply before you went off becuase I was in the other room I was basicly done and you would have had it yesterday.
If it?s basically done then post it.
RichieBoy67
12-18-2005, 02:00 AM
Can someone post the dump for this or an uninstaller please???
ambumann
12-18-2005, 08:46 PM
So you won't release it because you had a fight with ShawnV?
ShawnV
12-19-2005, 09:03 PM
So you won't release it because you had a fight with ShawnV?
(grin)
We didn?t have a fight, after 30+ days of I will have it for your tomorrow I promise, making donations, spending two Saturdays waiting all day after being told we will get it done tomorrow for sure, seeing him online and then nothing all day not even a PM or email, endless PM?s that were never answered and then making our client rather irritated with us because I asked him to be honest if you cant do it just tell me, oh no it will be done tomorrow, so I would pass that along, then nothing over and over, I finally had enough, and blew up, that?s all.
I wish he would release it, it?s a great MOD, I doubt it?s basically done however.
_V
Paprika
12-20-2005, 01:18 AM
Dang.. i need a bot for my board.
trainer
12-20-2005, 01:40 AM
is this hack still on or is it just a waste of time to keep checking
Bubble #5
12-22-2005, 03:46 PM
Maybe you should try checking out his forum instead. Just an idea :nervous:
RichieBoy67
12-22-2005, 03:55 PM
Well, whatever......
Can one of you guys at least come up with the dump for this so I can either remove it or reinstall it?
If I had the time I would do this myself but I wish one of you guys would please do this. This hack is a very unique idea and I am really looking forward to getting it working...
Ski-Whiz
12-22-2005, 03:59 PM
I'm using this on my 3.0.9, and will work on 3.0.11.
anything like this for 3.5.x
eXtremeTim
01-01-2006, 08:48 AM
Give me a few days and I will get the port all documented up the rest of the way.
As well as start work on v3.
Reason it hadnt been released already is becuase I had been out of town the last 2 weeks.
H@K@N
01-01-2006, 05:10 PM
un-subscribed.
me 2
ambumann
01-04-2006, 12:01 AM
Un-subscribed, uninstalled and reported.
Wordplay
01-04-2006, 12:30 AM
how about a talker bot for 3.5. :D
any chance?
or maybe even just a browsing bot, you know a bot that simply browses the forums.
Bubble #5
01-04-2006, 01:06 AM
Give me a few days and I will get the port all documented up the rest of the way.
As well as start work on v3.
Thanks Tim. Looking forward to the 3.5 version :)
eXtremeTim
01-07-2006, 05:47 PM
I have not forgotten. There has been a few big things going on lately that changed my original timelines for things and exactly how I will be going about things.
Bubble #5
01-07-2006, 11:30 PM
I have not forgotten.
Thanks Tim! Hope everything is good on your end. Looking forward to the Talker Bot for 3.5.3 :)
kofoid
01-10-2006, 03:57 PM
Thanks so much tim - I can't wait!!!
do you have an ETA at all?
any news on this bot for 3.5.x
Prisoner
01-21-2006, 10:04 AM
Are all hopes for a 3.5.x version non-existant?
mbader71
01-21-2006, 10:25 AM
question:
does this bot work on 3.5.2?? and above??
any news on the 3.5.x bot
corn dog
01-31-2006, 11:05 PM
any news on the 3.5.x bot
Will this work on 3.5.3?
no thats why i asked about any news on the 3.5.x bot
nitro
02-03-2006, 03:28 AM
Will this work on 3.5.3?
Yes with some minor changes, I have it going on 3.5.3 test board atm, no vb file edits are nessecary, smilies are broken atm but it is working with WYSiWYG/Normal/Newthread/reply and Ajax QuickReply, quoting seems ok and its RE: Threadtitle ok aswell.
Theres no CP settings either atm so to change these is something that has to be done in phpMyAdmin if your using the $usechanceofpost setting for now.
If Tim is happy for me to post how or even the updated file _talkerbot.php and plugin.xml in this thread and you dont mind it the way it is as above, while we await the new version 3 for 3.5, else I am afraid you will need to work out the few changes nessecary yourselves or wait till Tim is ready with the new version.
It would also be on the grounds that I am taking no credit for it, the changes are too minor, I will not be guaranteeing any support, but I dont see why exchanges of extra info to help finish a v2 update for 3.5 would be a bad thing. And no I am not trying to, nor want to take over the hack, I am just offering it as an aid to keep some happy during the transition of the new improved version that is coming. ;)
Extra: Do not pm me regarding this either, I will not reply to them and you will just go straight into my ignore list.
ShawnV
02-04-2006, 02:30 PM
Yes with some minor changes, I have it going on 3.5.3 test board atm, no vb file edits are nessecary, smilies are broken atm but it is working with WYSiWYG/Normal/Newthread/reply and Ajax QuickReply, quoting seems ok and its RE: Threadtitle ok aswell.
Theres no CP settings either atm so to change these is something that has to be done in phpMyAdmin if your using the $usechanceofpost setting for now.
If Tim is happy for me to post how or even the updated file _talkerbot.php and plugin.xml in this thread and you dont mind it the way it is as above, while we await the new version 3 for 3.5, else I am afraid you will need to work out the few changes nessecary yourselves or wait till Tim is ready with the new version.
It would also be on the grounds that I am taking no credit for it, the changes are too minor, I will not be guaranteeing any support, but I dont see why exchanges of extra info to help finish a v2 update for 3.5 would be a bad thing. And no I am not trying to, nor want to take over the hack, I am just offering it as an aid to keep some happy during the transition of the new improved version that is coming. ;)
Extra: Do not pm me regarding this either, I will not reply to them and you will just go straight into my ignore list.
Every thread in this community has people posting minor changes to other mods to better the mod or to help out people, I dout anyone would argue that it's been long enough of a wait to get this mod working with 3.5, so please post the changes needed.
Cheers,
nitro
02-04-2006, 03:39 PM
Every thread in this community has people posting minor changes to other mods to better the mod or to help out people, I dout anyone would argue that it's been long enough of a wait to get this mod working with 3.5, so please post the changes needed.
Cheers,
I do agree that time waited has been somewhat of a considerable length.
It may also be at cross purposes with this thread itself to make changes which are unsupported by the author and may well add confusion to the thread.
Maybe we need some vb.org staff response in regards this as I dont in anyway want to undermine ExtremeTim but I am coming to the opinion that perhaps something like a TalkerBot v2.0.2 for vb 3.5 branch is required, (vb 4 may well be just round the corner by the time the new v3 is released from ExtremeTim), which I dont mind starting on the terms I have all ready stated and making it a community project branch of the hack, the majority of the hack is a 3rd party application anyway, it just makes vb interface with that application or rather vice versa. I have no idea what the rules here are regarding this and the vb file itself only contain a copyright with no real license ?
nitro
02-05-2006, 06:25 AM
If anyones still using this on v3.0x and your having trouble with smilies I am sure theres a typo in this line
if ($botqusetandsmilie == "1") {
which should be
if ($botuserandsmilie == "1") {
Status on the 3.5 functinality I have got to is now, ACP option appears and seems to function and smilies are by the looks spot on, and I seem to have managed a little extra, but I am not going to say anything on that till further testing.
icare
02-05-2006, 07:49 AM
Any idea if this hack supports 3.5.x?
ShawnV
02-05-2006, 01:35 PM
I do agree that time waited has been somewhat of a considerable length.
It may also be at cross purposes with this thread itself to make changes which are unsupported by the author and may well add confusion to the thread.
Maybe we need some vb.org staff response in regards this as I dont in anyway want to undermine ExtremeTim but I am coming to the opinion that perhaps something like a TalkerBot v2.0.2 for vb 3.5 branch is required, (vb 4 may well be just round the corner by the time the new v3 is released from ExtremeTim), which I dont mind starting on the terms I have all ready stated and making it a community project branch of the hack, the majority of the hack is a 3rd party application anyway, it just makes vb interface with that application or rather vice versa. I have no idea what the rules here are regarding this and the vb file itself only contain a copyright with no real license ?
Yes I agree, at this point something needs to be done, the hack convert was done by Rapid Gaming in the first place, and its core is C-birch which is open source, there is also a much more advanced, and way better version of this hack for phpBB atm that you might just consider porting over to VB and posting.
http://www.phpbb.com/phpBB/viewtopic.php?t=24191&highlight=amil
Cheers,
_V
nitro
02-05-2006, 10:52 PM
Yes I agree, at this point something needs to be done, the hack convert was done by Rapid Gaming in the first place, and its core is C-birch which is open source, there is also a much more advanced, and way better version of this hack for phpBB atm that you might just consider porting over to VB and posting.
http://www.phpbb.com/phpBB/viewtopic.php?t=24191&highlight=amil
Cheers,
_V
Cant say I am sure about the C.Birch orignal vb 2 mod being open source but I cannot locate the complete package, only the php file which mentions nothing of GNU/GPL etc but just a Copyright line.
And the Rapid Gaming vb 3 original port package is also removed.
Alice itself which is the engine is of course open source.
Best bet is wait and see what response I get from Tim himself on having the 202 bot working in vb 3.5x and what he says he will be ok with as v3 is under development and may not be available for sometime.
I am not to sure on the phpbb link the author theres abonded the project it seems almost 12 months ago, and for the AI responses themselves its a case of tweaking the aiml's prior to install or tweeking its extensive db entries aswell as its learning curve.
Besides updating something designed for an older system is one thing porting one in from another is quite abit more and likely take some time with my menial php knowledge. ;)
ShawnV
02-08-2006, 02:13 AM
Best bet is wait and see what response I get from Tim himself on having the 202 bot working in vb 3.5x and what he says he will be ok with as v3 is under development and may not be available for sometime.
Guess we all in for a very long wait then. /sigh :disappointed:
nitro
02-08-2006, 04:45 PM
Guess we all in for a very long wait then. /sigh :disappointed:
Dunno seems he has not been active for a couple weeks im sure he will visit here soon.
On a side note ShawnV I noticed you wanted something that would show your bots online
https://vborg.vbsupport.ru/showthread.php?t=48109
It does work but I cannot find the hook location to make it a plugin so you will have to go with the edit method, It will support multi accounts tho. :)
ShawnV
02-09-2006, 11:18 AM
Dunno seems he has not been active for a couple weeks im sure he will visit here soon.
On a side note ShawnV I noticed you wanted something that would show your bots online
https://vborg.vbsupport.ru/showthread.php?t=48109
It does work but I cannot find the hook location to make it a plugin so you will have to go with the edit method, It will support multi accounts tho. :)
Groovey thanks.
Let me know if you figure out how to make a plugin out of it :)
also sent you a PM on something else.
_V
GuaRRand
02-09-2006, 11:19 AM
Cant wait for the 3.5 release :D
SIINSI
02-10-2006, 11:01 PM
He's online on his site right now... get em :D
Paprika
02-10-2006, 11:29 PM
WHy hasn't anyone else tried just porting the v3.0 rc script?
I would do it but I don't have the time... I mean if I did I would.
nitro
02-11-2006, 05:54 AM
WHy hasn't anyone else tried just porting the v3.0 rc script?
I would do it but I don't have the time... I mean if I did I would.
1 Once a port has been handed over to a new author I would guess its as much down to, reasonable effort should be made to contact the new author.
2 the orignal v3 port is not available anymore anyway, it was removed from the thread @ handover.
I would look at a thread in site feedback forum if I was you to get a gist on whats not acceptable or is regarding updating hacks.
ATM the only way to get this out as a release is a complete rewrite I believe, and even that may be open to accusations.
Even a private transaction regarding installing this onto another members board for 3.5 may well be outside the bounds of accepatable, due to the fact that code has been modified in a non personal way without the authors prior consent.
If any coders wish to contact me about a complete rewrite possiblity as a group project feel free. If your not a coder do not bother. I have a new name figured allready for it, aswell as it working in 3.5 with extra features. It will need to be rewritten in a way that it cannot become open to accusations from the current projecteers.
Zain Jaffer
02-11-2006, 11:46 PM
I've been waiting for the 3.5 release of this hack for a long time too. ONce it's released, I'd love to give it a test-drive on my forums.
ShawnV
02-13-2006, 10:27 PM
Getting to the point of just hiring a coder to make me a custom AI MOD based on this or whatever it takes, this is getting "OLD".
Yukino_AE
02-14-2006, 03:01 AM
i feel the same exact way. i want to have this on my current forums.
Zain Jaffer
02-18-2006, 03:24 PM
Getting to the point of just hiring a coder to make me a custom AI MOD based on this or whatever it takes, this is getting "OLD".
Let me know before you do.
I think the best way to proceed with this might be to get other members to share the costs if they want in on the action.
ShawnV
02-20-2006, 02:51 PM
Let me know before you do.
I think the best way to proceed with this might be to get other members to share the costs if they want in on the action.
Looking for a coder now, once I have one and we have a time line and cost I will let you know.
It will be based off the much more advanced and better phpBB version for one thing.
kofoid
02-20-2006, 04:36 PM
Hooray!
Yukino_AE
02-21-2006, 07:01 AM
yay finally! i tried to PM ET on his site but I got no reply. v_v
i really want to see something like this for vb3. it's just such a fun hack to have. ^_^
kofoid
02-24-2006, 03:40 PM
I can't even get to his site!
any news on this been waiting ages lol
nitro
02-28-2006, 10:02 PM
i feel the same exact way. i want to have this on my current forums.
I feel for you all I really do, it took me about 4 hours or so maybe a bit more, to work out how to make this 3.5 compatable, make it multi bot, and add a 3.5 port of the learning in admincp from vb v2.x and I am far from being a skilled hacker
Problem is since I pm'd ET a good 2 weeks ago on here for permission to post on the 3.5 mod of this, wether it be a how to here or a new thread, his site has become inaccesible and although he has visited vb.org since the pm I have recieved no response. All I can asume from that its "Permision Denied" to post anything regards updating or helping you all get this hack working in 3.5 by way of ignorance than anything else. :(
ShawnV
03-06-2006, 12:38 PM
I feel for you all I really do, it took me about 4 hours or so maybe a bit more, to work out how to make this 3.5 compatable, make it multi bot, and add a 3.5 port of the learning in admincp from vb v2.x and I am far from being a skilled hacker
Problem is since I pm'd ET a good 2 weeks ago on here for permission to post on the 3.5 mod of this, wether it be a how to here or a new thread, his site has become inaccesible and although he has visited vb.org since the pm I have recieved no response. All I can asume from that its "Permision Denied" to post anything regards updating or helping you all get this hack working in 3.5 by way of ignorance than anything else. :(
I guess I really dont get it, your not re-writing the mod and your not claiming to have wrote it, almost every topic in this site has people posting add on's or fixes to other authors MODs in each and every thread, seems to me that it is perfectly ok to do so.
anyways...
I am still looking for a reliable coder to write a new bot mod...so it looks like we all wait some more..
_V
nitro
03-10-2006, 06:14 AM
I guess I really dont get it, your not re-writing the mod and your not claiming to have wrote it, almost every topic in this site has people posting add on's or fixes to other authors MODs in each and every thread, seems to me that it is perfectly ok to do so.
anyways...
I am still looking for a reliable coder to write a new bot mod...so it looks like we all wait some more..
_V
Then I suggest you follow this thread https://vborg.vbsupport.ru/showthread.php?t=109496
Altho what lines get drawn on a hack thats allready a port of a port I dont know. The situation seems a bit crazy at times.
* nitro shrugs I certainly dont think its fair that the ExtremeTim has put up "support for the hack has returned" when it most certainly has not.
yellowchaser
04-26-2006, 02:21 AM
This is like a bad joke, its not going to get done guys
MikeBlah
04-26-2006, 05:29 PM
hey guys,
i'm thinking about intalling this, i'm running 3.0.9
my question is, will it go through and reply to the thousands of posts already posted over the last few months throughout the forum?
thanks for your help, i appreciate it.
mike
Paprika
04-26-2006, 05:32 PM
hey guys,
i'm thinking about intalling this, i'm running 3.0.9
my question is, will it go through and reply to the thousands of posts already posted over the last few months throughout the forum?
thanks for your help, i appreciate it.
mike
No, the bot will only reply to posts which are made AFTER it is installed and configured. And only the posts in the specific forums which you tell it to monitor anyway.
Hope that helps.
MikeBlah
04-26-2006, 05:36 PM
hey paprika,
thanks! that does help. a lot.
have you used it? i've seen it on a couple of sites, looks a little hacky, but i'm trying to make sure my pages are updated so they look recent for the search engines.
is there something else i can do that you know of?
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.