| View previous topic :: View next topic |
| Author |
Message |
bigfatpig
Joined: 28 Sep 2006 Posts: 2
|
Posted: Thu Sep 28, 2006 11:19 pm Post subject: Viewing passwords by email using HTML. |
|
|
I am currently working on a website to advertise a 'bot' for an MMORPG. If you are familiar with MMORPG you will have developed a hating for botters. The idea of the site i am making is to crack down on current illiagal botters by advertising a bigger,better and free bot. They will have to enter their password and account data. When they sign onto their game account they will recieve a message which seems to be from an admin of the server with a scare to ask them to stop using bots or their account will be deleted. We have contacted an admin of the server and asked and he/she agreed with the idea.
A friend of mine is working on how we would get the message to be displayed and i am working on the website. I have skills of HTML but have never needed a password box.
MY QUESTION
Is there a way to view the entered details without them being *********? And how would i view these by email? Does anyone know of a tutorial or have a code?
Thankyou |
|
| Back to top |
|
 |
|
|
bigfatpig
Joined: 28 Sep 2006 Posts: 2
|
Posted: Fri Sep 29, 2006 4:12 pm Post subject: Re: Viewing passwords by email using HTML. |
|
|
| anybody |
|
| Back to top |
|
 |
nighthawk 250+ Club

Joined: 11 Jun 2006 Posts: 415 Location: SFRJ
|
Posted: Fri Sep 29, 2006 9:23 pm Post subject: Re: Viewing passwords by email using HTML. |
|
|
| well if you put <input type="text" /> then password will be visible to user just as any other text. |
|
| Back to top |
|
 |
|