473,503 Members | 9,057 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Secure Login

Does anyone have the source, class, or link for a secure login using
sessions? Preferably with MySQL. Any help would be greatly appreciated.
Thank you very much.

Nov 9 '06 #1
6 1569
sintacks wrote:
Does anyone have the source, class, or link for a secure login using
sessions? Preferably with MySQL. Any help would be greatly appreciated.
Thank you very much.
No links. Something like this is very easy. When I need it I just
write my own - it's only a few lines of code.

Much faster than trying to find a script then adapt it to my needs. I
generally would end up rewriting a large part of the code anyway.

--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
js*******@attglobal.net
==================
Nov 10 '06 #2
Why not PEARs: http://pear.php.net/

"Jerry Stuckle д
"
sintacks wrote:
Does anyone have the source, class, or link for a secure login using
sessions? Preferably with MySQL. Any help would be greatly appreciated.
Thank you very much.

No links. Something like this is very easy. When I need it I just
write my own - it's only a few lines of code.

Much faster than trying to find a script then adapt it to my needs. I
generally would end up rewriting a large part of the code anyway.

--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
js*******@attglobal.net
==================
Nov 10 '06 #3
sintacks wrote:
Does anyone have the source, class, or link for a secure login using
sessions? Preferably with MySQL. Any help would be greatly appreciated.
Thank you very much.
I used this article as the basis for my security system:
http://www.devshed.com/c/a/PHP/Creat...-Login-Script/

I didn't use any of the actual code, so I can't vouch for it, but the
ideas discussed did help guide me as I wrote my own user authentication
system.

Nov 10 '06 #4
feelinglucky wrote:
Why not PEARs: http://pear.php.net/

"Jerry Stuckle д
"
>>sintacks wrote:
>>>Does anyone have the source, class, or link for a secure login using
sessions? Preferably with MySQL. Any help would be greatly appreciated.
Thank you very much.

No links. Something like this is very easy. When I need it I just
write my own - it's only a few lines of code.

Much faster than trying to find a script then adapt it to my needs. I
generally would end up rewriting a large part of the code anyway.

--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
js*******@attglobal.net
==================

Takes longer to install that it does to write the code in the first
place. Then you still have to write the PEAR code, which takes just as
long as it does without PEAR.

PEAR is good for a number of things. But it's huge overkill for a
simple authentication/authorization mechanism.

--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
js*******@attglobal.net
==================
Nov 10 '06 #5
you are absolutely correct. and even though i am a beginner, i could
probably program something like this quicker than installing one.
However, for me...installing a preprogrammed one also gives me added
functionality that i would not have thought of thus teaching me as
well. But you are absolutely correct if i had a higher understanding of
these concepts.

On Nov 10, 8:21 am, Jerry Stuckle <jstuck...@attglobal.netwrote:
feelinglucky wrote:
Why not PEARs:http://pear.php.net/
"Jerry Stuckle 写道:
"
>sintacks wrote:
>>Does anyone have the source, class, or link for a secure login using
sessions? Preferably with MySQL. Any help would be greatly appreciated.
Thank you very much.
>No links. Something like this is very easy. When I need it I just
write my own - it's only a few lines of code.
>Much faster than trying to find a script then adapt it to my needs. I
generally would end up rewriting a large part of the code anyway.
>--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstuck...@attglobal.net
==================Takes longer to install that it does to write the code in the first
place. Then you still have to write the PEAR code, which takes just as
long as it does without PEAR.

PEAR is good for a number of things. But it's huge overkill for a
simple authentication/authorization mechanism.

--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstuck...@attglobal.net
==================
Nov 10 '06 #6
sintacks wrote:
Does anyone have the source, class, or link for a secure login using
sessions? Preferably with MySQL. Any help would be greatly appreciated.
<news:11**********************@z14g2000cwz.googleg roups.com(
http://groups.google.com/group/comp....0fad0eef59415a )

--
<?php echo 'Just another PHP saint'; ?>
Email: rrjanbiah-at-Y!com Blog: http://rajeshanbiah.blogspot.com/

Nov 11 '06 #7

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

7
3433
by: ojorus | last post by:
Hello! I want to make a login system as secure as possible on a website I develop. * The user shall log on using a Username and a password (which is stored in a mySQL database) *The server...
6
3121
by: Sarah Tanembaum | last post by:
I was wondering if it is possible to create a secure database system using RDBMS(MySQL, Oracle, SQL*Server, PostgreSQL etc) and web scripting/programming language(Perl, PHP, Ruby, Java, ASP, etc)...
3
2104
by: Aaron | last post by:
Hey, I have a question about how secure the following will be.... I want to have a login form that posts to itself, so when it loads it checks if there is a username and password on the query...
18
2444
by: | last post by:
Please help. After a number of wrong turns and experiments I need advice on login management system to secure our web pages without inconveniencing our visitors or our internal staff. What I...
6
4793
by: Billy Jacobs | last post by:
I have a website which has both secure and non-secure pages. I want to uses forms authentication. How do I accomplish this? Originally I had my web.config file in the root with Forms...
1
2140
by: sharp2037 | last post by:
Hi Everyone, I am working on an ASP.net application and I have a homepage to which everyone visits of course and on that front page I have a user ID and password box and a login button. What...
0
1471
by: Holly | last post by:
I copied this code that works to connect into Unix. I am looking for a way to get it to work with a secure Unix box. Anyone have any insights on how to do this? I am trying to build an sftp...
14
4893
by: knal | last post by:
Hi there, I'm looking for a secure login script for a sort-of-community site... (PHP, MySQL, sessions, or maybe something else ... ) I know there are a lot of scripts out there, but none of them...
2
1824
by: raknin | last post by:
Hi, I am looking for a close package of secure login and registeration written in PHP.The package that I am looking for should have the following functionality I believe this is standard...
8
2856
by: Harris Kosmidhs | last post by:
Hello, while I'm developing sites for some time I never coded a login form with security in mind. I was wondering what guidelines there are. For my point of view I'm thinking of using md5...
0
7067
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
7264
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
7316
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
7449
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
4666
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and...
0
3148
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
0
1495
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated ...
1
728
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
0
371
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.