ASP Development
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
 
 
User Name:
Password:
Remember me
Go Back   ASP Free ForumsProgrammingASP Development

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Rate Thread Display Modes
 
Unread ASP Free Forums Sponsor:
  #1  
Old April 10th, 2000, 08:30 AM
Steve Schofield Steve Schofield is offline
Contributing User
ASP Free God 20th Plane (14500 - 14999 posts)
 
Join Date: Dec 2002
Posts: 14,575 Steve Schofield User rank is Corporal (100 - 500 Reputation Level)Steve Schofield User rank is Corporal (100 - 500 Reputation Level)Steve Schofield User rank is Corporal (100 - 500 Reputation Level)Steve Schofield User rank is Corporal (100 - 500 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 22
here is lil piece of code can anybody help

<i><b>Originally posted by : anush krishnan (quickwit1@usa.net)</b></i><br />here is the html file for password without the database and variable driven<br /><html><br /><br /><head><br /><meta http-equiv="Content-Language" content="en-us"><br /><meta http-equiv="Content-Type" content="text/html; charset=windows-1252"><br /><meta name="GENERATOR" content="Microsoft FrontPage 4.0"><br /><meta name="ProgId" content="FrontPage.Editor.Document"><br /><title>USER NAME</title><br /></head><br /><br /><body bgcolor="#FFDCE0"><br /><br /><table border="0" width="95%" height="1" cellspacing="0" cellpadding="0"><br /> <tr><br /> <td width="19%" height="20"><font color="#0000FF"><b>USER NAME </b></font></td><br /> <td width="3%" height="20"><br /> <p align="center"><font color="#0000FF"><b>:</b></font></p><br /> </td><br /> <td width="80%" height="20"><br /> <form name="admin" method="POST" action="loginverify.asp"><br /> <br /> <p><input type="text" name="username" size="20"></p><br /> </td><br /> </tr><br /> <tr><br /> <td width="19%" height="1" valign="top" align="left"><font color="#0000FF"><b>PASSWORD <br /> </b></font></td><br /> <td width="3%" height="1" valign="top" align="center"><font color="#0000FF"><b>:</b></font></td><br /> <td width="80%" height="1"><br /> <p><input type="password" name="password" size="10"></p><br /> <p align="left"><input type="submit" value="Login" name="B1"><input type="reset" value="Reset" name="B2"></p><br /> </td><br /> </tr><br /></table><br /><br /></body><br /><br /></html><br />and the asp file as follows<html><br /><br /><head><br /><br /><title>PASSWORD IS CORRECT</title><br /><% <br /> var1 = "ebc"<br /> var2 = "ebc"<br /> var3 = Request.form("username")<br /> var4 = Request.form("password")<br /> Session("pass") = var2<br />%><br /></head><br /><br /><body bgcolor="#FFDCE0"><br /><br /><% <br /> If var3 = var1 And var4 = var2 then<br />%><br /><table border="0" width="100%" cellspacing="0" cellpadding="0"><br /> <tr><br /> <td width="100%"><br /> <p align="center"><b><font color="#0000FF" size="4">PASSWORD IS CORRECT</font></b></td><br /> </tr><br /></table><br /><p> </p><br /><p> </p><br /><table border="0" width="100%" cellspacing="0" cellpadding="0"><br /> <tr><br /> <td width="100%"><br /> <form name="change"><br /> <table border="0" width="58%" cellspacing="0" cellpadding="0"><br /> <tr><br /> <td width="100%" colspan="3"><br /> <p align="center"><font color="#0000FF"><b>Change Password</b></font></td><br /> </tr><br /> <tr><br /> <td width="36%"><br /> <p align="left"><font color="#0000FF"><b>New password </b></font></td><br /> <td width="3%"><br /> <p align="center"><font color="#0000FF"><b>:</b></font></td><br /> <td width="79%"><input type="text" name="newpassword" size="10"></td><br /> </tr><br /> <tr><br /> <td width="118%" colspan="3"><br /> <p align="center"><input type="submit" value="Change" name="B1"><input type="reset" value="Reset" name="B2"></td><br /> </tr><br /> </table><br /> </form><br /> </td><br /> </tr><br /></table><br /><%<br /> else<br /> Response.Write("INCORRECT LOGIN")<br /> end if<br />%><br /><br /></body><br /><br /></html><br />now my question is how do i change the password<br />can someone look into it and mail me<br />thanks a lot u guys<br />bye<br /><br /><br />

Reply With Quote
  #2  
Old April 10th, 2000, 04:27 PM
Steve Schofield Steve Schofield is offline
Contributing User
ASP Free God 20th Plane (14500 - 14999 posts)
 
Join Date: Dec 2002
Posts: 14,575 Steve Schofield User rank is Corporal (100 - 500 Reputation Level)Steve Schofield User rank is Corporal (100 - 500 Reputation Level)Steve Schofield User rank is Corporal (100 - 500 Reputation Level)Steve Schofield User rank is Corporal (100 - 500 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 22
<i><b>Originally posted by : jose (jdaza@asixonline.com)</b></i><br />hello, this is a test.<br /><br /><br />------------<br />anush krishnan at 4/10/2000 6:30:39 AM<br /><br />here is the html file for password without the database and variable driven<br /><html><br /><br /><head><br /><meta http-equiv="Content-Language" content="en-us"><br /><meta http-equiv="Content-Type" content="text/html; charset=windows-1252"><br /><meta name="GENERATOR" content="Microsoft FrontPage 4.0"><br /><meta name="ProgId" content="FrontPage.Editor.Document"><br /><title>USER NAME</title><br /></head><br /><br /><body bgcolor="#FFDCE0"><br /><br /><table border="0" width="95%" height="1" cellspacing="0" cellpadding="0"><br /> <tr><br /> <td width="19%" height="20"><font color="#0000FF"><b>USER NAME** </b></font></td><br /> <td width="3%" height="20"><br /> <p align="center"><font color="#0000FF"><b>:</b></font></p><br /> </td><br /> <td width="80%" height="20"><br /> <form name="admin" method="POST" action="loginverify.asp"><br /> <br /> <p><input type="text" name="username" size="20"></p><br /> </td><br /> </tr><br /> <tr><br /> <td width="19%" height="1" valign="top" align="left"><font color="#0000FF"><b>PASSWORD***<br /> </b></font></td><br /> <td width="3%" height="1" valign="top" align="center"><font color="#0000FF"><b>:</b></font></td><br /> <td width="80%" height="1"><br /> <p><input type="password" name="password" size="10"></p><br /> <p align="left"><input type="submit" value="Login" name="B1"><input type="reset" value="Reset" name="B2"></p><br /> </td><br /> </tr><br /></table><br /><br /></body><br /><br /></html><br />and the asp file as follows<html><br /><br /><head><br /><br /><title>PASSWORD IS CORRECT</title><br /><% <br /> var1 = "ebc"<br /> var2 = "ebc"<br /> var3 = Request.form("username")<br /> var4 = Request.form("password")<br /> Session("pass") = var2<br />%><br /></head><br /><br /><body bgcolor="#FFDCE0"><br /><br /><% <br /> If var3 = var1 And var4 = var2 then<br />%><br /><table border="0" width="100%" cellspacing="0" cellpadding="0"><br /> <tr><br /> <td width="100%"><br /> <p align="center"><b><font color="#0000FF" size="4">PASSWORD IS CORRECT</font></b></td><br /> </tr><br /></table><br /><p>*</p><br /><p>*</p><br /><table border="0" width="100%" cellspacing="0" cellpadding="0"><br /> <tr><br /> <td width="100%"><br /> <form name="change"><br /> <table border="0" width="58%" cellspacing="0" cellpadding="0"><br /> <tr><br /> <td width="100%" colspan="3"><br /> <p align="center"><font color="#0000FF"><b>Change Password</b></font></td><br /> </tr><br /> <tr><br /> <td width="36%"><br /> <p align="left"><font color="#0000FF"><b>New password**</b></font></td><br /> <td width="3%"><br /> <p align="center"><font color="#0000FF"><b>:</b></font></td><br /> <td width="79%"><input type="text" name="newpassword" size="10"></td><br /> </tr><br /> <tr><br /> <td width="118%" colspan="3"><br /> <p align="center"><input type="submit" value="Change" name="B1"><input type="reset" value="Reset" name="B2"></td><br /> </tr><br /> </table><br /> </form><br /> </td><br /> </tr><br /></table><br /><%<br /> else<br /> Response.Write("INCORRECT LOGIN")<br /> end if<br />%><br /><br /></body><br /><br /></html><br />now my question is how do i change the password<br />can someone look into it and mail me<br />thanks a lot u guys<br />bye<br /><br /><br />

Reply With Quote
Reply

Viewing: ASP Free ForumsProgrammingASP Development > here is lil piece of code can anybody help


Thread Tools  Search this Thread 
Search this Thread:

Advanced Search
Display Modes  Rate This Thread 
Rate This Thread:


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
View Your Warnings | New Posts | Latest News | Latest Threads | Shoutbox
Forum Jump


Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
  
 





© 2003-2008 by Developer Shed. All rights reserved. DS Cluster 2 hosted by Hostway
Stay green...Green IT