Author Topic: Login Problem  (Read 16780 times)

0 Members and 1 Guest are viewing this topic.

Offline V@no

  • If you don't tell me what to do, I won't tell you where you should go :)
  • Global Moderator
  • 4images Guru
  • *****
  • Posts: 17.849
  • mmm PHP...
    • View Profile
    • 4images MODs Demo
Login Problem
« Reply #15 on: March 27, 2003, 08:23:31 PM »
Quote from: tash
hey thx for your help
but is the register.php in 4images directory or phpMyAdmin ??

4images :roll:
Your first three "must do" before you ask a question:
Please do not PM me asking for help unless you've been specifically asked to do so. Such PMs will be deleted without answer. (forum rule #6)
Extension for Firefox/Thunderbird: Master Password+    Back/Forward History Tweaks (restartless)    Cookies Manager+    Fit Images (restartless for Thunderbird)

Offline tash

  • Newbie
  • *
  • Posts: 39
    • View Profile
    • http://www.aliciakeysnet.tk
Login Problem
« Reply #16 on: March 29, 2003, 10:36:38 AM »
THANK YOU SO MUCH !!!!!!! It works again ! :)
tash

Offline comicart

  • Full Member
  • ***
  • Posts: 151
    • View Profile
Login Problem
« Reply #17 on: April 30, 2003, 05:48:19 AM »
Code: [Select]
INSERT INTO 4images_users (user_id, user_level, user_name, user_password, user_email, user_showemail, user_allowemails, user_invisible, user_joindate, user_activationkey, user_lastaction, user_location, user_lastvisit, user_comments, user_homepage, user_icq) VALUES (1,9,'admin','21232f297a57a5a743894a0e4a801fc3','admin@yourdomain.com',1,1,0,1016023608,'1e3457c0b2052a9633b886fd75ef91e0',1016023608,'',0,0,'','');


I tried this code and got this error message in PhpMyAdmin:

 ERROR

MySQL said:

Duplicate entry '1' for key 1

(using 1.7)
Terry

Offline V@no

  • If you don't tell me what to do, I won't tell you where you should go :)
  • Global Moderator
  • 4images Guru
  • *****
  • Posts: 17.849
  • mmm PHP...
    • View Profile
    • 4images MODs Demo
Login Problem
« Reply #18 on: April 30, 2003, 06:14:14 AM »
then, just update user_name to
admin
and password to:
21232f297a57a5a743894a0e4a801fc3
Your first three "must do" before you ask a question:
Please do not PM me asking for help unless you've been specifically asked to do so. Such PMs will be deleted without answer. (forum rule #6)
Extension for Firefox/Thunderbird: Master Password+    Back/Forward History Tweaks (restartless)    Cookies Manager+    Fit Images (restartless for Thunderbird)

Offline comicart

  • Full Member
  • ***
  • Posts: 151
    • View Profile
thanks
« Reply #19 on: April 30, 2003, 03:05:41 PM »
Thank you!