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

Reply
 
Thread Tools
vMembers manages subscription purchases and downloads Details »»
vMembers manages subscription purchases and downloads
Version: 1.0.0, by calorie calorie is offline
Developer Last Online: Nov 2023 Show Printable Version Email this Page

Version: 3.5.1 Rating:
Released: 06-19-2005 Last Update: 11-19-2005 Installs: 81
DB Changes Uses Plugins Template Edits
Additional Files  
No support by the author.

What is vMembers? Say a member buys your good via a vB paid subscription. If the good is a script, the members goes to vMembers, wherever you have it installed, and can download the script. However, before the member can download, the member is prompted to agree to your license agreement and could be asked to insert a domain name for the script.

vMembers takes care of vB database changes via product, and there are no vB file changes. vMembers adds several templates, a bunch of phrases, and one new file with its own queries. While vMembers uses vB to login, vMembers does not need to be within the vB forum directory. You can install vMembers in its own directory, and name the new file what you choose.

vMembers works off the vB subscription and profile information. Other than setting a path in the new file, you can control vMembers using the current ACP. If you know how to run vB paid subscriptions, then you can run vMembers. If you do not like vMembers, check out Ron1n's vBPurchase here.

If you install vMembers, click the install button. This allows you to receive update notices, should any be sent. It is also a nice way to say thanks!

Fine Print: Obviously, use at your own risk. Support is not guaranteed. vMembers may not be redistributed!

Side Notes: Attached images are somewhat out of date. Some skins and this mod may not get along.

Show Your Support

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

Comments
  #12  
Old 08-22-2005, 10:56 AM
Deska's Avatar
Deska Deska is offline
 
Join Date: Aug 2002
Location: Asia
Posts: 161
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Dean C
This looks very very nice, I may have a use for it sometime soon
Is this compatible with vB 3.5 RC2 also?
Thank's..
Reply With Quote
  #13  
Old 08-22-2005, 11:08 AM
mikaelweb's Avatar
mikaelweb mikaelweb is offline
 
Join Date: Feb 2003
Location: Sweden
Posts: 122
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

yes it is
Reply With Quote
  #14  
Old 09-02-2005, 07:31 PM
PixelFx PixelFx is offline
 
Join Date: Dec 2002
Posts: 1,117
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by mikaelweb
yes it is
any plans to update this script, or add more product based system like vbadvanced?

This system looks great, it would be nice to see more added to it
Reply With Quote
  #15  
Old 09-02-2005, 07:55 PM
pepel13 pepel13 is offline
 
Join Date: Dec 2004
Location: Quebec
Posts: 12
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Got this error and i'm running with vBulletin 3.5 Release Candidate 2

Code:
Parse error: parse error, unexpected T_VARIABLE in 

/home/pepel13/public_html/forums/members.php on line 120
Reply With Quote
  #16  
Old 09-03-2005, 03:06 PM
calorie calorie is offline
 
Join Date: May 2003
Posts: 2,804
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

@pepel13: missing semicolons at the end of three lines around line 120, so just add them:
Code:
$vboptions['forumhome'] = $vbulletin->options['forumhome'];
$vboptions['contactuslink'] = $vbulletin->options['contactuslink'];
$bbuserinfo['email'] = $vbulletin->userinfo['email'];
$vboptions['bbtitle'] = $vbulletin->options['bbtitle'];
Reply With Quote
  #17  
Old 09-04-2005, 01:01 AM
pepel13 pepel13 is offline
 
Join Date: Dec 2004
Location: Quebec
Posts: 12
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Now it works

Thank-You
Reply With Quote
  #18  
Old 09-04-2005, 06:13 AM
Bad Bunny's Avatar
Bad Bunny Bad Bunny is offline
 
Join Date: Apr 2002
Posts: 555
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Is it possible for this script not to operate by subscription, but by usergroups instead?
Reply With Quote
  #19  
Old 09-04-2005, 01:56 PM
calorie calorie is offline
 
Join Date: May 2003
Posts: 2,804
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

@Bad Bunny: vMembers uses subscriptions so that only subscribed members in certain usergroups who fill out their profile field are allowed access. If you are looking to make a page that just uses usergroups to determine access, you might be interested in this instead.
Reply With Quote
  #20  
Old 09-05-2005, 03:00 AM
Bad Bunny's Avatar
Bad Bunny Bad Bunny is offline
 
Join Date: Apr 2002
Posts: 555
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by calorie
@Bad Bunny: vMembers uses subscriptions so that only subscribed members in certain usergroups who fill out their profile field are allowed access. If you are looking to make a page that just uses usergroups to determine access, you might be interested in this instead.
I like the functionality of your script, but I don't use the subscription service any longer. I am using a shop that places people in a secondary usergroup when they buy something.

I am in no way looking for a way to let people log into the site from a non-vb page.
Reply With Quote
  #21  
Old 09-05-2005, 05:28 PM
calorie calorie is offline
 
Join Date: May 2003
Posts: 2,804
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

@Bad Bunny: this mod with this edit will only allow members in primary/secondary usergroups you allow to access the page. "Yet Another vB Login on non-vB Page" is sort of a misnomer as the "non-vB Page" is example.php, which is a stripped down version of vMembers members.php. Sorry, I don't have the time now to make a mix of the two, but if you use the other mod, you can set your own content.
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 06:48 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.08717 seconds
  • Memory Usage 2,308KB
  • Queries Executed 25 (?)
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
  • (3)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (6)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
  • (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_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete