IBM developerWorks
           PHP Installation
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
User Name:
Password:
Remember me
Try It Free
Go Back   Codewalkers ForumsPHP RelatedPHP Installation

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Rate Thread Display Modes
 
Unread Codewalkers Forums Sponsor:
Stay one step ahead of the competition. Evaluate and give feedback on some of the hottest web development tools on the market today. Make your opinion heard! Click Here
  #1  
Old August 17th, 2005, 11:51 AM
angela5 angela5 is offline
Codewalkers Newbie (0 - 499 posts)
 
Join Date: Apr 2007
Posts: 16 angela5 User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
Just curious Noah's Classifields

Hi!

Just curious problem, please help.
I have installed Noah's Classifieds, but can't login as Admin, I don't know Admin username and password.
Can anyone suggest where I must find or change Admin username and password?

Thanks,
Angela

Reply With Quote
  #2  
Old August 17th, 2005, 12:36 PM
Milo Milo is offline
Codewalkers Newbie (0 - 499 posts)
 
Join Date: Apr 2007
Location: Italy
Posts: 192 Milo User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 2
RE: Just curious Noah's Classifields

Try looking for a readme text file or install text file, otherwise try
Admin or Administrator without password with various case combination (ADMIN, admin, Admin, and so on).
An other trial would be various combination of admininstrator in login and password fields.

Reply With Quote
  #3  
Old August 17th, 2005, 12:46 PM
angela5 angela5 is offline
Codewalkers Newbie (0 - 499 posts)
 
Join Date: Apr 2007
Posts: 16 angela5 User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
RE: Just curious Noah's Classifields

GREAT!!!!!!!!!!!!
it works!
Thank you very much Milo !


Reply With Quote
  #4  
Old August 18th, 2005, 07:33 AM
Milo Milo is offline
Codewalkers Newbie (0 - 499 posts)
 
Join Date: Apr 2007
Location: Italy
Posts: 192 Milo User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 2
RE: Just curious Noah's Classifields

As I thought.
Did u find a readme or tried a "brute forcing" login??

Reply With Quote
  #5  
Old November 30th, 2005, 12:22 AM
JustClaire JustClaire is offline
Codewalkers Newbie (0 - 499 posts)
 
Join Date: Apr 2007
Posts: 1 JustClaire User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
RE: Just curious Noah's Classifields

Hey I had the same problem. Found the answer at one of the Noah's Classifieds FAQ pages, so I thought I'd come back here and share the answer. Basically, there are 2 choices:

Option 1: If you own the server yourselves (or at least have a helpful server support), you can restart the MySql daemon with the --old-passwords option, or alternatively put this setting in the MySql startup file. This will force MySql to treat the passwords as in the older versions.

Option 2: If the above is not possible, you can try to 'patch' one of the Php files: open 'gorum/dbproperty.php' in a text editor and go to the end of the file - you can find there a 'getPassword' function. There is a line in that function which looks like this:

php Code:
Original - php Code
  1. $data = mysql_query("select password('$s')");


Rewrite this line the following way:
php Code:
Original - php Code
  1. $data = mysql_query("select old_password('$s')");


Save the file and try to log into the program.

I had to use the second option. After I changed that file, I surfed to my classifieds page, clicked login, chose the "Forgot My Password" option. I used my admin email (that I use for the whole site) as the email to send a new password to. When the email came in, I clicked the link, signed in with the new password and I was on my way!

Good Luck!
-JustClaire
www.justclaire.com

Reply With Quote
Reply

Viewing: Codewalkers ForumsPHP RelatedPHP Installation > Just curious Noah's Classifields


Thread Tools  Search this Thread 
Search this Thread:

Advanced Search
Display Modes  Rate This Thread 
Rate This Thread:


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
View Your Warnings | New Posts | Latest News | Latest Threads | Shoutbox
Forum Jump


Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
  
 





© 2003-2008 by Developer Shed. All rights reserved. DS Cluster 6 hosted by Hostway