Submit Your Article Forum Rules

Results 1 to 3 of 3

Thread: MySQL 4.1.10a and Noah's Classifieds

  1. #1
    Senior Member
    Join Date
    Sep 2004
    Posts
    837

    MySQL 4.1.10a and Noah's Classifieds

    I have two sites with host who has just upgrade to MySQL 4.1.10a.

    Unfortunately both sites are running Noah's Classified. Now existing advertisers cannot log in (says "The given username password pair is invalid.") And new advertisers are told their user name has to be 32 characters.

    Noah's don't answer emails and I can't see any mention of this in G. Any ideas? Otherwise all works. Any ideas?

  2. #2
    Senior Member
    Join Date
    Sep 2004
    Posts
    837
    OK now I know a bit more Noah's uses the PASSWORD()function more info here:
    http://dev.mysql.com/doc/mysql/en/password-hashing.html

    But how to fix it...

  3. #3
    Senior Member
    Join Date
    Sep 2004
    Posts
    837
    And finally - the answer:

    in > gorum/dbproperty change this line near the end from:

    $data = mysql_query("select password('$s')");
    to


    $data = mysql_query("select old_password('$s')");

    and all is well with the world...

Similar Threads

  1. PHP Classifieds Script?
    By Gregse in forum Web Programming Discussion Forum
    Replies: 4
    Last Post: 02-23-2009, 05:19 AM
  2. MYSQL DB creation with php and mysql command
    By ryanhouston in forum Web Programming Discussion Forum
    Replies: 2
    Last Post: 10-15-2008, 07:02 AM
  3. Google classifieds?
    By jestep in forum Google Discussion Forum
    Replies: 1
    Last Post: 10-26-2005, 11:49 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •