Go Back   vb.org Archive > vBulletin Modifications > Archive > Modification Graveyard
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
vbBux and vbPlaza v4 Details »»
vbBux and vbPlaza v4
Version: 4.0.3, by ENZO-F ENZO-F is offline
Developer Last Online: Jun 2017 Show Printable Version Email this Page

Category: Major Additions - Version: 4.2.0 Rating:
Released: 09-13-2011 Last Update: 07-23-2012 Installs: 125
DB Changes Uses Plugins Template Edits Auto-Templates
Additional Files  
No support by the author.

The time has finally come! vbPlaza is back on vBulletin 4.


vbBux and vbPlaza is the ultimate all in one currency and store system for vBulletin that your members will love! You can award points for user activity on your forum which can then be spent in the vbPlaza or donated to another member.

Store features (shortened):
- A large selection of items available.
- Bank
- Donate
- Admin Donate
- Thief
- User Inventory and History
- Gifts and Ribbons
- Usergroup Permissions

vbBux features (shortened):
- Reward points for user activity
- Full editing functionality through the ACP
- Points for registering

Installation Instructions:
1. Upload all files in the upload folder.
2. Upload the product xml into vBulletin.
3. Configure to your liking.

Change Log
------------------------------------------------------------------------------------------------------
vbBux / vbPlaza v4.0.3
------------------------------------------------------------------------------------------------------
- UPDATE: Updated to support vBulletin 4.2.X while still supporting 4.1.X.
- BUGFIX: PayPal purchase fixed.
- BUGFIX: PayPal IPN fixed.
------------------------------------------------------------------------------------------------------
vbBux / vbPlaza v4.0.2
------------------------------------------------------------------------------------------------------
- BUGFIX: Manage User Tracks.
- BUGFIX: Permissions tweak.
- BUGFIX: 4.1.9 Performance tweak.
- BUGFIX: Fixed purchase styles.
------------------------------------------------------------------------------------------------------
vbBux / vbPlaza v4.0.1
------------------------------------------------------------------------------------------------------
- BUGFIX: Permissions.
- BUGFIX: Navbar Overlay.
------------------------------------------------------------------------------------------------------
vbBux / vbPlaza v4.0.0
------------------------------------------------------------------------------------------------------
- UPDATE: All templates updated to support vBulletin v4.x template changes.
- BUGFIX: Fixed CSS issues on profile.
- BUGFIX: Patched MySQL Injection.
- BUGFIX: Fixed non-functioning variables.
- BUGFIX: Fixed installation process.
- BUGFIX: Fixed upgrade process.
- BUGFIX: Support for PHP 5.3.

------------------------------------------------------------------------------------------------------
Known Issues
------------------------------------------------------------------------------------------------------
- NONE

Please Mark as Installed if you have actually installed this modification and nominate as MoTM!

Download Now

File Type: (21.4 KB, 0 views)
File Type: (21.4 KB, 0 views)

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.
8 благодарности(ей) от:
F.nk, goxy63, leejohn02, Life Revived, NguReaper, SNATCH3R, socialteenz, TheLastSuperman

Comments
  #272  
Old 10-23-2013, 07:10 PM
Alex@bulletin Alex@bulletin is offline
 
Join Date: Aug 2009
Location: Germany
Posts: 134
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hello there,

Well it tells you the issue. There seems to be a column called "ms_wic_addon_permissions" in your table "usergroup" in the database. But this column is not registered. Do you still have installed the plugin that created this column in the table? Some plugins don't drop their database activities even when uninstalling.

If not you can try to delete it via your Database Manager (phpmyadmin or so.)
You can do this manually or use a SQL command, that might look like this:

Code:
ALTER TABLE 'usergroup' DROP COLUMN 'ms_wic_addon_permissions';
Please keep in mind that this command will delete the whole column from the table and it is not possible to undelete it again, except you're using a backup file.
Reply With Quote
  #273  
Old 10-23-2013, 07:20 PM
Racecar Racecar is offline
 
Join Date: Sep 2007
Posts: 82
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

<i>Thank you for your quick reply. Will give it a try and get back.</i>
Reply With Quote
  #274  
Old 10-23-2013, 07:24 PM
Alex@bulletin Alex@bulletin is offline
 
Join Date: Aug 2009
Location: Germany
Posts: 134
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

But have a second, as it seems you don't need ' ' here. It will cause a SQL Error.

Try

Code:
ALTER TABLE usergroup DROP COLUMN ms_wic_addon_permissions;
instead.
Reply With Quote
  #275  
Old 11-12-2013, 08:41 AM
Harpo's Avatar
Harpo Harpo is offline
 
Join Date: Dec 2011
Location: Canada
Posts: 100
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Theme: VB4 default. fixed width 960.

I'm getting the following error. It happened after I deposited some vbbux into the bank.

Help.
Attached Files
File Type: (21.4 KB, 13 views)
Reply With Quote
  #276  
Old 02-03-2014, 11:21 AM
F&R F&R is offline
 
Join Date: Jan 2007
Posts: 14
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hi,
I just installed this on vB 4.2.2
The postbit is showing up fine... but when I click vbPlaza on the navbar it tells me I don't have permission... I am the administrator! I can't find a setting in vbPlaza about who is permitted to use it...but there are rather a lot so I might have missed it.

Also the link in the readme file doesn't work to get a licence.
Reply With Quote
  #277  
Old 02-06-2014, 11:56 PM
J o o k J o o k is offline
 
Join Date: Jan 2014
Posts: 10
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Fatal error: Call to undefined function do_item_generic() in /home/jook123/public_html/forums/vbplaza/engine.php on line 1180

^getting this error when i try to purchase items

Warning: include_once(..../vbplaza/items/bank.php): failed to open stream: No such file or directory in ..../vbplaza/engine.php(1210) : eval()'d code on line 2

Warning: include_once(): Failed opening '..../vbplaza/items/bank.php' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in ..../vbplaza/engine.php(1210) : eval()'d code on line 2

Fatal error: Call to undefined function do_item_bank() in /home/jook123/public_html/forums/vbplaza/engine.php(1210) : eval()'d code on line 3

^^get this error when i try to enter the bank
Reply With Quote
  #278  
Old 02-07-2014, 12:04 AM
ozzy47's Avatar
ozzy47 ozzy47 is offline
 
Join Date: Jul 2009
Location: USA
Posts: 10,929
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

It appears as if you have uploaded the files incorrectly. Please drag and drop the contents of the upload folder (use Ctrl+A to select all files) to your public_html folder.
Reply With Quote
  #279  
Old 02-07-2014, 12:44 AM
J o o k J o o k is offline
 
Join Date: Jan 2014
Posts: 10
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

i followed the instructions to the tee and all the files were reuploaded
Reply With Quote
  #280  
Old 02-07-2014, 12:47 AM
ozzy47's Avatar
ozzy47 ozzy47 is offline
 
Join Date: Jul 2009
Location: USA
Posts: 10,929
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Well I can say for certain those files exist in the zip file, so if you followed the instructions to the tee, those errors would not be present, as they are saying the files are not on your server.
Reply With Quote
  #281  
Old 03-19-2014, 12:00 PM
S P E E D's Avatar
S P E E D S P E E D is offline
 
Join Date: Aug 2008
Location: Egypt
Posts: 14
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

i have problem with change change others user title if i select items show

Internal Server Error

There has been an internal server error.

i back to error log found this error

[Wed Mar 19 14:48:00 2014] [notice] child pid 31492 exit signal Segmentation fault (11)

i use fcgi mod and php 5.2.17
Reply With Quote
Reply


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 07:57 PM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.07251 seconds
  • Memory Usage 2,341KB
  • Queries Executed 26 (?)
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
  • (2)bbcode_code
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (4)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (11)post_thanks_box
  • (8)post_thanks_box_bit
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (1)post_thanks_postbit
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (3)postbit_attachment
  • (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
  • fetch_musername
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • post_thanks_function_fetch_thanks_bit_start
  • post_thanks_function_show_thanks_date_start
  • post_thanks_function_show_thanks_date_end
  • post_thanks_function_fetch_thanks_bit_end
  • post_thanks_function_fetch_post_thanks_template_start
  • post_thanks_function_fetch_post_thanks_template_end
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_attachment
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete