The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
vBulletin Members Area 2.0 Details »» | |||||||||||||||||||||||||
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.7.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. Please note: If you downloaded before 21st November, please redownload as there are file changes to stop db errors. Supporters / CoAuthors Show Your Support
|
Comments |
#92
|
|||
|
|||
I have it installed and when I click members area from the navbar I get a page saying explorer can not display this page. are there any edits.
|
#93
|
||||
|
||||
Hi, I'm using this MOD for the first time, and was wondering if there was any way to add files by adding a link to them rather than having to upload them...the files I'm adding are rather large.
|
#94
|
||||
|
||||
Forget It!
Uninstalled Solved the matters below myself. If interested, read on for solutions. Code:
I was selling something at ?20 gbp, But when the page went to paypal, it was only asking for $20 US Dollars. Any ideas why currency isnt transferring to Paypal. Look in includes/class_vbma.php around line 88: Code:
$curr_a = array('$' => 'USD', $this->vbphrase['memarea_currency_eur'] => 'EUR', $this->vbphrase['memarea_currency_pound'] => 'GBP', $this->vbphrase['memarea_currency_nis'] => 'NIS'); ALSO Code:
Why do i keep getting error code 1 when trying to upload a product? Solution make a new file called php5.ini with the following lines of code in it. Code:
upload_max_filesize = 20M ; post_max_size = 20M ; max_execution_time = 60 ; By default, your server will only allow files below 2MB to be uploaded. This little file over rules that, and allows 20mb files to be uploaded. Hope this helps with any issues you may have. Regards |
#95
|
|||
|
|||
Quote:
If you want to integrate with vBCredits, all you have to do is read and write with one database field in the user table, and the database belongs to the forum owner, not vBCredits !!!!! |
#96
|
|||
|
|||
Can this also be used as a store to sell products or services as well?
|
#97
|
|||
|
|||
Hey if I could do this hack for a 4X
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|