vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 Programming Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=15)
-   -   PHPMyAdmin challenge (https://vborg.vbsupport.ru/showthread.php?t=113659)

MoothMan 04-21-2006 10:06 AM

PHPMyAdmin challenge
 
I hope someone will come up with an answer to this...I am sure it is very easy for someone with the knowledge.

I have a custom profile field which did not used to be required on registration, but is now. I have searched through phpmyadmin and have 1000 people who have this field blank. I have the user IDs but would like to associate these with usernames...Anyone know how I can do this?

Many thanks in advance :)

Code Monkey 04-22-2006 01:44 AM

What is it you are trying to do? What is it you want to accomplish?

Adrian Schneider 04-22-2006 03:05 AM

Something like this?
[sql]SELECT userfield.fieldX, user.username
FROM tablePrefix_userfield as userfield
LEFT JOIN tablePrefix_user as user using (userid)
WHERE userfield.fieldX = ''[/sql]

Code Monkey 04-22-2006 05:44 AM

And there is also a hack, I believe, that will require users to enter the info next time they log in. Depends on what it is you are trying to accomplish.

MoothMan 04-22-2006 08:52 AM

@jumpD, that is exactly what I want to acomplish, complience. Any idea who did the hack or what it is called?

@SirAdrian thanks for that, do i change "x" for 6 "field6" as this is the name...or do i need to fill in the WHERE userfield.fieldX = '', this would be a problem as as I am looking for peeps with nothing in that field...

Thanks all

Thx guys, the hack worked for me :)


All times are GMT. The time now is 07:07 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.00964 seconds
  • Memory Usage 1,708KB
  • 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)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (5)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