The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
kBank 2.1 - Money System Details »» | |||||||||||||||||||||||||
kBank v2.1 for vBulletin 3.6.x (tested with vBulletin 3.6.8 Patch Level 2) and vBulletin 3.7.x (tested with vBulletin 3.7.0)
[WHAT IS IT?] kBank is a money system for your vBulletin Board with a lot of feature (listed below). With kBank, your members will try to post as much as possible (even spam) to earn points to get cool items or to be the richest man in the world You will love it! [MAIN FEATURE] 1. Admin function: 1.1 Edit Settings (a lot of settings)2. Member function: 2.1 Donate money3. Other: 3.1 Included 5 itemtypes: Announcement, Custom User Info, Profile Images (big avatar/signature picture), None (item with your information), Pack (many-in-1 item)[CHANGE LOG] Version 2.1 (Release Date: 18-08-2008) 1. Item: Add Never Expires option, group similar items in kShopVersion 2.0.1 (Release Date: 27-07-2008) 1. Fix mysql queries (cause database error)Cause of file size limitation, you can download FULL version (with help) here: http://www.mediafire.com/?sharekey=2...77ec469acb75af [KNOWN ISSUES]
Supporters / CoAuthors Show Your Support
|
Comments |
#372
|
||||
|
||||
After uninstalling, you can remove kBank files/folders safely
|
#373
|
|||
|
|||
when i uploadthe files back i get the non specific database error which i had to use veiw source to get this; <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html> <head> <title>Da UndaGround Database Error</title> <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" /> <meta name="ROBOTS" content="NOINDEX,NOFOLLOW,NOARCHIVE" /> <style type="text/css"> <!-- body { background-color: white; color: black; } #container { width: 400px; } #message { width: 400px; color: black; background-color: #FFFFCC; } #bodytitle { font: 13pt/15pt verdana, arial, sans-serif; height: 35px; vertical-align: top; } .bodytext { font: 8pt/11pt verdana, arial, sans-serif; } a:link { font: 8pt/11pt verdana, arial, sans-serif; color: red; } a:visited { font: 8pt/11pt verdana, arial, sans-serif; color: #4e4e4e; } --> </style> </head> <body> <table cellpadding="3" cellspacing="5" id="container"> <tr> <td><img src="http://undagroudutopia.com/forums/image.php?type=dberror" alt="Database Error" width="48" height="48" /></td> <td id="bodytitle" width="100%">Database error</td> </tr> <tr> <td class="bodytext" colspan="2">The Da UndaGround database has encountered a problem.</td> </tr> <tr> <td colspan="2"><hr /></td> </tr> <tr> <td class="bodytext" colspan="2"> Please try the following: <ul> <li>Load the page again by clicking the <a href="#" onclick="window.location = window.location;">Refresh</a> button in your web browser.</li> <li>Open the <a href="/">undagroudutopia.com</a> home page, then try to open another page.</li> <li>Click the <a href="javascript:history.back(1)">Back</a> button to try another link.</li> </ul> </td> </tr> <tr> <td class="bodytext" colspan="2">The undagroudutopia.com forum technical staff have been notified of the error, though you may <a href="mailto:kingfly@kingflyent.com">contact them</a> if the problem persists.</td> </tr> <tr> <td class="bodytext" colspan="2"> <br />We apologise for any inconvenience.</td> </tr> </table> <!-- Database error in vBulletin 3.8.0 Beta 2: Invalid SQL: SELECT userfield.*, usertextfield.*, user.*, UNIX_TIMESTAMP(passworddate) AS passworddate, user.languageid AS saved_languageid, IF(displaygroupid=0, user.usergroupid, displaygroupid) AS displaygroupid, language.phrasegroup_global AS phrasegroup_global, language.phrasegroup_holiday AS phrasegroup_holiday, language.options AS lang_options, language.languagecode AS lang_code, language.charset AS lang_charset, language.locale AS lang_locale, language.imagesoverride AS lang_imagesoverride, language.dateoverride AS lang_dateoverride, language.timeoverride AS lang_timeoverride, language.registereddateoverride AS lang_registereddateoverride, language.calformat1override AS lang_calformat1override, language.calformat2override AS lang_calformat2override, language.logdateoverride AS lang_logdateoverride, language.decimalsep AS lang_decimalsep, language.thousandsep AS lang_thousandsep ,kbank_granted.allow_count AS kbank_granted_count ,kbank_granted.allow_userid AS kbank_granted_userid ,kbank_granted.allow_username AS kbank_granted_username ,kbank_granted.allow_usergroupid AS kbank_granted_usergroupid ,kbank_granted.allow_membergroupids AS kbank_granted_membergroupids ,kbank_granted.allow_Cash AS kbank_granted_Cash FROM vbuser AS user LEFT JOIN vbuserfield AS userfield ON (user.userid = userfield.userid) LEFT JOIN vbusertextfield AS usertextfield ON (usertextfield.userid = user.userid) LEFT JOIN vblanguage AS language ON (language.languageid = IF(user.languageid = 0, 1, user.languageid)) LEFT JOIN ( SELECT kbank_granted.userid AS userid ,COUNT(*) AS allow_count ,GROUP_CONCAT(user.userid SEPARATOR '|') AS allow_userid ,GROUP_CONCAT(user.username SEPARATOR '|') AS allow_username ,GROUP_CONCAT(user.usergroupid SEPARATOR '|') AS allow_usergroupid ,GROUP_CONCAT(user.membergroupids SEPARATOR '|') AS allow_membergroupids ,GROUP_CONCAT(user.Cash SEPARATOR '|') AS allow_Cash FROM `vbkbank_granted_permission` AS kbank_granted INNER JOIN `vbuser` AS user ON (user.userid = kbank_granted.allowid) WHERE kbank_granted.userid = 1 GROUP BY kbank_granted.userid ) AS kbank_granted ON (kbank_granted.userid = user.userid) WHERE user.userid = 1; MySQL Error : Table 'letstrythisagain.vbkbank_granted_permission' doesn't exist Error Number : 1146 Request Date : Sunday, December 14th 2008 @ 08:26:56 AM Error Date : Sunday, December 14th 2008 @ 08:26:56 AM Script : http://undagroudutopia.com/forums/ Referrer : |
#374
|
||||
|
||||
@King Fly: It's seem that there is some problem with the installer (the error told that 1 of kBank's table is missing). You can disable plugin system by editing your global.php in your root folder. Find this line:
PHP Code:
PHP Code:
|
#375
|
|||
|
|||
thank you....i actually went thru the phpmyadmin and disabled kbank....i would love to have this on my forum....but after the day and a half with no access i think im going to pass on this mod
|
#376
|
||||
|
||||
Okie mate God bless you ^^
|
#377
|
|||
|
|||
hi
i cant fined button thank in my postpit |
#378
|
||||
|
||||
Which vBB version are you using? Have you done manual edit in your templates?
|
#379
|
|||
|
|||
hi i am back for support mr paint sry for the long term inactive....
|
#380
|
|||
|
|||
Quote:
oops i use 374 no i didnt do it manual |
#381
|
|||
|
|||
why dun u use temeplate modification system when u install any product it will auto code inside ur template
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|