Author Topic: File Where Passwords Are Located  (Read 4586 times)

0 Members and 1 Guest are viewing this topic.

Offline CoatesTree

  • Pre-Newbie
  • Posts: 2
    • View Profile
File Where Passwords Are Located
« on: August 03, 2007, 03:07:04 AM »
This is a rather long story. But I will try to make it short.

I had installed 4images into my website. I recieved an error for mysql. After researching it, I decided since I didn't have that many pictures up yet. It would just be easier on me to install a new installation of 4images. I did. However, now that I have it up and running. I realize that I can not see the user's passwords to transfer them over. This is a family website and it's about 13 family members who have registered. I thought I would just make it easier on them by transferring their passwords over, since I already know their names and emails. Is there a file/folder somewhere that will show me the passwords, or can I save and import the file, which would be easier on me as well. I'd really hate to have to have them all go back and resign up. Took me a while to get them to take time to sign up in the first place. Since it is a family site, the directory is closed to the public.

I'd appreciate any help I can get. I have looked through the forum, I didn't see anything close to what I am having trouble with. I have also opened a ton of files in the 4images directory and I see password a lot, but do not see a file that has them listed. I don't know if this would be my msql or what. I am rather new to this part of the website, php, msql etc.

Thanks

Offline thunderstrike

  • 4images Guru
  • *******
  • Posts: 2.327
    • View Profile
Re: File Where Passwords Are Located
« Reply #1 on: August 03, 2007, 04:06:21 AM »
No file ... is USERS_TABLE on db. register.php encrypt and includes/sessions.php file decrypt.
8 steps need when ask question -

- PHP version (ACP - > phpinfo())
- mySQL version (ACP - > phpinfo())
- 4images version
- Post screenshot / URL
- Post code in BB Code (no need full file for code) or post attach file
- It doesn't work. What is say - what is do for no work
- Install MOD ? If so - please say (troubleshooting)
- Read FAQ ? Install Bug fixes ?

Offline CoatesTree

  • Pre-Newbie
  • Posts: 2
    • View Profile
Re: File Where Passwords Are Located
« Reply #2 on: August 04, 2007, 10:25:08 AM »
So the answer is no? I am really new to php and all that. I am trying to learn, but hitting a brick wall. lol I appreciate your response and your time.

Offline thunderstrike

  • 4images Guru
  • *******
  • Posts: 2.327
    • View Profile
Re: File Where Passwords Are Located
« Reply #3 on: August 04, 2007, 01:11:46 PM »
Want decrypt pass ? Build new row USERS_TABLE table + add - register.php file (INSERT INTO " . USERS_TABLE . " block - no-encrypt var) - when user register. ;)
8 steps need when ask question -

- PHP version (ACP - > phpinfo())
- mySQL version (ACP - > phpinfo())
- 4images version
- Post screenshot / URL
- Post code in BB Code (no need full file for code) or post attach file
- It doesn't work. What is say - what is do for no work
- Install MOD ? If so - please say (troubleshooting)
- Read FAQ ? Install Bug fixes ?

Jacob

  • Guest
Re: File Where Passwords Are Located
« Reply #4 on: August 04, 2007, 04:02:48 PM »
Or why not re-register all members from gallery admin control panel with some default password.

After that, send a email to all 13 members that your new password is:  :D:D

Offline thunderstrike

  • 4images Guru
  • *******
  • Posts: 2.327
    • View Profile
Re: File Where Passwords Are Located
« Reply #5 on: August 04, 2007, 05:08:10 PM »
Quote
After that, send a email to all 13 members

Email trafic. Provider no like ...
8 steps need when ask question -

- PHP version (ACP - > phpinfo())
- mySQL version (ACP - > phpinfo())
- 4images version
- Post screenshot / URL
- Post code in BB Code (no need full file for code) or post attach file
- It doesn't work. What is say - what is do for no work
- Install MOD ? If so - please say (troubleshooting)
- Read FAQ ? Install Bug fixes ?