Turbo Traffic Trader Problem

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • SuzzyQ
    Confirmed User
    • Dec 2006
    • 1557

    #1

    Turbo Traffic Trader Problem

    Im using the php version of TTT on 1 of my sites. For no apparent reason, whenever I try to log in, I get "Error:Wrong username or password". Im using the correct user/PW.

    How do I fix this?.

    Thanks
    Suzy
  • Dynamix
    G F Y not
    • Jan 2004
    • 2910

    #2
    Pull open PHPMyAdmin and check the following values in your MySQL database:

    Table: ttt_accounts
    Fields: account_username and account_password

    If they match what you've been entering, it may be a cookies (on your local machine) error, it may be a register globals (PHP flag.. talk to your host) error, or it may be a MySQL connection error.

    TGPFactory Full TGP Design & Installation Services
    ICQ 250 142 484 · AIM TGPDynamix · Email: patrick (at) tgpfactory (dot) com
    See who I am at AdultWhosWho.com!

    Comment

    • SuzzyQ
      Confirmed User
      • Dec 2006
      • 1557

      #3
      Originally posted by Dynamix
      Pull open PHPMyAdmin and check the following values in your MySQL database:

      Table: ttt_accounts
      Fields: account_username and account_password

      If they match what you've been entering, it may be a cookies (on your local machine) error, it may be a register globals (PHP flag.. talk to your host) error, or it may be a MySQL connection error.
      Dynamix,

      We went into the sql and exported the ttt_trades and the ttt_blacklist tables. Then I installed EPower. I have been wanting to get away from ttt for a while.

      It was not as painful as I thought it would be.

      Thank You for pointing me to the sql.

      Comment

      Working...