vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.0 Full Releases (https://vborg.vbsupport.ru/forumdisplay.php?f=33)
-   -   NNTP Gateway for Usenet ( Newsgroups ), Mailing Lists (https://vborg.vbsupport.ru/showthread.php?t=65152)

AWS 07-07-2004 10:27 PM

Quote:

Originally Posted by kall
*nods*

That's what happened, because I ended up doing the upgrade by installing afresh and importing all of the posts etc using Impex..obviously losing the columns that denoted the threads as being 'old'.

OOPs. I sure wouldn't want to be on the receiving end of the mail you are going to receive.

kall 07-07-2004 10:30 PM

*nods*

I think I got most of it last night....a lot of it Spam itself, ironically. :)

Posting a public apology in the newsgroup and on my homepage is about all I can do tho unfortunately.

Cluster One 07-08-2004 03:16 AM

I installed the script, tried running gateway.php and it keeps asking my newserver for more permission, it gets my username, but for some reason will not get my password. I've checked the SQL database and the password is there, but when I check in the admincp panel, its not displayed.

Am I doing something wrong? I followed the installation instructions completely.

Cluster One 07-08-2004 03:40 AM

Okay I fixed my own problem, apparently an SQL error the field PASSWORD was in capitals and i altered it to lowercase now it accepts my password and is now retrieving messages as we speak.

lierduh 07-08-2004 04:14 AM

Quote:

Originally Posted by chopperp1
+OK Microsoft Exchange 2000 POP3 server version 6.0.6249.0 (dl360mail3.yamner.co
m) ready.
+OK
USER <domain>\<user>
PASS <password>
+OK User successfully logged on.
+OK 21 32830

I also tried forward slash or user@domain.com - didn't work

I noticed you have an extra +OK there before the USER command. Do you need to type a Return?

Also try this:

In pop.php around line 108, find:

fwrite($this->pop_connect, $message . "\n");

Change the "\n" to "\r\n"

trackpads 07-08-2004 03:02 PM

Has anyone figured a way to completely stop attachments from being imported? I just want my regular users to be able to post but not pull in any from the newsgroups at all.

Thanks!

-Jason

kmike 07-09-2004 03:46 AM

Quote:

Originally Posted by trackpads
Has anyone figured a way to completely stop attachments from being imported? I just want my regular users to be able to post but not pull in any from the newsgroups at all.

Thanks!

-Jason

Just comment out "process_attachments()" call, or add "return;" just after "function process_attachments(...) {" line.

trackpads 07-09-2004 01:10 PM

Quote:

Originally Posted by kmike
Just comment out "process_attachments()" call, or add "return;" just after "function process_attachments(...) {" line.

Thanks but can you tell me which line and what exactly to do? I found three different areas that I think you mean but I am not sure.

Thanks again for the help!

-Jason

chopperp1 07-09-2004 07:38 PM

Quote:

Originally Posted by lierduh
I noticed you have an extra +OK there before the USER command. Do you need to type a Return?

Also try this:

In pop.php around line 108, find:

fwrite($this->pop_connect, $message . "\n");

Change the "\n" to "\r\n"

GREAT it works!
One more question, How can I make all messages pulled from pop to appear as posts in the thread, not as threads in the forum?
Thanks,

fourflush 07-10-2004 12:07 AM

I implemented the gateway on my forums and it is working well, except that many messages are not threaded. There was a fix posted earlier, but I believe that it can only be used for mailing lists. Can it also be used to correct the problem for USENET? You can see it here: http://www.theaudioforum.com

Thanks!!

BustaCap 07-11-2004 09:22 PM

I haven't had any problems since I've been using the hack, but today I added a new newsgroup and got this error:

Quote:

Database error in vBulletin 3.0.1:

Invalid SQL: SELECT post.*, thread.*,
post.dateline AS postdateline, post.msgid AS postmsgid,
post.title AS posttitle, thread.title AS threadtitle
FROM post AS post LEFT JOIN thread AS thread
ON (post.threadid = thread.threadid)
WHERE post.isusenetpost = 0 AND
post.postid > 61294 AND
thread.forumid = 34
mysql error: Got error 134 from table handler

mysql error number: 1030

Date: Sunday 11th of July 2004 01:50:23 PM
Script: http://www.mysite.com/forum/gateway.php
Referer:
Username: Unregistered
IP Address: xx.xx.xx.xx
After I got this error, the other two forums that are importing newsgroups stopped updating. Also, for some reason I couldn't connect to my admincp (even though I could for another site running on the same server). And just now, I can't even connect to the forum. I get this error message:

Quote:

Database error in vBulletin :

Link-ID == false, connect failed
mysql error:

mysql error number: 0

Date: Sunday 11th of July 2004 04:11:01 PM
Script: http://mysite.com/forum/
Referer:
IP Address: xx.xx.xx.x
I had been running gateway.php via a cronjob in my cpanel, but I was worried that gateway.php might have been a runaway job so I deleted it. However, I don't think that actually shut it down.

Any ideas what could be causing this?

Princeton 07-11-2004 09:31 PM

Still waiting for an update. :)

lierduh 07-11-2004 11:08 PM

Quote:

Originally Posted by BustaCap
I haven't had any problems since I've been using the hack, but today I added a new newsgroup and got this error:


Any ideas what could be causing this?

One of your table is corrupted. The reason could be a lot of things. One thing the gateway can do is pushing the server to the limit when importing large amount of data, ie. the initial importing for a newsgroup. That should not cause your database to corrupt though.

http://www.google.com.au/search?sour...+table+handler

rinkrat 07-12-2004 12:36 AM

I'm getting prompted to download gateway.php when I try and open it in the browser. Is this what it's supposed to do?

rinkrat 07-12-2004 03:35 AM

Quote:

Originally Posted by kkiely
I have this script installed with a news feed but when I run go to mysite.com/gateway.php why does it have a pop up that asks me to down the file with the list of posts that it is importing?

Also, can someone cut and paste me their cron script that they use to update it? I cant get mine to work


This is what I'm getting. Now what do we do next?

lierduh 07-12-2004 03:50 AM

Quote:

Originally Posted by rinkrat
This is what I'm getting. Now what do we do next?

Please refer to the third post on the first page.

john_rsd 07-12-2004 10:11 AM

lierduh

Did you have any ideas on this one?

https://vborg.vbsupport.ru/showpost....&postcount=315

lierduh 07-12-2004 11:56 PM

Quote:

Originally Posted by john_rsd
lierduh

Did you have any ideas on this one?

https://vborg.vbsupport.ru/showpost....&postcount=315

The attachment was not decoded.

If you can post the sample email, I will have a look. I need the email in raw format, you can delete the middle of the attachment. I mainly need to analyse the mime containers.

john_rsd 07-13-2004 07:28 AM

Quote:

Originally Posted by lierduh
The attachment was not decoded.

If you can post the sample email, I will have a look. I need the email in raw format, you can delete the middle of the attachment. I mainly need to analyse the mime containers.

Would it be better if I resend the email directly to you with attachment?
The file is only very small.

I can go to outbox and resend and just change destination address, that way you can get 100% same as I send.

The email path was from my home PC, directly to the mail server for the domain used (same server) and gatweway.php will collect it locally. Or i can place an email address from you as a forward and you can get the output directly from the server.

The emails for the address used are not held/stored at the server

If it helps the file was packed with winrar, but I use .zip extension as more people understand zip (can be opened in WinXp/zip compatible).

allan grossman 07-13-2004 10:37 AM

lierduh, you've done it again ;)

I installed the latest version and it's got all the options I need - so I don't have to hack gateway.php to get things the way I want them. Works just great.

I especially appreciate the 'no altering vB files' option for the control panel. I've decided with vB3 I'm not installing features that alter vB files - well, I did add a oneliner for photopost integration but that's all ;)

Being able to run nntp_settings and nntp_groups helps me out a lot.

Thanks again -

lierduh 07-13-2004 11:59 PM

Quote:

Originally Posted by john_rsd
Would it be better if I resend the email directly to you with attachment?
The file is only very small.

If it helps the file was packed with winrar, but I use .zip extension as more people understand zip (can be opened in WinXp/zip compatible).

Please post to the forum instead of emailing me. I only need the header, the beginning and the ending of the attachment. It does not matter what file extension you have. As long as they are correctly MIME coded, it should be decoded properly. What email program do you use?

Which version of the script are you using? did you hack any part of the script before you had the attachment inserted as normal post?

john_rsd 07-14-2004 06:41 PM

Quote:

Originally Posted by lierduh
Please post to the forum instead of emailing me. I only need the header, the beginning and the ending of the attachment. It does not matter what file extension you have. As long as they are correctly MIME coded, it should be decoded properly. What email program do you use?

Which version of the script are you using? did you hack any part of the script before you had the attachment inserted as normal post?

OK, Ill see if I can do that shortly.

The Email was sent from Outlook 2003 (11.5608.5703)

I used the last version of the script that you posted which you advised.

I did not hack any part of the script.

The forum has posting of attachments disabled.

Ill go off and send the email to myself now to get the headers :nervous:

john_rsd 07-14-2004 06:47 PM

Message headers as received

Quote:

Return-Path: <john@rsdtv.com>
Delivered-To: rsdtvcom-john@rsdtv.com
Received: (qmail 72330 invoked from network); 14 Jul 2004 19:43:10 -0000
Received: from unknown (HELO johnhomepc) (81.154.91.66)
by host109.ipowerweb.com with SMTP; 14 Jul 2004 19:43:10 -0000
Reply-To: <john@rsdtv.com>
From: "John A. Ross [RSDTV]" <john@rsdtv.com>
To: <john@rsdtv.com>
Subject: File for PP data
Date: Wed, 14 Jul 2004 20:43:09 +0100
Organization:
MIME-Version: 1.0
Content-Type: multipart/mixed;
boundary="----=_NextPart_000_000F_01C469E3.2DABC120"
X-Mailer: Microsoft Office Outlook, Build 11.0.5510
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1409
Thread-Index: AcRhY0z/k+oCtlpYSxG0N5CkzFFbWA==
The script that is running is this one

https://vborg.vbsupport.ru/showpost....&postcount=297

john_rsd 07-14-2004 10:28 PM

Dear lierduh

I am having some more troubles, i guess it might be associated with the mime decoding and the handling of line wraps. Possibly you have some ideas already because of the attachment issue.

Example

Message at my inbox

Quote:

> Thank St?phane, a very good article. I'm getting there (an all
> nighter on an urgent job helped...), DXP2004 is getting better by the
> minute!
>
> Regards
>
Message in forum

Quote:

>=20
>=20
> Thank St=E9phane, a very good article. I'm getting there (an=20
> all nighter
> on an urgent job helped...), DXP2004 is getting better by the minute!
>=20
> Regards
>=20
Headers

Quote:

Return-Path: <bounce-dxp-xxxx@forums.altium.com>
Delivered-To: rsdtvcom-john@rsdtv.com
Received: (qmail 25816 invoked from network); 14 Jul 2004 23:04:10 -0000
Received: from unknown (HELO 203.10.94.132) (203.213.65.162)
by host109.ipowerweb.com with SMTP; 14 Jul 2004 23:04:10 -0000
From: "xxxx xxxx" <xxxx.xxxx@xxxxx.xxx>
To: "DXP Technical Forum" <dxp@forums.altium.com>
Subject: Re: [dxp] Editing component pads and holes
Date: Thu, 15 Jul 2004 11:06:52 +1200
Message-ID: <LYRIS-3338-48461-2004.07.15-08.55.49--john#rsdtv.com@forums.altium.com>
MIME-Version: 1.0
Content-Type: text/plain;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable
X-Priority: 3 (Normal)
X-MSMail-Priority: Normal
X-Mailer: Microsoft Outlook, Build 10.0.2616
In-Reply-To: <LYRIS-4669-48457-2004.07.15-08.48.41--xxxxx.xxxx#xxxx.xxx@forums.altium.com>
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1441
Importance: Normal
List-Unsubscribe: <mailto:leave-dxp-xxxx@forums.altium.com>
Reply-To: "DXP Technical Forum" <dxp@forums.altium.com>
This is now a regular occurance with the test forums. Every other post looks like this.

The isue seems to be LF/CR and also bad handling of charset because of the missing "?"

Do you want me to replace the last version of gateway.php you supplied with the original (from first post) and see if the issue is still present?

Any help appreciated

john_rsd 07-14-2004 10:58 PM

This is very strange now

I just did another update

What was sent

Quote:

Subject : Re: [PEDA] SOT-23 pinout

Pins 2&3 reversed???

This is my default:

3
1 2

I think I've seen 1&2 reversed occasionally.

The only time I use something else is with SOT-23 diode & LEDs, where I use A&K & have an appropriate modified footprint.


----- Original Message -----
From: xxxxxxxxxx
To: xxxxxxxxxx Sent: Tuesday, July 13, 2004 11:05 PM
Subject: [PEDA] SOT-23 pinout


When you organise your footprints, what pinout do you use for SOT-23's?

Do you organise the pins...
-like shown in the attachment?
-or with pins 2&3 reversed?

The bigger question really is: Where do you derive your pin numbering
guidance from?

I find that some datasheets just show the pin names against the actual
pins (& cutout the middleman of *numbers*) thus avoiding the issue
altogether. This doesn't help those of us who want to be able to use a
common footprint across multiple designs.

One answer is "define your own company standard", but if I chose
against an industry standard, that'd be a bit silly wouldn't it.

Find local movie times and trailers on Yahoo! Movies.
http://au.movies.yahoo.com

What i got was this a subject and no message body

Quote:

Subject : Re: [PEDA] SOT-23 pinout

Quote:

Headers

Return-Path: <error@techservinc.com>
Delivered-To: rsdtvcom-john@rsdtv.com
Received: (qmail 63335 invoked from network); 14 Jul 2004 23:43:59 -0000
Received: from unknown (HELO mail.techservinc.com) (67.115.134.89)
by host109.ipowerweb.com with SMTP; 14 Jul 2004 23:43:59 -0000
Received: from techservinc.com ([192.168.0.1])
by "DOLIST Server Expert 3.4 B2157" <forums@techservinc.com>
with SMTP id <D0000877213.OUT>; Wed, 14 Jul 2004 16:41:54 -0700
Envelope-to: proteledaforum@techservinc.com
Delivery-date: Wed, 14 Jul 2004 18:41:19 -0500
Received: from [209.226.175.10] (helo=tomts4-srv.bellnexxia.net)
by esc18.midphase.com with esmtp (Exim 4.34)
id 1BktNH-0004r8-Kp
for proteledaforum@techservinc.com; Wed, 14 Jul 2004 18:41:19 -0500
Received: from VergentBertha ([67.71.75.76]) by tomts4-srv.bellnexxia.net
(InterMail vM.5.01.05.32 201-253-122-126-132-20030307) with ESMTP
id <20040714234114.BVMY14414.tomts4-srv.bellnexxia.net@VergentBertha>
for <proteledaforum@techservinc.com>;
Wed, 14 Jul 2004 19:41:14 -0400
Message-ID: <001201c469fc$07338af0$6401a8c0@VergentBertha>
From: "Brian Guralnick" <xxxxxxxxx@xxxxxxx.xx>
To: "Protel EDA Forum" <proteledaforum@techservinc.com>
References: <20040714030517.54866.qmail@web50902.mail.yahoo.co m>
Date: Wed, 14 Jul 2004 19:41:03 -0400
Organization: Vergent Technology Inc.
MIME-Version: 1.0
Content-Type: multipart/alternative;
boundary="----=_NextPart_000_000F_01C469DA.7FB1EB10"
X-Priority: 3
X-MSMail-Priority: Normal
X-Mailer: Microsoft Outlook Express 6.00.2800.1409
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1409
List-Server: DOLIST Server Expert 3.4 B2157
List-Help: <mailto:forums@techservinc.com?body=help%20protele daforum>
List-Unsubscribe: <mailto:forums@techservinc.com?body=leave%20protel edaforum>
List-Subscribe: <mailto:forums@techservinc.com?body=join%20protele daforum>
List-Post: <mailto:proteledaforum@techservinc.com>
List-Owner: <mailto:forumadministrator@techservinc.com>
List-Archive: <mailto:forums@techservinc.com?body=search%20prote ledaforum%20date%202004-07-14>
List-Info: Forum for discussion of Protel EDA, related software, & Design
X-Tracking: #proteledaforum@techservinc.com#
X-DOLIST-Unsubscribe: To leave, send 'leave proteledaforum' to 'forums@techservinc.com'
Subject: Re: [PEDA] SOT-23 pinout
Resent-From: proteledaforum@techservinc.com
Errors-To: error@techservinc.com
Return-Path: error@techservinc.com
Reply-To: "Protel EDA Forum" <proteledaforum@techservinc.com>
X-DOListmember: #john@rsdtv.com#

cyc 07-19-2004 01:16 AM

Hi

Great hack, nice and easy to setup!

I have one problem though, in several groups I get an error on the odd message that looks like this:

PHP Code:

Invalid SQLSELECT post.postid FROM thread AS threadpost AS post
                                    WHERE thread
.threadid post.threadid AND
                                    (
post.msgid '&lt;For-Gilly's-benefit-797E25.00512909042004@news.usfamily.net&gt;') AND
                                    thread.forumid = 170    
                                    ORDER BY post.dateline DESC LIMIT 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 '
s-benefit-797E25.00512909042004@news.usfamily.net&gt;') AND
     

mysql error number: 1064

Date: Monday 19th of July 2004 12:12:51 PM 

I've tried using the filter thats posted a few pages back but it doesnt seem to help, does anyone have any ideas?

cheers

lierduh 07-19-2004 01:29 AM

Quote:

Originally Posted by cyc
Hi

Great hack, nice and easy to setup!

I have one problem though, in several groups I get an error on the odd message that looks like this:

PHP Code:

mysql errorYou have an error in your SQL syntax.  Check the manual that corresponds to your MySQL server version for the right syntax to use near 's-benefit-797E25.00512909042004@news.usfamily.net&gt;') AND 

I've tried using the filter thats posted a few pages back but it doesnt seem to help, does anyone have any ideas?

cheers

The problem is the message-id of the message you are trying to import does not comply to the standard. It contains a quote in the message-id. I have a fix for the same problem, if you go back, you should be able to find my post.

Or otherwise, just up the lastmsg and skip this message.

lierduh 07-19-2004 01:40 AM

Quote:

Originally Posted by john_rsd
Dear lierduh
This is now a regular occurance with the test forums. Every other post looks like this.

The isue seems to be LF/CR and also bad handling of charset because of the missing "?"

Do you want me to replace the last version of gateway.php you supplied with the original (from first post) and see if the issue is still present?

Any help appreciated

The >=20 is to do with Characterset/language. Many people suffer this problem, it can almost all go back to Outlook Express generated messages. According to the header, the message should be a pure text message. I myself pretty confused about the problem. Even vB team mentioned this problem makes their support harder.

What language do the senders use usually?

In the next version (I need a good block of time like a free weekend to work on it), I will have an option to disable the importing of attachments.

cyc 07-19-2004 02:11 AM

Quote:

Originally Posted by lierduh
The problem is the message-id of the message you are trying to import does not comply to the standard. It contains a quote in the message-id. I have a fix for the same problem, if you go back, you should be able to find my post.

Or otherwise, just up the lastmsg and skip this message.

Thanks mate!

trackpads 07-19-2004 04:51 PM

Is there a way to send the signature and a forum tagline (with the thread links) to the usenet but not the profile information? I REALLY dont like my profile or my users going directly to the usenet.

Thanks again for all the help!

-Jason

john_rsd 07-19-2004 05:50 PM

Quote:

Originally Posted by lierduh
The >=20 is to do with Characterset/language. Many people suffer this problem, it can almost all go back to Outlook Express generated messages. According to the header, the message should be a pure text message. I myself pretty confused about the problem. Even vB team mentioned this problem makes their support harder.

What language do the senders use usually?

In the next version (I need a good block of time like a free weekend to work on it), I will have an option to disable the importing of attachments.

Most users will post messages in English but I am not sure what the default regional settings would be in windows.

I think I seen some threads at vb forums and I think it was over multiple line breaks.

When the 'reply to forum' feature was available on these forums i never seen this happen, but you could never tell what was replied to by email and what was posted to the forums and it also used named pipes instead of collecting from the mailbox. Perhaps an idea for an option for users who have server which support named pipes and skip the mailbox stage completely (also no need for crons).

vB use a similar system for their support tickets, reply by email, not sure if they see the same issues but I have just looked at the tickets i have submitted and they seem OK also.

This is indeed a great addition to vb, any help you can offer to fix these small things is great.

john_rsd 07-19-2004 08:46 PM

This was one of the thread i was thinking of, but not the exact one, ill keep looking

http://www.vbulletin.com/forum/showt...ht=line+breaks

lierduh 07-19-2004 09:36 PM

Quote:

Originally Posted by john_rsd
vB use a similar system for their support tickets, reply by email, not sure if they see the same issues but I have just looked at the tickets i have submitted and they seem OK also.

This is indeed a great addition to vb, any help you can offer to fix these small things is great.

I am just wondering if the pop3 server has to do with this. Do you know what kind of pop3 server you are using? You can "telnet <server address> 110" and find out.

Taco John 07-20-2004 05:50 AM

Got this error:

Gateway version 2.1.0 1 group(s) gatewayed.
Could not connect to NNTP-serverNot connectedNot connected

What am I doing wrong? I'm trying to connect to alt.sports.football.pro.denver-broncos

rinkrat 07-20-2004 02:00 PM

All of the sudden my names of every usenet message has gone blank. It was working before. Where should I look for the fis for this?

Bro_Joey_Gowdy 07-20-2004 02:26 PM

clicks install

john_rsd 07-21-2004 01:15 PM

Quote:

Originally Posted by lierduh
I am just wondering if the pop3 server has to do with this. Do you know what kind of pop3 server you are using? You can "telnet <server address> 110" and find out.

I just send you login and account by PM ;)

dalecom 07-22-2004 08:20 PM

I have installed and tried to run gateway.php for the first time and I get this error :

Gateway version 2.1.0 1 group(s) gatewayed.
Could not connect to NNTP-serverNot connectedNot connected

Any ideas ??

tia

lierduh 07-22-2004 09:29 PM

Quote:

Originally Posted by john_rsd
I just send you login and account by PM ;)

Have been quite busy with things. Will have a look very soon.

lierduh 07-22-2004 09:30 PM

Quote:

Originally Posted by rinkrat
All of the sudden my names of every usenet message has gone blank. It was working before. Where should I look for the fis for this?

Have you installed other hacks recently?


All times are GMT. The time now is 02:26 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.02112 seconds
  • Memory Usage 1,891KB
  • 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_php_printable
  • (29)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