vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.5 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=113)
-   -   vMembers manages subscription purchases and downloads (https://vborg.vbsupport.ru/showthread.php?t=83433)

calorie 06-19-2005 10:00 PM

vMembers manages subscription purchases and downloads
 
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.

deathemperor 06-20-2005 06:36 PM

amazing !

gonna try it soon

Dan 06-20-2005 06:36 PM

Nice one, Probably be using this on my new site soon. Thanks :)

House_of_Crazed 06-20-2005 08:22 PM

Amazing enough, that looks like a copy of the vbulletin.com's member's area...

Someone tell me that I'm not delusional?? LOL

calorie 06-20-2005 08:41 PM

LOL, you are delusional... this one is MUCH prettier. J/K :D

FYI to whomever... vMembers for vB 3.0.7 is over here.

GamerzWorld 06-20-2005 09:17 PM

Look at first screeny, even has vbs support line

calorie 06-20-2005 09:29 PM

Quote:

Originally Posted by GamerzWorld
Look at first screeny, even has vbs support line

LOL, not sure how to take your comment... BTW, it's not vB's telephone number. It's supposed to be a made-up number, one that you can change via a vB phrase.

GamerzWorld 06-21-2005 06:07 AM

Quote:

Originally Posted by calorie
LOL, not sure how to take your comment... BTW, it's not vB's telephone number. It's supposed to be a made-up number, one that you can change via a vB phrase.

Was after work and i was tired, looked like vbulletins site ^^ Sorry to author

flup 06-24-2005 03:00 PM

What exactly is this for...

Dean C 06-26-2005 08:24 AM

This looks very very nice, I may have a use for it sometime soon :)

Deska 08-22-2005 10:56 AM

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..

mikaelweb 08-22-2005 11:08 AM

yes it is

PixelFx 09-02-2005 07:31 PM

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 :)

pepel13 09-02-2005 07:55 PM

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


calorie 09-03-2005 03:06 PM

@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'];


pepel13 09-04-2005 01:01 AM

Now it works

Thank-You

Bad Bunny 09-04-2005 06:13 AM

Is it possible for this script not to operate by subscription, but by usergroups instead?

calorie 09-04-2005 01:56 PM

@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.

Bad Bunny 09-05-2005 03:00 AM

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.

calorie 09-05-2005 05:28 PM

@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.

kall 10-01-2005 01:33 AM

Oopsie, wrong thread. :)

vMembers is great!

Zachariah 10-01-2005 01:41 AM

very good :)

xug 10-09-2005 12:45 AM

Quote:

Originally Posted by Zachariah
very good :)

Does vMembers run on vB 3.5.0 Gold?

Allan 10-09-2005 09:16 AM

Hey Calorie :)

Your hack work with vB 3.5 Gold ?

xscape2me 10-09-2005 09:48 PM

I'm having a little problem with this script. It works up to the point of downloading. When it downloads the item it's blank. I mean the item is blank. Example: I've set this up with a zip file that contains an html file. When I download the zip file using this script there is nothing in the zip file. When I download it on my own without this script the zip file has the html file in it. Anyone else have this problem?

calorie 10-09-2005 11:09 PM

I haven't specifically tested this mod on 3.5 Gold so cannot say for sure. Given the plugin system, I'm thinking about changing this mod to be a product, if/as time permits.

xscape2me 10-13-2005 02:23 PM

This would be great if we could get an updated version of it. It goes perfect with what I want to do with my site.

Allan 10-15-2005 08:58 PM

don't work with 3.5 ?

Ericsson 10-16-2005 08:45 AM

Woh great mod!!! Thanks i've got to install this.

PixelFx 10-16-2005 06:25 PM

Quote:

Originally Posted by Ericsson
Woh great mod!!! Thanks i've got to install this.

This looks like an awesome system. Question I have is .. in your next update, can you make it so if users want to download an application or other type of product that is not a script that it doesn't require a URL? or maybe have system where admins can choose the type of info required plus the license agreement? Befor download

I have products where the user may not even have a lot, but this would be a great system for those. :)

TrueDeath 10-19-2005 09:49 AM

ive been working on this for a few hours now (for my upcomming vBulletin stylin site custom skins for ?10!!! lol) it runs fine on gold abit fiddly but it runs fine. I am making it so it reads custom groups rather than primary as that is what i need it for ^.^

--------------
Ive just modified it so it detects both primary + secondary groups :)

evenmonkeys 10-27-2005 09:20 PM

I'm running this fine on 3.5.0 Gold, but there's something I'd like modified. Maybe a control panel should be added for certain things like how it looks. First of all, I cannot use fluid with my style so it looks really weird. I've been trying to edit the templates to match my current style, but I'm having a lot of problems.

If there's an easy way to change the width of the members section, please let me know.

calorie 10-28-2005 10:26 PM

I'm thinking of a rewrite of this mod, more product based, but if you want to edit the templates, maybe the best thing to do is edit the templates.xml file directly, as it is spaced, and then overwrite with another import of the file.

PixelFx 10-28-2005 10:45 PM

Quote:

Originally Posted by calorie
I'm thinking of a rewrite of this mod, more product based, but if you want to edit the templates, maybe the best thing to do is edit the templates.xml file directly, as it is spaced, and then overwrite with another import of the file.

looking forward to the rewrite :D

evenmonkeys 10-28-2005 11:57 PM

Quote:

Originally Posted by calorie
I'm thinking of a rewrite of this mod, more product based, but if you want to edit the templates, maybe the best thing to do is edit the templates.xml file directly, as it is spaced, and then overwrite with another import of the file.

I'd be really happy to see a different version. I just want a more user-friendly thinger.

kall 11-03-2005 06:28 AM

I quite like the concept of this, but there is one thing that annoys me.

All 'Products' can be seen on the UserCP. I would be nice if the relevant fields could be only shown to members of the specific usergroup.

Hmm.. in typing that, I think I figured out how to do it.

evenmonkeys 11-08-2005 08:13 PM

I just delete or hide the new custom profile fields.

Mythotical 11-12-2005 10:14 PM

Calorie,

Hi I get this error after installing and trying to access the page:
Quote:

Fatal error: Call to undefined function: fetch_template() in /home/mytho4/public_html/vbrenegades/order/products.php on line 133
Any help would be muchly appreciated.

Thanks in advance
Myth

calorie 11-12-2005 10:33 PM

Is the full path to your forum directory set as follows?
Code:

/home/mytho4/public_html/vbrenegades

Mythotical 11-12-2005 10:35 PM

hehe, no, oopsie.


All times are GMT. The time now is 04:44 PM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.02494 seconds
  • Memory Usage 1,818KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (3)bbcode_code_printable
  • (10)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (40)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.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/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.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
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete