Go Back   vb.org Archive > vBulletin Modifications > vBulletin 3.8 Modifications > vBulletin 3.8 Add-ons
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
vBulletin Members Area 2.0 Details »»
vBulletin Members Area 2.0
Version: 2.00, by Hex_legend Hex_legend is offline
Developer Last Online: Oct 2015 Show Printable Version Email this Page

Version: 3.8.x Rating:
Released: 11-20-2008 Last Update: Never Installs: 130
Uses Plugins Auto-Templates
Additional Files  
No support by the author.

Please mark as installed if you use this modification

/*
vBMA by Newmodifications.com
Created by Hex_Legend / Ziki
http://www.newmodifications.com
http://www.kxdesign.com
for vbulletin 3.8.x
*/

Finally, vBMA Version 2 has been released.

vB Members Area is a member management system, that enables your users to get their own customer number and password. They can then login to the system and purchase / download products that you specify. Each product that they purchase will be issued a unique licence number.

Before your members can download your products, they are required to edit their licence details to include the URL that the product will be installed on.

Due to the product having a seperate login system, your forum login will not work. This makes the modification more secure and will allow for you to delegate what users can access the mod.

What has changed between version 2 and the Beta Versions?
We have got rid of the install procedure, so all that is needed now is a product import. Along with this, there is no activation / validation procedure. There have been many more backend features. Users can now also sell their own products and get the money for it, by having an admin setup their product in the ACP along with the users paypal address in that product settings page.
Is there a PRO version?
Yes. Please do not discuss that here at vb.org as this is a free modifications site. Check out our homepage for this discussion.
Final Note
If you have vBMA Beta Versions installed on your board, please uninstall fully. Remove all the files and the products and any template edits, then please install this product. Please also note that any products you have set up, will be lost, so you will have to reset them again.

Demo: here

Forum Username: vbma_demo
Forum Password: demo
vBMA Cust Number: MAd2626322158
vBMA Password: 31e96aed70ab7


Installation

Time to install: < 1 Minute
Template Edits: 0
File Uploads: 8
Products: 1 (2 if using PRO)



How to install


Step 1 - Upload all files to your forum directory in their relevant paths
Please see the readme file for full instructions

Step 2 - Import the product product-memarea into your Admin CP

Step 3 - Setup Usergroup and Administrator Permissions

Installed!

Miscellaneous Options

Do NOT remove the copyright from the code without purchasing a branding free option for your licence.


Remember to mark this modification as installed if you download it. You can also nominate us for Mod of the Month.

Download Now

File Type: zip Regular 2.0.zip (66.9 KB, 1220 views)

Screenshots

File Type: jpg members1.JPG (37.1 KB, 0 views)
File Type: jpg editdetails.JPG (30.8 KB, 0 views)

Supporters / CoAuthors

Show Your Support

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

Comments
  #12  
Old 11-22-2008, 08:56 AM
Hex_legend Hex_legend is offline
 
Join Date: May 2007
Posts: 750
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by YsTyle View Post
after installing, i get database error...
Could you please post the Database error code?
Reply With Quote
  #13  
Old 11-22-2008, 09:31 AM
YsTyle YsTyle is offline
 
Join Date: Mar 2007
Posts: 74
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

here:

Quote:
The vBHeb database has encountered a problem.
Please try the following:

* Load the page again by clicking the Refresh button in your web browser.
* Open the vbheb.com home page, then try to open another page.
* Click the Back button to try another link.

The vbheb.com forum technical staff have been notified of the error, though you may contact them if the problem persists.

We apologise for any inconvenience.
Reply With Quote
  #14  
Old 11-22-2008, 09:52 AM
NolF's Avatar
NolF NolF is offline
 
Join Date: Nov 2006
Location: You don't wanna know
Posts: 119
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

you have to right click and look at the source to see the actual error
Reply With Quote
  #15  
Old 11-22-2008, 10:32 AM
YsTyle YsTyle is offline
 
Join Date: Mar 2007
Posts: 74
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
<!--
Database error in vBulletin 3.8.0 Beta 1:

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.phrasegroup_projecttools AS phrasegroup_projecttools,
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
, user.custnum as customernum, user.ma_password as ma_password, user.ma_info as ma_info
FROM user AS user
LEFT JOIN userfield AS userfield ON (user.userid = userfield.userid)
LEFT JOIN usertextfield AS usertextfield ON (usertextfield.userid = user.userid) LEFT JOIN language AS language ON (language.languageid = IF(user.languageid = 0, 2, user.languageid))

WHERE user.userid = 1;

MySQL Error : Unknown column 'user.ma_password' in 'field list'
Error Number : 1054
Request Date : Saturday, November 22nd 2008 @ 01:30:14 PM
Error Date : Saturday, November 22nd 2008 @ 01:30:15 PM
Script : http://vbheb.com/
Referrer :
IP Address : ---
Username :
Classname : vB_Database
MySQL Version :
-->
this is the error?
Reply With Quote
  #16  
Old 11-22-2008, 03:56 PM
Dilldogs Dilldogs is offline
 
Join Date: May 2006
Location: Wilmington, IL
Posts: 99
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I like this mod and I will try it later.

I will not register to a site to try a demo,lol. I will set it up on my test site and see how it works.
Reply With Quote
  #17  
Old 11-22-2008, 11:38 PM
Hex_legend Hex_legend is offline
 
Join Date: May 2007
Posts: 750
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Dilldogs View Post
I like this mod and I will try it later.

I will not register to a site to try a demo,lol. I will set it up on my test site and see how it works.
You don't need to register to see a demo

Quote:
Originally Posted by Thread Description
Forum Username: vbma_demo
Forum Password: demo
vBMA Cust Number: MAd2626322158
vBMA Password: 31e96aed70ab7
Reply With Quote
  #18  
Old 11-22-2008, 11:44 PM
Vicros's Avatar
Vicros Vicros is offline
 
Join Date: Dec 2007
Location: Arkansas
Posts: 49
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

EDIT .... nvm lol i forgot to set the user group permissions lol..
Reply With Quote
  #19  
Old 11-23-2008, 07:50 AM
Hex_legend Hex_legend is offline
 
Join Date: May 2007
Posts: 750
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

For anyone who is having trouble working out how to change the Priority Forum Support in Helpdesk and wants a temp fix until the next version is released, please do the following.

open MEMAREA_SHELL

find

Code:
<a class="smallfont" href="forumdisplay.php?f=6">{$vbphrase['memarea_priority_forum']}</a>
Change 6 to the number of the forum id you want to use for support.
Reply With Quote
  #20  
Old 11-25-2008, 01:05 AM
Vackrick Vackrick is offline
 
Join Date: Apr 2008
Location: Taiwan
Posts: 359
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Warning: require_once([path]/includes/class_vbma.php) [function.require-once]: failed to open stream: No such file or directory in [path]/members.php on line 42

Fatal error: require_once() [function.require]: Failed opening required '/home/****/public_html/forum/includes/class_vbma.php' (include_path='.:/x10hosting/php2/pear/PEAR') in /home/*****/public_html/forum/members.php on line 42
Reply With Quote
  #21  
Old 11-25-2008, 01:06 AM
Vackrick Vackrick is offline
 
Join Date: Apr 2008
Location: Taiwan
Posts: 359
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

nvm its fixed....
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 08:38 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.12178 seconds
  • Memory Usage 2,340KB
  • Queries Executed 27 (?)
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
  • (5)bbcode_quote
  • (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
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (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
  • 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_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