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

Almax 04-09-2003 10:30 AM

koolies m8ty cant wait ;)

The_Cyberdemon 04-10-2003 10:10 PM

Well, i should've been done with this by now, but i couldn't get on 4 two days. Had to go to court and crap (12 hours a day... grr).
I'll get right back to work. Admin CP seems to be working very nicely

Almax 04-11-2003 06:54 AM

the suspense is killing me :p

The_Cyberdemon 04-11-2003 07:10 PM

Well, i'm basically done with admin cp. If there are any extra features you'd like, tell me. Here are some screenies:
(NOTE: THERE ARE OTHER PARTS OF THE ADMIN CP AS WELL, I JUST DON'T FEEL LIKE TAKING MORE SCREENS)

ADMIN CP ADDITION
https://vborg.vbsupport.ru/
EDIT/ADD CLAN SCREEN
https://vborg.vbsupport.ru/
SHOW CLANS SCREEN
https://vborg.vbsupport.ru/

Well, i did a great job on the installer so far. You have a ton of options. You can either add the new templates manually or automatically, edit the templates manually or automatically (but doing it automatically will change the templates back to default with the extra stuff for the hack). I did a pretty good job, by my standards that is.

Dan 04-11-2003 07:24 PM

Oh... sounds good this may work for my site since I'm thinking of hosting clans on it

The_Cyberdemon 04-12-2003 12:05 PM

o--||CLAN HACK STATUS UPDATE||--o

Admin CP - COMPLETE
User CP password thing - COMPLETE
Show clan in postbit - COMPLETE
Showclan Page - COMPLETE
Installer - IN PROGRESS
Clan Image - ON REQUEST

o--||END CLAN HACK STATUS UPDATE||--o

Almax 04-12-2003 02:25 PM

so you nearly done cyberdemon ??

Dan 04-12-2003 02:32 PM

yes thats what it looks like

The_Cyberdemon 04-13-2003 12:16 AM

Umm, NEW UPDATE:

All i have to do is make the instructions and then were done! Oh, let me take some screenies foolish mortals...

Clan Pass in User CP (Ignore the img thing, that's something else... a different hack)
https://vborg.vbsupport.ru/
The main clan list
https://vborg.vbsupport.ru/
List of users in the clan
https://vborg.vbsupport.ru/

I'll do more when it comes to you or whatever

The_Cyberdemon 04-13-2003 03:29 AM

<a href="https://vborg.vbsupport.ru/showthread.php?s=&threadid=51549" target="_blank">https://vborg.vbsupport.ru/showt...threadid=51549</a>

I'm done!


All times are GMT. The time now is 10:54 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.01662 seconds
  • Memory Usage 1,762KB
  • 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)post_thanks_navbar_search
  • (1)printthread
  • (20)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