Bug #148

Not using the proper database password

Added by patrick_elx about 1 year ago. Updated about 1 year ago.

Status:Closed Start:06/23/2009
Priority:High Due date:07/06/2009
Assigned to:tshif % Done:

100%

Category:-
Target version:Weather by ZIP Code - v 1.1.3

Description

The module does use a hard coded database login/password instead of the one looked up from the file

Patch

Replace
$link = mysql_connect("localhost", "root", "passw0rd")
by
$link = mysql_connect("localhost", $dsn['username'], $dsn['password'])

History

Updated by Bitnetix about 1 year ago

I agree with the assessment and proposed solution.

Updated by tshif about 1 year ago

  • Status changed from New to Assigned
  • Assigned to set to patrick_elx
  • Priority changed from Normal to High
  • Target version set to Weather by ZIP Code - Future Releases

Patrick - the ball is in your court. You found it, you fixed it - you should get the pleasure of adding the fix into the code yourself if you want to. Let me know if i can assist you in any way.

Updated by patrick_elx about 1 year ago

  • Status changed from Assigned to Feedback
  • % Done changed from 0 to 100

rev 15 has the bug fixed.
Please check that it still working on your system.

Updated by tshif about 1 year ago

  • Status changed from Feedback to Resolved
  • Assigned to changed from patrick_elx to tshif
  • % Done changed from 100 to 90

Awaitng QS test.

Updated by tshif about 1 year ago

  • Target version changed from Weather by ZIP Code - Future Releases to Weather by ZIP Code - v 1.1.5

Updated by tshif about 1 year ago

  • Due date set to 07/06/2009
  • Status changed from Resolved to Closed
  • Target version changed from Weather by ZIP Code - v 1.1.5 to Weather by ZIP Code - v 1.1.3
  • % Done changed from 90 to 100

QS: PASS module works as expected. No negative impact from the patch.

Also available in: Atom PDF