Go Back   vb.org Archive > Community Discussions > Modification Requests/Questions (Unpaid)
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools Display Modes
  #1  
Old 04-04-2003, 09:45 PM
Almax Almax is offline
 
Join Date: May 2002
Posts: 54
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default 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

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
Reply With Quote
  #2  
Old 04-05-2003, 08:19 PM
Almax Almax is offline
 
Join Date: May 2002
Posts: 54
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

*cries*
Reply With Quote
  #3  
Old 04-06-2003, 09:11 AM
Lesane's Avatar
Lesane Lesane is offline
 
Join Date: Oct 2001
Location: The Netherlands
Posts: 1,149
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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/
Reply With Quote
  #4  
Old 04-06-2003, 05:19 PM
The_Cyberdemon The_Cyberdemon is offline
 
Join Date: Mar 2003
Location: VA
Posts: 132
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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 =)
Reply With Quote
  #5  
Old 04-06-2003, 09:30 PM
Almax Almax is offline
 
Join Date: May 2002
Posts: 54
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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
Reply With Quote
  #6  
Old 04-06-2003, 09:30 PM
Almax Almax is offline
 
Join Date: May 2002
Posts: 54
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

& thanx for the server info lesane
Reply With Quote
  #7  
Old 04-07-2003, 12:54 AM
The_Cyberdemon The_Cyberdemon is offline
 
Join Date: Mar 2003
Location: VA
Posts: 132
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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. =)
Reply With Quote
  #8  
Old 04-07-2003, 05:38 PM
Almax Almax is offline
 
Join Date: May 2002
Posts: 54
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

thanx bud
Reply With Quote
  #9  
Old 04-07-2003, 06:39 PM
The_Cyberdemon The_Cyberdemon is offline
 
Join Date: Mar 2003
Location: VA
Posts: 132
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

hey, no problem
Reply With Quote
  #10  
Old 04-08-2003, 09:58 PM
The_Cyberdemon The_Cyberdemon is offline
 
Join Date: Mar 2003
Location: VA
Posts: 132
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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

Installation file 90% done

o--//END STATUS UPDATE\\--o
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 10:19 PM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.04474 seconds
  • Memory Usage 2,260KB
  • Queries Executed 11 (?)
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)ad_showthread_firstpost
  • (1)ad_showthread_firstpost_sig
  • (1)ad_showthread_firstpost_start
  • (2)bbcode_php
  • (1)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)navbar
  • (3)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (1)pagenav_pagelink
  • (10)post_thanks_box
  • (10)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (10)post_thanks_postbit_info
  • (10)postbit
  • (10)postbit_onlinestatus
  • (10)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_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