Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > vBulletin 2.x > vBulletin 2.x Full Releases
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
Licensed Users System 1.01 Details »»
Licensed Users System 1.01
Version: 1.00, by N9ne N9ne is offline
Developer Last Online: Jul 2019 Show Printable Version Email this Page

Version: 2.3.x Rating:
Released: 03-22-2003 Last Update: Never Installs: 37
 
No support by the author.

Licensed Users System
- by N9ne, March 23rd 2003
- Copyright N9ne 2003+



What does this hack do?
- It adds a licensed user system to your forum.
- Extra user field: 'licensed'
- Admins can select YES or NO for 'licensed' in AdminCP for Users
- Usergroup page: Extra table, showing # of licensed and unlicensed users
- AdminCP: Search by licensed or unlicensed users
- AdminCP Options: Text for 'licensed' and 'unlicensed' users
- Shown in getinfo and postbit
- AdminCP Option: Which usergroupid's can view license status of users?
- Set usergroupids separating with a comma in AdminCP Options
- Six options added under new category in each forum's options:
- 'Unlicensed Users Options' (Licensed users use default options):
- Can view forum?
- Can post new threads?
- Can download attachments?
- Can reply to own & others' threads?
- Can view others' threads?
- Can search forum?
- Hack can easily be integrated into other systems
- Customizable error messages when unlicensed user is denied access
- Customization available through templates
- Searching for users in AdminCP: Can show licensed status in results




Created in 2.3.0 // Should work in 2.2.x and 2.3.x



Installation:
- 6 Queries to Run
- 5 Templates to Add
- 2 Templates to Modify
- Loads of file edits!

Change Log
1.01: 30th March 2003: Query fix. [vBulletin Main Options]

Addons
Forumhome: Show unlicensed text if user is unlicensed.

Please Click INSTALL!

A hack like this is being used here at vb.org

Note: Open the attached file in a text editor to view instructions.

16 Screenshots in next post.

Show Your Support

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

Comments
  #32  
Old 03-23-2003, 10:26 PM
Link14716's Avatar
Link14716 Link14716 is offline
 
Join Date: Jun 2002
Location: Georgia, USA
Posts: 2,519
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I would install it, but I have absolutely no use for it. Still, nice job, N9ne.
Reply With Quote
  #33  
Old 03-23-2003, 10:33 PM
colicab-d's Avatar
colicab-d colicab-d is offline
 
Join Date: Dec 2002
Location: Glasgow
Posts: 382
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

i may use it in the future does it allow for you to have license numbers for a member?

id love to see it with an integrated cp panel foe users to edit ther license etc it got that?
Reply With Quote
  #34  
Old 03-23-2003, 10:38 PM
TranceMaster TranceMaster is offline
 
Join Date: Mar 2002
Posts: 42
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

amazing man
thanks u very much
Reply With Quote
  #35  
Old 03-23-2003, 10:48 PM
Vile's Avatar
Vile Vile is offline
 
Join Date: Apr 2002
Location: Arizona, USA
Posts: 123
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Very very nice.
Great job with this hack
Reply With Quote
  #36  
Old 03-23-2003, 11:18 PM
mr e's Avatar
mr e mr e is offline
 
Join Date: Dec 2001
Posts: 461
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

[high]* mr e drools
[/high]

maybe i'll make a forum that needs a license system so i can use the hack
Reply With Quote
  #37  
Old 03-24-2003, 03:57 AM
squawell's Avatar
squawell squawell is offline
 
Join Date: Oct 2001
Posts: 681
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

N9ne i have a question with this part

in register file u say

find

'$avatarid'

replace with:

'$avatarid','0'

i think it should be like this

'$avatarid','$licensed','0'

am i right??

and add new template part do we not need to add a template

about attach file error message like:license_error_noattach something like this??
Reply With Quote
  #38  
Old 03-24-2003, 11:26 AM
TranceMaster TranceMaster is offline
 
Join Date: Mar 2002
Posts: 42
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Yesterday at 03:18 AM Da_GoTTi said this in Post #11
found another error.

options not showing in Forum Options
im getting the same error
cant work out whats wrong.
any ideas?
Reply With Quote
  #39  
Old 03-24-2003, 02:42 PM
N9ne N9ne is offline
 
Join Date: Feb 2002
Posts: 1,495
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Today at 05:57 AM squawell said this in Post #36
N9ne i have a question with this part

in register file u say

find

'$avatarid'

replace with:

'$avatarid','0'

i think it should be like this

'$avatarid','$licensed','0'

am i right??

and add new template part do we not need to add a template

about attach file error message like:license_error_noattach something like this??

No, I'm pretty sure that you should leave it how it is in the instructions, so when a user registers, he registers as unlicensed.
Reply With Quote
  #40  
Old 03-24-2003, 02:44 PM
N9ne N9ne is offline
 
Join Date: Feb 2002
Posts: 1,495
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Today at 01:26 PM TranceMaster said this in Post #37


im getting the same error
cant work out whats wrong.
any ideas?
PHP Code:
------------------------------------------------------------------------------------>>
Find:
------------------------------------------------------------------------------------>>

  
makeyesnocode("Count posts made in this forum towards user post counts?","countposts",$forum[countposts]);

------------------------------------------------------------------------------------>>
Below itadd:
------------------------------------------------------------------------------------>>

  
maketableheader("Unlicensed Users Options");

  
makeyesnocode("Can view forum?","licensedviewforum",$forum[licensedviewforum]);
  
makeyesnocode("Can post new threads?","licensedthread",$forum[licensedthread]);
  
makeyesnocode("Can reply to threads?","licensedreply",$forum[licensedreply]);
  
makeyesnocode("Can download attachments?","licensedattach",$forum[licensedattach]);
  
makeyesnocode("Can view others' threads?","licensedviewthread",$forum[licensedviewthread]);
  
makeyesnocode("Can search forum?","licensedsearchforum",$forum[licensedsearchforum]);

------------------------------------------------------------------------------------>> 

That is from the instructions, if you have done that step correctly, you should be able to see the options...
Reply With Quote
  #41  
Old 03-25-2003, 06:13 PM
TranceMaster TranceMaster is offline
 
Join Date: Mar 2002
Posts: 42
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Yesterday at 04:44 PM N9ne said this in Post #39


That is from the instructions, if you have done that step correctly, you should be able to see the options...

yes they show up in each forums own options, but in the vBulletin Options part, there is another option for Licensed Users Options, but nothing shows up here.

maybe im doing sumthing wrong, ill look over it again.
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:52 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.04547 seconds
  • Memory Usage 2,312KB
  • 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_php
  • (4)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
  • (4)pagenav_pagelink
  • (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_postinfo_query
  • fetch_postinfo
  • 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