vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin.org Site Feedback (https://vborg.vbsupport.ru/forumdisplay.php?f=7)
-   -   Licensed members.. (https://vborg.vbsupport.ru/showthread.php?t=49106)

Davey 02-19-2003 10:53 AM

Licensed members..
 
I was wondering how mods checked for unlicensed users?
Is this method easier (or is it already done)?: Link it up to the postbit so mods can immediately see if they are licensed or not on their posts?
Or:
In the ModCP, make an option to list all licensed and unlicensed users.

I'm sure Xenon could come up with something like this if it's not already been done? We all know how good a hacker he is.

Dave.

PS: The reason I said Xenon is because he is a mod and knows how the licensed stuff works. Normal users probably don't know how it works.

Xenon 02-19-2003 10:59 AM

The Postbit version is much easier, because there is just one line of code to add in functions.php

Unlicensed users are in a different usergroup, so just add to the getpostbit function:
PHP Code:

if($post[usergroupid]==x$post[license] = 'Unlicensed ';
else 
$post[license] = ''

then all you have to do is to add $post[license] before the usertitle in the postbit :)

Davey 02-19-2003 11:00 AM

So is that what you do on here then?

Dave.

Xenon 02-19-2003 11:04 AM

yes :)
but there are also forumdisplay.php hacks and so on.
i don't know exactly, because i'm not admin, but the postbit modification is definitly as i said. (just that when someone is unlicensed also an extra button appears to post that special msg ;))

Erwin 02-20-2003 08:25 AM

Basically when an unlicensed member posts, loud alarms sound around our houses, and we go into DefCon III. Our computers automatically switch on, and log on to vB.org, and a Forum Bot posts that warning for us on our behalf. ;) That's how we know.

Davey 02-20-2003 01:24 PM

Hahaha.
Well it's nice to know your computers are so "alert" :P.
@Xenon: That's what I thought. Something noticable to say they are unlicensed :).
Ok this seems to have been answered then hehe, so there was no need for my idea :P it'd already been done.


All times are GMT. The time now is 07:11 AM.

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.01038 seconds
  • Memory Usage 1,716KB
  • 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
  • (1)bbcode_php_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (6)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
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete