vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   Member Archives (https://vborg.vbsupport.ru/forumdisplay.php?f=202)
-   -   email password (https://vborg.vbsupport.ru/showthread.php?t=53936)

monstergamer 06-06-2003 07:04 PM

email password
 
i keep having problems with the email the user thir password any body know how i can fix it

Boofo 06-06-2003 07:17 PM

It kind of helps to know what problems you are having. ;)

monstergamer 06-06-2003 08:14 PM

oh sorry
it give me a database error

Database error in vBulletin 2.3.0:

Invalid SQL: INSERT INTO useractivation VALUES (NULL,'1','1054922012','24406320',1)
mysql error: Column count doesn't match value count at row 1

mysql error number: 1136

Boofo 06-06-2003 09:44 PM

Ok, now we need the query that that is coming from. You forgot to add something when you installed a hack in the value area.

monstergamer 06-07-2003 12:41 AM

i install the newest ver.. of the lesser admin
and now the email password dont work

Boofo 06-07-2003 01:08 AM

What did it tell you to add to that query? You forgot the second part of it.

monstergamer 06-07-2003 01:14 AM

i dont know what query your talking about

this is all it gives me
Database error in vBulletin 2.3.0:

Invalid SQL: INSERT INTO useractivation VALUES (NULL,'1','1054948320','83693160',1)
mysql error: Column count doesn't match value count at row 1

mysql error number: 1136

Date: Friday 06th of June 2003 09:12:00 PM
Script: http://www.monstergamer.net/vb/vb/member.php
Referer: http://www.monstergamer.net/vb/member.php?action=lostpw

Boofo 06-07-2003 02:24 AM

This is the query in an unhacked member.php file. What does yours look like in that file?

PHP Code:

            $DB_site->query("
                INSERT INTO useractivation
                    (useractivationid, userid, dateline, activationid, type, usergroupid)
                VALUES
                    (NULL, 
$user[userid], ".time().", '$user[activationid]', 1, $user[usergroupid])
            "
); 


filburt1 06-07-2003 02:27 AM

It also sounds like a bad upgrade. Make sure you followed all of the upgrade steps correctly.

monstergamer 06-07-2003 02:32 AM

what line is it close to
i dont have it


All times are GMT. The time now is 06:30 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.01124 seconds
  • Memory Usage 1,728KB
  • 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)bbcode_php_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