vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   Modification Graveyard (https://vborg.vbsupport.ru/forumdisplay.php?f=224)
-   -   Major Additions - Talkerbot V2.2.3 (AI Posting Bot) (https://vborg.vbsupport.ru/showthread.php?t=126386)

eXtremeTim 11-13-2006 03:36 AM

I have been working hard on v3 so everybody knows.

Freak0204 11-16-2006 07:13 AM

Keep getting this error when clicking the reply button.

Code:

Database error in vBulletin 3.6.3:

Invalid SQL:
INSERT INTO session (userid,lastactivity,host) VALUE ('21',1163668299,'127.0.0.1');

MySQL Error  : You have an error in your SQL syntax.  Check the manual that corresponds to your MySQL server version for the right syntax to use near 'VALUE ('21',1163668299,'127.0.0.1')' at line 1
Error Number : 1064
Date        : Thursday, November 16th 2006 @ 04:11:39 AM
Script      : http://www.babblebuzz.com/forum/newreply.php?do=postreply&t=425
Referrer    : http://www.babblebuzz.com/forum/newreply.php?do=newreply&noquote=1&p=554
IP Address  :
Username    :
Classname    : vB_Database

The posts always go through OK but the error still comes up.

hotwheels 11-17-2006 01:39 AM

What that means freak0204 is that the word value on the insert line need's to be VALUES instead of VALUE......

Gizmo5h1t3 11-17-2006 10:00 AM

good to see ure still pluggin away at this m8

hotwheels 11-17-2006 06:53 PM

I just can't help myself when it come's to helping other's that need a bit of assistance.....hehehee, thanks man.

blogtorank 11-20-2006 06:00 PM

Hey the forums there is down:

http://vbhacks.extremewebtech.com/fo...thread.php?t=1

Quote:

Warning: mysql_connect(): Access denied for user 'ewt_vb'@'localhost' (using password: YES) in /home/ewt/public_html/ecoresys/core/mysql.php on line 19
Access denied for user 'ewt_vb'@'localhost' (using password: YES)

hotwheels 11-20-2006 07:27 PM

sure is...........

gibgib 11-27-2006 08:16 AM

Quote:

Originally Posted by zooman (Post 1108660)
I got it installed and it seems to be working, but is replies with

There should be no DB connection issues as far as I can think, in fact if there was a DB issue I expect it would not have installed.

Any thoughts?

I have the same issue here.

Talkerbot v2.2.4 vb3.6
vBulletin 3.6.4
PHP 5.0.4
mysql 4.1.21

Fox2k 11-28-2006 03:00 AM

HI guys,

I am having an issue with the bot replacing commas, apostrophes, and other characters with something like an ASCII equivalent - for example a comma becomes %2C

any ideas where this is coming from? I looked in the database ad it is indeed stored like that so it seems to be a problem with parsing quotes...

MPDev 11-28-2006 11:38 AM

Quote:

Originally Posted by eXtremeTim (Post 1116013)
I have been working hard on v3 so everybody knows.

Maybe you should be working hard on resolving outstanding debts instead of giveaways:

https://vborg.vbsupport.ru/showthread.php?t=128619

da420 11-29-2006 05:43 AM

Uninstalled.

BobbyBig 11-30-2006 01:57 AM

Hello guys,

Awesome Hack, but me gets an Error when doing a Replay in the Forum.

Problem: Not Solved
I am using vBulletin Version: 3.6.4
On the Forum I set the Bot to replay on, some seconds after I press the replay button nothing happens, and than I get:
502 Bad Gateway
Web server received an invalid response while acting as a gateway or proxy server.
However my Post comes through, but Bot isnt responding. On Forums Bot isn't set to replay, posting is working as normal.

talk.html is working fine,files are uploaded too(yes also ewt_talkerbot.php),forum id is set, and userid for bot too. I watched my mysqlDB with phpmyAdmin , there everytime are 2 entrys which are added to 4 different tables when i press the replay button.
Like this one in conversationlog:

bot| id | input | response | uid | enteredtime
0 | 5 | bot da 123 ? | Ich habe auf Dich gewartet. | 5 | 2006-11-30 05:02:29
0 | 6 | bot da 123 ? | Wer ist Dein Idol? | 1 | 2006-11-30 05:02:29

it is correct that he adds 2 messages for 1 replay ?
Well but however i get a error 502 like i explained above.

So this means the ewt_tablerbot.php is executed, even if I don't get any response back with echo or javascript:alert. Me only gets a 502 error.

Any Ideas how to solve this error ?

The Finman 12-03-2006 09:24 PM

I posted this on Tim's website asking for help with a problem, but I haven't gotten any suggestions. I am hoping that maybe someone here can point me in the right direction. :)

I am running vBulletin version 3.6.3 and I'm recieving this error during install when I try to run botloader.php

Quote:

Loading startup.xml
Loading data aiml file: 1.aiml

Notice: Undefined offset: 8 in /var/www/vhosts/rr.com/httpdocs/forums/alice/src/admin/botloaderfuncs.php on line 187

Notice: Undefined offset: 8 in /var/www/vhosts/rr.com/httpdocs/forums/alice/src/admin/botloaderfuncs.php on line 187

Notice: Undefined offset: 8 in /var/www/vhosts/rr.com/httpdocs/forums/alice/src/admin/botloaderfuncs.php on line 187

Notice: Undefined offset: 8 in /var/www/vhosts/rr.com/httpdocs/forums/alice/src/admin/botloaderfuncs.php on line 187

Notice: Undefined offset: 7 in /var/www/vhosts/rr.com/httpdocs/forums/alice/src/admin/botloaderfuncs.php on line 187

Notice: Undefined offset: 7 in /var/www/vhosts/rr.com/httpdocs/forums/alice/src/admin/botloaderfuncs.php on line 187
I suspect it's something simple where I goofed, but I would appreciate any help that points me in the right direction to fix it. :)

Thanks in advance. :)

