vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   Modification Requests/Questions (Unpaid) (https://vborg.vbsupport.ru/forumdisplay.php?f=112)
-   -   Clan Registering for different clans (https://vborg.vbsupport.ru/showthread.php?t=51188)

Almax 04-04-2003 08:45 PM

Clan Registering for different clans
 
Basically ive set up a quick reg page
i have different clans on the board set so they can see there own clan areas as well as the community areas & there's 30 clans in total

My Problem

My Members asked for a quick reg page & they've got it but when the different clans wish to add members its a pain putting members of a certain clan into the right clan group P'Ms etc etc

On registering i would like new clan members to enter a password to access there clan area without the need of me moving i sort of cracked it being able to add 1of my clans but become stuck with the code

Made a new field & added this to register.php
The field is 5 its all set up correctly and works but i want new different clan members to be able to put there relative passes for there clan upon signup in this field thus putting them in the correct clan/usergroup

added this in register.php
PHP Code:

$userfields=$DB_site->query_first("SELECT * FROM userfield WHERE userid='$u'");
            if (
$userfields['field5']=='my password'
            {
            
$DB_site->query("UPDATE user SET usergroupid=66$dotitle WHERE userid='$u'");
            }
            else
            {
            
$DB_site->query("UPDATE user SET usergroupid=2$dotitle WHERE userid='$u'");
            }
//////do i add more coding here i thinkso but stuck////////
            
$username=$userinfo[username];
            eval(
"standarderror(\"".gettemplate("error_activatedthanks")."\");");
        } 

also is it possible to have this hack in the admin cp so i could change the passes say every three months or i'm i asking the world :D

oh & i run a UT Clan server from my other PC is there anything i can put on my page to show the server is UP with peeps connected ????

many thanx in advance hope i didnt ask for a lot
First request ever i think ;)

Almax 04-05-2003 07:19 PM

*cries*

Lesane 04-06-2003 08:11 AM

Quote:

Yesterday at 12:45 AM Almax said this in Post #1
oh & i run a UT Clan server from my other PC is there anything i can put on my page to show the server is UP with peeps connected ????
Maybe you can find something usefull on this site:
http://www.drunksnipers.com/services/ut/

The_Cyberdemon 04-06-2003 04:19 PM

i can make this for you if you'd like.

Well, we've got multiple options:

A: users enters password putting them in a certain usergroup

B: user enters password putting them in a special table, so there doesn't have to be a usergroup

C: user picks there group on singup from a combo box

And yes, you can make it be edited from the user cp.

Pick one, and i'll get to work.

One more thing:
You should do this:
PHP Code:

$userfieldsfetch=$DB_site->query_first("SELECT * FROM userfield WHERE userid='$u'");
$userfields=$DB_site->fetch_array($userfieldsfetch); 

Instead of what you have. Without fetching the array, i'm not sure if it would work correctly =)

Almax 04-06-2003 08:30 PM

The_Cyberdemon that would be great m8 thanks for the help ;)
A: users enters password putting them in a certain usergroup
sounds best & thanx for the info i didnt post all the code soz, and i already got that m8ty thanx ;) its the code for more passes to diffrent usergroups i'm sorta splitting hairs @ :( & anything that cam help me update it from the Acp would be a complete bonus as it saves editing register.php manually ;)

Almax 04-06-2003 08:30 PM

& thanx for the server info lesane ;)

The_Cyberdemon 04-06-2003 11:54 PM

Okay, i'll go ahead and make this. The sad part is, i have no idea how to make it so users can be in different user groups. But it shouldn't be a problem to make an extra table for "extra usergroups". You'll see what i mean later. Oh, and if you can, to make my life a bit easier, see if there is a hack to make multiple user groups. Well, i'll have this done in a day or two, got limited time. =)

Almax 04-07-2003 04:38 PM

thanx bud ;)

The_Cyberdemon 04-07-2003 05:39 PM

hey, no problem

The_Cyberdemon 04-08-2003 08:58 PM

o--//STATUS UPDATE\\--o

Installation file 90% done

o--//END STATUS UPDATE\\--o


All times are GMT. The time now is 04:00 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.03191 seconds
  • Memory Usage 1,746KB
  • 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
  • (2)bbcode_php_printable
  • (1)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (1)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)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