vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=111)
-   -   AdminCP Add/Update User (https://vborg.vbsupport.ru/showthread.php?t=62759)

ManagerJosh 03-22-2004 02:20 AM

AdminCP Add/Update User
 
Anyone know where the MySQL coding is for adding/updating an account in vB3?

I went through the entire user.php but don't see it -_- :tired:

Christine 03-22-2004 02:38 AM

Try line 1045-1057 in user.php -- is that what you are looking for?

ManagerJosh 03-22-2004 02:54 AM

Quote:

Originally Posted by Christine
Try line 1045-1057 in user.php -- is that what you are looking for?

That looks like it.... could you confirm that if I wanted to codehack a user integration with phpnuke, that's what I would need?

Christine 03-22-2004 03:00 AM

Sorry, I don't know a thing about nuke.

:(

You need to do a search on "UPDATE" and "INSERT" in user.php -- that will show you all of the SQL scripts in there as there are several that update various user fields. Depending on what you are looking for, you may want to look at usertools.php as well.

:)

ManagerJosh 03-22-2004 03:02 AM

Quote:

Originally Posted by Christine
Sorry, I don't know a thing about nuke.

:(

You need to do a search on "UPDATE" and "INSERT" in user.php -- that will show you all of the SQL scripts in there as there are several that update various user fields.

:)

You don't need to know nuke... all ya need is to know where the heck the Insert/Update SQL data is....

So just wondering if that's it...

I've looked it over, and it seems right but just want to be sure :)

Christine 03-22-2004 03:04 AM

That would be it -- for the fields that $userfields includes. If you are looking for signature adds/modifications (for example) that is in its own update query.

ManagerJosh 03-22-2004 04:00 AM

sounds good. thanks Christine!

ManagerJosh 03-23-2004 03:47 AM

Quote:

Originally Posted by Christine
That would be it -- for the fields that $userfields includes. If you are looking for signature adds/modifications (for example) that is in its own update query.

I just noticed something.....that was the wrong code...

it was targetted for userfield, not user :ermm:


All times are GMT. The time now is 04:01 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.01747 seconds
  • Memory Usage 1,723KB
  • 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
  • (3)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (8)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