Programming C, C++, Java, PHP, Ruby, Turing, VB
Computer Science Canada 
Programming C, C++, Java, PHP, Ruby, Turing, VB  

Username:   Password: 
 RegisterRegister   
 login source code - could be refined to access something
Index -> Programming, Turing -> Turing Submissions
View previous topic Printable versionDownload TopicRate TopicSubscribe to this topicPrivate MessagesRefresh page View next topic
Author Message
devilwhat




PostPosted: Thu Jun 08, 2006 9:17 am   Post subject: login source code - could be refined to access something

this is a login i created
code:
const rightname:="programer"
const rightword:="programming"
var name:string
var password:string

loop
put "Enter your username: "..
get name

if name not=rightname then
    put "Sorry, that is the incorrect username."
end if

if name=rightname then
    put "Welcome programer. Enter your password: "..
    get password
end if

if password not=rightword then
    put "Sorry, that is the incorrect password."
end if

if password=rightword then
    put "You have successfully logged in.\n\n\n"
end if

end loop
Sponsor
Sponsor
Sponsor
sponsor
- IzAk -




PostPosted: Thu Jun 08, 2006 11:10 am   Post subject: (No subject)

what's it a loggin to?
_justin_




PostPosted: Thu Jun 08, 2006 12:01 pm   Post subject: (No subject)

he just wrote the login part you can add your own program to so you have to have users login and what not
Clayton




PostPosted: Thu Jun 08, 2006 3:11 pm   Post subject: (No subject)

this would be much more useful if you were to send username and password info to an encrypted file (there are many topics out there about encryption) and used some kind of GUI to center the input instead of the upper left corner Very Happy
Jimbo 420




PostPosted: Fri Jun 09, 2006 12:30 pm   Post subject: (No subject)

yeh this is pretty plain a gui or something would make it a lot less plain
Display posts from previous:   
   Index -> Programming, Turing -> Turing Submissions
View previous topic Tell A FriendPrintable versionDownload TopicRate TopicSubscribe to this topicPrivate MessagesRefresh page View next topic

Page 1 of 1  [ 5 Posts ]
Jump to:   


Style:  
Search: