Retrieving Password

  Post new topicReply to topicPrintable Version
<< View previous topic View next topic >>
Share: Del.icio.us  Digg  Google  Spurl  Blink  Furl  Y! MyWeb  
#1   Retrieving Password
leo51
CZ Super Newbie
leo51 has been a member for over 19 year's 19 Year Member
usa.gif michigan.gif
Website:
Status: Offline
Joined: Jul 13, 2004
0.00 posts per day
Posts: 35
Points: 2,907
   
Funny, was wondering if there was no right side scroll ball never saw it on the left before HIHIH --- You guys are good.


Can someone please show me the code that would print out a password from phpnuke-phpbb2 to a page? I want to do an experiment but can’t find how to do it.



Back to top Reply with quote
#2   
Telli
Site Admin
Telli has been a member for over 20 year's 20 Year Member
Occupation: Self Employed
Age: 45
Gender: Male
Fav. Sports Team: Detroit Red Wings
Website:
Status: Offline
Joined: May 26, 2003
1.06 posts per day
Posts: 8089
Points: 494,430
   
What do you mean print out a password? You cannot decipher the MD5 algorithm. You can read about it in the php manual [ Register or login to view links on this board. ]




_________________
The path of the righteous man is beset on all sides by the inequities of the selfish and the tyranny of evil men. Blessed is he, who in the name of charity and good will, shepherds the weak through the valley of darkness, for he is truly his brother's keeper and the finder of lost children. And I will strike down upon thee with great vengeance and furious anger those who would attempt to poison and destroy my brothers. And you will know my name is the Lord when I lay my vengeance upon thee. Ezekiel 25:17
Back to top Reply with quote
#3   re: Retrieving Password
leo51
CZ Super Newbie
leo51 has been a member for over 19 year's 19 Year Member
usa.gif michigan.gif
Website:
Status: Offline
Joined: Jul 13, 2004
0.00 posts per day
Posts: 35
Points: 2,907
   
OK, When I say print out I ment if I would insert some codes on a mod like this
example:
$userinfo = getusrinfo($user);
$userinfo[username];

then on that same mod I do a form file as this:
echo " <param name=\"username\" value=\"$userinfo[username]\">\n";
echo " <param name=\"password\" value=\"$userinfo[user_password]\">\n";
echo " <param name=\"autologin\" value=\"yes\">\n";

a user that is logged into my site when go to the mod that has the coding, the username is automatically entered in the field. So I want to do the same for the password field so that user automatically enters into my chatroom not having to retype username and password again.

What I don't figure out is how to add the code which would cause the password to do the same.

You see, when I used ppbb2 on its own every thing worked but now using phpnuke/ppbb2 I can't get the same results.



Back to top Reply with quote
Display posts from previous:      
Add To: Del.icio.us  Digg  Google  Spurl  Blink  Furl  Y! MyWeb  
<< View previous topic View next topic >>
Post new topicReply to topic

Jump to 
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You cannot attach files in this forum
You cannot download files in this forum