~Fin

ultimo 12-05-2006 01:18 PM

Warning: file_get_contents(/forums/alice/src/talk.php?vbid=1&input=ggggggggggggggg%3ATheArchLit chMalignu): failed to open stream: No such file or directory in /ewt_talkerbot.php on line 54

Recuriing problem after i hit the submit button after that the post by my bot says "unable to access database, please try again later...

Anyone have this problem too?

Yukino_AE 12-13-2006 02:50 AM

wow. just wanted to say have this installed with vb 3.6.4 and it seems to be working great. lol ^_^ thanks tim for making this work. so.. um, can we teach the bot new phrases or do we just have to wait for it to learn from posts.

Stop 12-16-2006 12:48 AM

How can I make the bot only reply once to a thread? Or to make him reply only to the thread starter

redwinger 12-17-2006 04:54 PM

I have been trying for days to get the botloader to run. I have followed directions and re read this thread many times. I have chmod 777 all alice folders. I am sure it has to do with the paths in the dbprefs.

# This is where all the AIML and startup.xml resides
$rootdir= "/public_html/forums/alice/aiml";

require('/public_html/forums/includes/config.php');

Thanks in advance.

BigJimTheLug 12-22-2006 09:00 PM

Hey, the "toybot" does reply at my forum, but it replies with a big error.


Also, when I run


I can do this step with no problems.
Quote:

ChMod all folders and files to alice 777
But when I do this one, all I get is a blank page.

Quote:

Run http://www.yourdomain.co.uk/forums/a.../botloader.php this can take a good 30 min because it runs 300,000 queries
the bot id remains at zero, so there is no problem here.
Quote:

Login to phpmyadmin and check in the 'bots' table that the bot id is 0
you find that the table 'bot's the id number in there needs editing to 0 from 1 in some cases

Quote:

<br />
<b>Warning</b>: main(admin/dbprefs.php) [<a href='function.main'>function.main</a>]: failed to open stream: No such file or directory in <b>/home/puremark/public_html/respond.php</b> on line <b>24</b><br />
<br />
<b>Warning</b>: main(admin/dbprefs.php) [<a href='function.main'>function.main</a>]: failed to open stream: No such file or directory in <b>/home/puremark/public_html/respond.php</b> on line <b>24</b><br />
<br />
<b>Warning</b>: main() [<a href='function.include'>function.include</a>]: Failed opening 'admin/dbprefs.php' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in <b>/home/puremark/public_html/respond.php</b> on line <b>24</b><br />
<br />
<b>Warning</b>: main(admin/subs.inc) [<a href='function.main'>function.main</a>]: failed to open stream: No such file or directory in <b>/home/puremark/public_html/util.php</b> on line <b>35</b><br />
<br />
<b>Warning</b>: main(admin/subs.inc) [<a href='function.main'>function.main</a>]: failed to open stream: No such file or directory in <b>/home/puremark/public_html/util.php</b> on line <b>35</b><br />
<br />
<b>Warning</b>: main() [<a href='function.include'>function.include</a>]: Failed opening 'admin/subs.inc' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in <b>/home/puremark/public_html/util.php</b> on line <b>35</b><br />
<br />
<b>Warning</b>: main(plugins/customtags.php) [<a href='function.main'>function.main</a>]: failed to open stream: No such file or directory in <b>/home/puremark/public_html/respond.php</b> on line <b>27</b><br />
<br />
<b>Warning</b>: main(plugins/customtags.php) [<a href='function.main'>function.main</a>]: failed to open stream: No such file or directory in <b>/home/puremark/public_html/respond.php</b> on line <b>27</b><br />
<br />
<b>Warning</b>: main() [<a href='function.include'>function.include</a>]: Failed opening 'plugins/customtags.php' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in <b>/home/puremark/public_html/respond.php</b> on line <b>27</b><br />
<br />
<b>Warning</b>: mt_rand() expects parameter 2 to be long, string given in <b>/home/puremark/public_html/util.php</b> on line <b>55</b><br />
<br />
<b>Warning</b>: mysql_query() [<a href='function.mysql-query'>function.mysql-query</a>]: Access denied for user 'puremark'@'localhost' (using password: NO) in <b>/home/puremark/public_html/util.php</b> on line <b>302</b><br />
<br />
<b>Warning</b>: mysql_query() [<a href='function.mysql-query'>function.mysql-query</a>]: A link to the server could not be established in <b>/home/puremark/public_html/util.php</b> on line <b>302</b><br />
<br />
<b>Warning</b>: mysql_query() [<a href='function.mysql-query'>function.mysql-query</a>]: Access denied for user 'puremark'@'localhost' (using password: NO) in <b>/home/puremark/public_html/util.php</b> on line <b>318</b><br />
<br />
<b>Warning</b>: mysql_query() [<a href='function.mysql-query'>function.mysql-query</a>]: A link to the server could not be established in <b>/home/puremark/public_html/util.php</b> on line <b>318</b><br />
<br />
<b>Warning</b>: mysql_query() [<a href='function.mysql-query'>function.mysql-query</a>]: Access denied for user 'puremark'@'localhost' (using password: NO) in <b>/home/puremark/public_html/util.php</b> on line <b>187</b><br />
<br />
<b>Warning</b>: mysql_query() [<a href='function.mysql-query'>function.mysql-query</a>]: A link to the server could not be established in <b>/home/puremark/public_html/util.php</b> on line <b>187</b><br />
<br />
<b>Warning</b>: preg_replace() [<a href='function.preg-replace'>function.preg-replace</a>]: Empty regular expression in <b>/home/puremark/public_html/util.php</b> on line <b>365</b><br />
<br />
<b>Warning</b>: mysql_query() [<a href='function.mysql-query'>function.mysql-query</a>]: Access denied for user 'puremark'@'localhost' (using password: NO) in <b>/home/puremark/public_html/util.php</b> on line <b>235</b><br />
<br />
<b>Warning</b>: mysql_query() [<a href='function.mysql-query'>function.mysql-query</a>]: A link to the server could not be established in <b>/home/puremark/public_html/util.php</b> on line <b>235</b><br />
<br />
<b>Warning</b>: preg_replace() [<a href='function.preg-replace'>function.preg-replace</a>]: Empty regular expression in <b>/home/puremark/public_html/util.php</b> on line <b>365</b><br />
<br />
<b>Warning</b>: mysql_query() [<a href='function.mysql-query'>function.mysql-query</a>]: Access denied for user 'puremark'@'localhost' (using password: NO) in <b>/home/puremark/public_html/util.php</b> on line <b>250</b><br />
<br />
<b>Warning</b>: mysql_query() [<a href='function.mysql-query'>function.mysql-query</a>]: A link to the server could not be established in <b>/home/puremark/public_html/util.php</b> on line <b>250</b><br />
<br />
<b>Warning</b>: mysql_insert_id() [<a href='function.mysql-insert-id'>function.mysql-insert-id</a>]: A link to the server could not be established in <b>/home/puremark/public_html/util.php</b> on line <b>253</b><br />
<br />
<b>Warning</b>: mysql_query() [<a href='function.mysql-query'>function.mysql-query</a>]: Access denied for user 'puremark'@'localhost' (using password: NO) in <b>/home/puremark/public_html/util.php</b> on line <b>270</b><br />
<br />
<b>Warning</b>: mysql_query() [<a href='function.mysql-query'>function.mysql-query</a>]: A link to the server could not be established in <b>/home/puremark/public_html/util.php</b> on line <b>270</b><br />
<br />
<b>Warning</b>: mysql_query() [<a href='function.mysql-query'>function.mysql-query</a>]: Access denied for user 'puremark'@'localhost' (using password: NO) in <b>/home/puremark/public_html/util.php</b> on line <b>285</b><br />
<br />
<b>Warning</b>: mysql_query() [<a href='function.mysql-query'>function.mysql-query</a>]: A link to the server could not be established in <b>/home/puremark/public_html/util.php</b> on line <b>285</b><br />
<br />
<b>Warning</b>: mt_rand() expects parameter 2 to be long, string given in <b>/home/puremark/public_html/util.php</b> on line <b>55</b><br />
<br />
<b>Warning</b>: mysql_query() [<a href='function.mysql-query'>function.mysql-query</a>]: Access denied for user 'puremark'@'localhost' (using password: NO) in <b>/home/puremark/public_html/util.php</b> on line <b>302</b><br />
<br />
<b>Warning</b>: mysql_query() [<a href='function.mysql-query'>function.mysql-query</a>]: A link to the server could not be established in <b>/home/puremark/public_html/util.php</b> on line <b>302</b><br />
<br />
<b>Warning</b>: mysql_query() [<a href='function.mysql-query'>function.mysql-query</a>]: Access denied for user 'puremark'@'localhost' (using password: NO) in <b>/home/puremark/public_html/util.php</b> on line <b>318</b><br />
<br />
<b>Warning</b>: mysql_query() [<a href='function.mysql-query'>function.mysql-query</a>]: A link to the server could not be established in <b>/home/puremark/public_html/util.php</b> on line <b>318</b><br />
<br />
<b>Warning</b>: mysql_query() [<a href='function.mysql-query'>function.mysql-query</a>]: Access denied for user 'puremark'@'localhost' (using password: NO) in <b>/home/puremark/public_html/util.php</b> on line <b>187</b><br />
<br />
<b>Warning</b>: mysql_query() [<a href='function.mysql-query'>function.mysql-query</a>]: A link to the server could not be established in <b>/home/puremark/public_html/util.php</b> on line <b>187</b><br />
<br />
<b>Warning</b>: preg_replace() [<a href='function.preg-replace'>function.preg-replace</a>]: Empty regular expression in <b>/home/puremark/public_html/util.php</b> on line <b>365</b><br />
<br />
<b>Warning</b>: mysql_query() [<a href='function.mysql-query'>function.mysql-query</a>]: Access denied for user 'puremark'@'localhost' (using password: NO) in <b>/home/puremark/public_html/util.php</b> on line <b>235</b><br />
<br />
<b>Warning</b>: mysql_query() [<a href='function.mysql-query'>function.mysql-query</a>]: A link to the server could not be established in <b>/home/puremark/public_html/util.php</b> on line <b>235</b><br />
<br />
<b>Warning</b>: preg_replace() [<a href='function.preg-replace'>function.preg-replace</a>]: Empty regular expression in <b>/home/puremark/public_html/util.php</b> on line <b>365</b><br />
<br />
<b>Warning</b>: mysql_query() [<a href='function.mysql-query'>function.mysql-query</a>]: Access denied for user 'puremark'@'localhost' (using password: NO) in <b>/home/puremark/public_html/util.php</b> on line <b>250</b><br />
<br />
<b>Warning</b>: mysql_query() [<a href='function.mysql-query'>function.mysql-query</a>]: A link to the server could not be established in <b>/home/puremark/public_html/util.php</b> on line <b>250</b><br />
<br />
<b>Warning</b>: mysql_insert_id() [<a href='function.mysql-insert-id'>function.mysql-insert-id</a>]: A link to the server could not be established in <b>/home/puremark/public_html/util.php</b> on line <b>253</b><br />
<br />
<b>Warning</b>: mysql_query() [<a href='function.mysql-query'>function.mysql-query</a>]: Access denied for user 'puremark'@'localhost' (using password: NO) in <b>/home/puremark/public_html/util.php</b> on line <b>270</b><br />
<br />
<b>Warning</b>: mysql_query() [<a href='function.mysql-query'>function.mysql-query</a>]: A link to the server could not be established in <b>/home/puremark/public_html/util.php</b> on line <b>270</b><br />
<br />
<b>Warning</b>: mysql_query() [<a href='function.mysql-query'>function.mysql-query</a>]: Access denied for user 'puremark'@'localhost' (using password: NO) in <b>/home/puremark/public_html/util.php</b> on line <b>285</b><br />
<br />
<b>Warning</b>: mysql_query() [<a href='function.mysql-query'>function.mysql-query</a>]: A link to the server could not be established in <b>/home/puremark/public_html/util.php</b> on line <b>285</b><br />
LOOPINGERRORMSG

BigJimTheLug 12-22-2006 09:53 PM

Now, I get a blank page when I run this

when I "run" the botloader, it gives me a blank page.



Any ideas?

I believe this is causing it..
Quote:

$rootdir= ":/home/puremark/puremarketprofits.com/public_html/alice/src/admin/aiml";

require(':/home/puremark/puremarketprofits.com/public_html/includes/config.php');

BigJimTheLug 12-23-2006 02:01 AM

I did everything to the letter, I still don't get this.

man!

This bot would be useful at my forum....lol...

hotwheels 12-23-2006 01:19 PM

marketprofits, this mod is no longer supported..........

BigJimTheLug 12-28-2006 06:17 PM

Oh wow, thanks.

That explains everything.:hurt:

mcyates 12-31-2006 11:42 AM

Quote:

Originally Posted by MARKETPROFITS (Post 1143707)
Now, I get a blank page when I run this

when I "run" the botloader, it gives me a blank page.



Any ideas?

I believe this is causing it..

remove the ":" before the /home

so it should look like this /home instead of this :/home

BigJimTheLug 12-31-2006 11:44 PM

Oh wow, thanks.

Lol.

Wordplay 01-04-2007 10:40 AM

is it possible to just have the bot browse the forums?

eXtremeTim 01-08-2007 09:16 AM

This mod is still supported just not here.

Wordplay 01-08-2007 11:18 AM

i asked on their page, same result, no answer, no support.

Shazz 01-08-2007 01:18 PM

Seems like numerous bugs, if you posted a smiley etc..

BobbyBig 01-11-2007 01:57 AM

nothing is supported eXtremeTim - your "Support" just suck.

Shazz 01-11-2007 02:26 AM

Quote:

Originally Posted by BobbyBig (Post 1155960)
nothing is supported eXtremeTim - your "Support" just suck.

Lets be nice ;)

storpappa 01-11-2007 01:41 PM

When you go to his site talkerbot forums, all of the tests from users of them the admin get this message from the talker bot as a reply :eek:

HTML Code:

<br />
<b>Warning</b>: main(D:/inetpub/vhosts/extremewebtech.com/httpdocs/forums/includes/config.php): failed to open stream: No such file or directory in <b>/home/ewt/public_html/forums/alice/src/admin/dbprefs.php</b> on line <b>49</b><br />
<br />
<b>Fatal error</b>: main(): Failed opening required 'D:/inetpub/vhosts/extremewebtech.com/httpdocs/forums/includes/config.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in <b>/home/ewt/public_html/forums/alice/src/admin/dbprefs.php</b> on line <b>49</b><br />

