Thread: Add-On Releases - kBank 2.1 - Money System
View Single Post
  #83  
Old 07-31-2008, 06:19 AM
mrpaint's Avatar
mrpaint mrpaint is offline
 
Join Date: Sep 2004
Location: Hanoi Capital
Posts: 630
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by parseforum View Post
I can not go to the forum
Please run these queries manually:

Quote:
CREATE TABLE `" . TABLE_PREFIX . "kbank_donations` (
`id` int(11) NOT NULL auto_increment,
`from` int(11) NOT NULL default 0,
`to` int(11) NOT NULL default 0,
`amount` int(11) NOT NULL default 0,
`tax` int(11) NOT NULL default 0,
`time` int(11) NOT NULL,
`comment` TEXT NOT NULL,
`postid` int(11) NOT NULL default 0,
PRIMARY KEY (`id`)
) TYPE=MyISAM;
CREATE TABLE IF NOT EXISTS " . TABLE_PREFIX . "kbank_ban (
`id` int(11) NOT NULL auto_increment,
`userid` int(10) unsigned NOT NULL,
`time` int(11) NOT NULL,
`days` int (11) NOT NULL,
`reason` text NOT NULL,
`adminid` int (10) unsigned NOT NULL,
PRIMARY KEY (`id`)
) TYPE=MyISAM;

CREATE TABLE IF NOT EXISTS " . TABLE_PREFIX . "kbank_banklogs (
`id` int(11) NOT NULL auto_increment,
`itemname` varchar(255) NOT NULL,
`itemtype` varchar(100) NOT NULL,
`amount` int(11) NOT NULL,
`time` int(11) NOT NULL,
`userid` int (10) unsigned NOT NULL,
`status` int(11) NOT NULL default 0,
PRIMARY KEY (`id`)
) TYPE=MyISAM;

INSERT INTO `" . TABLE_PREFIX . "kbank_banklogs`
(id,itemname,itemtype,amount,time,userid)
VALUES
(1,'post','money',0," . TIMENOW . ",0),
(2,'register','money',0," . TIMENOW . ",0),
(3,'referer','money',0," . TIMENOW . ",0),
(4,'admindonate','money',0," . TIMENOW . ",0),
(5,'items','money',0," . TIMENOW . ",0),
(6,'other','money',0," . TIMENOW . ",0)
(7,'tax','money',0," . TIMENOW . ",0);

CREATE TABLE IF NOT EXISTS `" . TABLE_PREFIX . "kbank_items` (
`itemid` int(11) NOT NULL auto_increment,
`type` varchar(100) default NULL,
`name` varchar(200) default NULL,
`description` varchar(200) default NULL,
`price` int(11) default 0,
`userid` int(10) default 0,
`creator` int(10) default 0,
`create_time` int(11) default 0,
`expire_time` int(11) default 0,
`options` text,
`status` int(11) NOT NULL default '0',
PRIMARY KEY (`itemid`)
) TYPE=MyISAM;

CREATE TABLE IF NOT EXISTS `" . TABLE_PREFIX . "kbank_itemtypes` (
`itemtypeid` int(11) NOT NULL auto_increment,
`name` varchar(100) default NULL,
`filename` varchar(100) default NULL,
`userid` text,
`description` text,
`price` int(11) default 0,
`options` text,
PRIMARY KEY (`itemtypeid`)
) TYPE=MyISAM;

CREATE TABLE IF NOT EXISTS " . TABLE_PREFIX . "kbank_logs (
`id` int(11) NOT NULL auto_increment,
`type` int(4) default '1',
`userid` int(11) default NULL,
`timeline` int(11) default NULL,
`text1` text,
`int1` int(11) default NULL,
`detail` text,
PRIMARY KEY (`id`)
) TYPE=MyISAM;
Gud luck
Reply With Quote
 
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01602 seconds
  • Memory Usage 1,791KB
  • Queries Executed 11 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD_SHOWPOST
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (2)bbcode_quote
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_box
  • (1)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (1)post_thanks_postbit_info
  • (1)postbit
  • (1)postbit_onlinestatus
  • (1)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • reputationlevel
  • showthread
Included Files:
  • ./showpost.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_postinfo_query
  • fetch_postinfo
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showpost_start
  • bbcode_fetch_tags
  • bbcode_create
  • postbit_factory
  • showpost_post
  • 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
  • showpost_complete