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)

powerbook 01-26-2007 03:53 PM

Glad to hear :)

NuclioN 01-27-2007 01:27 PM

Loading data aiml file: C.aiml
XML error: not well-formed (invalid token) at line 36

More XML errors when you skip C.aiml, all have invalid Tokens. How to avoid these?

BobbyBig 01-27-2007 11:51 PM

If someone is interested how the Talker Bot is running with the German version, you can take a look here: http://www.ingamers.de/ingamers-fore...n-bot-521.html

regards,
Bobby

NuclioN 01-30-2007 01:55 PM

Quote:

Originally Posted by NuclioN (Post 1168323)
Loading data aiml file: C.aiml
XML error: not well-formed (invalid token) at line 36

More XML errors when you skip C.aiml, all have invalid Tokens. How to avoid these?

Up! The supportsite is offline for more then a week. These 'invalid token' errors show up by all words or phrases that have ?, ?, ? etc. in it. It is nearly impossible to scan all the aiml files and taken them out or replace them. Is it a parsing problem?

illkeyone 02-02-2007 03:30 PM

I've installed the product. Then, I've opened
forums/alice/src/admin/dbprefs.php
to edit. But here, I confused. What should I write?

My config.php file is under;
/home/ibxnilk/public_html/mydomain/forum/includes/config.php
And my aiml files and the startup.xml are under;
/home/ibxnilk/public_html/mydomain/forum/alice/aiml/
so, should I write these? Or add anything else?

After I tried lots of things, I got the same error from the page
mydomain/forum/alice/src/admin/botloader.php
--->
Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.

Please contact the server administrator, blabla @ mydomain.com and inform them of the time the error occurred, and anything you might have done that may have caused the error.

More information about this error may be available in the server error log.

Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.


May you please help me?
Thanks.
.ilke.

blogtorank 02-03-2007 04:55 PM

Quote:

Originally Posted by NuclioN (Post 1170547)
Up! The supportsite is offline for more then a week. These 'invalid token' errors show up by all words or phrases that have ?, ?, ? etc. in it. It is nearly impossible to scan all the aiml files and taken them out or replace them. Is it a parsing problem?

Why not use sed and awk to do some find and replace?

blogtorank 02-03-2007 04:59 PM

Quote:

Originally Posted by illkeyone (Post 1173002)
I've installed the product. Then, I've opened
forums/alice/src/admin/dbprefs.php
to edit. But here, I confused. What should I write?

My config.php file is under;
/home/ibxnilk/public_html/mydomain/forum/includes/config.php
And my aiml files and the startup.xml are under;
/home/ibxnilk/public_html/mydomain/forum/alice/aiml/
so, should I write these? Or add anything else?

After I tried lots of things, I got the same error from the page
mydomain/forum/alice/src/admin/botloader.php
--->
Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.

Please contact the server administrator, blabla @ mydomain.com and inform them of the time the error occurred, and anything you might have done that may have caused the error.

More information about this error may be available in the server error log.

Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.


May you please help me?
Thanks.
.ilke.

Seems to be a permission issue there on your webserver... Check your error_log to see what's causing this... All systems differ so I can't tell you where to look...

blogtorank 02-03-2007 05:01 PM

Quote:

Originally Posted by NuclioN (Post 1168323)
Loading data aiml file: C.aiml
XML error: not well-formed (invalid token) at line 36

More XML errors when you skip C.aiml, all have invalid Tokens. How to avoid these?

Make it XML compliant... Try posting the line 36 here or the whole file in quotes so I can see what you are talking about...

Edited:

Quote:

<template>Le sujet est vaste, le sujet ne peut ?tre r?sum? par un mot.
This is my line 36 in the C.aiml and seeing that the foreign letters
Quote:

? ?
are not xml compliant

NuclioN 02-03-2007 07:38 PM

Ok but these ê é etc. are all over the place. How to make these aiml files xml compliant?

blogtorank 02-03-2007 09:05 PM

Quote:

Originally Posted by NuclioN (Post 1173859)
Ok but these ? ? etc. are all over the place. How to make these aiml files xml compliant?

Basically do a find and replace of all of these not xml compliant characters... As you know xml compliance is a big benefactor on the web especially with how and what to display in xml for an example the ones above you would find their soundings and put them in plain English format.

Then one day, I found the extras on Tim's forums (The coder of this program) and found their translation aiml file "dev-translation.aiml" it had massive errors in it with all the
Quote:

ampersands "&"
and etc.. so I had to go through and clean it up for xml compliant:

Hence the
HTML Code:

<?xml version="1.0" encoding="ISO-8859-1"?>
HTML Code:


<?xml version="1.0" encoding="ISO-8859-1"?>

<aiml version="1.0">

<!-- Free software (c) 2001 ALICE AI Foundation -->
<!-- This program is open source code released under -->
<!-- the terms of the GNU General Public License -->
<!-- as published by the Free Software Foundation. -->

<meta name="language" content="en"/>

<category>
<pattern>SAY * TO ME IN SPANISH</pattern>
<template>
<srai>SAY <star/> IN SPANISH</srai>
</template>
</category>

<category>
<pattern>SAY * TO ME IN GERMAN</pattern>
<template>
<srai>SAY <star/> IN GERMAN</srai>
</template>
</category>

<category>
<pattern>SAY * TO ME IN FRENCH</pattern>
<template>
<srai>SAY <star/> IN FRENCH</srai>
</template>
</category>

<category>
<pattern>SAY * TO ME IN ITALIAN</pattern>
<template>
<srai>SAY <star/> IN ITALIAN</srai>
</template>
</category>

<category>
<pattern>SAY * TO ME IN JAPANESE</pattern>
<template>
<srai>SAY <star/> IN JAPANESE</srai>
</template>
</category>

<category>
<pattern>WHAT IS SPANISH FOR *</pattern>
<template>
<srai>SAY <star/> IN SPANISH</srai>
</template>
</category>

<category>
<pattern>WHAT IS GERMAN FOR *</pattern>
<template>
<srai>SAY <star/> IN GERMAN</srai>
</template>
</category>

<category>
<pattern>WHAT IS FRENCH FOR *</pattern>
<template>
<srai>SAY <star/> IN FRENCH</srai>
</template>
</category>

<category>
<pattern>WHAT IS ITALIAN FOR *</pattern>
<template>
<srai>SAY <star/> IN ITALIAN</srai>
</template>
</category>

<category>
<pattern>WHAT IS JAPANESE FOR *</pattern>
<template>
<srai>SAY <star/> IN JAPANESE</srai>
</template>
</category>

<category>
<pattern>SAY * IN SPANISH</pattern>
<template>
<javascript>
    var word = '<star/>';
    var language = 'es'
    var _url = java.net.URL;
    var _connection = java.net.URLConnection;
    var _in = java.io.BufferedReader;
    var _inReader = java.io.InputStreamReader;
    var _line = java.lang.String;
    var _inputLine = java.lang.String;
    var _reply = "Sorry, I can't speak that language.";
   
    url = new java.net.URL("http://babel.altavista.com/translate.dyn?enc=utf8&amp;doit=done&amp;BabelFishFrontPage=yes&amp;bblType=urltext&amp;urltext=" + java.net.URLEncoder.encode(word) + "&amp;lp=en_" + language);
    connection = url.openConnection();
   
    _inReader = new java.io.InputStreamReader(connection.getInputStream());
    _in = new java.io.BufferedReader(_inReader);
    _inputLine = new java.lang.String();
    _reply = new java.lang.String();
    var _line = 0;
    var _match = "&lt;textarea rows=\"3\" wrap=virtual cols=\"56\" name=\"q\"&gt;";
    while ((_inputLine = _in.readLine()) != null) {
          _line++;
          if (_inputLine.trim().startsWith(_match)) {
              _reply = _inputLine.substring(_match.length + 4);
              break;
          }
    }
   
    _in.close();       
    _reply;

</javascript>
</template>
</category>

<category>
<pattern>SAY * IN GERMAN</pattern>
<template>
<javascript>
    var word = '<star/>';
    var language = 'de'
    var _url = java.net.URL;
    var _connection = java.net.URLConnection;
    var _in = java.io.BufferedReader;
    var _inReader = java.io.InputStreamReader;
    var _line = java.lang.String;
    var _inputLine = java.lang.String;
    var _reply = "Sorry, I can't speak that language.";
   
    url = new java.net.URL("http://babel.altavista.com/translate.dyn?enc=utf8&amp;doit=done&amp;BabelFishFrontPage=yes&amp;bblType=urltext&amp;urltext=" + java.net.URLEncoder.encode(word) + "&amp;lp=en_" + language);
    connection = url.openConnection();
   
    _inReader = new java.io.InputStreamReader(connection.getInputStream());
    _in = new java.io.BufferedReader(_inReader);
    _inputLine = new java.lang.String();
    _reply = new java.lang.String();
    var _line = 0;
    var _match = "&lt;textarea rows=\"3\" wrap=virtual cols=\"56\" name=\"q\"&gt;";
    while ((_inputLine = _in.readLine()) != null) {
          _line++;
          if (_inputLine.trim().startsWith(_match)) {
              _reply = _inputLine.substring(_match.length + 4);
              break;
          }
    }
   
    _in.close();       
    _reply;

</javascript>
</template>
</category>

<category>
<pattern>SAY * IN FRENCH</pattern>
<template>
<javascript>
    var word = '<star/>';
    var language = 'fr'
    var _url = java.net.URL;
    var _connection = java.net.URLConnection;
    var _in = java.io.BufferedReader;
    var _inReader = java.io.InputStreamReader;
    var _line = java.lang.String;
    var _inputLine = java.lang.String;
    var _reply = "Sorry, I can't speak that language.";
   
    url = new java.net.URL("http://babel.altavista.com/translate.dyn?enc=utf8&amp;doit=done&amp;BabelFishFrontPage=yes&amp;bblType=urltext&amp;urltext=" + java.net.URLEncoder.encode(word) + "&amp;lp=en_" + language);
    connection = url.openConnection();
   
    _inReader = new java.io.InputStreamReader(connection.getInputStream());
    _in = new java.io.BufferedReader(_inReader);
    _inputLine = new java.lang.String();
    _reply = new java.lang.String();
    var _line = 0;
    var _match = "&lt;textarea rows=\"3\" wrap=virtual cols=\"56\" name=\"q\"&gt;";
    while ((_inputLine = _in.readLine()) != null) {
          _line++;
          if (_inputLine.trim().startsWith(_match)) {
              _reply = _inputLine.substring(_match.length + 4);
              break;
          }
    }
   
    _in.close();       
    _reply;

</javascript>
</template>
</category>

<category>
<pattern>SAY * IN ITALIAN</pattern>
<template>
<javascript>
    var word = '<star/>';
    var language = 'it'
    var _url = java.net.URL;
    var _connection = java.net.URLConnection;
    var _in = java.io.BufferedReader;
    var _inReader = java.io.InputStreamReader;
    var _line = java.lang.String;
    var _inputLine = java.lang.String;
    var _reply = "Sorry, I can't speak that language.";
   
    url = new java.net.URL("http://babel.altavista.com/translate.dyn?enc=utf8&amp;doit=done&amp;BabelFishFrontPage=yes&amp;bblType=urltext&amp;urltext=" + java.net.URLEncoder.encode(word) + "&amp;lp=en_" +language);
    connection = url.openConnection();
   
    _inReader = new java.io.InputStreamReader(connection.getInputStream());
    _in = new java.io.BufferedReader(_inReader);
    _inputLine = new java.lang.String();
    _reply = new java.lang.String();
    var _line = 0;
    var _match = "&lt;textarea rows=\"3\" wrap=virtual cols=\"56\" name=\"q\"&gt;";
    while ((_inputLine = _in.readLine()) != null) {
          _line++;
          if (_inputLine.trim().startsWith(_match)) {
              _reply = _inputLine.substring(_match.length + 4);
              break;
          }
    }
   
    _in.close();       
    _reply;

</javascript>
</template>
</category>

<category>
<pattern>SAY * IN JAPANESE</pattern>
<template>
<javascript>
    var word = '<star/>';
    var language = 'ja'
    var _url = java.net.URL;
    var _connection = java.net.URLConnection;
    var _in = java.io.BufferedReader;
    var _inReader = java.io.InputStreamReader;
    var _line = java.lang.String;
    var _inputLine = java.lang.String;
    var _reply = "Sorry, I can't speak that language.";
   
    url = new java.net.URL("http://babel.altavista.com/translate.dyn?enc=utf8&amp;doit=done&amp;BabelFishFrontPage=yes&amp;bblType=urltext&amp;urltext=" + java.net.URLEncoder.encode(word) + "&amp;lp=en_" + language);
    connection = url.openConnection();
   
    _inReader = new java.io.InputStreamReader(connection.getInputStream());
    _in = new java.io.BufferedReader(_inReader);
    _inputLine = new java.lang.String();
    _reply = new java.lang.String();
    var _line = 0;
    var _match = "&lt;textarea rows=\"3\" wrap=virtual cols=\"56\" name=\"q\"&gt;";
    while ((_inputLine = _in.readLine()) != null) {
          _line++;
          if (_inputLine.trim().startsWith(_match)) {
              _reply = _inputLine.substring(_match.length + 4);
              break;
          }
    }
   
    _in.close();       
    _reply;

</javascript>
</template>
</category>

</aiml>

I'm not going to teach any "how to xml complaint 101" ;), Just wanted to give you a heads-up that you want everything in plain ole english terms if you are using the encoding ISO-8859-1 in your xml (aiml) files, it's relatively simple if you know html and also just convert all the others with find and replace also you can go a faster route using any *nix flavor and know how to use sed and awk, which is faster...

As you see above in my example I cleaned that whole file up to become xml compliant to work using the ISO-8859-1!

Hope this helps...

basketmen 02-04-2007 08:54 AM

is there anyone installing this mod and works well on your forum?

Or no one, Haha ???

This is the most difficult mod to install that i see until now, i just want to know is there some one out there that succes with this mod, if there is please give your forum link

JeffreySmith 02-06-2007 01:28 AM

Basketman,

I have this installed and working one one of my test forums:
http://appleincforum.com - The bot is named Dr. Z

I am having trouble with installing it on my primary forum:
http://freeadvertisingzone.com

The problem is the bot keeps saying that:
I'm not feeling very well at the moment, try again later.

Has anyone had this error, how did you fix it?

Thanks,

Jeff

eNforce 02-06-2007 01:37 AM

Quote:

Originally Posted by basketmen (Post 1174249)
is there anyone installing this mod and works well on your forum?


Or no one, Haha ???


This is the most difficult mod to install that i see until now, i just want to know is there some one out there that succes with this mod, if there is please give your forum link

I installed the mod back during early 3.6.x versions and I haven't had to tweak anything in the bot settings for it to work in the newest versions. I'm currently tunning 3.6.4 and still no problems!

http://www.areyouserios.com/flames-f18.html

He posts under the name "Retard" in that forum there.

blogtorank 02-06-2007 05:21 AM

Quote:

Originally Posted by JeffreySmith (Post 1175668)
Basketman,

I have this installed and working one one of my test forums:
http://appleincforum.com - The bot is named Dr. Z

I am having trouble with installing it on my primary forum:
http://freeadvertisingzone.com

The problem is the bot keeps saying that:
I'm not feeling very well at the moment, try again later.

Has anyone had this error, how did you fix it?

Thanks,

Jeff

This is your MySQL server is lagging more than likely. As I did notice that happening when I had some heavy loads on my MySQL or if I was updating the bot itself by running php botloader.php& when i first started this thing... Now it's on pwnage mode!

basketmen 02-06-2007 04:25 PM

Hey JeffreySmith your bot in http://appleincforum.com/showthread.php?t=82 is perfect, can you check your phpmyadmin and check 'bots' table? what number is there? is it still 0?


what is different beetwen http://freeadvertisingzone.com ?? are that 2 site different webhosting?

mtlcore 02-07-2007 01:18 AM

Is it just me or this is to complex to install. First of all, I need to find out what are the 2 addresses.. (rootdir)? How do I find that out? I keep getting errors.

Mr Morningstarr 02-08-2007 10:03 AM

This hack does seem a little complicated for novices like myself, but I seem to be getting the gist of the installation instructions.

My one big problem are the first instructions!

How do I run a query, and add phrases? Apologies for the dumn questions.

Mr Morningstarr 02-08-2007 10:07 AM

Sorry, I just figured out the add phrase. :rolleyes:

But I'm still stuck on how to run the query, anyone able to help me with this one?

Performance Pol 02-13-2007 10:18 PM

Keeps hanging on

Loading startup.xml
Loading data aiml file: Y.aiml
Loading data aiml file: std-suffixes.aiml
Loading data aiml file: std-personality.aiml
Loading data aiml file: std-connect.aiml
Loading data aiml file: M.aiml
Loading data aiml file: std-srai.aiml
Loading data aiml file: std-65percent.aiml
Loading data aiml file: per-drWallace.aiml
Loading data aiml file: std-turing.aiml
Loading data aiml file: std-that.aiml
Loading data aiml file: R.aiml
Loading data aiml file: P.aiml
Loading data aiml file: std-inventions.aiml
Loading data aiml file: std-inactivity.aiml
Loading data aiml file: std-botmaster.aiml
Loading data aiml file: N.aiml
Loading data aiml file: K.aiml
Loading data aiml file: 6.aiml
Loading data aiml file: 3.aiml
Loading data aiml file: std-sports.aiml
Loading data aiml file: std-gossip.aiml
Loading data aiml file: std-disconnect.aiml
Loading data aiml file: F.aiml
Loading data aiml file: C.aiml
Loading data aiml file: 1.aiml
Loading data aiml file: B.aiml
Loading data aiml file: A.aiml
Loading data aiml file: std-login.aiml
Loading data aiml file: star.aiml
Loading data aiml file: I.aiml



Have tried the loader.inc but get this error:

Can't even get that page to load now....



Col:confused:

hotmasala4u 02-14-2007 02:55 PM

is this the same bot that postes every 30mins

ShawnV 02-14-2007 10:07 PM

VB 3.6.4 - AI working fine.

http://www.koww.net/forum/showthread.php?t=2807


_V

BigJimTheLug 02-14-2007 10:10 PM

can you show how to install this?

I've tried and it hasn't worked for me since and the support for this has been and is non-existent.

Jecht 02-15-2007 04:22 PM

I made a phpfinfo.php file that displays all the server info, I made this file so that I could find out what the root directory is for the edit required in the dbprefs.php file. This file is not displaying though, is there any reason, or is the only cause for the file not to show up?

Thanks
Chris

mtlcore 02-16-2007 06:44 PM

Where in phpMyAdmin do we change the bot id to 0? I don't see any 0's in the bots table.

THE BEST MOD EVER!!!

BigJimTheLug 02-17-2007 12:36 AM

Quote:

Originally Posted by MARKETPROFITS (Post 1146498)
Oh wow, thanks.

That explains everything.:hurt:

Ok, I finally got this to work, but received a message of some kind. I think it is dealing with security issues.



Anyone know how I can fix this?

This is the message I got
"I was not able to connect to my database. Please try again later."

hsl.com 02-17-2007 01:32 AM

*edited*

BigJimTheLug 02-17-2007 01:37 AM

Can you post how you have your dbprefs.php file?

That would really help, thanks.

hsl.com 02-17-2007 02:11 AM

*editz*

Skedoozy 02-17-2007 02:34 AM

I want to add some bbcode before and after the bots response, like to make the robots text bold or a different color, how would I do this?

BigJimTheLug 02-17-2007 04:16 AM

Hey hsl.com,

This is how I have mine set:

My bot is running fine as far as I know. The only problem I have is that I cannot complete the botloader.php function. Probably, due to my server. However, the my bot does posts, but it says, "I cannot connect to the database."

Anyways, this is how I have mine configured:

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

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


I believe yours is missing something in between home and /public_html/ on both parts of the script.

Try changing that and see what happens.

bazzup 02-17-2007 08:52 AM

well i tried installing this just get the internal server error all the time cannot run the botloader.php

tried all the suggestions posted in here no luck

bot just responds saying he's not well blah blah blah

tried joining the author's site can't do any posts for support my account does not have posting privilages cant even see the shoutbox

so wont be clicking installed shame really cos i was looking forward to this

hsl.com 02-17-2007 03:35 PM

I wonder why I posted my danm codes up and all of a sudden every member on my forums is banned. Including myself. I'm not going to point any fingers, but someone has some explaining to do. Because I have to reupload my vbulletin from scratch (long story short). And that's sum bull s***!!

djjeffa 02-17-2007 10:54 PM

so dose this thing work with 3.6.4 ?
case im scared to install lol

hsl.com 02-18-2007 01:47 AM

No answers huh? BULL S***!!!

BigJimTheLug 02-18-2007 01:53 AM

hsl.com,

hey, you don't have to start all over.

hsl.com, notify your hosting, tell them there's been a security breach in you forum and that you need them to restore your forum to the status it was in 1 or 2 days ago.

hsl.com 02-18-2007 04:11 AM

Quote:

Originally Posted by MARKETPROFITS (Post 1185008)
hsl.com,

hey, you don't have to start all over.


hsl.com, notify your hosting, tell them there's been a security breach in you forum and that you need them to restore your forum to the status it was in 1 or 2 days ago.


Thanks... but I already have deleted everything. Luckily, I was just starting my forum and didn't have that many memberships or activity at the time. But I'm still SUPER pissed though.

BigJimTheLug 02-18-2007 04:19 AM

Quote:

Originally Posted by djjeffa (Post 1184896)
so dose this thing work with 3.6.4 ?
case im scared to install lol

It works, but then it doesn't work.

For mine, it cannot connect to a database, but I'm working on this now.


Install it at your own risk, but don't count on others to help you and back up your board before you install it.

djjeffa 02-18-2007 10:25 PM

its a shame it seems like a cool hack, maybe someone will make a hack like this that works

Performance Pol 02-19-2007 07:57 PM

Okay so managed on my own to get the bot posting....BUT all he posts is:

Im sorry but I was not able to form a reply right now.......everytime!

so I gather that its not using the aim's and its not remembering conversations...So here is a snap shot of my bot table, is there anything wrong, or not there that should be there?

Would appreciate some help on this, as I have now come this far...it would be a shame to uninstal it.

https://vborg.vbsupport.ru/external/2007/02/9.jpg

https://vborg.vbsupport.ru/external/2007/02/10.jpg

https://vborg.vbsupport.ru/external/2007/02/11.jpg

crayz92 02-20-2007 02:28 AM

This worked great for me, all I did was:

Configured the dbprefs.php as it said in the readme file,
Uploaded ewt_talkerbot.php and the folder alice to the root directory of my forum
Ran this query in phpmyadmin:
ALTER TABLE `forum` ADD `mimicbotrop` INT( 5 ) DEFAULT '0' NOT NULL ;
Went to.. http://yoursite.com/forum/alice/src/admin/botloader.php and let it query/load all of the aiml files.
Then I set up the bot via the vB options, (put in the userid of the account I want the bot to use, and the forumid's of what forums for it to post in)
Then edited my forum for the bot to reply in, scrolled all the way down, and set its chance to reply to 100 (100%)

After performing all these actions, the but runs perfect at www.aggressivegaming.com under the forum AG Bot

I am running on vB 3.6.4


All times are GMT. The time now is 10:53 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.02054 seconds
  • Memory Usage 1,910KB
  • 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_html_printable
  • (13)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