:confused:
Through the several threads I checked. It would be nice to see the developer get support on the developers own forums before I installed it on mine

WoodiE 01-12-2007 12:47 PM

Will the newest version be released here on vb.org?

storpappa 01-12-2007 02:19 PM

Quote:

Originally Posted by WoodiE (Post 1157012)
Will the newest version be released here on vb.org?

Is there a newer version somewhere else? I would hope the demo site would have the latest version and be working before I installed it on my own site.

Shazz 01-12-2007 04:01 PM

Quote:

Originally Posted by storpappa (Post 1156244)
When you go to his site talkerbot forums, all of the tests from users of them the admin get this message from the talker bot as a reply :eek:

HTML Code:

<br />
<b>Warning</b>: main(D:/inetpub/vhosts/extremewebtech.com/httpdocs/forums/includes/config.php): failed to open stream: No such file or directory in <b>/home/ewt/public_html/forums/alice/src/admin/dbprefs.php</b> on line <b>49</b><br />
<br />
<b>Fatal error</b>: main(): Failed opening required 'D:/inetpub/vhosts/extremewebtech.com/httpdocs/forums/includes/config.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in <b>/home/ewt/public_html/forums/alice/src/admin/dbprefs.php</b> on line <b>49</b><br />

:confused:
Through the several threads I checked. It would be nice to see the developer get support on the developers own forums before I installed it on mine

If you tried posting a smiley it seems to get a bug :confused:

Shazz 01-12-2007 04:01 PM

Quote:

Originally Posted by storpappa (Post 1157069)
Is there a newer version somewhere else? I would hope the demo site would have the latest version and be working before I installed it on my own site.

Read the top part where he says to get the new version at

detailz 01-25-2007 02:35 PM

Quote:

I'm not feeling very well at the moment, try again later.
thats all it will say nothing else - is there anywy to fix it???

Squid-Box 01-26-2007 11:51 AM

every time i create a bew topic i get this

Code:

Unable to add cookies, header already sent.
File: /home/*****/public_html/forum/ewt_talkerbot.php
Line: 42

and how do you make the bot talk in the forum i get how you do that?

help needed thanks.

powerbook 01-26-2007 12:11 PM

Don't know if this will help but a quick search in the thread I found post #257 that discuss the issue...

https://vborg.vbsupport.ru/showthrea...126386&page=18

Squid-Box 01-26-2007 12:22 PM

thanks its fixed the code problem but how do you get the bot to talk in the forum? i dint understand what it said on the readme.txt

Squid-Box 01-26-2007 12:36 PM

:D got it working.


All times are GMT. The time now is 10:54 AM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.02453 seconds
  • Memory Usage 1,887KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (2)bbcode_code_printable
  • (2)bbcode_html_printable
  • (15)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (40)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete