![]() |
| | #1 |
| Senior Member |
vBookie is a 'bookmakers' or betting extension to vBulletin. It enables authorised members to post Events and Outcomes that forum members can bet on. Each Outcome has its own set of odds, and odds can be modified through the life of an Event (bets that are placed are stored with the prevailing odds, so even if the odds change, your users are paid at the correct rate). Once the results are known, Events can be settled and forums members awarded their winnings. vBookie uses its own vCash by default, but this has no more use than as 'bragging rights'. However, vBookie also comes with a built-in switch to allow it to use uCash or eBux instead. That means that all bets are paid for and settled using uCash or eBux, making betting even more attractive than just for fun on forums with uShop installed. Although vBookie does not have any built-in facility to integrate with any other store hacks, it's a very simple to integrate it with any store/points system you care to use. http://www.vbulletin.org/forum/showt...t=94128&page=1 代碼: -- phpMyAdmin SQL Dump
-- version 2.9.1.1
-- http://www.phpmyadmin.net
--
-- 主機: localhost
-- 生成日期: 2007 年 01 月 16 日 17:19
-- 服務器版本: 4.0.22
-- PHP 版本: 4.3.11
--
-- 數據庫: `vbb`
--
-- --------------------------------------------------------
--
-- 表的結構 `vbplaza_item`
--
CREATE TABLE `vbplaza_item` (
`itemid` int(10) unsigned NOT NULL auto_increment,
`active` int(10) unsigned NOT NULL default '1',
`displayorder` int(10) unsigned NOT NULL default '0',
`cost` decimal(30,5) NOT NULL default '0.00000',
`tax` decimal(30,5) NOT NULL default '0.00000',
`refilldateline` int(10) unsigned NOT NULL default '0',
`defquantity` int(10) unsigned NOT NULL default '0',
`quantity` int(10) unsigned NOT NULL default '0',
`sold` int(10) unsigned NOT NULL default '0',
`allowedgroups` varchar(250) NOT NULL default '',
`deniedgroups` varchar(250) NOT NULL default '',
`name` varchar(250) NOT NULL default '',
`imagelocation` varchar(250) NOT NULL default '',
`description` varchar(250) NOT NULL default '',
`tablename` varchar(250) NOT NULL default '',
`wherename` varchar(250) NOT NULL default '',
`wherevalue` varchar(250) NOT NULL default '',
`setname` varchar(250) NOT NULL default '',
`settype` int(10) unsigned NOT NULL default '0',
`setvalue` varchar(250) NOT NULL default '',
`scriptlocation` varchar(250) NOT NULL default '',
`inputfields` mediumtext NOT NULL,
`expirydate` int(10) unsigned NOT NULL default '0',
`loghistory` int(10) unsigned NOT NULL default '1',
`category` int(10) unsigned NOT NULL default '0',
`showinstore` int(10) unsigned NOT NULL default '1',
`changealways` int(10) unsigned NOT NULL default '0',
`overridepermissions` int(10) unsigned NOT NULL default '0',
`optionsettings` mediumtext NOT NULL,
`floodcheck` int(10) unsigned NOT NULL default '30',
`autobuildcost` int(10) unsigned NOT NULL default '1',
PRIMARY KEY (`itemid`)
) TYPE=MyISAM AUTO_INCREMENT=506 ;
--
-- 導出表中的數據 `vbplaza_item`
--
INSERT INTO `vbplaza_item` (`itemid`, `active`, `displayorder`, `cost`, `tax`, `refilldateline`, `defquantity`, `quantity`, `sold`, `allowedgroups`, `deniedgroups`, `name`, `imagelocation`, `description`, `tablename`, `wherename`, `wherevalue`, `setname`, `settype`, `setvalue`, `scriptlocation`, `inputfields`, `expirydate`, `loghistory`, `category`, `showinstore`, `changealways`, `overridepermissions`, `optionsettings`, `floodcheck`, `autobuildcost`) VALUES
(1, 1, 10, 50000.00000, 3.25000, 1168950234, 20, 20, 62, '6,43,42,41,12,5,45,51,46', '', '更換會員名', '', '更換您的名字.', 'user', '', '', '', 0, '', 'vbplaza/action.changeusername.php', 'a:1:{i:0;a:3:{s:10:"phrasename";s:16:"vbplaza_username";s:9:"inputname";s:8:"username";s:10:"inputvalue";s:0:"";}}', 0, 1, 1, 1, 0, 0, 'a:0:{}', 30, 1),
(2, 1, 20, 1000.00000, 1.75000, 1168950234, 20, 18, 94, '', '', '會員名加粗', '', '使你的名字以粗體顯示.\r\n重新購買可以取消效果.', 'user', 'userid', '$vbulletin->userinfo[''userid'']', 'vbp_displayflags', 2, '1', '', 'a:0:{}', 10, 1, 1, 1, 0, 0, 'a:0:{}', 30, 1),
(3, 1, 30, 1000.00000, 1.75000, 1168950234, 20, 20, 15, '', '', '會員名斜體', '', '使你的名字以斜體顯示.\r\n重新購買可以取消效果.', 'user', 'userid', '$vbulletin->userinfo[''userid'']', 'vbp_displayflags', 2, '2', '', 'a:0:{}', 10, 1, 1, 1, 0, 0, 'a:0:{}', 30, 1),
(4, 1, 40, 1000.00000, 1.75000, 1168950234, 20, 20, 15, '', '', '會員名下劃線', '', '使你的名字以下劃線顯示.\r\n重新購買可以取消效果.', 'user', 'userid', '$vbulletin->userinfo[''userid'']', 'vbp_displayflags', 2, '4', '', 'a:0:{}', 10, 1, 1, 1, 0, 0, 'a:0:{}', 30, 1),
(5, 1, 50, 3000.00000, 1.75000, 1168950234, 20, 19, 213, '', '', '會員名顏色', '', '使你的名字以其他顯示.(<a href="/colorp/" title="點擊選擇顏色" target="_blank"><strong>點擊選擇顏色</strong></a>)\r\n重新購買可以取消效果.\r\n', 'user', 'userid', '$vbulletin->userinfo[''userid'']', 'vbp_nametextcolor', 1, '$action[''color'']', '', 'a:1:{i:0;a:3:{s:10:"phrasename";s:13:"vbplaza_color";s:9:"inputname";s:5:"color";s:10:"inputvalue";s:0:"";}}', 15, 1, 1, 1, 0, 0, 'a:0:{}', 30, 1),
(6, 1, 60, 3000.00000, 1.75000, 1168950234, 20, 19, 152, '', '', '會員名發光', '', '使你的名字以發光效果顯示.(<a href="/colorp/" title="點擊選擇顏色" target="_blank"><strong>點擊選擇顏色</strong></a>)重新購買可以取消效果.', 'user', 'userid', '$vbulletin->userinfo[''userid'']', 'vbp_nameglowcolor', 1, '$action[''color'']', '', 'a:1:{i:0;a:3:{s:10:"phrasename";s:13:"vbplaza_color";s:9:"inputname";s:5:"color";s:10:"inputvalue";s:0:"";}}', 15, 1, 1, 1, 1, 0, 'a:0:{}', 30, 1),
(7, 0, 20, 0.00000, 0.00000, 1163245403, 0, 0, 0, '', '', '捐款', 'images/vbplaza/donate.png', 'This will allow you donate some points to another user.', 'user', '', '', '', 0, '', 'vbplaza/action.donate.php', '', 0, 1, 6, 1, 0, 0, 'a:1:{i:1;a:5:{s:4:"type";s:1:"1";s:7:"varname";s:20:"vbplaza_donatesendpm";s:5:"title";s:24:"Donate sends PM to user?";s:11:"description";s:87:"Enable this to send a PM to the user who was donated to from an user. (Default is Yes.)";s:5:"value";s:1:"1";}}', 0, 1),
(8, 1, 30, 1000.00000, 1.75000, 1168950234, 20, 20, 14, '', '', '頭銜加粗', '', '使你的頭銜以粗體顯示.\r\n重新購買可以取消效果.', 'user', 'userid', '$vbulletin->userinfo[''userid'']', 'vbp_displayflags', 2, '8', '', 'a:0:{}', 15, 1, 2, 1, 0, 0, 'a:0:{}', 30, 1),
(9, 1, 40, 700.00000, 1.75000, 1168950234, 20, 20, 0, '', '', '頭銜斜體', '', '使你的頭銜以斜體顯示.\r\n重新購買可以取消效果.', 'user', 'userid', '$vbulletin->userinfo[''userid'']', 'vbp_displayflags', 2, '16', '', 'a:0:{}', 15, 1, 2, 1, 0, 0, 'a:0:{}', 30, 1),
(10, 1, 50, 700.00000, 1.75000, 1168950234, 20, 20, 5, '', '', '頭銜下劃線', '', '使你的頭銜以下劃線顯示.\r\n重新購買可以取消效果.', 'user', 'userid', '$vbulletin->userinfo[''userid'']', 'vbp_displayflags', 2, '32', '', 'a:0:{}', 15, 1, 2, 1, 0, 0, 'a:0:{}', 30, 1),
(11, 1, 60, 2000.00000, 1.75000, 1168950234, 20, 20, 41, '', '', '頭銜顏色', '', '使你的頭銜以其他顏色顯示.(自行填寫顏色代碼)(<a href="/colorp/" title="點擊選擇顏色" target="_blank"><strong>點擊選擇顏色</strong></a>)\r\n重新購買可以取消效果.', 'user', 'userid', '$vbulletin->userinfo[''userid'']', 'vbp_titletextcolor', 1, '$action[''color'']', '', 'a:1:{i:0;a:3:{s:10:"phrasename";s:13:"vbplaza_color";s:9:"inputname";s:5:"color";s:10:"inputvalue";s:0:"";}}', 15, 1, 2, 1, 0, 0, 'a:0:{}', 30, 1),
(12, 0, 30, 0.00000, 0.00000, 1163245380, 0, 0, 0, '6', '', '管理員捐款', '', 'This will allow admins to donate points to users without losing any points.', 'user', '', '', '', 0, '', 'vbplaza/action.admindonate.php', 'a:0:{}', 0, 1, 6, 1, 0, 1, 'a:1:{i:1;a:5:{s:4:"type";s:1:"1";s:7:"varname";s:25:"vbplaza_admindonatesendpm";s:5:"title";s:30:"Admin Donate sends PM to user?";s:11:"description";s:88:"Enable this to send a PM to the user who was donated to from an Admin. (Default is Yes.)";s:5:"value";s:1:"1";}}', 0, 1),
(13, 0, 10, 0.00000, 0.00000, 1163245403, 0, 0, 2, '', '', '銀行', 'images/vbplaza/bank.png', 'This will allow you to put/get money in/from the bank.', 'user', '', '', 'vbbank', 1, '', 'vbplaza/action.bank.php', '', 0, 0, 6, 1, 0, 0, '', 0, 1),
(14, 1, 10, 200.00000, 3.25000, 1168950234, 20, 20, 56, '', '', '更改頭銜', '', '可以更換您自己的頭銜.', 'user', '', '', '', 0, '', 'vbplaza/action.changeusertitle.php', 'a:1:{i:0;a:3:{s:10:"phrasename";s:17:"vbplaza_usertitle";s:9:"inputname";s:9:"usertitle";s:10:"inputvalue";s:0:"";}}', 0, 1, 2, 1, 0, 0, 'a:1:{i:1;a:5:{s:4:"type";s:1:"1";s:7:"varname";s:30:"vbplaza_usertitle_allow_bbcode";s:5:"title";s:28:"Allow BB Code in User Title?";s:11:"description";s:91:"Enable this setting to allow BB Code to be parsed into User Titles. (Default is set to Yes)";s:5:"value";s:1:"1";}}', 30, 1),
(15, 1, 20, 50000.00000, 6.25000, 1168950234, 20, 20, 8, '', '', '更改別人的頭銜', '', '可以更改別人的頭銜.', 'user', '', '', '', 0, '', 'vbplaza/action.changeotherusertitle.php', 'a:2:{i:0;a:3:{s:10:"phrasename";s:16:"vbplaza_username";s:9:"inputname";s:8:"username";s:10:"inputvalue";s:0:"";}i:1;a:3:{s:10:"phrasename";s:17:"vbplaza_usertitle";s:9:"inputname";s:9:"usertitle";s:10:"inputvalue";s:0:"";}}', 0, 1, 2, 1, 0, 0, 'a:1:{i:1;a:5:{s:4:"type";s:1:"1";s:7:"varname";s:30:"vbplaza_usertitle_allow_bbcode";s:5:"title";s:28:"Allow BB Code in User Title?";s:11:"description";s:91:"Enable this setting to allow BB Code to be parsed into User Titles. (Default is set to Yes)";s:5:"value";s:1:"1";}}', 30, 1),
(16, 1, 40, 0.00000, 9.75000, 1163245380, 0, 0, 349, '', '', '盜竊', '', '這個物品可以讓你做下小偷.', 'user', '', '', '', 0, '', 'vbplaza/action.thief.php', 'a:0:{}', 0, 1, 6, 1, 0, 0, 'a:6:{i:1;a:5:{s:4:"type";s:1:"2";s:7:"varname";s:24:"vbplaza_thiefsuccessrate";s:5:"title";s:24:"Thief Success Percentage";s:11:"description";s:98:"Enter the percentage that you want the Thief option to be successful. (Default is 15% of the time)";s:5:"value";s:2:"30";}i:2;a:5:{s:4:"type";s:1:"1";s:7:"varname";s:26:"vbplaza_thieffailsforstaff";s:5:"title";s:32:"Thief Always Fails Against Staff";s:11:"description";s:148:"Enable this setting if you do not want your users to be able to steal from your Staff, Staff being Admin, SMod & Moderators. (Default is set to Yes)";s:5:"value";s:1:"1";}i:3;a:5:{s:4:"type";s:1:"1";s:7:"varname";s:24:"vbplaza_thieffailstouser";s:5:"title";s:28:"Thief Failures Go To Theftee";s:11:"description";s:141:"If the Thief option fails, the person doing the stealing loses the points to the person they are trying to steal from. (Default is set to No)";s:5:"value";s:1:"1";}i:4;a:5:{s:4:"type";s:1:"2";s:7:"varname";s:30:"vbplaza_thiefreputationlosswon";s:5:"title";s:47:"Thief Loses X Reputation Points When Successful";s:11:"description";s:151:"Enter the amount of reputation points you want the user to lose for using Thief and stealing the points. (Default is 5, Enter 0 for no Reputation Loss)";s:5:"value";s:2:"50";}i:5;a:5:{s:4:"type";s:1:"2";s:7:"varname";s:31:"vbplaza_thiefreputationlosslost";s:5:"title";s:43:"Thief Loses X Reputation Points When Failed";s:11:"description";s:148:"Enter the amount of reputation points you want the user to lose for using Thief and failing to steal. (Default is 3, Enter 0 for no Reputation Loss)";s:5:"value";s:2:"30";}i:6;a:5:{s:4:"type";s:1:"2";s:7:"varname";s:27:"vbplaza_thiefmaxtheftamount";s:5:"title";s:22:"Thief Max Theft Amount";s:11:"description";s:107:"Enter the maximum amount of points that you want Thief to be able to attempt to steal. (Default is 100000.)";s:5:"value";s:5:"10000";}}', 30, 1),
(47, 0, 70, 8000.00000, 6.75000, 1164291210, 20, 20, 0, '', '', '更換資料照片', '', '可以允許您重新更換自己的資料照片.', 'user', '', '', '', 0, '', 'vbplaza/action.changeprofilepicture.php', 'a:0:{}', 0, 1, 8, 1, 0, 0, 'a:0:{}', 30, 1),
(17, 1, 10, 50000.00000, 8.35000, 1168950234, 20, 20, 4, '', '', '無視小偷', '', '可以無視偷東西的小偷.', 'user', 'userid', '$vbulletin->userinfo[''userid'']', 'vbp_immunity', 2, '1', '', 'a:0:{}', 7, 1, 5, 1, 0, 0, 'a:0:{}', 30, 1),
(19, 0, 10, 1100.00000, 4.50000, 1164291210, 20, 20, 0, '', '', '置頂主題', 'images/vbplaza/stickythread.png', '可以讓您置頂一個主題.', 'thread', '', '', '', 0, '', 'vbplaza/action.stickythread.php', 'a:1:{i:0;a:3:{s:10:"phrasename";s:23:"vbplaza_threadid_or_url";s:9:"inputname";s:8:"threadid";s:10:"inputvalue";s:0:"";}}', 0, 1, 3, 1, 0, 0, 'a:0:{}', 30, 1),
(20, 0, 20, 1000.00000, 4.50000, 1164291210, 20, 20, 0, '', '', '取消置頂主題', 'images/vbplaza/unstickythread.png', '可以讓您取消置頂一個主題.', 'thread', '', '', '', 0, '', 'vbplaza/action.unstickythread.php', 'a:1:{i:0;a:3:{s:10:"phrasename";s:23:"vbplaza_threadid_or_url";s:9:"inputname";s:8:"threadid";s:10:"inputvalue";s:0:"";}}', 0, 1, 3, 1, 0, 0, 'a:0:{}', 30, 1),
(21, 0, 90, 1000.00000, 4.50000, 1163596126, 20, 20, 0, '', '', '帖子數加50', 'images/vbplaza/postcountplus50.png', 'Want to increase your postcount some by using some of those points you have earned? Then this is for you!.', 'user', 'userid', '$vbulletin->userinfo[''userid'']', 'posts', 3, '50', '', '', 0, 1, 7, 1, 0, 0, '', 30, 1),
(22, 0, 30, 1000.00000, 5.50000, 1164291210, 20, 20, 0, '', '', '關閉主題', 'images/vbplaza/closethread.png', '可以讓您關閉一個主題.', 'thread', '', '', '', 0, '', 'vbplaza/action.closethread.php', 'a:1:{i:0;a:3:{s:10:"phrasename";s:23:"vbplaza_threadid_or_url";s:9:"inputname";s:8:"threadid";s:10:"inputvalue";s:0:"";}}', 0, 1, 3, 1, 1, 0, 'a:0:{}', 30, 1),
(23, 0, 40, 1000.00000, 5.50000, 1164291210, 20, 20, 0, '', '', '打開主題', 'images/vbplaza/openthread.png', '可以讓您打開一個主題.', 'thread', '', '', '', 0, '', 'vbplaza/action.openthread.php', 'a:1:{i:0;a:3:{s:10:"phrasename";s:23:"vbplaza_threadid_or_url";s:9:"inputname";s:8:"threadid";s:10:"inputvalue";s:0:"";}}', 0, 1, 3, 1, 0, 0, 'a:0:{}', 30, 1),
(24, 0, 10, 0.00000, 5.75000, 1164923260, 20, 20, 0, '', '', '版塊訪問權', 'images/vbplaza/forumaccess.png', '你可以購買一些你平常不能訪問的討論區的權限.', 'access', '', '', '', 0, '', 'vbplaza/action.forumaccess.php', 'a:0:{}', 0, 1, 4, 1, 0, 0, 'a:0:{}', 30, 0),
(25, 0, 20, 0.00000, 8.75000, 1164291210, 20, 20, 0, '', '', '禁止版塊訪問權', 'images/vbplaza/denyforumaccess.png', '可以禁止某些會員訪問指定的討論區.', 'access', '', '', '', 0, '', 'vbplaza/action.denyforumaccess.php', 'a:0:{}', 0, 1, 4, 1, 0, 0, 'a:0:{}', 30, 0),
(26, 0, 30, 0.00000, 8.75000, 1164923260, 20, 20, 0, '', '', '給予版塊訪問權', 'images/vbplaza/giveforumaccess.png', '可以允許某些會員訪問指定的討論區.', 'access', '', '', '', 0, '', 'vbplaza/action.giveforumaccess.php', 'a:0:{}', 0, 1, 4, 1, 0, 0, 'a:0:{}', 30, 0),
(27, 0, 10, 1000.00000, 2.75000, 1165160280, 20, 20, 2, '40,39,38', '', '贈送禮物', '', 'This will allow you to a gift for another member.', 'user', '', '', '', 0, '', 'vbplaza/action.gift.php', 'a:0:{}', 0, 1, 7, 1, 0, 0, 'a:3:{i:1;a:5:{s:4:"type";s:1:"1";s:7:"varname";s:24:"vbplaza_userbuyselfgifts";s:5:"title";s:31:"User''s Can Buy Themself a Gift?";s:11:"description";s:77:"Enable this setting so that user''s can buy themself a gift. (Default is Yes.)";s:5:"value";s:1:"1";}i:2;a:5:{s:4:"type";s:1:"1";s:7:"varname";s:23:"vbplaza_givegiftssendpm";s:5:"title";s:28:"Give Gifts sends PM to user?";s:11:"description";s:88:"Enable this to send a PM to the user who was send a gift from an user. (Default is Yes.)";s:5:"value";s:1:"1";}i:3;a:5:{s:4:"type";s:1:"1";s:7:"varname";s:27:"vbplaza_usegiftradiobuttons";s:5:"title";s:35:"Use Radio Buttons to display Gifts?";s:11:"description";s:126:"Enable this setting so that users will see all of the gifts with radio buttons, instead of the Drop Down Box. (Default is No.)";s:5:"value";s:1:"0";}}', 30, 1),
(28, 0, 50, 1000.00000, 5.50000, 1164291210, 20, 20, 0, '', '', '提升主題', 'images/vbplaza/bumpthread.png', '可以讓您提升一個主題到版面頂端.', 'thread', '', '', '', 0, '', 'vbplaza/action.bumpthread.php', 'a:1:{i:0;a:3:{s:10:"phrasename";s:23:"vbplaza_threadid_or_url";s:9:"inputname";s:8:"threadid";s:10:"inputvalue";s:0:"";}}', 0, 1, 3, 1, 0, 0, 'a:0:{}', 30, 1),
(29, 0, 60, 1000.00000, 5.50000, 1164291210, 20, 20, 0, '', '', '取消提升主題', 'images/vbplaza/debumpthread.png', '可以讓您取消提升一個主題.', 'thread', '', '', '', 0, '', 'vbplaza/action.debumpthread.php', 'a:1:{i:0;a:3:{s:10:"phrasename";s:23:"vbplaza_threadid_or_url";s:9:"inputname";s:8:"threadid";s:10:"inputvalue";s:0:"";}}', 0, 1, 3, 1, 0, 0, 'a:0:{}', 30, 1),
(30, 0, 20, 5000.00000, 6.75000, 1164922977, 20, 20, 3, '', '', '忽略發言時間限制', '', '30秒不爽? 這個東西可以無視它.', 'user', 'userid', '$vbulletin->userinfo[''userid'']', 'vbp_otherflags', 2, '1', '', 'a:0:{}', 0, 1, 7, 1, 0, 0, 'a:0:{}', 30, 1),
(31, 0, 40, 0.00000, 6.75000, 1164291210, 20, 20, 0, '', '', '版塊密碼', 'images/vbplaza/forumpassword.png', '可以購買加密討論區的密碼.', 'forum', '', '', '', 0, '', 'vbplaza/action.forumpassword.php', 'a:0:{}', 0, 1, 4, 1, 0, 0, 'a:0:{}', 30, 0),
(32, 0, 30, 0.00000, 10.75000, 1163596126, 20, 20, 0, '', '', '副用戶組', 'images/vbplaza/secondaryusergoup.png', 'This will allow you to buy a secondary usergroup for more features.', 'usergroup', '', '', '', 0, '', 'vbplaza/action.secondaryusergroup.php', '', 0, 1, 7, 1, 0, 0, '', 30, 0),
(33, 0, 60, 10000.00000, 13.50000, 1163596126, 20, 20, 0, '', '', '查看刪除原因', 'images/vbplaza/seedeletionnotices.png', 'This will allow you to see deletion notices in threads.', 'user', 'userid', '$vbulletin->userinfo[''userid'']', 'vbp_otherflags', 2, '4', '', '', 7, 1, 7, 1, 0, 0, '', 30, 1),
(34, 0, 40, 0.00000, 13.50000, 1163596126, 20, 20, 0, '', '', '主用戶組', 'images/vbplaza/primaryusergoup.png', 'This will allow you to buy a primary usergroup for more features.', 'usergroup', '', '', '', 0, '', 'vbplaza/action.primaryusergroup.php', '', 0, 1, 7, 1, 0, 0, '', 30, 0),
(35, 0, 50, 2000.00000, 3.50000, 1164291210, 20, 20, 0, '', '', '隱身模式', '', '不想人看到在線? 那就隱吧!', 'user', '', '', 'options', 2, '512', '', 'a:0:{}', 0, 1, 7, 1, 0, 0, 'a:0:{}', 30, 1),
(36, 0, 60, 4000.00000, 4.25000, 1164291210, 20, 20, 0, '', '', '可以看見隱身的會員', 'images/vbplaza/seeinvisibleusers.png', '可以讓您看見隱身的會員在線.', 'user', '', '', 'vbp_genericperm', 2, '32', '', 'a:0:{}', 0, 1, 9, 1, 0, 0, 'a:0:{}', 30, 1),
(37, 0, 10, 2000.00000, 5.50000, 1164291210, 20, 20, 0, '', '', '更換為默認的頭像', '', '可以允許您重新更換為默認的頭像.', 'user', '', '', '', 0, '', 'vbplaza/action.defaultavatar.php', 'a:0:{}', 0, 1, 8, 1, 0, 0, 'a:0:{}', 30, 1),
(38, 0, 20, 10000.00000, 8.75000, 1164291210, 20, 20, 0, '', '', '更換別人的頭像為默認的頭像', '', '可以允許您給別人重新更換為默認的頭像..', 'user', '', '', '', 0, '', 'vbplaza/action.changeothersdefaultavatar.php', 'a:0:{}', 0, 1, 8, 1, 0, 0, 'a:0:{}', 30, 1),
(39, 0, 30, 3000.00000, 3.65000, 1164291210, 20, 20, 0, '', '', '無視別人刪除你的默認頭像操作', '', '無視別人刪除你的默認頭像操作.', 'user', '', '', 'vbp_immunity', 2, '4', '', 'a:0:{}', 7, 1, 5, 1, 0, 0, 'a:0:{}', 30, 1),
(40, 0, 30, 10000.00000, 7.25000, 1164291210, 20, 20, 0, '', '', '刪除別人的默認頭像', '', '可以允許您給別人刪除默認的頭像.', 'user', '', '', '', 0, '', 'vbplaza/action.removeothersdefaultavatar.php', 'a:1:{i:0;a:3:{s:10:"phrasename";s:16:"vbplaza_username";s:9:"inputname";s:8:"username";s:10:"inputvalue";s:0:"";}}', 0, 1, 8, 1, 0, 0, 'a:0:{}', 30, 1),
(41, 0, 40, 3000.00000, 3.25000, 1164291210, 20, 20, 0, '', '', '無視別人刪除你的默認頭像操作', '', '無視別人刪除你的默認頭像操作.', 'user', '', '', 'vbp_immunity', 2, '8', '', 'a:0:{}', 7, 1, 5, 1, 0, 0, 'a:0:{}', 30, 1),
(42, 1, 40, 6000.00000, 8.25000, 1168950234, 20, 20, 1, '', '', '自定義頭像', '', '可以允許您重新更換自定義頭像.', 'user', '', '', '', 0, '', 'vbplaza/action.customavatar.php', 'a:0:{}', 0, 1, 101, 1, 0, 0, 'a:0:{}', 30, 1),
(43, 1, 50, 30000.00000, 12.15000, 1168950234, 20, 20, 5, '', '2,49,1', '更換別人的自定義頭像', '', '可以允許您給別人重新更換自定義頭像.', 'user', '', '', '', 0, '', 'vbplaza/action.changeotherscustomavatar.php', 'a:0:{}', 0, 1, 101, 1, 0, 0, 'a:0:{}', 30, 1),
(44, 1, 50, 10000.00000, 2.75000, 1168950234, 20, 20, 2, '', '2,49,1', '無視別人對你的自定義頭像操作', '', '無視別人對你的自定義頭像操作.', 'user', '', '', 'vbp_immunity', 2, '16', '', 'a:0:{}', 7, 1, 101, 1, 0, 0, 'a:0:{}', 30, 1),
(45, 0, 60, 10000.00000, 6.25000, 1164291210, 20, 20, 0, '', '', '刪除別人的自定義頭像', '', '可以允許您給刪除別人的自定義頭像.', 'user', '', '', '', 0, '', 'vbplaza/action.removeotherscustomavatar.php', 'a:1:{i:0;a:3:{s:10:"phrasename";s:16:"vbplaza_username";s:9:"inputname";s:8:"username";s:10:"inputvalue";s:0:"";}}', 0, 1, 8, 1, 0, 0, 'a:0:{}', 30, 1),
(46, 0, 60, 1000.00000, 3.25000, 1164291210, 20, 20, 0, '', '', '無視別人刪除你的自定義頭像操作', '', '無視別人刪除你的自定義頭像操作.', 'user', '', '', 'vbp_immunity', 2, '32', '', 'a:0:{}', 7, 1, 5, 1, 0, 0, 'a:0:{}', 30, 1),
(48, 0, 50, 0.00000, 2.75000, 1163245380, 0, 0, 1, '', '', '購買彩票', '', '試試你的運氣吧!', 'user', '', '', '', 0, '', 'vbplaza/action.lottery.php', 'a:0:{}', 0, 1, 6, 1, 0, 0, 'a:0:{}', 30, 0),
(49, 1, 100, 2000.00000, 4.65000, 1168950234, 20, 20, 4, '', '2', '可以使用簽名', '', '想用簽名嗎?', 'user', '', '', 'vbp_genericperm', 2, '1024', '', 'a:0:{}', 20, 1, 101, 1, 0, 0, 'a:0:{}', 30, 1),
(50, 0, 10, 2000.00000, 3.25000, 1164291210, 20, 20, 0, '', '', '可以查看會員資料', 'images/vbplaza/viewmembersinfo.png', '可以讓您查看別人的資料.', 'user', '', '', 'vbp_genericperm', 2, '1', '', 'a:0:{}', 30, 1, 9, 1, 0, 0, 'a:0:{}', 30, 1),
(51, 0, 20, 2500.00000, 3.50000, 1164291210, 20, 20, 0, '', '', '可以更改資料', 'images/vbplaza/modifyprofile.png', '可以更改自己的個人資料.', 'user', '', '', 'vbp_genericperm', 2, '2', '', 'a:0:{}', 30, 1, 9, 1, 0, 0, 'a:0:{}', 30, 1),
(52, 0, 30, 3000.00000, 3.75000, 1164291210, 20, 20, 0, '', '', '可以設置自己為隱身狀態', 'images/vbplaza/setselfinvisible.png', '可以設置您自己為隱身狀態, 讓別人看不到你.', 'user', '', '', 'vbp_genericperm', 2, '4', '', 'a:0:{}', 30, 1, 9, 1, 0, 0, 'a:0:{}', 30, 1),
(53, 0, 40, 4000.00000, 4.25000, 1164291210, 20, 20, 0, '', '', '可以查看別人的用戶評論', 'images/vbplaza/viewothersusernotes.png', '可以讓您查看別人的用戶評論.', 'user', '', '', 'vbp_genericperm', 2, '8', '', 'a:0:{}', 30, 1, 9, 1, 0, 0, 'a:0:{}', 30, 1),
(54, 0, 50, 5000.00000, 5.25000, 1164291210, 20, 20, 0, '', '', '可以管理自己的用戶評論', 'images/vbplaza/manageownusernotes.png', '可以讓您管理自己的用戶評論.', 'user', '', '', 'vbp_genericperm', 2, '16', '', 'a:0:{}', 30, 1, 9, 1, 0, 0, 'a:0:{}', 30, 1),
(55, 0, 70, 8000.00000, 7.75000, 1164291210, 20, 20, 0, '', '', '可以上傳資料照片', 'images/vbplaza/uploadprofilepicture.png', '允許您上傳自己的資料照片.', 'user', '', '', 'vbp_genericperm', 2, '128', '', 'a:0:{}', 30, 1, 9, 1, 0, 0, 'a:0:{}', 30, 1),
(56, 0, 80, 3000.00000, 4.75000, 1164291210, 20, 20, 0, '', '', '可以看到誰給予我聲望', 'images/vbplaza/seewholeftreputation.png', '可以看到誰給你++了? 看一下吧!', 'user', '', '', 'vbp_genericperm', 2, '256', '', 'a:0:{}', 30, 1, 9, 1, 0, 0, 'a:0:{}', 30, 1),
(57, 0, 90, 8000.00000, 7.75000, 1164291210, 20, 20, 0, '', '', '可以上傳自定義頭像', 'images/vbplaza/uploadcustomavatar.png', '想上傳頭像嗎?', 'user', '', '', 'vbp_genericperm', 2, '512', '', 'a:0:{}', 30, 1, 9, 1, 0, 0, 'a:0:{}', 30, 1),
(58, 1, 110, 2000.00000, 9.75000, 1168950234, 50, 50, 1, '', '2,49,1', '可以使用自定義頭銜', '', '可以讓用戶使用自定義的頭銜', 'user', '', '', 'vbp_genericperm', 2, '2048', '', 'a:0:{}', 30, 1, 101, 1, 0, 0, 'a:0:{}', 30, 1),
(59, 0, 120, 2000.00000, 2.75000, 1164291210, 20, 20, 0, '', '', '可以查看別人的資料照片', 'images/vbplaza/seeothersprofilepictures.png', 'This will allow you to see others profile pictures.', 'user', '', '', 'vbp_genericperm', 2, '4096', '', '', 30, 1, 9, 1, 0, 0, '', 30, 1),
(60, 0, 130, 3000.00000, 4.25000, 1164291210, 20, 20, 0, '', '', '可以查看自己的用戶評論', 'images/vbplaza/viewownusernotes.png', 'This will allow you to view your own usernotes.', 'user', '', '', 'vbp_genericperm', 2, '8192', '', '', 30, 1, 9, 1, 0, 0, '', 30, 1),
(61, 0, 140, 10000.00000, 8.25000, 1164291210, 20, 20, 0, '', '', '可以管理別人的用戶評論', 'images/vbplaza/manageothersusernotes.png', 'This will allow you to manage others usernotes.', 'user', '', '', 'vbp_genericperm', 2, '16384', '', '', 30, 1, 9, 1, 0, 0, '', 30, 1),
(62, 0, 150, 10000.00000, 8.25000, 1164291210, 20, 20, 0, '', '', '可以為自己發表用戶評論', 'images/vbplaza/postownusernotes.png', 'This will allow you to post your own usernotes.', 'user', '', '', 'vbp_genericperm', 2, '32768', '', '', 30, 1, 9, 1, 0, 0, '', 30, 1),
(63, 0, 160, 10000.00000, 8.25000, 1164291210, 20, 20, 0, '', '', '可以為別人發表用戶評論', 'images/vbplaza/postothersusernotes.png', 'This will allow you to post usernotes about others.', 'user', '', '', 'vbp_genericperm', 2, '65536', '', '', 30, 1, 9, 1, 0, 0, '', 30, 1),
(64, 0, 170, 8000.00000, 7.50000, 1164291210, 20, 20, 0, '', '', '可以編輯自己的用戶評論', 'images/vbplaza/editownusernotes.png', 'This will allow you to edit your own usernotes.', 'user', '', '', 'vbp_genericperm', 2, '131072', '', '', 30, 1, 9, 1, 0, 0, '', 30, 1),
(65, 0, 180, 12000.00000, 8.50000, 1164291210, 20, 20, 0, '', '', '可以看到隱藏的自定義用戶資料域', 'images/vbplaza/seehiddencustomfield.png', 'This will allow you to see hidden custom fields.', 'user', '', '', 'vbp_genericperm', 2, '262144', '', '', 30, 1, 9, 1, 0, 0, '', 30, 1),
(66, 0, 190, 3000.00000, 3.50000, 1164291210, 20, 20, 0, '', '', '可以給予聲望', 'images/vbplaza/giveothersreputation.png', 'This will allow you to give reputation to others.', 'user', '', '', 'vbp_genericperm', 2, '524288', '', '', 30, 1, 9, 1, 0, 0, '', 30, 1),
(67, 0, 200, 3000.00000, 3.50000, 1164291210, 20, 20, 0, '', '', '可以隱藏聲望顯示', 'images/vbplaza/hidereputation.png', 'This will allow you to hide reputation.', 'user', '', '', 'vbp_genericperm', 2, '1048576', '', '', 30, 1, 9, 1, 0, 0, '', 30, 1),
(68, 0, 210, 8000.00000, 6.75000, 1164291210, 20, 20, 0, '', '', '可以給予反對聲望', 'images/vbplaza/givenegativereputation.png', 'This will allow you to give negative reputation.', 'user', '', '', 'vbp_genericperm', 2, '2097152', '', '', 30, 1, 9, 1, 0, 0, '', 30, 1),
(69, 0, 220, 10000.00000, 7.50000, 1164291210, 20, 20, 0, '', '', '可以上傳動畫頭像', 'images/vbplaza/uploadanimatedavatar.png', 'This will allow you to upload an animated avatar.', 'user', '', '', 'vbp_genericperm', 2, '67108864', '', '', 30, 1, 9, 1, 0, 0, '', 30, 1),
(70, 0, 230, 10000.00000, 7.50000, 1164291210, 20, 20, 0, '', '', '可以上傳動畫資料照片', 'images/vbplaza/uploadanimatedprofilepicture.png', 'This will allow you to upload an animated profile picture.', 'user', '', '', 'vbp_genericperm', 2, '134217728', '', '', 30, 1, 9, 1, 0, 0, '', 30, 1),
(71, 0, 10, 12000.00000, 8.75000, 1164925633, 20, 19, 1, '', '', '可以編輯所有帖子', '', 'This will allow you to edit posts in any forum.', 'user', '', '', 'vbp_modperm', 2, '1', '', '', 30, 1, 10, 1, 0, 0, '', 30, 1),
(72, 0, 20, 15000.00000, 9.25000, 1164923116, 20, 19, 1, '', '', '可以刪除所有帖子', '', 'This will allow you to delete posts in any forum.', 'user', '', '', 'vbp_modperm', 2, '2', '', '', 30, 1, 10, 1, 0, 0, '', 30, 1),
(73, 0, 30, 10000.00000, 7.25000, 1164923116, 20, 19, 1, '', '', '可以打開/關閉所有帖子', '', 'This will allow you to open/close posts in any forum.', 'user', '', '', 'vbp_modperm', 2, '4', '', '', 30, 1, 10, 1, 0, 0, '', 30, 1),
(74, 0, 40, 14000.00000, 6.25000, 1164923116, 20, 19, 1, '', '', '可以編輯所有主題', '', 'This will allow you to edit theads in any forum.', 'user', '', '', 'vbp_modperm', 2, '8', '', '', 30, 1, 10, 1, 0, 0, '', 30, 1),
(75, 0, 50, 14000.00000, 6.25000, 1164923116, 20, 19, 1, '', '', '可以管理所有主題', '', 'This will allow you to manage theads in any forum.', 'user', '', '', 'vbp_modperm', 2, '16', '', '', 30, 1, 10, 1, 0, 0, '', 30, 1),
(76, 0, 60, 20000.00000, 7.75000, 1164923116, 20, 20, 0, '', '', '可以發表公告', '', 'This will allow you to create announcements in the Mod CP.', 'user', '', '', 'vbp_modperm', 2, '32', '', '', 30, 1, 10, 1, 0, 0, '', 30, 1),
(77, 0, 70, 20000.00000, 7.25000, 1165160879, 20, 19, 2, '39', '', '可以管理帖子', '', 'This will allow you to moderate posts in the Mod CP.', 'user', '', '', 'vbp_modperm', 2, '64', '', 'a:0:{}', 30, 1, 10, 1, 0, 0, 'a:0:{}', 30, 1),
(78, 0, 80, 20000.00000, 6.50000, 1164923116, 20, 20, 0, '', '', '可以管理附件', '', 'This will allow you to moderate attachments in the Mod CP.', 'user', '', '', 'vbp_modperm', 2, '128', '', '', 30, 1, 10, 1, 0, 0, '', 30, 1),
(79, 0, 90, 20000.00000, 9.25000, 1164291210, 20, 20, 0, '', '', '可以批量移動主題', '', 'This will allow you to mass move threads in the Mod CP.', 'user', '', '', 'vbp_modperm', 2, '256', '', '', 30, 1, 10, 1, 0, 0, '', 30, 1),
(80, 0, 100, 20000.00000, 6.25000, 1164291210, 20, 20, 0, '', '', '可以批量分割主題', '', 'This will allow you to mass prune threads in the Mod CP.', 'user', '', '', 'vbp_modperm', 2, '512', '', '', 30, 1, 10, 1, 0, 0, '', 30, 1),
(81, 0, 110, 25000.00000, 5.75000, 1164923116, 20, 19, 1, '', '', '可以查看IP地址', '', 'This will allow you to view users IP addresses.', 'user', '', '', 'vbp_modperm', 2, '1024', '', '', 30, 1, 10, 1, 0, 0, '', 30, 1),
(82, 0, 120, 25000.00000, 6.75000, 1164291210, 20, 20, 0, '', '', '可以查看所有的會員資料', '', 'This will allow you to view a users whole profile in the Mod CP, but not edit.', 'user', '', '', 'vbp_modperm', 2, '2048', '', '', 30, 1, 10, 1, 0, 0, '', 30, 1),
(83, 0, 130, 30000.00000, 9.75000, 1165160879, 20, 19, 2, '39', '', '可以封禁用戶', '', 'This will allow you to ban users in the Mod CP.', 'user', '', '', 'vbp_modperm', 2, '4096', '', 'a:0:{}', 30, 1, 10, 1, 0, 0, 'a:0:{}', 30, 1),
(84, 0, 140, 30000.00000, 8.50000, 1165160879, 20, 19, 2, '39', '', '可以解除封禁用戶', '', 'This will allow you to unban users in the Mod CP.', 'user', '', '', 'vbp_modperm', 2, '8192', '', 'a:0:{}', 30, 1, 10, 1, 0, 0, 'a:0:{}', 30, 1),
(85, 0, 150, 10000.00000, 3.50000, 1164291210, 20, 20, 0, '', '', '接受新主題郵件提醒', '', 'This will send you an email whenever there is a new thread to the forums. You could get a TON of emails :)', 'user', '', '', 'vbp_modperm', 2, '16384', '', '', 30, 1, 10, 1, 0, 0, '', 30, 1),
(86, 0, 160, 10000.00000, 3.50000, 1164291210, 20, 20, 0, '', '', '接受新帖子郵件提醒', '', 'This will send you an email whenever there is a new post to the forums. You could get a TON of emails :)', 'user', '', '', 'vbp_modperm', 2, '32768', '', '', 30, 1, 10, 1, 0, 0, '', 30, 1),
(87, 0, 170, 30000.00000, 10.25000, 1164291210, 20, 20, 0, '', '', '可以設置討論區密碼', '', 'This will allow you to set forum passwords in the Mod CP.', 'user', '', '', 'vbp_modperm', 2, '65536', '', '', 30, 1, 10, 1, 0, 0, '', 30, 1),
(88, 0, 180, 25000.00000, 9.75000, 1164923116, 20, 19, 1, '', '', '可以物理刪除帖子', '', 'This will allow you to physically remove posts.', 'user', '', '', 'vbp_modperm', 2, '131072', '', '', 30, 1, 10, 1, 0, 0, '', 30, 1),
(89, 0, 190, 15000.00000, 5.75000, 1164291210, 20, 20, 0, '', '', '可以編輯簽名', '', 'This will allow you to edit users signatures.', 'user', '', '', 'vbp_modperm', 2, '262144', '', '', 30, 1, 10, 1, 0, 0, '', 30, 1),
(90, 0, 200, 35000.00000, 10.25000, 1164291210, 20, 20, 0, '', '', '可以編輯頭像', '', 'This will allow you to edit users avatars.', 'user', '', '', 'vbp_modperm', 2, '524288', '', '', 30, 1, 10, 1, 0, 0, '', 30, 1),
(91, 0, 210, 20000.00000, 8.75000, 1164291210, 20, 20, 0, '', '', '可以編輯投票', '', 'This will allow you to edit polls.', 'user', '', '', 'vbp_modperm', 2, '1048576', '', '', 30, 1, 10, 1, 0, 0, '', 30, 1),
(92, 0, 220, 35000.00000, 10.25000, 1164291210, 20, 20, 0, '', '', '可以編輯資料照片', '', 'This will allow you to edit users profile pictures.', 'user', '', '', 'vbp_modperm', 2, '2097152', '', '', 30, 1, 10, 1, 0, 0, '', 30, 1),
(93, 0, 230, 30000.00000, 7.50000, 1165160879, 20, 19, 1, '39', '', '可以編輯聲望', '', 'This will allow you to edit users reputation.', 'user', '', '', 'vbp_modperm', 2, '4194304', '', 'a:0:{}', 30, 1, 10, 1, 0, 0, 'a:0:{}', 30, 1),
(94, 0, 10, 50000.00000, 13.75000, 1164291210, 20, 20, 0, '', '', '可以訪問管理面板', '', 'This will allow you to access the control panel.', 'user', '', '', 'vbp_adminperm', 2, '2', '', '', 30, 1, 11, 1, 0, 0, '', 30, 1),
(95, 0, 20, 50000.00000, 13.75000, 1164291210, 20, 20, 0, '', '', '可以管理論壇設置', '', 'This will allow you to administer settings in the Admin CP.', 'user', '', '', 'vbp_adminperm', 2, '4', '', '', 30, 1, 11, 1, 0, 0, '', 30, 1),
(96, 0, 30, 50000.00000, 13.75000, 1164291210, 20, 20, 0, '', '', '可以管理論壇皮膚', '', 'This will allow you to administer styles in the Admin CP.', 'user', '', '', 'vbp_adminperm', 2, '8', '', '', 30, 1, 11, 1, 0, 0, '', 30, 1),
(97, 0, 40, 50000.00000, 13.75000, 1164291210, 20, 20, 0, '', '', '可以管理論壇語言', '', 'This will allow you to administer languages in the Admin CP.', 'user', '', '', 'vbp_adminperm', 2, '16', '', '', 30, 1, 11, 1, 0, 0, '', 30, 1),
(98, 0, 50, 50000.00000, 13.75000, 1164291210, 20, 20, 0, '', '', '可以管理論壇討論區', '', 'This will allow you to administer forums in the Admin CP.', 'user', '', '', 'vbp_adminperm', 2, '32', '', '', 30, 1, 11, 1, 0, 0, '', 30, 1),
(99, 0, 60, 50000.00000, 13.75000, 1164291210, 20, 20, 0, '', '', '可以管理論壇主題', '', 'This will allow you to administer threads in the Admin CP.', 'user', '', '', 'vbp_adminperm', 2, '64', '', '', 30, 1, 11, 1, 0, 0, '', 30, 1),
(100, 0, 70, 50000.00000, 13.75000, 1164291210, 20, 20, 0, '', '', '可以管理論壇日曆', '', 'This will allow you to administer calendars in the Admin CP.', 'user', '', '', 'vbp_adminperm', 2, '128', '', '', 30, 1, 11, 1, 0, 0, '', 30, 1),
(101, 0, 80, 50000.00000, 13.75000, 1164291210, 20, 20, 0, '', '', '可以管理論壇用戶', '', 'This will allow you to administer users in the Admin CP.', 'user', '', '', 'vbp_adminperm', 2, '256', '', '', 30, 1, 11, 1, 0, 0, '', 30, 1),
(102, 0, 90, 50000.00000, 13.75000, 1164291210, 20, 20, 0, '', '', '可以管理論壇權限', '', 'This will allow you to administer permissions in the Admin CP.', 'user', '', '', 'vbp_adminperm', 2, '512', '', '', 30, 1, 11, 1, 0, 0, '', 30, 1),
(103, 0, 100, 50000.00000, 13.75000, 1164291210, 20, 20, 0, '', '', '可以管理論壇幫助', '', 'This will allow you to administer the FAQ in the Admin CP.', 'user', '', '', 'vbp_adminperm', 2, '1024', '', '', 30, 1, 11, 1, 0, 0, '', 30, 1),
(104, 0, 110, 50000.00000, 13.75000, 1164291210, 20, 20, 0, '', '', '可以管理論壇圖片', '', 'This will allow you to administer images in the Admin CP.', 'user', '', '', 'vbp_adminperm', 2, '2048', '', '', 30, 1, 11, 1, 0, 0, '', 30, 1),
(105, 0, 120, 50000.00000, 13.75000, 1164291210, 20, 20, 0, '', '', '可以管理論壇BB代碼', '', 'This will allow you to administer BB codes in the Admin CP.', 'user', '', '', 'vbp_adminperm', 2, '4096', '', '', 30, 1, 11, 1, 0, 0, '', 30, 1),
(106, 0, 130, 50000.00000, 13.75000, 1164291210, 20, 20, 0, '', '', '可以管理論壇計劃任務', '', 'This will allow you to administer cron jobs in the Admin CP.', 'user', '', '', 'vbp_adminperm', 2, '8192', '', '', 30, 1, 11, 1, 0, 0, '', 30, 1),
(107, 0, 140, 50000.00000, 13.75000, 1164291210, 20, 20, 0, '', '', '可以管理論壇維護', '', 'This will allow you to administer maintenance in the Admin CP.', 'user', '', '', 'vbp_adminperm', 2, '16384', '', '', 30, 1, 11, 1, 0, 0, '', 30, 1),
(108, 0, 150, 50000.00000, 13.75000, 1164291210, 20, 20, 0, '', '', '可以管理論壇升級', '', 'This will allow you to administer upgrades in the Admin CP.', 'user', '', '', 'vbp_adminperm', 2, '32768', '', '', 30, 1, 11, 1, 0, 0, '', 30, 1),
(109, 0, 160, 50000.00000, 13.75000, 1164291210, 20, 20, 0, '', '', '可以管理論壇插件', '', 'This will allow you to administer plugins in the Admin CP.', 'user', '', '', 'vbp_adminperm', 2, '65536', '', '', 30, 1, 11, 1, 0, 0, '', 30, 1),
(110, 1, 10, 500.00000, 8.25000, 1168950234, 20, 20, 49, '', '', '購買聲望點數5', '', '使用旁門左道買聲望!', 'user', '', '', 'reputation', 3, '5', '', 'a:0:{}', 30, 1, 101, 1, 0, 0, 'a:0:{}', 30, 1),
(111, 0, 20, 50000.00000, 13.50000, 1164291210, 20, 20, 0, '', '', '偷取別人的聲望', '', '誰的聲望多? 偷他的吧!', 'user', '', '', '', 0, '', 'vbplaza/action.stealothersreputation.php', 'a:1:{i:0;a:3:{s:10:"phrasename";s:16:"vbplaza_username";s:9:"inputname";s:8:"username";s:10:"inputvalue";s:0:"";}}', 30, 1, 12, 1, 0, 0, 'a:1:{i:1;a:5:{s:4:"type";s:1:"2";s:7:"varname";s:29:"vbplaza_stealreputationamount";s:5:"title";s:30:"Amount of Reputation to Steal?";s:11:"description";s:81:"Enter the amount of reputation points it should attempt to steal? (Default is 5.)";s:5:"value";s:1:"5";}}', 30, 1),
(112, 0, 30, 75000.00000, 15.75000, 1164291210, 20, 20, 0, '', '', '減少別人的聲望', '', '看誰聲望多不服氣? 減掉他的!', 'user', '', '', '', 0, '', 'vbplaza/action.removeothersreputation.php', 'a:1:{i:0;a:3:{s:10:"phrasename";s:16:"vbplaza_username";s:9:"inputname";s:8:"username";s:10:"inputvalue";s:0:"";}}', 30, 1, 12, 1, 0, 0, 'a:1:{i:1;a:5:{s:4:"type";s:1:"2";s:7:"varname";s:30:"vbplaza_removereputationamount";s:5:"title";s:31:"Amount of Reputation to Remove?";s:11:"description";s:82:"Enter the amount of reputation points it should attempt to remove? (Default is 5.)";s:5:"value";s:2:"10";}}', 30, 1),
(113, 0, 70, 20000.00000, 4.85000, 1164291210, 20, 20, 0, '', '', '無視別人對你的聲望操作', '', '無視別人對你的聲望操作.', 'user', '', '', 'vbp_immunity', 2, '64', '', 'a:0:{}', 7, 1, 5, 1, 0, 0, 'a:0:{}', 30, 1),
(114, 0, 40, 30000.00000, 9.25000, 1164291210, 20, 20, 0, '', '', '無限聲望點數操作', '', '聲望限制太不爽了, 今天讓我給無限的人++吧!', 'user', 'userid', '$vbulletin->userinfo[''userid'']', 'vbp_otherflags', 2, '2', '', 'a:0:{}', 0, 1, 12, 1, 0, 0, 'a:0:{}', 30, 1),
(115, 0, 70, 15000.00000, 5.75000, 1163596126, 20, 20, 0, '', '', '永遠使用橫式帖子瀏覽模式', 'images/vbplaza/alwayshorizontalpostbit.png', 'This will allow you to view all posts with the new Horizontal Postbit.', 'user', 'userid', '$vbulletin->userinfo[''userid'']', 'vbp_displayflags', 2, '64', '', '', 0, 1, 7, 1, 0, 0, '', 30, 1),
(116, 0, 80, 15000.00000, 5.75000, 1163596126, 20, 20, 0, '', '', '永遠使用普通帖子瀏覽模式', 'images/vbplaza/alwayslegacypostbit.png', 'This will allow you to view all posts with the old Legacy Style Postbit.', 'user', 'userid', '$vbulletin->userinfo[''userid'']', 'vbp_displayflags', 2, '128', '', '', 0, 1, 7, 1, 0, 0, '', 30, 1),
(117, 1, 70, 1200.00000, 2.50000, 1168950234, 20, 20, 62, '', '', '會員名陰影', '', '使你的名字以陰影效果顯示.(<a href="/colorp/" title="點擊選擇顏色" target="_blank"><strong>點擊選擇顏色</strong></a>)\r\n重新購買可以取消效果.', 'user', '', '', 'vbp_nameshadowcolor', 1, '$action[''color'']', '', 'a:1:{i:0;a:3:{s:10:"phrasename";s:13:"vbplaza_color";s:9:"inputname";s:5:"color";s:10:"inputvalue";s:0:"";}}', 15, 1, 1, 1, 0, 0, 'a:0:{}', 30, 1),
(118, 0, 100, 1000.00000, 3.25000, 1163596126, 20, 20, 1, '', '', 'Awareness Ribbons', 'images/vbplaza/awarenessribbons.png', 'Purchase an awareness ribbon to show your support for various causes in the forums.', 'user', '', '', '', 0, '', 'vbplaza/action.ribbons.php', '', 0, 1, 7, 1, 0, 0, 'a:4:{i:1;a:5:{s:4:"type";s:1:"1";s:7:"varname";s:26:"vbplaza_userbuyselfribbons";s:5:"title";s:32:"Users Can Buy Themself a Ribbon?";s:11:"description";s:77:"Enable this setting so that users can buy themself a Ribbon. (Default is On.)";s:5:"value";s:1:"1";}i:2;a:5:{s:4:"type";s:1:"1";s:7:"varname";s:25:"vbplaza_giveribbonssendpm";s:5:"title";s:35:"Awareness Ribbons sends PM to user?";s:11:"description";s:90:"Enable this to send a PM to the user who was send a Ribbon from an user. (Default is Yes.)";s:5:"value";s:1:"1";}i:3;a:5:{s:4:"type";s:1:"1";s:7:"varname";s:28:"vbplaza_userbuyothersribbons";s:5:"title";s:30:"Users Can Buy Others a Ribbon?";s:11:"description";s:76:"Enable this setting so that users can buy others a ribbon. (Default is Off.)";s:5:"value";s:1:"0";}i:4;a:5:{s:4:"type";s:1:"1";s:7:"varname";s:29:"vbplaza_canbuysameribbontwice";s:5:"title";s:36:"Users Can Buy The Same Ribbon Twice?";s:11:"description";s:82:"Enable this setting so that users can buy the same ribbon twice. (Default is Off.)";s:5:"value";s:1:"0";}}', 30, 1),
(119, 0, 110, 4000.00000, 5.50000, 1164291210, 20, 20, 0, '', '', '忽略PM時間限制', '', '30秒不爽? 這個東西可以無視它.', 'user', 'userid', '$vbulletin->userinfo[''userid'']', 'vbp_otherflags', 2, '8', '', 'a:0:{}', 0, 1, 7, 1, 0, 0, 'a:0:{}', 30, 1),
(120, 0, 120, 6000.00000, 7.25000, 1164291210, 20, 20, 0, '', '', '忽略搜索時間限制', '', '30秒不爽? 這個東西可以無視它.', 'user', 'userid', '$vbulletin->userinfo[''userid'']', 'vbp_otherflags', 2, '16', '', 'a:0:{}', 0, 1, 7, 1, 0, 0, 'a:0:{}', 30, 1),
(125, 1, 70, 1500.00000, 1.75000, 1168950234, 20, 20, 24, '', '', '頭銜發光', '', '使你的頭銜以發光效果顯示.(自行輸入填寫代碼)(<a href="/colorp/" title="點擊選擇顏色" target="_blank"><strong>點擊選擇顏色</strong></a>)\r\n重新購買可以取消效果.', 'user', 'userid', '$vbulletin->userinfo[''userid'']', 'vbp_titleglowcolor', 1, '$action[''color'']', '', 'a:1:{i:0;a:3:{s:10:"phrasename";s:13:"vbplaza_color";s:9:"inputname";s:5:"color";s:10:"inputvalue";s:0:"";}}', 15, 1, 2, 1, 1, 0, 'a:0:{}', 30, 1),
(121, 0, 130, 4000.00000, 5.25000, 1164923021, 20, 20, 0, '', '', '可以使用短消息跟蹤', 'images/vbplaza/canusemessagetracking.png', 'This will allow you to use the Private Message Tracking system.', 'user', 'userid', '$vbulletin->userinfo[''userid'']', 'vbp_otherflags', 2, '32', '', '', 0, 1, 7, 1, 0, 0, '', 30, 1),
(122, 0, 140, 5000.00000, 6.25000, 1163596126, 20, 20, 0, '', '', '可以禁止短消息回覆', 'images/vbplaza/candenypmreceipts.png', 'This will allow you to deny PM Receipts for the Private Message Tracking system.', 'user', 'userid', '$vbulletin->userinfo[''userid'']', 'vbp_otherflags', 2, '64', '', '', 0, 1, 7, 1, 0, 0, '', 30, 1),
(123, 0, 2, 10000.00000, 5.50000, 1164922977, 20, 20, 0, '', '', 'Arcade Pass', 'images/vbplaza/arcadepass.png', 'This will allow you to play games in the Arcade for Free.', 'user', '', '', '', 0, '', 'vbplaza/action.arcadepass.php', '', 7, 1, 7, 1, 0, 0, '', 30, 1),
(124, 0, 1, 6000.00000, 7.25000, 1163596126, 20, 20, 0, '', '', 'Arcade Access', 'images/vbplaza/arcadeaccess.png', 'This will allow you to play games in the Arcade. (If you did not previously have access to the arcade.)', 'user', 'userid', '$vbulletin->userinfo[''userid'']', 'vbp_otherflags', 2, '256', 'vbplaza/action.arcadeaccess.php', '', 7, 1, 7, 1, 0, 0, '', 30, 1),
(126, 1, 80, 2000.00000, 1.75000, 1168950234, 20, 20, 7, '', '', '頭銜陰影', '', '使你的頭銜以陰影效果顯示.(自行輸入填寫代碼)\r\n(<a href="/colorp/" title="點擊選擇顏色" target="_blank"><strong>點擊選擇顏色</strong></a>)重新購買可以取消效果.', 'user', 'userid', '$vbulletin->userinfo[''userid'']', 'vbp_titleshadowcolor', 1, '$action[''color'']', '', 'a:1:{i:0;a:3:{s:10:"phrasename";s:13:"vbplaza_color";s:9:"inputname";s:5:"color";s:10:"inputvalue";s:0:"";}}', 15, 1, 2, 1, 1, 0, 'a:0:{}', 30, 1),
(127, 0, 80, 1200.00000, 3.25000, 1164291180, 20, 98, 22, '', '', '會員名字體類型', '', '使你的名字以其他字體顯示.\r\n重新購買可以取消效果.', 'user', 'userid', '$vbulletin->userinfo[''userid'']', 'vbp_namefonttype', 1, '$action[''fonttype'']', '', 'a:1:{i:0;a:3:{s:10:"phrasename";s:16:"vbplaza_fonttype";s:9:"inputname";s:8:"fonttype";s:10:"inputvalue";s:0:"";}}', 15, 1, 1, 0, 1, 0, 'a:0:{}', 30, 1),
(128, 0, 90, 1200.00000, 3.25000, 1164291210, 20, 20, 0, '', '', '頭銜字體類型', '', '使你的頭銜以其他字體顯示.\r\n重新購買可以取消效果.', 'user', 'userid', '$vbulletin->userinfo[''userid'']', 'vbp_titlefonttype', 1, '$action[''fonttype'']', '', 'a:1:{i:0;a:3:{s:10:"phrasename";s:16:"vbplaza_fonttype";s:9:"inputname";s:8:"fonttype";s:10:"inputvalue";s:0:"";}}', 0, 1, 2, 1, 1, 0, 'a:0:{}', 30, 1),
(129, 1, 70, 5000.00000, 3.15000, 1168950234, 20, 20, 0, '', '2,49,1', '主題標題加粗', '', '可以讓您的主題使用標題加粗顯示.', 'thread', '', '', '', 0, '', 'vbplaza/action.boldthreadtitle.php', 'a:1:{i:0;a:3:{s:10:"phrasename";s:23:"vbplaza_threadid_or_url";s:9:"inputname";s:8:"threadid";s:10:"inputvalue";s:0:"";}}', 7, 1, 101, 1, 0, 0, 'a:0:{}', 30, 1),
(130, 0, 80, 1000.00000, 3.35000, 1164291210, 20, 20, 0, '', '', '主題標題斜體', 'images/vbplaza/italicthreadtitle.png', '可以讓您的主題使用標題斜體顯示.', 'thread', '', '', '', 0, '', 'vbplaza/action.italicthreadtitle.php', 'a:1:{i:0;a:3:{s:10:"phrasename";s:23:"vbplaza_threadid_or_url";s:9:"inputname";s:8:"threadid";s:10:"inputvalue";s:0:"";}}', 7, 1, 3, 1, 0, 0, 'a:0:{}', 30, 1),
(131, 1, 90, 4000.00000, 3.25000, 1168950234, 20, 20, 0, '', '8,2,49,1', '主題標題下劃線', '', '可以讓您的主題使用標題下劃線顯示.', 'thread', '', '', '', 0, '', 'vbplaza/action.underlinethreadtitle.php', 'a:1:{i:0;a:3:{s:10:"phrasename";s:23:"vbplaza_threadid_or_url";s:9:"inputname";s:8:"threadid";s:10:"inputvalue";s:0:"";}}', 7, 1, 101, 1, 0, 0, 'a:0:{}', 30, 1),
(132, 0, 100, 1500.00000, 5.50000, 1164291210, 20, 20, 0, '', '', '主題標題高亮', 'images/vbplaza/coloredthreadtitle.png', '可以讓您的主題使用其他顏色顯示標題.', 'thread', '', '', '', 0, '', 'vbplaza/action.coloredthreadtitle.php', 'a:2:{i:0;a:3:{s:10:"phrasename";s:23:"vbplaza_threadid_or_url";s:9:"inputname";s:8:"threadid";s:10:"inputvalue";s:0:"";}i:1;a:3:{s:10:"phrasename";s:13:"vbplaza_color";s:9:"inputname";s:5:"color";s:10:"inputvalue";s:0:"";}}', 7, 1, 3, 1, 0, 0, 'a:0:{}', 30, 1),
(133, 0, 110, 1500.00000, 6.50000, 1164291210, 20, 20, 0, '', '', '主題標題發光', 'images/vbplaza/glowthreadtitlecolor.png', '可以讓您的主題使用標題發光顯示.', 'thread', '', '', '', 0, '', 'vbplaza/action.glowthreadtitle.php', 'a:2:{i:0;a:3:{s:10:"phrasename";s:23:"vbplaza_threadid_or_url";s:9:"inputname";s:8:"threadid";s:10:"inputvalue";s:0:"";}i:1;a:3:{s:10:"phrasename";s:13:"vbplaza_color";s:9:"inputname";s:5:"color";s:10:"inputvalue";s:0:"";}}', 7, 1, 3, 1, 0, 0, 'a:0:{}', 30, 1),
(134, 0, 120, 1500.00000, 6.25000, 1164291210, 20, 20, 0, '', '', '主題標題陰影', 'images/vbplaza/shadowthreadtitlecolor.png', 'This will display the thread title in the shadow color of your choosing.', 'thread', '', '', '', 0, '', 'vbplaza/action.shadowthreadtitle.php', 'a:2:{i:0;a:3:{s:10:"phrasename";s:23:"vbplaza_threadid_or_url";s:9:"inputname";s:8:"threadid";s:10:"inputvalue";s:0:"";}i:1;a:3:{s:10:"phrasename";s:13:"vbplaza_color";s:9:"inputname";s:5:"color";s:10:"inputvalue";s:0:"";}}', 7, 1, 3, 1, 0, 0, '', 30, 1),
(135, 0, 130, 1500.00000, 6.00000, 1164291210, 20, 20, 0, '', '', '主題標題字體類型', 'images/vbplaza/threadtitlefonttype.png', '可以讓您的主題使用其他字體顯示標題.', 'thread', '', '', '', 0, '', 'vbplaza/action.threadtitlefont.php', 'a:2:{i:0;a:3:{s:10:"phrasename";s:23:"vbplaza_threadid_or_url";s:9:"inputname";s:8:"threadid";s:10:"inputvalue";s:0:"";}i:1;a:3:{s:10:"phrasename";s:16:"vbplaza_fonttype";s:9:"inputname";s:8:"fonttype";s:10:"inputvalue";s:0:"";}}', 7, 1, 3, 1, 0, 0, 'a:0:{}', 30, 1),
__________________ 給自己看也給所有需要這些話鼓勵的人看! 認真不一定會得到美好的結果 但是不認真就一定沒有 想要有什麼結果 就秉持你的雙手 放手去做 總比什麼都沒付出最後失敗了才嘆氣來的好吧 沒努力的人.沒有資格說放棄 努力過的人.更要有勇氣繼續努力下去 此篇文章於 2007-03-01 11:07 PM 被 貝斯特 編輯. |
| | |
| | #2 |
| 論壇站長 註冊日期: 2004-10-06 住址: http://www.twvbb.com
文章: 1,588
|
耶 要不要轉個官方網址過來 這樣很難懂這是什麼東西
__________________ vBulletin 問題請在論壇討論,請勿私下詢問我,以利後人參考 |
| | |