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)
-   -   ecDownloads 3.2 Legacy (https://vborg.vbsupport.ru/showthread.php?t=75198)

Viks 02-15-2005 04:50 PM

If anyone here is interested to do this and has the time...An addon for vBAdvanced CMPS will be really appreicated with this mod.

webnx 02-15-2005 06:10 PM

after some work, it looks like I can get all 4,000 movies / files from pafiledb into this script. I like the script, its fast and works well with vb. one question. is there any plans to ad Subcategories of Subcategories there are some sections that are a few deep on PAfiledb. if not, would you be willing to add it for a fee? thanks

Dan
Vwsport.com

Xtrm2Matt 02-16-2005 05:43 PM

Hi there,

I can't be bothered to trail through 14 pages, but I've gone through the last 3 or 4 and I've noticed 1 thing about the extensions. If you want to upload different extensions other than .rar, .zip and .gz, simply do a search for ".rar" in the following files and you'll see this:

if ($lext != ".rar" && $lext != ".zip" && $lext != ".gz") {

$errors['message'] .= '<center>You may only upload .rar, .zip, and .gz</center><br>';

You can simply add more extensions by adding $lext != ".EXTENSION". Remember, add $lext != ".EXTENSION" && if your adding more than 1 extension.

:: Files To Edit ::
dl_add.php
dl_edit.php

As a future release, would it be possible to edit these in the AdminCP rather than have to manually edit files?

I've had no problems installing this at all. However, when I upload the files.. no files are uploaded. It basically "makes" a 0kb file in the downloads dir.

A request: I have a number of files which are around 700MB each. Instead of uploading this via your "uploader" (this will be impossible anyway, it will simply timeout), I'm requesting the ability to link to the file but still be able to do the same as you can now (e.g. description, author etc), and also keep the URL still hidden.

An Error: You can simply not download. I get this error when I try downloading:

CGI Error
The specified CGI application misbehaved by not returning a complete set of HTTP headers.


I'm sorry to be rude, great plugin, but it seems you've put too little effort into releasing something that we can install straight away. You say the phrases arn't needed? How can you even think about releasing a plugin without releasing the phrases as well? Some people may not mind, but I certainly do. I'd rather see a nice message saying "Thank you, your categorie has been added" rather than "Error: The phrase 'categorie_added' cannot be found because the author was to lazy to release it so please don't complain"..

Again, I hope my last comment didn't sound rude, it was intended to.

Cheers,

Matt

Durtay 02-16-2005 09:45 PM

Quote:

Originally Posted by Xtrm2Matt
Hi there,

I can't be bothered to trail through 14 pages, but I've gone through the last 3 or 4 and I've noticed 1 thing about the extensions. If you want to upload different extensions other than .rar, .zip and .gz, simply do a search for ".rar" in the following files and you'll see this:

if ($lext != ".rar" && $lext != ".zip" && $lext != ".gz") {

$errors['message'] .= '<center>You may only upload .rar, .zip, and .gz</center><br>';

You can simply add more extensions by adding $lext != ".EXTENSION". Remember, add $lext != ".EXTENSION" && if your adding more than 1 extension.

:: Files To Edit ::
dl_add.php
dl_edit.php

Thanks... I was just renaming my files to .jpg.zip so they'd be uploaded and then in the file title named the author .jpg so when they downloaded it, it read .jpg.zip :lick:

Socomjunky.com 02-16-2005 10:38 PM

man this hack is bed because ron1n isn't even here to help i got two problems with it. and when i asked question. no one helped me. but i like the look of it. i would love to install this but no one helps around here. so i have to install another hack. so thats why i dont like it

Xtrm2Matt 02-17-2005 06:35 AM

Quote:

Originally Posted by Socomjunky.com
man this hack is bed because ron1n isn't even here to help i got two problems with it. and when i asked question. no one helped me. but i like the look of it. i would love to install this but no one helps around here. so i have to install another hack. so thats why i dont like it

What is/was your problem?

Socomjunky.com 02-17-2005 07:29 AM

Quote:

Originally Posted by Socomjunky.com
Warning: move_uploaded_file(): open_basedir restriction in effect. File(/home/user/html/downloads/ Edition TEST AGAIN [].zip) is not within the allowed path(s): (/home2/digital1/:/usr/lib/php:/usr/local/lib/php:/tmp) in /home2/digital1/public_html/forums/includes/dl_add.php on line 54

Whats wronge with it. its make the file but when i click on it to download. it brings wronge page


There u go thats the problem

Xtrm2Matt 02-17-2005 07:52 AM

Did you chmod the download dir to 777 and also did you make sure the paths are correct?

Socomjunky.com 02-17-2005 08:05 PM

Quote:

Originally Posted by Xtrm2Matt
Did you chmod the download dir to 777 and also did you make sure the paths are correct?


yea i did the chmod. but i didn't add any path or paths. it doesn't say nothing in inctruction

Xtrm2Matt 02-17-2005 10:13 PM

Hey,

open_basedir has to be OFF in php.ini also :)

Matt

Durtay 02-18-2005 04:36 AM

Quote:

Originally Posted by Socomjunky.com
yea i did the chmod. but i didn't add any path or paths. it doesn't say nothing in inctruction

the paths to your download folder via your cpanel and your site root.

cPanel: /home/user/html/downloads/
site root: /downloads/

In your cpanel rename "user" to your username you use to access the cpanel (if you have one)

tekram 02-18-2005 04:42 AM

Quote:

Originally Posted by Socomjunky.com
yea i did the chmod. but i didn't add any path or paths. it doesn't say nothing in inctruction

look here in the instructionsystem 1.0e:
Setting the 'upload url' this is the actual path, i.e. 'home/public_html/downloads/'
Setting the 'download url' this is the path from the domain, i.e. '/downloads/'

this musst be changed in the download_config.php in includes here at this hack.

fiber1 02-18-2005 08:54 PM

Very nice! But definately needs more allowable file extensions for upload/download.

tekram 02-18-2005 08:58 PM

Quote:

Originally Posted by fiber1
Very nice! But definately needs more allowable file extensions for upload/download.

please have a look first on this post:

Quote:


Hi there,

I can't be bothered to trail through 14 pages, but I've gone through the last 3 or 4 and I've noticed 1 thing about the extensions. If you want to upload different extensions other than .rar, .zip and .gz, simply do a search for ".rar" in the following files and you'll see this:

if ($lext != ".rar" && $lext != ".zip" && $lext != ".gz") {

$errors['message'] .= '<center>You may only upload .rar, .zip, and .gz</center><br>';

You can simply add more extensions by adding $lext != ".EXTENSION". Remember, add $lext != ".EXTENSION" && if your adding more than 1 extension.

:: Files To Edit ::
dl_add.php
dl_edit.php

As a future release, would it be possible to edit these in the AdminCP rather than have to manually edit files?

I've had no problems installing this at all. However, when I upload the files.. no files are uploaded. It basically "makes" a 0kb file in the downloads dir.

A request: I have a number of files which are around 700MB each. Instead of uploading this via your "uploader" (this will be impossible anyway, it will simply timeout), I'm requesting the ability to link to the file but still be able to do the same as you can now (e.g. description, author etc), and also keep the URL still hidden.

An Error: You can simply not download. I get this error when I try downloading:

CGI Error
The specified CGI application misbehaved by not returning a complete set of HTTP headers.


I'm sorry to be rude, great plugin, but it seems you've put too little effort into releasing something that we can install straight away. You say the phrases arn't needed? How can you even think about releasing a plugin without releasing the phrases as well? Some people may not mind, but I certainly do. I'd rather see a nice message saying "Thank you, your categorie has been added" rather than "Error: The phrase 'categorie_added' cannot be found because the author was to lazy to release it so please don't complain"..

Again, I hope my last comment didn't sound rude, it was intended to.

Cheers,

Matt
everythink ok?

Morrus 02-18-2005 11:29 PM

Quote:

Originally Posted by tekram
please have a look first on this post:



everythink ok?

Got a problem!

The install seemed to go fine, but I'm having a little trouble with the page itself. The category display list is fine, but if I try clicking on one of the category names, I just get a blank white page.

You can see the problem here if you try clicking on one of the 4 categories:

http://www.enworld.org/downloads.php?

I'm sure I've just done something wrong, but I can't figure out what it is. Anyone got any idea?

Thanks!

fiber1 02-19-2005 01:55 AM

Thanks Tekram! Been reading so many threads sometimes I just miss them.

fiber1 02-19-2005 02:33 AM

Question about adding extensions... If I add ".txt" or ".doc" when one clicks on the download link it opens in the browser. What changes need to be made to make it promt the save file to location window instead?

danrak 02-19-2005 03:44 AM

It looks good. I would love to use it. The only thing though is I have over 2 gigs worth of downloads, many of which are drivers, and maybe around 3,000 different files. Is there any way to mass add these?

Xtrm2Matt 02-19-2005 07:47 AM

Hi,

Quote:

Originally Posted by fiber1
Question about adding extensions... If I add ".txt" or ".doc" when one clicks on the download link it opens in the browser. What changes need to be made to make it promt the save file to location window instead?

.TXT and .DOC open in the browser by default (in I.E anyway). The only way around this is if the person right clicked it and clicked "Save As" :)

Quote:

Originally Posted by danrak
It looks good. I would love to use it. The only thing though is I have over 2 gigs worth of downloads, many of which are drivers, and maybe around 3,000 different files. Is there any way to mass add these?

This would be possible if the maker of the plugin added a scan-dir feature, meaning you choose the dir, and it scans the files and adds them automatically. The problem I see with that is actually giving the name, author, description etc of the files, but it'd save time I agree :)

Matt

Cyberfreak 02-21-2005 04:49 PM

Hi Ron1n and thanks for an awesome hack of yours:)

Still, after reading 15 pages of hints and tricks, i still haven`t come up with any good solutions for my problem... :(

I`ve installed it without any errors, displaying the downloads.php just fine, so well for the uploading bit, but when i try to download, i get the errro page:
Code:

Forbidden
You don't have permission to access /forum/downloads/_Cyber_Newfilenametest2_.zip on this server.

Okey, i have readed several places about url`s and cmod`ing... here goes:

My download_config.php displays this:
Code:

<?php
$INFO['d_perpage']                = '20';
$INFO['d_disable']                = '0';
$INFO['u_url']                        = '/var/www/html/forum/downloads/';
$INFO['d_url']                        = '/forum/downloads/';
$INFO['d_order']                        = '`name`';
?>

And yes, i chmod the downloads/ dir to 777

Still i get that error message...

but if i try to login thrue FTP, and look at the chmod ON files, it get strange...

The upload chmod the files to 600 !!!
It`s not strange then why i can`t download it.. hehe

But why?! And where does this hack do anything with chmod`s ??

I`m not sure what the solution for this is, so again after reading all pages i din`t find any answer on this. (If im not blind, that is).

Hope you have a answer for me here ?!

btw.. uses version 1.0e

thanks.

Cyberfreak

Rhoads 02-21-2005 07:24 PM

Quote:

Originally Posted by Cyberfreak
Hi Ron1n and thanks for an awesome hack of yours:)

Still, after reading 15 pages of hints and tricks, i still haven`t come up with any good solutions for my problem... :(

I`ve installed it without any errors, displaying the downloads.php just fine, so well for the uploading bit, but when i try to download, i get the errro page:
Code:

Forbidden
You don't have permission to access /forum/downloads/_Cyber_Newfilenametest2_.zip on this server.

Okey, i have readed several places about url`s and cmod`ing... here goes:

My download_config.php displays this:
Code:

<?php
$INFO['d_perpage']                = '20';
$INFO['d_disable']                = '0';
$INFO['u_url']                        = '/var/www/html/forum/downloads/';
$INFO['d_url']                        = '/forum/downloads/';
$INFO['d_order']                        = '`name`';
?>

And yes, i chmod the downloads/ dir to 777

Still i get that error message...

but if i try to login thrue FTP, and look at the chmod ON files, it get strange...

The upload chmod the files to 600 !!!
It`s not strange then why i can`t download it.. hehe

But why?! And where does this hack do anything with chmod`s ??

I`m not sure what the solution for this is, so again after reading all pages i din`t find any answer on this. (If im not blind, that is).

Hope you have a answer for me here ?!

btw.. uses version 1.0e

thanks.

Cyberfreak

I have the same problem https://vborg.vbsupport.ru/showpost....9&postcount=71 there is only no solution for :disappointed:
Everything have been well established for 100%, I have tested the other download mod, and I have no problems with that.

Rids 02-22-2005 12:27 PM

Is this hack supported anymore? Ronin hasn't even been on the site since the 13th so I'm guessing not. It will be a great shame if this gets abandoned, I'd been searching for something like this for ages and even went as far as buying a commercial script but that failed miserably when it came to integrating with vB. :(

LeeWicKeD 02-22-2005 05:27 PM

i've also waited a long time for support,but nothing happenend..but i found something like this:

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

much more comfortable and good support!thumbs up

Dep 02-22-2005 06:46 PM

Quote:

Originally Posted by Cyberfreak

My download_config.php displays this:
Code:

<?php
$INFO['d_perpage']                = '20';
$INFO['d_disable']                = '0';
$INFO['u_url']                        = '/var/www/html/forum/downloads/';
$INFO['d_url']                        = '/forum/downloads/';
$INFO['d_order']                        = '`name`';
?>


trys these

make it read
Code:

<?php
$INFO['d_perpage']                = '20';
$INFO['d_disable']                = '0';
$INFO['u_url']                        = '/var/www/html/forum/downloads/';
$INFO['d_url']                        = 'http://www.domain.com/forum/downloads/';
$INFO['d_order']                        = '`name`';
?>

the other one is

change
chmod the downloads/ dir to 777
to this
chmod the downloads/ dir to 755

GetGamer.com 02-23-2005 01:28 AM

I've installed this mod (looks great!) but when I try to upload a file I get a javascript alert: The document contains no data.

The upload form is completely filled out. Any ideas what I'm doing wrong?

Another user trying to upload got a SQL error, which generated thisemail to me:
Quote:

Invalid SQL: INSERT INTO file_files (`name`, `desc`,`author`,`uploader`, `uploaderid`, `url`, `time`, `catid`, `size`, `pin`,`approved`)
VALUES('Universal JnrzLoader','A little tool that will sign you in appearing offline and will load asmany MSN Messenger instances as you want (MSN polygamy) withoutpatching msnmsgr.exe<br />
<br />
It should loadall/future versions of MSN-Windows Messenger, although it is not 100%accurate. It has been tested with MSN Messenger version6.2.0133/6.2.0.137/6.2.0205/7.0.0425 and Windows Messenger4.7.2009/5.0.0482<br />
<br />
Instructions - PressLOAD and then search for the msnmsgr.exe if you want to load MSNMessenger. Its default path is C:\Program Files\MSN Messenger\<br/>
If you wanna load Windows Messenger then you need to searchfor msmsgs.exe. Its default path is C:\Program Files\Messenger\','Jnrz', 'shifter', '44023', 'MSN Jnrz Universal JnrzLoader [].zip','1109123852', '2', '3699', '', '')
mysql error: You have an error inyour SQL syntax near 'Jnrz', 'shifter', '44023', 'MSN Jnrz UniversalJnrzLoader [].zip', '1109123852',' at line 2

mysql error number: 1064

chooah 02-23-2005 07:02 AM

this mod looks great! does it support external URL's instead of file uploads?

Xtrm2Matt 02-23-2005 01:53 PM

Nope. I doubt its planned either seeing as the maker has gone off on one..

StevenIsProek 02-23-2005 03:40 PM

Quote:

Originally Posted by chooah
this mod looks great! does it support external URL's instead of file uploads?

yea whats up whit this?I been waiting :(

Viks 02-23-2005 07:42 PM

yany one!?

Quote:

Originally Posted by Viks
If anyone here is interested to do this and has the time...An addon for vBAdvanced CMPS will be really appreicated with this mod.


Is there a way to reset counter for downloads...??

Ron1n dude!! come support ur mod man..... :)

ptmuldoon 02-23-2005 07:47 PM

I've asked for the same thing over at vba boards, but no one's bitten on it yet. I think it would be great to have.

I was thinking of an add on that showed perhaps the top 3 or 5 latest additons (uploads), and top 3 or 5 most popular downloaded files.

Cyberfreak 02-24-2005 12:56 PM

Quote:

Originally Posted by Dep
trys these

make it read
Code:

<?php
$INFO['d_perpage']                = '20';
$INFO['d_disable']                = '0';
$INFO['u_url']                        = '/var/www/html/forum/downloads/';
$INFO['d_url']                        = 'http://www.domain.com/forum/downloads/';
$INFO['d_order']                        = '`name`';
?>

the other one is

change
chmod the downloads/ dir to 777
to this
chmod the downloads/ dir to 755

Thank you for trying, but it din`t help at all.. :(

Just the same as alwyas..

Thanks again :)

Cyberfreak

Jenta 02-25-2005 06:24 AM

i think theres a major bug with this
if u need to restore your database it hangs on file_cat
i think its due to the word desc for the file description
desc means descending in sql

anyone else seeing this?

Spyke 02-25-2005 04:59 PM

so is ron1n planning on updating this mod like he said he was?? It would be nice to see support of other extensions.

fiber1 02-25-2005 07:22 PM

Quote:

Originally Posted by Spyke
so is ron1n planning on updating this mod like he said he was?? It would be nice to see support of other extensions.

Read through the threads that was posted.

Xtrm2Matt 02-25-2005 08:50 PM

Why would we want to trail through 16 pages for a simply answer;

Yes or No.

Ron1n 02-26-2005 01:05 AM

Quote:

Originally Posted by Xtrm2Matt
Why would we want to trail through 16 pages for a simply answer;

Yes or No.

It only takes reading one page.. any one of the 16. Pick a page, any page, and read the post at the top.

Quote:

Originally Posted by Xtrm2Matt
Hi there,

I can't be bothered to trail through 14 pages, but I've gone through the last 3 or 4 and I've noticed 1 thing about the extensions. If you want to upload different extensions other than .rar, .zip and .gz, simply do a search for ".rar" in the following files and you'll see this:

if ($lext != ".rar" && $lext != ".zip" && $lext != ".gz") {

$errors['message'] .= '<center>You may only upload .rar, .zip, and .gz</center><br>';

You can simply add more extensions by adding $lext != ".EXTENSION". Remember, add $lext != ".EXTENSION" && if your adding more than 1 extension.

Thanks for helping people out :D.

Quote:

Originally Posted by XTrm2Matt
I'm sorry to be rude, great plugin, but it seems you've put too little effort into releasing something that we can install straight away. You say the phrases arn't needed? How can you even think about releasing a plugin without releasing the phrases as well? Some people may not mind, but I certainly do. I'd rather see a nice message saying "Thank you, your categorie has been added" rather than "Error: The phrase 'categorie_added' cannot be found because the author was to lazy to release it so please don't complain"..

Well, thats personal preference. I rather hate mods that make me install phrases because it is a waste of my time to do so. If you would like, i'll email you the phrases for versioin 2.0 in about a week and you can make the phrases including a tutorial showing users how to add them. Does that sound fair?

- - - - - - -

Now, a note to all the users about problems uploading files. You are having trouble because you have not filled in your directories accurately or your server permissions are not set correctly. I have not seen any other problems that caused the upload errors. Everyone always comes back after a while and posts (or PM's me) saying "it works, i just had to fill out ___ differently."

I will admit, these settings are not for your junior webhost, because they require knowledge of how to traverse directories, but I couldnt help that. I wanted so very much to be able to allow users to upload to a directory outside of their forum directory (i.e. elitecoders.org/downloads/ instead of elitecoders.org/forum/downloads) but for the next release I will simply resort to forcing downloads to /forum/downloads and eliminating all user setup.

As to why I have not released or been here. Frankly, that is no ones business, but I have been busy with school, paid projects, and college visits. vBDownloads is one of the things at the bottom of my list in order of importance. That being said, I expect to make more progress this weekend, and may release a nice treat next weekend to a few beta testers. After they assure me that it works, I will release to the public.

Cyberfreak 02-26-2005 10:06 AM

Quote:

Originally Posted by Ron1n
I will admit, these settings are not for your junior webhost, because they require knowledge of how to traverse directories, but I couldnt help that. I wanted so very much to be able to allow users to upload to a directory outside of their forum directory (i.e. elitecoders.org/downloads/ instead of elitecoders.org/forum/downloads) but for the next release I will simply resort to forcing downloads to /forum/downloads and eliminating all user setup.

But still Ron1n, i have tried what u say several times, several ways and still it chmod the files to 600.

Even got help from sys admin of hosts, they din`t find a better way to fix it either.

I`m not a n00b to php and moding vB files, so i have looked true your files to understand what you have done to make this. Haven`t find anything about chmod.

Maybe im just blind, but not a junior on all this.

Will let it be to see if there is someone else that comes up with an solution for this, or sorry to say this (but of the slack of support) i will uninstall it.

Cyberfreak

GetGamer.com 02-26-2005 12:35 PM

I've run across a problem uploading files that appears to be related tofilesize. The php.ini on our server limits file uploads to 2MB or less,but if I try to upload a file that's 1.6 MB it fails with either"Document contains no data" or a "page not found" error -- neither avery elegant way of failing. It would be good to include a filesizecheck on uploads, if that's possible... or at the very least add anadmin option to set a limit that is displayed on the upload screen("Maximum upload file size is xx") so that users know not to tryuploading anything larger.

Also there are a few spelling errors on some of your pages.
  • On the Add file page, recomended should be recommended (two m's).
  • On the Stats, Search and My Files pages, comming should be spelled coming (one m). Personally, I have an aversion to "coming soon" type pages. I'd rather you left that out until it was really there.
  • In the User Info box, you used Your when you should've used You're or You are. Personally, I'd rather just see Logged in as nnnnn.
One other note, if you add phrases, it makes it 1000 times easier toadapt to other languages and it makes it easier for people to changethe wording of things like "You're logged in as... " to simply "Loggedin as..." to suit their preferences. I know it's more work to code, butin the end, you'll get much appreciation!

All in all I just want to say thank you for what is shaping up to be anexcellent mod. I really like the layout and the work you've put intoit. Keep up the great work!

Spyke 02-26-2005 05:48 PM

I just have a question. I added file extensions and some of them are image extenstions for wallpapers. Though, i feel there is a problem. It shows the full path to where the image is. So, anyone can just freely download what ever file they want from going to the forum.com/forum/downloads/ directory. Is there anyway to prevent this?

Jag 02-27-2005 08:05 AM

For everyone having the CHMOD 666 Forbidden File problem - here's the solution. :)

Find this code in includes/dl_add.php

Code:

move_uploaded_file($_FILES['upload']['tmp_name'], $INFO['u_url'].$newfilename);
And add this code directly under it:

Code:

chmod($INFO['u_url'].$newfilename, 0755);
This will CHMOD the uploaded to file to 755 and thus eliminate the 666 bug. :)


All times are GMT. The time now is 10:25 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.01940 seconds
  • Memory Usage 1,900KB
  • 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
  • (9)bbcode_code_printable
  • (22)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