View Full Version : Add-On Releases - Members Area
harmor19
03-13-2007, 10:00 PM
This is an add-on that resembles Jelsoft's Members Area.
First you need to upload a ZIP file to "membersarea_download" directory in the following format [title][version number].zip (without brackets).
Then go into your ACP --> Manage Members Area --> Add Product and add the title and version number.
You can limit which usergroup can download which file when adding a new file (view screenshots).
Here is a demo http://xenweb.net/forums/membersarea.php
I have uploaded a file and set 'Guests' as the only usergroup that can download the file.
harmor19
03-13-2007, 11:32 PM
I hope you like this add-on
Rickeo
03-13-2007, 11:38 PM
First install thnk you wooohooo :) great mod
~Rick~
Shazz
03-13-2007, 11:40 PM
Looks very interesting
salata
03-13-2007, 11:51 PM
i have no need for this but its a great mod imo
ChurchMedia
03-14-2007, 04:14 AM
Very cool! I have a lot of uses for this!
futureye
03-14-2007, 04:39 AM
Hi very cool
but how can i make Members Area like vBulletin.com
with authority log-in
for private members
harmor19
03-14-2007, 04:48 AM
I don't know how to do it with .htpasswd but you can can create an usergroup called "Paid Users". Place users that pay for access to the Members Area into the secondary usergroup "Paid Users".
At the very top of the template "xwp_download" add
<if condition="is_member_of($bbuserinfo, X)">
Replace "X" with the ID of the usergroup "Paid Users".
At the very end put
</if>
projectego
03-14-2007, 10:58 AM
Awesome! Great work, harmor19! ;)
Allan
03-14-2007, 11:29 AM
Great idea ;)
Naxon
03-14-2007, 02:17 PM
Installed :)
4x4 Mecca
03-14-2007, 04:03 PM
Installing it. You may want to edit the zip file and put the XML folder in an INCLUDES folder. Most users just copy the contents to their forum root. Great product. Thanks.
bashy
03-14-2007, 04:57 PM
Hi Harmor
I do not have controls in my admnincp
I have uploaded the files and imported the product twice now and still no controls!!
Also i see nothing extra in the usercp either :(
harmor19
03-14-2007, 05:09 PM
Hi Harmor
I do not have controls in my admnincp
I have uploaded the files and imported the product twice now and still no controls!!
Also i see nothing extra in the usercp either :(
Check and make sure "cpnav_xw_products.xml" is uploaded to public_html/forums/includes/xml/
bashy
03-14-2007, 05:15 PM
Ah, i had uploaded the xml folder to the forum root as it looked like it was the forum layout
Its all there now except the usercp bit, unless we have to added a link to the php?
vspro
03-14-2007, 06:59 PM
sorry!
Do you help me?
I want a question when i change DIR from: "membersarea_download"
I don't like and I up file zip or rar at a new site
EX: http://domain1.com
but I up forum at http://domain.com
I want change DIR to: $dir = "http://domain1.com";
But when I change I can't download file.
You can help me change it.
harmor19
03-14-2007, 07:22 PM
I can't get it to work either. Sorry I can't help.
Snake
03-14-2007, 09:25 PM
Awesome! Thanks for this. :D
harmor19
03-14-2007, 09:28 PM
Awesome! Thanks for this. :D
Usually I would say "You're welcome" but I believe you just say that to increase your post count.
Josh1
03-15-2007, 01:23 AM
How about downloads count if it doesn't have it already?
harmor19
03-16-2007, 05:26 AM
How about downloads count if it doesn't have it already?
Maybe a time limit as well?
waller99
03-16-2007, 12:03 PM
I am getting this sql error. I installed the product-xw_products.xml 2 times and still an error. I am running 3.6.4
Database error in vBulletin 3.6.4:
Invalid SQL:
SELECT * FROM vbxw_products WHERE active = 1 ORDER BY xwproductid DESC;
MySQL Error : Table 'mofsql.vbxw_products' doesn't exist
Error Number : 1146
Date : Friday, March 16th 2007 @ 05:57:15 AM
Script : http://www.mysite.com/membersarea.php
Referrer :
IP Address : 1.1.1.1
Username : username
Classname : vb_database
harmor19
03-16-2007, 06:09 PM
I am getting this sql error. I installed the product-xw_products.xml 2 times and still an error. I am running 3.6.4
Database error in vBulletin 3.6.4:
Invalid SQL:
SELECT * FROM vbxw_products WHERE active = 1 ORDER BY xwproductid DESC;
MySQL Error : Table 'mofsql.vbxw_products' doesn't exist
Error Number : 1146
Date : Friday, March 16th 2007 @ 05:57:15 AM
Script : http://www.mysite.com/membersarea.php
Referrer :
IP Address : 1.1.1.1
Username : username
Classname : vb_database
Try running this product XML
waller99
03-16-2007, 06:41 PM
No good. Still the same error. I don't see anywhere that it is creating this table on my database.
I also can't uninstall the original product. It gives me this error..
Database error in vBulletin 3.6.4:
Invalid SQL:
DROP TABLE `vbxw_products`;;
MySQL Error : Unknown table 'vbxw_products'
Error Number : 1051
Date : Friday, March 16th 2007 @ 12:39:57 PM
Script : http://www.myforum.com/admincp/plugin.php?do=productkill
Referrer : http://www.myforum.com/admincp/plugin.php?do=productdelete&productid=xw_products&s=
IP Address : 1.1.1.1
Username : username
Classname : vb_database
anywares
03-16-2007, 07:13 PM
lykzomg++++inghellwow!
INSTALLS 500000 TIMES!
:D
harmor19
03-16-2007, 08:14 PM
No good. Still the same error. I don't see anywhere that it is creating this table on my database.
I also can't uninstall the original product. It gives me this error..
Look for the table named "xw_products" in phpmyadmin and drop it.
Hornstar
03-17-2007, 05:46 AM
Nice work, this will be useful for a few of my sites. thanks.
I think vMembers by calorie looks way better .Sorry harmor
anywares
03-17-2007, 10:31 AM
very true but the problem is its for vB 3.5.X :(
very true but the problem is its for vB 3.5.X :(
Also works on 3.6
goblues
03-18-2007, 02:21 PM
I have this set up to where paid members have access to the downloads however I was wondering how to populate the drop down menu with the file names but non paid users cannot download, only view file names. Is this possible?
blind-eddie
03-18-2007, 03:34 PM
harmor19, Can you get this to work with 3.6.5 with owners permission?
https://vborg.vbsupport.ru/showthread.php?t=83433&page=10&highlight=vMembers
blind-eddie
03-18-2007, 03:50 PM
Also works on 3.6
I didnt get it to work.
blind-eddie
03-18-2007, 04:39 PM
Great Product, I will use this for many things, but I cant access it via usercp or navbar without editing templates. I have to type in http://my site/forum/membersarea.php
to access it. Is this supposed to get added to usercp automatically?
harmor19
03-18-2007, 07:48 PM
I have this set up to where paid members have access to the downloads however I was wondering how to populate the drop down menu with the file names but non paid users cannot download, only view file names. Is this possible?
I'll do that right now.
Great Product, I will use this for many things, but I cant access it via usercp or navbar without editing templates. I have to type in http://my site/forum/membersarea.php
to access it. Is this supposed to get added to usercp automatically?
I'll write instruction to add it to your navbar.
goblues
03-18-2007, 07:55 PM
Right on! Thanks!
harmor19
03-19-2007, 12:41 AM
I have upgraded this add-on.
This screenshot is hard to read but I'll explain it.
1174267799
1. You can enable/disable Members Area
2. You can type the forum ID where you handle support
3. You can show all the files to everyone but only those with permission can download them.
Upload and overwrite "membersarea.php".
Upload the product via the product manager, making sure you select "Overwrite".
You can view the demo (http://xenweb.net/forums/membersarea.php) to see number 3 in action.
sam anders
03-19-2007, 10:45 PM
i have tried installing 3.6.5 but receive a error, could this be fixed to work with 3.6.5?
Database error in vBulletin 3.6.5:
Invalid SQL:
SELECT * FROM vbxw_products WHERE title='Install'
AND versionnumber = '1.0.0';
MySQL Error : Table 'forum2.vbxw_products' doesn't exist
Error Number : 1146
Date : Monday, March 19th 2007 @ 11:41:59 PM
Script : http://mydomain/forum/admincp/membersarea_admin.php?do=do_add
Referrer : http://mydomain/forum/admincp/membersarea_admin.php?do=add
IP Address : ??.???.??.???
Username : admin
Classname : vb_database
harmor19
03-20-2007, 12:14 AM
i have tried installing 3.6.5 but receive a error, could this be fixed to work with 3.6.5?
Database error in vBulletin 3.6.5:
Invalid SQL:
SELECT * FROM vbxw_products WHERE title='Install'
AND versionnumber = '1.0.0';
MySQL Error : Table 'forum2.vbxw_products' doesn't exist
Error Number : 1146
Date : Monday, March 19th 2007 @ 11:41:59 PM
Script : http://mydomain/forum/admincp/membersarea_admin.php?do=do_add
Referrer : http://mydomain/forum/admincp/membersarea_admin.php?do=add
IP Address : ??.???.??.???
Username : admin
Classname : vb_database
I forgot to add a table prefix. Download the archive again and import the product again.
sam anders
03-20-2007, 07:56 AM
have tried downloading the file and reinstalling but the table is still not created by the product file
goblues
03-21-2007, 09:39 PM
Works Great! Thanks!!
sam anders
03-22-2007, 04:03 PM
would any one be able to post me the sql statement that creates the table as the product seems not to be creating the table how ever i have tried to copy the sql out of the product but i have syntax errors :(
Allan
03-22-2007, 07:18 PM
but, how work this hack, grrrrr :p
Works well .. thanks harmor19
Clicked install
blind-eddie
03-29-2007, 10:47 AM
Question, I would like to know how to go about adding a version number as an option? I would like to use this for private downloads..ie; items that don't have version numbers. Thanks.
sam anders
03-29-2007, 01:49 PM
hi,
can any one help me with creating the sql table?
i have logged onto my server but no table is created and this seems to be creating my sql errors, if any one can provide me the sql code for writing the required table for this mod that would be great
tamborinegal
04-29-2007, 04:57 AM
Love this hack Andrew. Thank you... do you have a branding free option available?
Cheers
Clancy
harmor19
04-29-2007, 08:15 PM
Love this hack Andrew. Thank you... do you have a branding free option available?
Cheers
Clancy
I guess I'll have a branding free options for $30.00 USD
If you like to purchase it send a private message and I'll send you my paypal address.
After the money is sent I'll write instructions on how to remove the branding.
tamborinegal
04-29-2007, 10:54 PM
I guess I'll have a branding free options for $30.00 USD
If you like to purchase it send a private message and I'll send you my paypal address.
After the money is sent I'll write instructions on how to remove the branding.
PM sent. Thanks.
Clancy
titorevolu
05-09-2007, 12:50 PM
I follow all instructions and works well but when I try to download somethin
it says this "The file you have selected is not available.
Please contact support".
harmor19
05-09-2007, 06:49 PM
You have to put the files into a ZIP and upload it to your server.
Censtudios
07-06-2007, 11:13 AM
more specific screenshots and/or demo please?
the demo doesnt work...
is this like the vbadvanced members area?
harmor19
07-06-2007, 01:39 PM
more specific screenshots and/or demo please?
the demo doesnt work...
is this like the vbadvanced members area?
The demo works for me. What browser are you using?
Censtudios
07-07-2007, 10:10 AM
I installed it and its kinda weird... it doesnt look like the vbulletin membersarea at all.... its just a dropdown menu asking what download you want and thats it...
capi-lisa
07-14-2007, 08:45 AM
i like this but why not adding some extra stuff
like catergory
example
templates
mods
ect
ect
so that you can release templates and put it there because when you got lots of files the users much search
Nice hack.
Can you also add the rar and 7z file extention? And the function to continue the download if the previous one was canceled.
thks
Centrix
07-19-2007, 01:59 PM
basically its just a dropdown menu....?
I was wondering if there isnt any membersarea similar to the vbulletin.com one...
Lahoria
07-19-2007, 06:44 PM
is it possibel to upload file in there original format eg. .pdf instead of .zip ?
Nice hack.
Can you also add the rar and 7z file extention? And the function to continue the download if the previous one was canceled.
thks
Hi any news?
Because zip is not a best archive compressor. I will prefer more 7z or rar
brgds
I got everything working on 3.6.7pl1 thanks
Centrix
09-25-2007, 05:50 PM
this really disappoints me. it shouldnt be called "members area" at all since its just a basic dropdown menu. everybody can make this.....
I was hoping for something more like: choose file, agree to license agreement, etc etc
like the vMembers addon for vbulletin 3.5.1 (which isnt ported to 3.6.... :()
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.