Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > vBulletin 3.5 > vBulletin 3.5 Add-ons

Closed Thread
 
Thread Tools
uCash & uShop v2.0.0 Details »»
uCash & uShop v2.0.0
Version: 2.0.0, by Revan Revan is offline
Developer Last Online: Jun 2014 Show Printable Version Email this Page

Version: 3.5.3 Rating:
Released: 02-04-2006 Last Update: 06-03-2006 Installs: 248
DB Changes Uses Plugins Template Edits
Additional Files Is in Beta Stage  
No support by the author.

As of June 4th 2006 the uCS project is officaly closed.

For more info please see this thread. https://vborg.vbsupport.ru/showthread.php?t=117590

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #602  
Old 02-12-2006, 10:15 AM
Ky Kiske's Avatar
Ky Kiske Ky Kiske is offline
 
Join Date: Dec 2001
Location: Miami, Florida
Posts: 125
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

These errors should be fixed by the next release. Remember guys this is a Beta. Meaning we are on the showroom floor with a hot sexy no car that might not have an engine. So We should ask for a Bug Reporting Address. Now in my case. (Do only if you know what you are doing.) I used the mysql queries in the mysql_schema.php for uShop. If you only add uCash 1.1.0 or 1.1.0 it will completely miss a few steps because it thinks you already have them. Now the missing information will be:

Code:
CREATE TABLE ushop_action (
	`actionid` int(5) NOT NULL auto_increment,
	`categoryid` smallint(5) NOT NULL default '1',
	`shortname` varchar(255) NOT NULL default '',
	`name` varchar(255) NOT NULL default '',
	`description` text NOT NULL,
	`displayorder` int(10) NOT NULL default '0',
	`cost` varchar(20) NOT NULL default '',
	`tax` varchar(20) NOT NULL default '',
	`sold` bigint(10) NOT NULL default '0',
	`defaultquantity` bigint(10) NOT NULL default '0',
	`quantity` bigint(10) NOT NULL default '0',
	`allowedgroups` varchar(255) NOT NULL default '',
	`deniedgroups` varchar(255) NOT NULL default '',
	`expiration` int(15) NOT NULL default '0',
	`noexpiremarkup` decimal(20,2) NOT NULL default '0.00',
	`filelocation` varchar(255) NOT NULL default '',
	`imagelocation` varchar(255) NOT NULL default '',
	`disablecoupon` tinyint(1) NOT NULL default '0',
	`showinstore` tinyint(1) NOT NULL default '0',
	`active` tinyint(1) NOT NULL default '0',
	`saf_name` varchar(50) NOT NULL default '',
	`asvs` text NOT NULL,
	`itemcatcache` text NOT NULL,
	`itemcache` text NOT NULL,
	PRIMARY KEY (`actionid`)
)

CREATE TABLE ushop_asvs (
	`asvsid` int(20) NOT NULL auto_increment,
	`actionid` int(20) NOT NULL default '0',
	`varname` varchar(255) NOT NULL default '',
	`title` varchar(255) NOT NULL default '',
	`description` text NOT NULL,
	`optioncode` text NOT NULL,
	`value` text NOT NULL,
	`displayorder` smallint(5) NOT NULL default '0',
	PRIMARY KEY (`asvsid`)
)

CREATE TABLE ushop_bank (
	`rowid` int(10) NOT NULL auto_increment,
	`userid` int(10) NOT NULL default '0',
	`inserttime` bigint(20) NOT NULL default '0',
	`updatetime` bigint(20) NOT NULL default '0',
	`amount` varchar(20) NOT NULL default '',
	PRIMARY KEY (`rowid`),
	UNIQUE KEY `userid` (`userid`)
)

CREATE TABLE ushop_history (
	`historyid` bigint(10) NOT NULL auto_increment,
	`userid` bigint(10) NOT NULL default '0',
	`timestamp` bigint(15) NOT NULL default '0',
	`actionid` bigint(10) NOT NULL default '0',
	`action` varchar(250) NOT NULL default '',
	`normalcost` varchar(20) NOT NULL default '',
	`discount` varchar(20) NOT NULL default '',
	`tax` varchar(20) NOT NULL default '',
	`points` varchar(20) NOT NULL default '',
	`totalcost` varchar(20) NOT NULL default '',
	`touserid` bigint(10) NOT NULL default '0',
	`touser` varchar(250) NOT NULL default '',
	`newtitle` varchar(250) NOT NULL default '',
	`itemid` int(15) NOT NULL default '0',
	`oldtitle` varchar(250) NOT NULL default '',
	`expired` tinyint(1) NOT NULL default '0',
	PRIMARY KEY (`historyid`)
)

ALTER TABLE user
	ADD `ushop_history` mediumtext NOT NULL,
	ADD `ushop_glow` varchar(20) NOT NULL default '0',
	ADD `ushop_usernamecolor` varchar(20) NOT NULL default '0',
	ADD `ushop_boldusername` tinyint(1) NOT NULL default '0',
	ADD `ushop_italicsusername` tinyint(1) NOT NULL default '0',
	ADD `ushop_bankdata` text NOT NULL,
	ADD `ushop_bankqueue` text NOT NULL,
	ADD `ushop_bankwarning` int(15) NOT NULL default '0',
	ADD `ushop_profilemidi` varchar(250) NOT NULL default '',
	ADD `ushop_bypassflood` tinyint(1) NOT NULL default '0',
	ADD `ucash` DECIMAL(20, 2) DEFAULT '0' NOT NULL

REPLACE INTO datastore 
	(title, data) 
VALUES
	('ucs_global_bank', 1000000)

REPLACE INTO ushop_action 
	(`actionid`, `categoryid`, `shortname`, `name`, `description`, `displayorder`, `cost`, `tax`, `sold`, `defaultquantity`, `quantity`, `allowedgroups`, `deniedgroups`, `expiration`, `noexpiremarkup`, `filelocation`, `imagelocation`, `disablecoupon`, `showinstore`, `active`, `saf_name`) 
VALUES
	(1, 2, 'donate', 'Donate', 'Spread some love to your fellow man and donate some money to another user.', 10, '0', '2', 14, 20, 20, 'd', 'd', 0, 0.00, 'ushop/action.donate.php', 'images/ushop/donate.gif', 0, 1, 1, ''),
	(2, 8, 'changetitle', 'Change Custom Title', 'Here, you can change your custom title to something else. Stand out from the crowd and buy one!', 50, '500', '5', 12, 20, 18, 'd', 'd', 0, 0.00, 'ushop/action.changetitle.php', '', 0, 1, 1, ''),
	(3, 8, 'changeothertitle', 'Change Other User''s Custom Title', 'Someone making your life hell and want to get abit of payback? Rember that they can find out who did it ;)', 60, '1000', '10', 20, 20, 20, 'd', 'd', 1, 100.00, 'ushop/action.changeothertitle.php', '', 0, 1, 1, ''),
	(4, 8, 'changeusername', 'Change Username', 'With this action, you may change your username to anything you''d like! (Within reason...)', 70, '1000', '7', 6, 20, 20, 'd', 'd', 0, 0.00, 'ushop/action.changeusername.php', '', 0, 1, 1, ''),
	(5, 9, 'glowusername', 'Glowing Username', 'With this action, you can buy yourself a pretty glowing username that will appear on your posts. (NOTE: Glow is Internet Explorer only!)', 90, '750', '15', 31, 20, 20, 'd', 'd', 0, 0.00, 'ushop/action.glowusername.php', 'images/ushop/glowusername.gif', 0, 1, 1, ''),
	(6, 3, 'colorusername', 'Colored Username', 'With this, you can pick a color that''ll color your username in your posts any color you''d like!', 100, '700', '4', 23, 20, 18, 'd', 'd', 0, 0.00, 'ushop/action.colorusername.php', 'images/ushop/colorusername.gif', 0, 1, 1, ''),
	(7, 3, 'boldusername', 'Bold Username', 'This allows you to make your username bold in your posts.', 110, '500', '4', 24, 20, 11, 'd', 'd', 1, 100.00, 'ushop/action.boldusername.php', 'images/ushop/boldusername.gif', 0, 1, 1, ''),
	(8, 3, 'italicusername', 'Italicized Username', 'This allows you to make your username appear in italics in your posts.', 120, '500', '4', 8, 20, 17, 'd', 'd', 0, 0.00, 'ushop/action.italicusername.php', 'images/ushop/italicusername.gif', 0, 1, 1, ''),
	(9, 2, 'admindonate', 'Admin Donate', 'This allows admins to give or take away points from users without affecting their own points.', 20, '0', '0', 37, -1, -1, '6', 'd', 0, 0.00, 'ushop/action.admindonate.php', 'images/ushop/admindonate.gif', 0, 1, 1, ''),
	(10, 4, 'bank', 'Bank', 'Save up your money in the bank and collect wonderful interest!', 40, '0', '0', 63, -1, -1, 'd', 'd', 0, 0.00, 'ushop/action.bank.php', 'images/ushop/bank.gif', 0, 1, 1, ''),
	(11, 8, 'secondaryusergroup', 'Secondary Usergroup', 'Want a higher PM quota? Want to see invisible users? You might be able to buy access to a usergroup with those features here.', 80, '0', '3', 12, 20, 19, 'd', 'd', 0, 0.00, 'ushop/action.secondaryusergroup.php', '', 0, 1, 1, 'Usergroup Editor'),
	(12, 7, 'stickythread', 'Sticky Thread', 'Make one of your topics stick to the top of the forum!', 170, '500', '5', 5, 20, 20, 'd', 'd', 0, 0.00, 'ushop/action.stickythread.php', '', 0, 1, 1, ''),
	(13, 2, 'thief', 'Thief!', 'Attempt to steal points from another member here (you lazy bum).', 30, '0', '0', 70, 20, 19, 'd', 'd', 0, 0.00, 'ushop/action.thief.php', '', 0, 1, 1, ''),
	(14, 5, 'forumpassword', 'Buy Forum Password', 'Buy access to some special forums here!', 130, '1000', '3', 44, 20, 18, 'd', 'd', 0, 0.00, 'ushop/action.forumpassword.php', '', 0, 1, 1, 'Forum Editor'),
	(15, 5, 'forumaccess', 'Buy Forum Access', 'Buy access to a forum!', 140, '2000', '4', 23, 20, 17, 'd', 'd', 0, 0.00, 'ushop/action.forumaccess.php', '', 0, 1, 1, 'Forum Editor'),
	(16, 5, 'denyforumaccess', 'Deny Forum Access', 'Want to keep some jackass out of a certain forum? Deny their access to the forum here!', 150, '2500', '10', 11, 20, 20, 'd', 'd', 1, 0.00, 'ushop/action.denyforumaccess.php', '', 0, 1, 1, 'Forum Editor'),
	(17, 5, 'giveforumaccess', 'Give Forum Access', 'Bought access to a forum but want a friend to have access as well? Buy them access here!', 160, '2500', '9', 13, 20, 20, 'd', 'd', 0, 0.00, 'ushop/action.giveforumaccess.php', '', 0, 1, 1, 'Forum Editor'),
	(18, 8, 'customavatar', 'Custom Avatar', 'Here you can upload a custom avatar for you to use.', 410, '1200', '7', 9, 20, 20, 'd', 'd', 0, 0.00, 'ushop/action.customavatar.php', '', 0, 1, 1, ''),
	(19, 8, 'profilemidi', 'Midi In Profile', 'Spice up your profile with some music!', 430, '1500', '7', 1, 20, 20, 'd', 'd', 0, 0.00, 'ushop/action.profilemidi.php', '', 0, 1, 1, ''),
	(20, 8, 'changeotheravatar', 'Change Other User''s Avatar', 'Here you can changed another user''s custom avatar.', 420, '1200', '7', 7, 20, 20, 'd', 'd', 0, 0.00, 'ushop/action.changeotheravatar.php', '', 0, 1, 1, ''),
	(21, 8, 'profilepicture', 'Profile Picture', 'Here you can upload a profile picture for you to use.', 430, '1000', '7', 4, 20, 20, 'd', 'd', 0, 0.00, 'ushop/action.profilepicture.php', '', 0, 1, 1, ''),
	(22, 8, 'bypassfloodcontrol', 'Bypass Flood Control', 'Purchase this to post as fast as you can without flood control restrictions.', 450, '500', '7', 15, 20, 20, 'd', 'd', 0, 0.00, 'ushop/action.bypassfloodcontrol.php', '', 0, 1, 1, '')

REPLACE INTO ushop_asvs 
	(`actionid`, `varname`, `title`, `description`, `optioncode`, `value`, `displayorder`)
VALUES
	(1, 'changecolorpercent', 'Percent of Regular Price to Change Color?', 'Set this to the percent of the regular price that it costs to change a glowing username after it has already been purchased.', '', '50', 10),
	(6, 'changecolorpercent', 'Percent of Regular Price to Change Color?', 'Set this to the percent of the regular price that it costs to change a colored username after it has already been purchased?', '', '50', 10),
	(10, 'interestincrement', 'Interest Increment', 'Set this to how often interest should accumulate on money in this bank. Default - 86400 = 1 day.', '', '86400', 10),
	(10, 'interestpercent', 'Interest Percent', 'Set this to the amount of interest gained on money in this bank (in percents).', '', '2', 20),
	(13, 'maxrep', 'Maximum Reputation?', 'If a user reaches this many reputation points, it becomes impossible to steal from them. Otherwise, a percentage is calculated using this and the user''s reputation to determine the chance of failure.', '', '100000', 10),
	(13, 'backfire', 'Backfire on Failed Attempts?', 'If this is set to ''yes'', failed attempts will backfire, giving the victim the money that the thief loses when they fail to steal.', 'yesno', '1', 20),
	(13, 'replosts', 'Reputation Lost On Successful Thievery?', 'Set this to the amount of reputation points that are lost when a member successfully steals money from another user. Make it negative you give reputation.', '', '5', 30),
	(13, 'replostf', 'Reputation Lost On Failed Thievery?', 'Set this to the amount of reputation points that are lost when a member attempts and fails to steal money from another user. Make it negative you give reputation.', '', '50', 40),
	(6, 'colorchooser', 'Use Color Chooser?', 'If this is enabled, then a dropdown of colors will be presented instead of a text box when selecting a color.', 'yesno', '1', 20),
	(5, 'colorchooser', 'Use Color Chooser?', 'If this is enabled, then a dropdown of colors will be presented instead of a text box when selecting a color.', 'yesno', '1', 20),
	(1, 'pointsforrep', 'Points for Reputation', 'Set this to an amount of points required to gain reputation points. Set to 0 to not allow users to gain reputation by using this action.', '', '10', 10),
	(1, 'reppoints', 'Reputation Points Added?', 'For every <i>x</i> points donated, the donating user will gain this amount of repuation points.', '', '1', 20),
	(2, 'allowbbcode', 'Allow BBCode?', 'Set this to ''yes'' to allow users to input BBCode/Smilies into their Custom Title.', 'yesno', '1', 10),
	(3, 'allowbbcode', 'Allow BBCode?', 'Set this to ''yes'' to allow users to input BBCode/Smilies into their Custom Title.', 'yesno', '1', 10),
	(3, 'immunegroups', 'Immune Groups', 'Check the names of the groups that are immune to having their title changed.', 'usergroup', '6,7,5', 30),
	(13, 'immunegroups', 'Immune Groups', 'Check the names of the groups that are immune to being the victim of a theft.', 'usergroup', '6,7,5', 70),
	(3, 'timelimittochangetitle', 'Time Limit to Change Title?', 'After this action is used, how long (in seconds) must the user wait to change their title again? Default is 1 day (86400 seconds).', '', '3600', 20),
	(13, 'maxtimes', 'Maximum Thief Attempts?', 'Set this to the maximum thief attempts a user can try. This corresponds to the option below.', '', '5', 50),
	(13, 'timeperiod', 'Max Attempts Time Period', 'Set this to the time period (in seconds) of the maximum attempts option. If a user has x thief attempts in this period of time, they will not be allowed to do it again until the time is up. (Default: 86400 = 1 day) ', '', '86400', 60),
	(16, 'immunegroups', 'Immune Groups', 'Check the names of the groups that are immune to being denied from a forum.', 'usergroup', '6,7,5', 20),
	(20, 'immunegroups', 'Immune Groups', 'Check the names of the groups that are immune to having their avatar changed.', 'usergroup', '6,7,5', 10)
Pretty big chunk huh? But I am looking over some of the issues after that. uCash will work perfectly for you. Hold off uShop because if yours is all messed up they you will get the "ushop_act" related errors like me. And this is where the staff steps in.
  #603  
Old 02-12-2006, 10:16 AM
bitbender's Avatar
bitbender bitbender is offline
 
Join Date: Jan 2002
Location: Sorta near Dallas, Texas
Posts: 166
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by bitbender
After re-importing the product-ucs, all is working very nicely!

Thanks, Boys :nervous:
Well, I tried to install this on my production board after my test board (which was loaded with a fresh backup from thelive board)... Guess what came back...

Quote:
Warning: Invalid argument supplied for foreach() in /includes/functions_ushop.php on line 535

Warning: Invalid argument supplied for foreach() in /admincp/ushop/ushop_admin.ushopmanager.php on line 9

Warning: Invalid argument supplied for foreach() in /admincp/ushop/ushop_admin.ushopmanager.php on line 13

Warning: Invalid argument supplied for foreach() in /admincp/ushop/ushop_admin.ushopmanager.php on line 78
I tried to look and see which calls in functions and the admincp/ushop/ushop_admin.. script was calling, but I have been up all night for my real job, and cannot see it right now..

I re-uploaded the product_ucs.xml several times with the re-write option on... No joy.....The only thing I hadn't done yet was update my templates, as I wanted to do all my settings and permissions before I did the template updates...

??
  #604  
Old 02-12-2006, 10:30 AM
Ky Kiske's Avatar
Ky Kiske Ky Kiske is offline
 
Join Date: Dec 2001
Location: Miami, Florida
Posts: 125
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Warning: Invalid argument supplied for foreach() in /includes/functions_ushop.php on line 535
foreach ($categories as $categoryid => $category) {

Warning: Invalid argument supplied for foreach() in /admincp/ushop/ushop_admin.ushopmanager.php on line 9
foreach ($categories as $category) {

Warning: Invalid argument supplied for foreach() in /admincp/ushop/ushop_admin.ushopmanager.php on line 13
foreach ($vbulletin->ushop_act as $actionid => $action) {

Warning: Invalid argument supplied for foreach() in /admincp/ushop/ushop_admin.ushopmanager.php on line 78
foreach ($actcat as $categoryid => $category) {
Looking at these I thought I had the worse problems but I don't get catergories problems. I would check the database and make sure everything is there. but I think "ushop_act" might be improperly defined.
  #605  
Old 02-12-2006, 10:48 AM
swissknife swissknife is offline
 
Join Date: Mar 2004
Location: Hamburg
Posts: 101
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by swissknife
hi!

sry , i tried to read here everything , but everytime my problem apaers , there was no answer. please help :

in admincp -> when i try to edit the ushop"pruduct" i got : he requested URL /vbulletin/admincp/uttstoreadmin.php was not found on this server.

how can i fix it?

i did reload the product!
plz help.
  #606  
Old 02-12-2006, 10:55 AM
bitbender's Avatar
bitbender bitbender is offline
 
Join Date: Jan 2002
Location: Sorta near Dallas, Texas
Posts: 166
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

There isnt a table caled ushop_act It's ushop_action

ushop_act is a field added to the datastore table, it appears, if one examines functions_ushop.php and global_ushop.php in the includes folder ..

I have also re-uploaded all the files again, as well. No Joy.

I am going to rest for awhile, and try this again later
  #607  
Old 02-12-2006, 11:16 AM
Danny Diamond's Avatar
Danny Diamond Danny Diamond is offline
 
Join Date: Oct 2004
Posts: 127
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

installed and works fine.

Love Simon
  #608  
Old 02-12-2006, 11:26 AM
Stone Cold 3:16's Avatar
Stone Cold 3:16 Stone Cold 3:16 is offline
 
Join Date: Oct 2005
Location: Fort Worth - Texas
Posts: 164
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by gio~logist
What exactly do you mean?

To donate you use the store, admincp donate are only to do in mass pretty much.
I set the 100 points for a new topic. I made a new topic, and my points are blank. Never increased.
  #609  
Old 02-12-2006, 11:50 AM
Juvefan Juvefan is offline
 
Join Date: Jan 2006
Posts: 23
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Why when i try to modify something in ushop manager i recive this error ?
"You may not leave the name fields blank."
  #610  
Old 02-12-2006, 12:43 PM
Drago912 Drago912 is offline
 
Join Date: Apr 2004
Location: Canada
Posts: 88
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

MAke sure when re-importing the product you select "overwrite"
  #611  
Old 02-12-2006, 01:07 PM
Gio~Logist's Avatar
Gio~Logist Gio~Logist is offline
 
Join Date: Jun 2004
Location: San Francisco
Posts: 2,575
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Stone Cold 3:16
I set the 100 points for a new topic. I made a new topic, and my points are blank. Never increased.
Did you make this change per forum or via admincp?
Closed Thread

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 08:18 PM.


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.05390 seconds
  • Memory Usage 2,332KB
  • Queries Executed 25 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (1)bbcode_code
  • (6)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (6)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (3)pagenav_pagelinkrel
  • (11)post_thanks_box
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (11)postbit_onlinestatus
  • (11)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.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/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.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
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete