Urgent Help Needed!

This is a discussion on "Urgent Help Needed!" within the Databases section. This forum, and the thread "Urgent Help Needed! are both part of the Program Your Website category.


 Subscribe in a reader

Go Back   Webforumz.com > Main Forums > Program Your Website > Databases

Notices




Reply
 
LinkBack Thread Tools
  #1  
Old Oct 27th, 2007, 23:11
Up'n'Coming Member
Join Date: Apr 2007
Location: Canada
Posts: 88
Thanks: 0
Thanked 0 Times in 0 Posts
Urgent Help Needed!

Hi Fellows!

Can anyone give me idea why all of a sudden my user can not login to my page. I am using MySql. I have checked userid and password correct but it still shows user id is wrong. For some reason it can not read the userid colum in my table. It was working fine until now. Nothing has been changed in database since. Any idia would be much appreciated. Thanks
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote

  #2  
Old Oct 27th, 2007, 23:54
Reputable Member
Join Date: Jun 2007
Location: uk
Posts: 459
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Urgent Help Needed!

if nothing has changed then its possible your db is just offline with your host.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #3  
Old Oct 28th, 2007, 00:19
Up'n'Coming Member
Join Date: Apr 2007
Location: Canada
Posts: 88
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Urgent Help Needed!

But I can log in to database through cpanel!
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #4  
Old Oct 28th, 2007, 00:31
Reputable Member
Join Date: Jun 2007
Location: uk
Posts: 459
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Urgent Help Needed!

can you post the login code page.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #5  
Old Oct 28th, 2007, 00:43
Up'n'Coming Member
Join Date: Apr 2007
Location: Canada
Posts: 88
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Urgent Help Needed!

Well, I also have forgot password page. Normally user input there email address and it send out the password after reset the password in the database. In the process if the password is not in the table it message out that it is not in our database. And if they type wrong it said "Your email address is no correct". But now I am getting "Your email address is not correct" no matter what. I do not know what could go wrong? I have checked all the code line by line it is exactly the same. All the information correct for some reason form is not taking the input from the web page. Do you think it could be any hacking case?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #6  
Old Oct 28th, 2007, 00:59
Reputable Member
Join Date: Jun 2007
Location: uk
Posts: 459
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Urgent Help Needed!

do you have a db backup file, if so replace db with your backup.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #7  
Old Oct 28th, 2007, 02:30
Up'n'Coming Member
Join Date: Apr 2007
Location: Canada
Posts: 88
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Urgent Help Needed!

No unfortunately I don't. But I figure out somehow following part is not working.. what ever email address I enter it give me the error message even it is in my table.
PHP: Select all

$email=mysql_real_escape_string($email);
$status "OK";
$msg="";
//error_reporting(E_ERROR | E_PARSE | E_CORE_ERROR);
if (!stristr($email,"@") OR !stristr($email,".")) {
$msg="Your email address is not correct<BR>"
$status"NOTOK";} 
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
Reply

Thread Tools

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
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
Urgent Help Needed! dhossai Databases 8 Oct 29th, 2007 07:46
Very urgent help needed gotmad PHP Forum 2 Sep 19th, 2007 14:45
Urgent help needed!! brianjohndub Web Page Design 5 Jul 13th, 2006 00:28
Urgent Help Needed! Stormraven PHP Forum 4 Feb 18th, 2006 21:46


All times are GMT. The time now is 01:45.


Powered by vBulletin®
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.2.0 RC8
© 2003-2008 Webforumz.com : All Rights Reserved

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42