navigation
a webmaster learning community
     Home    Register     Search      Help      Login    
Sponsors

Shopping Cart Software
Ecommerce software integrated into Frontpage, Dreamweaver and Golive templates. No monthly fees and available in ASP and PHP versions.

Website Templates
We also have a wide selection of Dreamweaver, Expression Web and Frontpage templates as well as webmaster tools and CSS layouts.

Frontpage website templates
Creative Website Templates for FrontPage, Dreamweaver, Flash, SwishMax

Search Forums
 

Advanced search
Recent Posts

 Todays Posts
 Most Active posts
 Posts since last visit
 My Recent Posts
 Mark posts read

Microsoft MVP

 

Login Scripts

 
View related threads: (in this forum | in all forums)

Logged in as: Guest
Users viewing this topic: none
Printable Version 

All Forums >> Community >> OutFront Discoveries >> Login Scripts
Page: [1]
 
Giomanach

 

Posts: 6091
Joined: 11/19/2003
From: England
Status: offline

 
Login Scripts - 2/6/2004 7:50:36   
Many a time people ask for login scripts, and they aren't sure of what to get, so I've written a couple, and am working on another one. So here they are:

JavaScript Login
Do not underestimate my powers with JavaScript, I have workd long and hard on this one. It works just like any ASP script for logins. The main difference from all the rest is, it uses cookies, and scans them on the "password protected" pages. Now the only flaw to this one is, the username is stored within the JavaScript file, not in a database, so if you want to create more than one account with a password, you will have to know some JavaScript, but I have commented where you can edit.

ASP Login

This one also comes with a registration script. But you need CDOSYS installed on your server for the automatic email system to work. This one is databse run, and can be integrated into your site fairly easily. All you need to do is upload it, and insert the coding as per the readme file.

As I write more login scripts, and registration scripts I will post them, and anyone else who has created their own and want to share, feel free:)

Dan

_____________________________



OleTom

 

Posts: 38
Joined: 1/2/2004
Status: offline

 
RE: Login Scripts - 2/13/2004 9:59:37   
Thanks Dan:)

I have a couple of other java log on scripts and the other day on another forum someone said they weren't secure so I posted the link and asked someone to break it (No Body Did):)

_____________________________

http://Consumers-Voice.com

(in reply to Giomanach)
Giomanach

 

Posts: 6091
Joined: 11/19/2003
From: England
Status: offline

 
RE: Login Scripts - 2/13/2004 10:05:20   
Post a link to it, lets see if I can break it :)

Dan

_____________________________




(in reply to OleTom)
OleTom

 

Posts: 38
Joined: 1/2/2004
Status: offline

 
RE: Login Scripts - 2/15/2004 10:43:57   
Hi Dan:)

Now remember I was offering this to a newbie that wanted a pass word page for a personal site it's a old script that I picked up along the way .
But it does use a popup I guess it won't work as well as it used to:)

http://tombeebe.netfirms.com/PW/

< Message edited by OleTom -- 2/15/2004 10:47:07 >


_____________________________

http://Consumers-Voice.com

(in reply to Giomanach)
Giomanach

 

Posts: 6091
Joined: 11/19/2003
From: England
Status: offline

 
RE: Login Scripts - 2/16/2004 3:42:44   
I've seen that type before, all you need to know is the file name before the file extension, and it only protects .html file extensions. It is secure, unless you know the page you are trying to access. Although, mine is more secure than that, if you look for yourself

Dan

_____________________________




(in reply to OleTom)
OleTom

 

Posts: 38
Joined: 1/2/2004
Status: offline

 
RE: Login Scripts - 2/19/2004 10:24:58   
quote:

ORIGINAL: Giomanach

I've seen that type before, all you need to know is the file name before the file extension, and it only protects .html file extensions. It is secure, unless you know the page you are trying to access. Although, mine is more secure than that, if you look for yourself

Dan


You are right :) but like I said this was for a young persons first site and I thought it would be easy for him to use.

BTW the pass word is: hiddenpage Check it out:)

quote:

Although, mine is more secure than that, if you look for yourself

I know I downloaded it the other day real nice I like the way you have written it to have more that 1 user name and password.

OH Yea Check your link above I had to Right Click and get the properties to get the link to it when I clicked your link the download box didn't come up:)

< Message edited by OleTom -- 2/19/2004 10:46:20 >


_____________________________

http://Consumers-Voice.com

(in reply to Giomanach)
Mojo

 

Posts: 2431
From: Chicago
Status: offline

 
RE: Login Scripts - 2/19/2004 12:28:32   
quote:

It works just like any ASP script for logins.


OK, I have got to call B.S. on this...

Giomanach, I am not saying that your JS programming is bad, but to even remotely suggest that a javascript password solution is not only secure, but that it works like an ASP login is laughable.

Actually, it is irresponsible. Someone may actually think they have made something safe... or visitors to OF will think we are Bush league hacks.

For goodness sake, the file with the passwords is *downloaded* to the visitors computer - giving them access to everyones password.

Other than that - your code looks good.

_____________________________

Split Testing
Chicago Order Fulfillment
Emergency Kits

(in reply to OleTom)
Giomanach

 

Posts: 6091
Joined: 11/19/2003
From: England
Status: offline

 
RE: Login Scripts - 3/12/2004 4:22:49   
Finally got the bugger working.

ASP Login CDONTS

Same as the first one that has been posted, only it uses CDONTS for the auto email function instead of CDOSYS

Dan

_____________________________




(in reply to Mojo)
ellipisces

 

Posts: 849
Joined: 12/14/2003
Status: offline

 
RE: Login Scripts - 3/14/2004 5:12:53   
why are you trying to re-invent the wheel here?

Linux uses .htacess

Windows use Spooky login.

If you are asking me to trust an untested beta version for my website security

no way, Gose!

< Message edited by ellipisces -- 3/22/2004 15:18:08 >


_____________________________


(in reply to Giomanach)
SerenityNet

 

Posts: 1364
Joined: 6/12/2001
From: Allen, TX, USA
Status: offline

 
RE: Login Scripts - 3/14/2004 23:37:06   
For whatever it's worth, here is a very simple ASP password protection scheme I did awhile back.

_____________________________

</Chaos, panic, & disorder - my work here is done.>

(in reply to Giomanach)
Giomanach

 

Posts: 6091
Joined: 11/19/2003
From: England
Status: offline

 
RE: Login Scripts - 3/15/2004 3:46:54   
ellipisces

I'm not trying to get you to take my Login scripts. It's for those who can't afford to pay for Spooky Login, and those who are new to ASP and the like, so they don't have to take the hard route, I'm just making life easy for people, and they do work

Dan

_____________________________




(in reply to SerenityNet)
Mojo

 

Posts: 2431
From: Chicago
Status: offline

 
RE: Login Scripts - 3/15/2004 18:41:57   
quote:

It's for those who can't afford to pay for Spooky Login


What can someone have that is so important to protect - if they can't even afford the low priced Spooky Login?

Not to mention the fact that your Login is nowhere near as robust as Spooky's.

Does anyone use your login?

_____________________________

Split Testing
Chicago Order Fulfillment
Emergency Kits

(in reply to Giomanach)
gorilla

 

Posts: 2974
From: Denmark
Status: offline

 
RE: Login Scripts - 3/16/2004 12:00:46   
For the information of those unfamilar with this topic. Spooky login is superb it addresses a very real need for those who have their sites hosted on Windows servers. If you're hosted on Unix or Linux which is what the majority of servers run the .htaccess does the job nicely.

_____________________________

Mháircaish

Signature self-censored to protect the sensibilities of the thin-skinned :).

May we never confuse honest dissent with disloyal subversion. – Dwight D. Eisenhower



(in reply to Mojo)
Giomanach

 

Posts: 6091
Joined: 11/19/2003
From: England
Status: offline

 
RE: Login Scripts - 3/17/2004 5:53:35   
Guys

I know my ASP Login etc is far from being as good as Spookys, and as Mojojo has pointed out to me in an email, there are still flaws in them. I don't expect people to take them and use them, as I have found the easiest way for me to learn things is to look at someone elses coding etc, then go and write your own. These were written at home, where I have no Internet connection at current, and didn't at the time of scripting, all I had to test them was IIS 5.1 and Win XP Pro.

So they're not just here for people to use, their here for people to learn from as well, because I've found with ASP creating a login and reg script/program is the best place to start. I am still learning ASP, so overtime things will improve.

quote:

Does anyone use your login?

I know it's nothing significant (sp?), but I have had JLanda contact me off the record asking for permission to download one my my login scripts.

I didn't expect this lot to kick up either, but can't have everything now can we?

Dan

_____________________________




(in reply to gorilla)
Page:   [1]

All Forums >> Community >> OutFront Discoveries >> Login Scripts
Page: [1]
Jump to: 1





New Messages No New Messages
Hot Topic w/ New Messages Hot Topic w/o New Messages
Locked w/ New Messages Locked w/o New Messages
 Post New Thread
 Reply to Message
 Post New Poll
 Submit Vote
 Delete My Own Post
 Delete My Own Thread
 Rate Posts